.productRating {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 15px 15px 20px;
  width: 100%;
  margin: 15px 0 0 0; }

.productRating-title {
  border-bottom: 2px solid #ededed; }
  .productRating-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--shop-color-title);
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: -2px;
    border-bottom: 2px solid var(--shop-color-title); }

.productRating-wrap .product-reviews--header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 24px 0;
  border-bottom: 1px solid #ececec; }
  .productRating-wrap .product-reviews--header .product-reviews--left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .productRating-wrap .product-reviews--header .product-reviews--right {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 10px; }
  .productRating-wrap .product-reviews--header .product-reviews--process {
    width: 100%; }
    .productRating-wrap .product-reviews--header .product-reviews--process .items-process {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%; }
      .productRating-wrap .product-reviews--header .product-reviews--process .items-process + .items-process {
        margin-top: 12px; }
      .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isNumber {
        display: inline-block;
        position: relative;
        padding-right: 20px;
        width: 30px; }
        .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isNumber:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 15px;
          height: 15px;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12034 14.3994L4.03419 10.0858L0.835704 7.13018C0.835704 7.13018 0.378768 6.73077 0.531087 6.1716C0.683406 5.61243 1.29263 5.61243 1.29263 5.61243L5.55728 5.21302L7.23268 1.13905C7.23268 1.13905 7.46113 0.5 7.99422 0.5C8.52731 0.5 8.75576 1.13905 8.75576 1.13905L10.4312 5.21302L14.8481 5.61243C14.8481 5.61243 15.305 5.69231 15.4574 6.1716C15.6097 6.65089 15.305 6.97041 15.305 6.97041L11.9543 10.0858L12.8681 14.5592C12.8681 14.5592 13.0204 15.0385 12.6396 15.358C12.2589 15.6775 11.6496 15.358 11.6496 15.358L7.99422 13.0414L4.41496 15.358C4.41496 15.358 3.88189 15.6775 3.42495 15.358C2.96802 15.0385 3.12034 14.3994 3.12034 14.3994Z' fill='%23FDD835'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 100%; }
      .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isProcess {
        width: calc(70% - 30px);
        display: flex;
        height: 12px;
        border-radius: 30px;
        position: relative;
        align-items: center;
        justify-content: start;
        margin: 0 32px 0 17px; }
        .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isProcess .isBG {
          background: #ededed;
          width: 100%;
          position: absolute;
          height: 12px;
          border-radius: 30px;
          z-index: 1; }
        .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isProcess .isLoad {
          background: #24B400;
          height: 12px;
          border-radius: 30px;
          display: block;
          z-index: 2; }
      .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isCount {
        width: 17%;
        text-align: right; }
  @media (max-width: 991px) {
    .productRating-wrap .product-reviews--header .product-reviews--process .items-process .isCount {
      display: none; } }
  @media (max-width: 767px) {
    .productRating-wrap .product-reviews--header {
      display: block;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .productRating-wrap .product-reviews--header .product-reviews--left {
        max-width: 100%;
        padding: 0 0 10px 0; }
      .productRating-wrap .product-reviews--header .product-reviews--right {
        max-width: 100%;
        padding: 0; }
      .productRating-wrap .product-reviews--header .product-reviews--process .items-process + .items-process {
        margin-top: 4px; } }

.productRating-wrap .product-reviews--footer .product-reviews--btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }
  .productRating-wrap .product-reviews--footer .product-reviews--btn .button {
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .productRating-wrap .product-reviews--footer .product-reviews--btn .button {
        font-size: 10px; } }
  .productRating-wrap .product-reviews--footer .product-reviews--btn .btn-reviews--edit {
    background: var(--shop-color-button);
    color: #fff; }
    .productRating-wrap .product-reviews--footer .product-reviews--btn .btn-reviews--edit svg {
      width: 18px;
      height: 18px;
      margin-right: 12px; }
  .productRating-wrap .product-reviews--footer .product-reviews--btn .btn-reviews--more {
    color: #fff;
    border: 1px solid #0c4da2;
    background: #0c4da2; }

@media (min-width: 992px) {
  .productRating-wrap .product-reviews--footer {
    width: 70%; }
    .productRating-wrap .product-reviews--footer .product-reviews--btn .button {
      width: 50%; } }

.productRating-wrap .product-reviews--body {
  margin-bottom: 8px; }
  .productRating-wrap .product-reviews--body .product-reviews--title {
    margin: 1rem 0;
    border: 1px solid #ececec;
    background: #fff;
    padding: 0 0 0 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 50%; }
    .productRating-wrap .product-reviews--body .product-reviews--title .product-reviews--order {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      flex: 0 0 50%; }
    .productRating-wrap .product-reviews--body .product-reviews--title .review-order {
      padding: 0 10px;
      border-left: 1px solid #ececec;
      display: flex;
      align-items: center;
      min-height: 40px;
      justify-content: center;
      font-size: 13px;
      cursor: pointer; }
      .productRating-wrap .product-reviews--body .product-reviews--title .review-order svg {
        width: 15px;
        height: 15px;
        margin-right: 5px; }
      .productRating-wrap .product-reviews--body .product-reviews--title .review-order > div {
        min-height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .productRating-wrap .product-reviews--body .product-reviews--title .review-order .dropdown-menu {
        position: absolute;
        transform: translate3d(10px, 40px, 0px);
        top: 0px;
        padding: 10px;
        font-size: 13px;
        z-index: 9;
        will-change: transform; }
        .productRating-wrap .product-reviews--body .product-reviews--title .review-order .dropdown-menu li {
          padding: .5rem 0; }
        .productRating-wrap .product-reviews--body .product-reviews--title .review-order .dropdown-menu.filter-drop {
          width: 100px;
          min-width: 60px; }
      .productRating-wrap .product-reviews--body .product-reviews--title .review-order .review-order-condition {
        padding-left: 5px; }
  .productRating-wrap .product-reviews--body .no-result-rating {
    padding: 22px;
    background: rgba(0, 0, 0, 0.1); }
  .productRating-wrap .product-reviews--body .items-comment {
    border-radius: 4px;
    background: #fff;
    display: flex;
    gap: 24px;
    padding: 16px;
    border-top: 1px solid #f2f2f2; }
    @media (max-width: 767px) {
      .productRating-wrap .product-reviews--body .items-comment {
        flex-wrap: wrap;
        padding: 10px 0; } }
    .productRating-wrap .product-reviews--body .items-comment + .items-comment {
      margin-top: 10px; }
    .productRating-wrap .product-reviews--body .items-comment .items-comment-top {
      display: flex;
      align-items: center;
      align-items: flex-start;
      flex-basis: 200px;
      flex-shrink: 0; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-comment-name {
        font-weight: 600;
        margin-right: 8px; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-comment-date {
        color: #97999D; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-name-wrapper {
        display: flex;
        -webkit-box-align: center;
        align-items: center; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-name-wrapper .review-comment__user-avatar {
          margin: 0px 12px 0px 0px;
          width: 40px;
          height: 40px;
          background-size: cover;
          border-radius: 50%;
          position: relative;
          z-index: 1; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-name-wrapper .review-comment__user-avatar .styled-avatar {
            position: relative;
            padding-top: 100%;
            background-color: #c2e1ff;
            border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            width: inherit;
            height: inherit; }
            .productRating-wrap .product-reviews--body .items-comment .items-comment-top .items-name-wrapper .review-comment__user-avatar .styled-avatar span {
              position: absolute;
              inset: 0px;
              display: flex;
              -webkit-box-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              align-items: center;
              font-weight: 400;
              font-size: 14px;
              line-height: 150%;
              color: #27272a;
              text-transform: uppercase; }
    .productRating-wrap .product-reviews--body .items-comment .items-comment-bottom {
      display: flex;
      flex-wrap: wrap;
      flex-grow: 1; }
    .productRating-wrap .product-reviews--body .items-comment .items-comment-left {
      width: 100%; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-left .items-comment-star {
        display: flex; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-left .items-comment-star .items-star {
          margin-right: 5px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-left .items-comment-star .items-star svg {
            width: 16px;
            height: 16px;
            margin-bottom: 4px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-left .items-comment-star .items-star.active path {
            fill: #FDD835;
            stroke: #FDD835; }
    .productRating-wrap .product-reviews--body .items-comment .items-comment-right {
      width: 100%;
      padding: 2px 0 0 0; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title {
        display: flex; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title .items-title {
          display: inline-flex;
          align-items: center;
          font-weight: bold;
          position: relative; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title .items-title:before {
            content: none;
            position: relative;
            display: inline-block;
            margin-right: 6px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title .items-title ~ .items-title:before {
            content: ','; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title + .items-comment-content {
          margin: 8px 0 0 0; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-content {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        margin: 0px 0px 8px;
        white-space: pre-wrap;
        transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition-duration: 150ms; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-content .remaining-content span {
          display: none; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-image {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -6px; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-image .items-comment-img {
          border-radius: 4px;
          border: 1px solid #ECECEC;
          width: 77px;
          height: 77px;
          margin: 0px 6px 8px;
          overflow: hidden;
          position: relative; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-image .items-comment-img a {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-image .items-comment-img + .items-comment-img {
            margin-left: 8px; }
      .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay {
        margin-top: 8px; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay {
          background: #f5f5fa;
          border-radius: 12px;
          padding: 10px 12px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay ~ .items-replay {
            margin-top: 8px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay .items-replay-title {
            display: flex;
            align-items: center; }
            .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay .items-replay-title h4 {
              margin: 0;
              font-size: 14px;
              font-weight: 600;
              color: #E30019; }
            .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay .items-replay-title span {
              margin-left: 5px;
              color: #97999D; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay .items-replay-content {
            font-weight: 300;
            font-size: 14px;
            line-height: 150%;
            margin: 4px 0px 0px;
            transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition-duration: 150ms; }
            .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay .items-replay-content .remaining-content span {
              display: none; }
  @media (min-width: 768px) {
    .productRating-wrap .product-reviews--body {
      margin-bottom: 16px; }
      .productRating-wrap .product-reviews--body .items-comment {
        /*.items-comment-top { margin-top: 8px;}*/ }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-left {
          width: 22%; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-left items-comment-star .items-star svg {
          width: 16px;
          height: 16px; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right {
          width: 78%;
          /* padding-left: 16px;*/ }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-title + .items-comment-content {
          margin: 10px 0 0 0; }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-image {
          margin-top: 4px;
          /*					.items-comment-img {
						width: 60px; height: 60px;
						& + .items-comment-img {margin-left: 10px;}
					}*/ }
        .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay {
          margin-top: 10px; }
          .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay {
            padding: 10px 12px; }
            .productRating-wrap .product-reviews--body .items-comment .items-comment-right .items-comment-replay .items-replay ~ .items-replay {
              margin-top: 10px; } }
  @media (min-width: 992px) {
    .productRating-wrap .product-reviews--body .items-comment .items-comment-left {
      width: 10%; }
    .productRating-wrap .product-reviews--body .items-comment .items-comment-right {
      width: 100%; } }

.modal-customers-rating .modal-header {
  border: none;
  padding: 0; }
  .modal-customers-rating .modal-header button {
    box-shadow: none;
    background: none;
    outline: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    padding: 10px; }

.modal-customers-rating .modal-body {
  padding: 0; }

.product-reviews .product-reviews--number {
  margin-bottom: 10px;
  color: #e70605;
  font-size: 36px;
  font-weight: 600; }

.product-reviews .product-reviews--star {
  position: relative;
  display: inline-block;
  height: 15px; }
  .product-reviews .product-reviews--star .star-rate {
    height: 15px; }
  .product-reviews .product-reviews--star .star-fill {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 1; }
  .product-reviews .product-reviews--star span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: cover; }
  .product-reviews .product-reviews--star span.ic-star {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12034 14.3994L4.03419 10.0858L0.835704 7.13018C0.835704 7.13018 0.378768 6.73077 0.531087 6.1716C0.683406 5.61243 1.29263 5.61243 1.29263 5.61243L5.55728 5.21302L7.23268 1.13905C7.23268 1.13905 7.46113 0.5 7.99422 0.5C8.52731 0.5 8.75576 1.13905 8.75576 1.13905L10.4312 5.21302L14.8481 5.61243C14.8481 5.61243 15.305 5.69231 15.4574 6.1716C15.6097 6.65089 15.305 6.97041 15.305 6.97041L11.9543 10.0858L12.8681 14.5592C12.8681 14.5592 13.0204 15.0385 12.6396 15.358C12.2589 15.6775 11.6496 15.358 11.6496 15.358L7.99422 13.0414L4.41496 15.358C4.41496 15.358 3.88189 15.6775 3.42495 15.358C2.96802 15.0385 3.12034 14.3994 3.12034 14.3994Z' stroke='%23CFCFCF' stroke-width='0.9375'/%3E%3C/svg%3E"); }
  .product-reviews .product-reviews--star span.ic-star-fill {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12034 14.3994L4.03419 10.0858L0.835704 7.13018C0.835704 7.13018 0.378768 6.73077 0.531087 6.1716C0.683406 5.61243 1.29263 5.61243 1.29263 5.61243L5.55728 5.21302L7.23268 1.13905C7.23268 1.13905 7.46113 0.5 7.99422 0.5C8.52731 0.5 8.75576 1.13905 8.75576 1.13905L10.4312 5.21302L14.8481 5.61243C14.8481 5.61243 15.305 5.69231 15.4574 6.1716C15.6097 6.65089 15.305 6.97041 15.305 6.97041L11.9543 10.0858L12.8681 14.5592C12.8681 14.5592 13.0204 15.0385 12.6396 15.358C12.2589 15.6775 11.6496 15.358 11.6496 15.358L7.99422 13.0414L4.41496 15.358C4.41496 15.358 3.88189 15.6775 3.42495 15.358C2.96802 15.0385 3.12034 14.3994 3.12034 14.3994Z' fill='%23FDD835'/%3E%3C/svg%3E"); }

.product-reviews .product-reviews--total {
  margin-top: 8px; }

.cr-app {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .cr-app .cr-app--left {
    flex: 0 0 auto;
    background: #0c4da2;
    padding: 15px;
    width: 30%; }
    .cr-app .cr-app--left .cr-img {
      /*position: relative; 
			overflow: hidden;
			padding-bottom: 100%;*/ }
      .cr-app .cr-app--left .cr-img img {
        /*position: absolute;
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				width: 100%;
				height: 100%;*/ }
    .cr-app .cr-app--left .cr-name {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin-top: 15px; }
    @media (max-width: 991px) {
      .cr-app .cr-app--left {
        width: 100%;
        display: none; } }
  .cr-app .cr-app--right {
    flex: 0 0 auto;
    background: #fff;
    padding: 15px 0;
    width: 70%; }
    .cr-app .cr-app--right h3 {
      font-weight: 400;
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      padding: 0 50px 15px 15px;
      border-bottom: 1px solid #ececec;
      margin-bottom: 0; }
    .cr-app .cr-app--right .cr-form > div {
      padding: 14px 15px;
      border-bottom: 1px solid #ececec;
      position: relative; }
      .cr-app .cr-app--right .cr-form > div.active:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #0c4da2;
        background: transparent;
        left: 0;
        top: 20px;
        z-index: 2; }
        @media (max-width: 991px) {
          .cr-app .cr-app--right .cr-form > div.active:before {
            display: none; } }
      .cr-app .cr-app--right .cr-form > div:last-child {
        border: none; }
    .cr-app .cr-app--right .cr-form label {
      margin-bottom: 0;
      font-weight: 700; }
    .cr-app .cr-app--right .cr-form .cr-rating {
      display: flex;
      align-items: center; }
      .cr-app .cr-app--right .cr-form .cr-rating .cr-levels {
        margin: 0 15px;
        display: flex; }
        @media (max-width: 991px) {
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels {
            margin: 0;
            width: 100%; } }
        .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li {
          flex: 0 0 auto;
          width: 22px;
          height: 22px; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li ~ li {
            margin-left: 1px; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li.s1 label {
            background: #E30019; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li.s2 label {
            background: #E30019; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li.s3 label {
            background: #E30019; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li.s4 label {
            background: #E30019; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li.s5 label {
            background: #E30019; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li input {
            display: none; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li label {
            margin-bottom: 0;
            background: #cfcfcf;
            height: 100%;
            border: none;
            cursor: pointer;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li label svg {
              width: 16px;
              height: 16px; }
            .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li label svg path {
              fill: #fff; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li:first-child label {
            border-radius: 4px 0 0 4px; }
          .cr-app .cr-app--right .cr-form .cr-rating .cr-levels li:last-child label {
            border-radius: 0 4px 4px 0; }
      @media (max-width: 991px) {
        .cr-app .cr-app--right .cr-form .cr-rating {
          flex-wrap: wrap; } }
    .cr-app .cr-app--right .cr-form .cr-title label, .cr-app .cr-app--right .cr-form .cr-content label {
      display: block; }
    .cr-app .cr-app--right .cr-form .cr-title input, .cr-app .cr-app--right .cr-form .cr-title textarea, .cr-app .cr-app--right .cr-form .cr-content input, .cr-app .cr-app--right .cr-form .cr-content textarea {
      resize: none;
      margin: 12px 0 0;
      border: 1px solid #ececec;
      width: 100%;
      font-size: 14px;
      background: #fff;
      padding: 10px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      outline: 0;
      -webkit-transition: all linear .3s;
      -moz-transition: all linear .3s;
      -o-transition: all linear .3s;
      transition: all linear .3s; }
      .cr-app .cr-app--right .cr-form .cr-title input::focus, .cr-app .cr-app--right .cr-form .cr-title textarea::focus, .cr-app .cr-app--right .cr-form .cr-content input::focus, .cr-app .cr-app--right .cr-form .cr-content textarea::focus {
        border: 1px solid #111111; }
    .cr-app .cr-app--right .cr-form .rate-show {
      font-weight: 400;
      font-size: 12px; }
      @media (max-width: 991px) {
        .cr-app .cr-app--right .cr-form .rate-show {
          display: none; } }
    .cr-app .cr-app--right .cr-form .rate-success {
      position: absolute;
      right: 15px;
      top: 12px; }
      .cr-app .cr-app--right .cr-form .rate-success span {
        white-space: nowrap; }
      .cr-app .cr-app--right .cr-form .rate-success img {
        width: 22px;
        height: 22px; }
    .cr-app .cr-app--right .cr-form .rate-error {
      position: absolute;
      right: 15px;
      top: 12px;
      display: flex;
      align-items: center;
      border: 1px solid #ececec;
      border-radius: 20px;
      padding: 2px 2px 2px 6px;
      background: #fff; }
      .cr-app .cr-app--right .cr-form .rate-error span {
        white-space: nowrap;
        color: #E30019;
        font-size: 12px; }
      .cr-app .cr-app--right .cr-form .rate-error img {
        width: 22px;
        height: 22px;
        margin-left: 5px; }
    .cr-app .cr-app--right .cr-form .cr-list-default {
      margin: 10px 0 0 0;
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      .cr-app .cr-app--right .cr-form .cr-list-default > span {
        margin-bottom: 10px;
        background: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 8px;
        cursor: pointer;
        border: 1px solid #ececec;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
        .cr-app .cr-app--right .cr-form .cr-list-default > span img {
          display: none;
          width: 10px;
          margin-left: 8px; }
        .cr-app .cr-app--right .cr-form .cr-list-default > span.active {
          border: 1px solid #111111; }
          .cr-app .cr-app--right .cr-form .cr-list-default > span.active img {
            display: block; }
        .cr-app .cr-app--right .cr-form .cr-list-default > span:hover {
          border: 1px solid #111111; }
    .cr-app .cr-app--right .cr-form .cr-preview-img {
      display: flex;
      align-items: center;
      height: 80px;
      width: 80px;
      border: 1px dashed #333333;
      border-radius: 4px;
      font-size: 12px;
      text-align: center;
      justify-content: center;
      flex-direction: column;
      cursor: pointer;
      font-weight: 400;
      margin-right: 10px;
      margin-bottom: 5px; }
      .cr-app .cr-app--right .cr-form .cr-preview-img svg {
        width: 28px;
        height: 28px;
        margin-bottom: 5px; }
    .cr-app .cr-app--right .cr-form .preview-img {
      display: flex; }
      .cr-app .cr-app--right .cr-form .preview-img > figure {
        width: 80px;
        height: 80px;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 5px;
        padding: 5px; }
        .cr-app .cr-app--right .cr-form .preview-img > figure:before {
          z-index: 2;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          border-radius: 5px; }
        .cr-app .cr-app--right .cr-form .preview-img > figure img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 85%;
          height: 50%;
          -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
          -o-object-fit: contain;
          object-fit: contain; }
        .cr-app .cr-app--right .cr-form .preview-img > figure + figure {
          margin-left: 5px; }
      .cr-app .cr-app--right .cr-form .preview-img .remove-preview {
        position: absolute;
        z-index: 2;
        right: 5px;
        top: 5px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 1px;
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_237:8384)'%3E%3Cpath d='M1.63024 22.153C1.84443 22.1535 2.05661 22.1116 2.25451 22.0297C2.45242 21.9478 2.63213 21.8274 2.78325 21.6756L11.0765 13.3824L19.3697 21.6756C19.5211 21.8271 19.7009 21.9472 19.8987 22.0291C20.0966 22.1111 20.3086 22.1532 20.5227 22.1532C20.7369 22.1532 20.9489 22.1111 21.1468 22.0291C21.3446 21.9472 21.5243 21.8271 21.6758 21.6756C21.8272 21.5242 21.9473 21.3445 22.0292 21.1466C22.1112 20.9488 22.1534 20.7368 22.1534 20.5226C22.1534 20.3085 22.1112 20.0965 22.0292 19.8986C21.9473 19.7008 21.8272 19.521 21.6758 19.3696L13.3825 11.0764L21.6758 2.78314C21.8272 2.63172 21.9473 2.45196 22.0292 2.25413C22.1112 2.05629 22.1534 1.84426 22.1534 1.63012C22.1534 1.41599 22.1112 1.20395 22.0292 1.00611C21.9473 0.80828 21.8272 0.628522 21.6758 0.477106C21.5243 0.32569 21.3446 0.205579 21.1468 0.123633C20.9489 0.0416876 20.7369 -0.000488281 20.5227 -0.000488281C20.3086 -0.000488281 20.0966 0.0416876 19.8987 0.123633C19.7009 0.205579 19.5211 0.32569 19.3697 0.477106L11.0765 8.77035L2.78325 0.477106C2.47745 0.171307 2.0627 -0.000488281 1.63024 -0.000488281C1.19777 -0.000488281 0.783018 0.171307 0.47722 0.477106C0.171421 0.782905 -0.000374696 1.19766 -0.000374696 1.63012C-0.000374696 2.06259 0.171421 2.47734 0.47722 2.78314L8.77046 11.0764L0.47722 19.3696C0.249135 19.5976 0.093799 19.8882 0.0308603 20.2045C-0.0320784 20.5208 0.000207 20.8486 0.123635 21.1466C0.247063 21.4445 0.456088 21.6992 0.724267 21.8783C0.992445 22.0575 1.30773 22.153 1.63024 22.153Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_237:8384'%3E%3Crect width='24' height='24' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-size: 55%;
        background-repeat: no-repeat;
        background-position: center; }
    .cr-app .cr-app--right .cr-form .err-img {
      margin-top: 10px; }
    .cr-app .cr-app--right .cr-form .cr-actions {
      text-align: right;
      margin-top: 20px;
      width: 100%; }
    .cr-app .cr-app--right .cr-form .cr-actions button {
      background: #0c4da2;
      color: #fff;
      padding: 7px 20px; }
    @media (max-width: 991px) {
      .cr-app .cr-app--right {
        width: 100%; } }
