#userpanel .left, #userpanel .right {
  padding: 0 25px; }
#userpanel .form-group label {
  padding: 0; }

.alert {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  font-weight: 400;
  margin-top: 5px; }

.userpanel-text-form {
  padding: 30px 0; }
  .userpanel-text-form .link-agent {
    text-align: left; }
  .userpanel-text-form .provisions .table-responsive td:nth-child(4) {
    white-space: nowrap; }
  .userpanel-text-form .my-clients .table-responsive td:nth-child(2), .userpanel-text-form .payment-history .table-responsive td:nth-child(2) {
    white-space: nowrap; }
  .userpanel-text-form .my-clients h2, .userpanel-text-form .payment-history h2 {
    margin-bottom: 30px; }
  .userpanel-text-form .one-szkolenie {
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    margin-bottom: 20px; }
    .userpanel-text-form .one-szkolenie:hover {
      transform: scale(0.95) !important; }
    .userpanel-text-form .one-szkolenie img {
      width: 100%; }
    .userpanel-text-form .one-szkolenie .buttons {
      margin-top: 15px; }
      .userpanel-text-form .one-szkolenie .buttons .btn {
        padding: 10px 20px;
        font-size: 120%; }
  .userpanel-text-form .settings {
    width: 100%; }
    .userpanel-text-form .settings .link {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      margin-bottom: 2px;
      display: flex;
      align-items: center; }
      .userpanel-text-form .settings .link .text {
        color: #fff;
        font-size: 120%;
        font-weight: 600;
        padding: 10px 20px;
        display: block;
        background-color: var(--dark-bg2);
        width: 100%;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .userpanel-text-form .settings .link .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
        background-color: var(--dark-bg2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        position: relative; }
        .userpanel-text-form .settings .link .icon img {
          max-width: 50%;
          max-height: 50%; }
        .userpanel-text-form .settings .link .icon .settings-icon {
          max-width: 30%;
          max-height: 30%;
          position: absolute;
          top: 3px;
          right: 3px; }
      .userpanel-text-form .settings .link:hover {
        transform: scale(0.95); }
      .userpanel-text-form .settings .link:last-child {
        margin-bottom: 0; }
  .userpanel-text-form h2:first-child {
    padding-top: 0; }
  .userpanel-text-form p, .userpanel-text-form label {
    font-size: 18rem;
    margin-bottom: 10px;
    width: 100%; }
  .userpanel-text-form .label-radio {
    width: calc(100% - 25px);
    padding: 0 6px; }
  .userpanel-text-form .discount_code input {
    border: 2px solid var(--primary-title) !important; }
  .userpanel-text-form .discount_price {
    display: none; }
    .userpanel-text-form .discount_price .old-price {
      text-decoration: line-through; }
  .userpanel-text-form .contact-checkbox {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .userpanel-text-form form .checkbox-label {
    font-size: 18rem;
    margin-top: 0; }
  .userpanel-text-form form .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    max-width: 420px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 400;
    margin-top: 20px; }
  .userpanel-text-form form .special-label {
    width: 580px;
    max-width: 100%;
    font-size: 18rem; }
  .userpanel-text-form .row-530 {
    margin: 0 auto; }
  .userpanel-text-form .form-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left; }
  .userpanel-text-form .form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    margin-bottom: 15px; }
  .userpanel-text-form .error {
    margin-top: 5px;
    font-size: 16rem;
    color: red;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: none; }
  .userpanel-text-form .form-error input {
    border-color: red !important; }
  .userpanel-text-form .form-error .error {
    display: block; }
  .userpanel-text-form .form-error .label-error .checkbox-styled {
    border-color: red !important; }
  .userpanel-text-form .form-error-format input {
    border-color: red !important; }
  .userpanel-text-form .form-error-format .error-format {
    display: block; }
  .userpanel-text-form .form-error-isset input {
    border-color: red !important; }
  .userpanel-text-form .form-error-isset .error-isset {
    display: block; }
  .userpanel-text-form .form-error-old-password input {
    border-color: red !important; }
  .userpanel-text-form .form-error-old-password .error-data {
    display: block; }
  .userpanel-text-form .userpanel-form {
    margin: 0 auto; }
  .userpanel-text-form .alert-success {
    margin-bottom: 20px; }
  .userpanel-text-form .register-photo-drop {
    border: 2px solid var(--element2-color);
    border-radius: 14px;
    padding: 32px 18px;
    background: linear-gradient(180deg, #fff, #f7f7f7);
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%; }
  .userpanel-text-form .register-photo-drop:hover {
    border-color: #761828;
    box-shadow: 0 8px 20px rgba(118, 24, 40, 0.12); }
  .userpanel-text-form .register-photo-input {
    display: none; }
  .userpanel-text-form .register-photo-preview-wrap {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 3px solid #e7e7e7;
    background: #fff; }
  .userpanel-text-form .register-photo-preview-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .userpanel-text-form .register-photo-title {
    font-weight: 600; }
  .userpanel-text-form .register-photo-subtitle {
    margin: 0; }

#reclamation-form, #your-order, #order-summary {
  padding: 30px 0; }

#order .alert-success {
  margin: 10px 0; }

.my-comments-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16rem;
  color: #888;
  text-decoration: none; }

#my-comments .my-comments-back {
  margin-bottom: 16px; }
