
  
  /*==============RESET===================*/
  
  :root {
    --grey: #81888c;
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
  }
  
  /*=========check styles=========*/
  
  .un-steps__check {
    display: block;
    margin-bottom: 16px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
  }
  
  .check {
    box-shadow: 0 0 2px 0 !important;
    border: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
    border-radius: 10px;
    max-width: 100%;
    font-family: var(--check-font-regular) !important;
    font-size: 1rem;
    line-height: 1rem;
    padding: 5px 0;
  }
  
  .check__wrapper {
    padding: 0.5rem;
  }
  
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  
  .check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
  }
  
  .check__top-col-1-row {
    display: flex;
    flex-direction: column;
  }
  
  .bank__logo {
    max-width: 200px !important;
    object-fit: cover;
    object-position: center;
  }
  
  .check__top-col-title {
    color: var(--grey);
    margin-bottom: 8px;
    margin-top: 8px;
  }
  
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .check__bot {
    border-bottom: 3px solid #000;
  }
  
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  
  .check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
  }
  
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  
  .un-steps__check-mobile {
    display: none;
    margin-bottom: 16px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
  }
  
  /*=========check mq=========*/
  
  @media screen and (max-width: 1200px) {
    .check {
      font-size: 0.8rem;
      line-height: 0.9rem;
    }
  }
  
  @media (max-width: 800px) {
    .un-steps__check {
      display: none;
    }
    .un-steps__check-mobile {
      display: block !important;
      padding: 1.2rem;
      box-shadow: 0 0 2px 0 !important;
      border-radius: 10px;
      border: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
      font-family: var(--check-font-regular);
      line-height: 1;
      margin-bottom: 20px;
    }
    .check-mobile__top {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      border-bottom: 1.5px #666 solid;
      padding-bottom: 1rem;
      margin-bottom: 1.8rem;
    }
    .check-mobile__bot {
      display: flex;
      width: 100%;
      justify-content: space-between;
      font-size: 0.9rem;
    }
    .check-mobile_lcolumn {
      display: block;
      text-align: left;
      color: #666;
    }
    .check-mobile_rcolumn {
      display: block;
      text-align: right;
      color: #000;
    }
    .check-mobile_sum-text {
      font-size: 26px;
      color: #000;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.8rem;
      margin-bottom: 10px;
    }
    .check-mobile__logo {
      margin: 0 auto;
      max-width: 250px;
      width: 100%;
      object-fit: cover;
    }
    .check-mobile_amount,
    .check-mobile__date {
      color: #666;
    }
    .check-mobile_amount {
      font-size: 1rem;
      margin-bottom: 0.7rem;
    }
    .check-mobile__date {
      margin: 1rem auto 0.7rem;
      font-size: 0.9rem;
    }
  }
  
  @media only screen and (max-width: 639px) {
    .un-steps__check-mobile {
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 450px) {
    .un-steps__check-mobile {
      padding: 0.8rem;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.7rem;
      margin-bottom: 7px;
    }
    .check-mobile_amount {
      font-size: 0.8rem;
      margin-bottom: 0.7rem;
    }
    .check-mobile__date {
      margin: 1rem auto 0.7rem;
      font-size: 0.7rem;
    }
    .check-mobile_sum-text {
      font-size: 24px;
      color: #000;
    }
  }
  
  @media (max-width: 388px) {
    .un-steps__check-mobile {
      padding: 0.8rem;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.6rem;
      margin-bottom: 7px;
    }
    .check-mobile__logo {
      max-width: 200px;
      margin-top: 0.7rem;
    }
  }
  
  @media (max-width: 344px) {
    .un-steps__check-mobile {
      padding: 0.5rem;
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
      font-size: 0.6rem;
      margin-bottom: 5px;
    }
  }
  .box-comment {
    margin-top: 1rem;
    width: 100%;
    background-color: var(--white);
    top: 0;
    bottom: 0;
    z-index: 1005;
    right: 0;
    -webkit-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.2);
    font-family: var(--font-article);
  }
  @media (max-width: 767px) {
    .box-comment {
      max-width: inherit;
    }
  }
  .box-comment .box-list-comment {
    padding: 40px;
  }
  .box-comment .box-btn {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 901;
  }
  .box-comment .box-btn:hover {
    color: #2b63d1;
    cursor: pointer;
  }
  .box-comment .h-comment {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid var(--default);
    padding-bottom: 7px;
  }
  .box-comment p {
    font-family: var(--font-article);
    font-size: 13px;
    margin: 10px 0 20px;
  }
  .box-comment ul {
    overflow: hidden;
  }
  .box-comment ul li {
    display: block;
    border-top: 1px solid var(--lightgray2);
    padding: 30px 0;
    overflow: hidden;
  }
  .box-comment ul li ul {
    margin-left: 90px;
  }
  .box-comment ul li ul li {
    border-top: 1px solid #eee;
  }
  .box-comment ul li ul li .box-info {
    margin: 0 0 0 20px;
  }
  .box-comment ul li ul li:last-child {
    padding: 30px 0 10px 0;
  }
  .box-comment .img-profile {
    width: 70px;
    height: 70px;
    float: left;
    line-height: 70px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--lightgray2);
  }
  .box-comment .img-profile img {
    width: 100%;
    border-radius: 50%;
  }
  .box-comment .box-info {
    width: calc(100% - 90px);
    float: left;
    font-size: 15px;
    margin: 0 0 20px 20px;
  }
  .box-comment .box-info .top-info {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  .box-comment .box-info .top-info span {
    display: inline-block;
    margin: 0 3px 0 0;
    color: var(--gray);
  }
  .box-comment .box-info .top-info .user-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
  }
  .box-comment .box-info .top-info .nation {
    width: 16px;
    height: 11px;
    overflow: hidden;
  }
  .box-comment .box-info .top-info .nation img {
    width: 100%;
  }
  .box-comment .box-info h5 {
    font-family: var(--font-article);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
  }
  .box-comment .box-info .top-info .post-info {
    font-family: var(--font-Arial);
  }
  .box-comment .box-info .f-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    font-family: var(--font-Arial);
    font-size: 11px;
    margin-top: 10px;
  }
  .box-comment .box-info .f-comment span {
    position: relative;
  }
  .box-comment .box-info .f-comment span:nth-child(2) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .box-comment .box-info .f-comment span:nth-child(3) {
    padding-left: 5px;
    border-left: 1px solid #999;
    top: 3px;
  }
  .box-comment .box-info .f-comment span:nth-child(3) a {
    display: block;
    margin-top: -3px;
  }
  .box-comment .box-info .f-comment span a:hover {
    color: var(--primary);
  }
  .box-comment .box-info .f-comment i {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .box-comment .box-info .f-comment .f-left {
    display: flex;
  }
  .box-comment .box-info .f-comment .f-left a {
    color: #999;
  }
  .box-comment .box-info .f-comment .f-right {
    text-align: right;
    text-transform: uppercase;
    padding-top: 6px;
  }
  .box-comment .box-info .f-comment .f-right a {
    color: var(--primary);
  }
  .box-comment .box-info .f-comment .f-right a:hover {
    text-decoration: underline;
  }
  .box-comment .box-info .f-comment .f-left a.a-report {
    color: var(--primary);
  }
  .box-comment .box-info .f-comment .f-left a.a-report:hover {
    text-decoration: underline;
  }

  .comment-report {
    padding: 20px 0;
    text-align: center;
  }
  .h-notlogin {
    margin-bottom: 15px;
    font-family: var(--font-article);
    font-size: 13px;
    line-height: 1.2;
  }
  .h-notlogin span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
  }
  .comment-notlogin {
    padding: 20px 0;
    text-align: center;
  }
  .btn-for-signin a {
    width: 155px;
    margin: 0 auto;
  }
  .box-comment .box-more {
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
  .box-comment .box-more a {
    display: block;
    color: var(--default);
    background-color: var(--white);
    border: 1px solid var(--default);
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px 10px;
    border-radius: 10px;
  }
  .box-comment .box-more a:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
  }
  .box-comment .box-add-comment {
    background-color: #f5f5f5;
    margin: 30px 0 0;
    position: relative;
    padding: 20px 40px;
  }
  .box-comment .box-add-comment .h-comment {
    border: none;
  }
  .box-comment .box-add-comment .text-comment {
    width: 100%;
    height: 170px;
    margin: 10px 0;
    border: none;
    padding: 20px;
  }
  .box-comment .box-add {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    text-align: center;
  }
  .box-comment .box-add a {
    display: block;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    font-size: 12px;
    font-weight: 700;
    color: var(--white);
    padding: 12px 25px 10px;
    border-radius: 10px;
  }
  .box-comment .box-add a:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .box-reply {
    display: block;
    overflow: hidden;
    margin: 15px 0 0;
  }
  .box-reply .text-comment {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--gray);
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .box-comment {
    transition: all 0.8s ease;
    right: -768px;
  }
  .box-comment.boxOpen {
    transition: all 0.8s ease;
    right: 0;
  }
  .box-comment.boxOpen .box-btn {
    position: fixed;
    right: 20px;
  }
  @media (max-width: 767px) {
    .box-comment .box-list-comment {
      padding: 40px 30px;
    }
    .box-comment.boxOpen .box-btn {
      right: 8px;
    }
    .box-comment .img-profile {
      width: 50px;
      height: 50px;
      line-height: 50px;
    }
    .box-comment ul li ul {
      margin-left: 70px;
    }
    .box-comment .box-info {
      width: calc(100% - 70px);
    }
  }  

  .un-image__screenshot {
    max-width: 230px !important;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
}