#my-comments .my-comments-stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px; }
  #my-comments .my-comments-stats .my-comments-stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 5);
    padding: 14px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px; }
    #my-comments .my-comments-stats .my-comments-stat .my-comments-stat-value {
      font-size: 30rem;
      font-weight: bold; }
    #my-comments .my-comments-stats .my-comments-stat .my-comments-stat-label {
      margin-top: 5px;
      font-size: 18rem;
      color: var(--primary-text); }
  #my-comments .my-comments-stats .my-comments-stat-rank {
    min-width: 210px; }
    #my-comments .my-comments-stats .my-comments-stat-rank .my-comments-stat-icons svg {
      fill: currentColor; }
#my-comments .my-comments-list .one-my-comment {
  background: #f8f8f8; }
  #my-comments .my-comments-list .one-my-comment .comment-reactions button .icon {
    opacity: 1; }
#my-comments .my-comments-stat-value-comments {
  color: #1565c0; }
#my-comments .my-comments-stat-value-positive {
  color: #2e7d32; }
#my-comments .my-comments-stat-value-negative {
  color: #c62828; }
#my-comments .my-comments-stat-value-score.is-positive {
  color: #2e7d32; }
#my-comments .my-comments-stat-value-score.is-negative {
  color: #c62828; }
#my-comments .my-comments-stat-value-score.is-neutral {
  color: #555; }
#my-comments .my-comments-stat-empty-rank {
  font-size: 1.4em;
  color: #bbb; }
#my-comments .my-comments-search {
  padding: 14px 16px;
  margin-bottom: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px; }
#my-comments .my-comments-search-title {
  margin-bottom: 10px;
  font-weight: bold; }
#my-comments .my-comments-search-grid {
  display: flex;
  justify-content: space-between; }
  #my-comments .my-comments-search-grid .my-comments-search-field {
    width: calc(100% / 5 - 10px); }
    #my-comments .my-comments-search-grid .my-comments-search-field .my-comments-search-label {
      display: block;
      margin-bottom: 3px;
      font-size: 16rem; }
#my-comments .my-comments-search-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px; }
#my-comments .my-comments-search-count {
  font-size: .85em;
  color: #666; }
#my-comments .one-my-comment {
  padding: 14px 16px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-radius: 6px; }
#my-comments .comment-news-title {
  margin-bottom: 4px; }
#my-comments .comment-date {
  margin-bottom: 8px;
  font-size: .85em;
  color: #888; }
#my-comments .comment-parent-quote {
  padding-left: 8px;
  margin-bottom: 6px;
  font-size: .9em;
  color: #666;
  border-left: 3px solid #aaa; }
#my-comments .parent-nick {
  font-weight: bold; }
#my-comments .comment-text {
  margin-bottom: 10px; }
#my-comments .comment-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }
#my-comments .comment-actions-button {
  margin-left: auto; }
#my-comments .my-comments-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px; }

#my-comment-thread-tadam textarea {
  height: 150px; }

@media (max-width: 575.5px) {
  #my-comments .my-comments-stats {
    flex-wrap: wrap; }
    #my-comments .my-comments-stats .my-comments-stat {
      width: calc(100% / 2 - (1 / 2 * 10px));
      padding: 12px; }
      #my-comments .my-comments-stats .my-comments-stat .my-comments-stat-value {
        font-size: 25rem; }
    #my-comments .my-comments-stats .my-comments-stat-comments {
      order: 1; }
    #my-comments .my-comments-stats .my-comments-stat-positive {
      order: 3; }
    #my-comments .my-comments-stats .my-comments-stat-negative {
      order: 4; }
    #my-comments .my-comments-stats .my-comments-stat-score {
      order: 2; }
    #my-comments .my-comments-stats .my-comments-stat-rank {
      order: 5;
      width: 100%; }
  #my-comments .my-comments-search-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px; }
    #my-comments .my-comments-search-grid .my-comments-search-field {
      width: 100%; }

  .userpanel-text-form .link-agent {
    word-break: break-all; }

  .products-buy .one-product {
    flex-direction: column; }
    .products-buy .one-product .photo {
      margin: 0 auto; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  #my-comments .my-comments-stats {
    flex-wrap: wrap; }
    #my-comments .my-comments-stats .my-comments-stat {
      width: calc(100% / 3 - (2 / 3 * 10px)); }
    #my-comments .my-comments-stats .my-comments-stat-score {
      width: calc(100% / 2 - (1 / 2 * 10px)); }
    #my-comments .my-comments-stats .my-comments-stat-rank {
      width: calc(100% / 2 - (1 / 2 * 10px)); }
  #my-comments .my-comments-search-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px; }
    #my-comments .my-comments-search-grid .my-comments-search-field {
      width: calc(100% / 3 - (2 / 3 * 10px)); } }
@media (min-width: 768px) and (max-width: 991.5px) {
  #my-comments .my-comments-stats {
    flex-wrap: wrap; }
    #my-comments .my-comments-stats .my-comments-stat {
      width: calc(100% / 3 - (2 / 3 * 10px)); }
    #my-comments .my-comments-stats .my-comments-stat-score {
      width: calc(100% / 2 - (1 / 2 * 10px)); }
    #my-comments .my-comments-stats .my-comments-stat-rank {
      width: calc(100% / 2 - (1 / 2 * 10px)); }
  #my-comments .my-comments-search-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px; }
    #my-comments .my-comments-search-grid .my-comments-search-field {
      width: calc(100% / 3 - (2 / 3 * 10px)); }

  .narrow .userpanel-text-form .userpanel-form {
    max-width: 600px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  #userpanel .left, #userpanel .right {
    padding: 0 25px; } }
@media (min-width: 1580px) {
  .narrow .userpanel-text-form .userpanel-form {
    max-width: 640px; } }

/*# sourceMappingURL=userpanel.css.map */
