.wis-rating {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (width <= 700px) {
  .wis-rating {
    border-radius: 0;
    margin: 0 -16px;
  }
}
.wis-rating .wis-rating-header {
  background-color: #0f1d3e;
  padding: 14px 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (width <= 700px) {
  .wis-rating .wis-rating-header {
    border-radius: 0 !important;
  }
}
.wis-rating .wis-rating-header h1 {
  font-size: 22px;
  font-weight: bold;
  color: white;
  padding: 0 !important;
  margin: 0 !important;
  font-family: Montserrat, "sans-serif";
}
.wis-rating .wis-rating-body {
  padding: 0 16px;
  margin-bottom: 24px;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info {
  padding: 24px 0px;
  border-bottom: 1px solid #d1d5db;
  display: flex;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 24px;
  padding-left: 16px;
  border-right: 1px solid #d1d5db;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 .wis-rating-info-rating-info-section1-rating-div {
  display: flex;
  height: 86px;
  width: 86px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, "sans-serif";
  font-weight: 800;
  font-size: 40px;
  color: #0f1d3e;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 .wis-rating-info-rating-info-section1-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 .wis-rating-info-rating-info-section1-info-div .wis-rating-info-rating-info-section1-info-div-rating-stars {
  color: #fd823d;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 .wis-rating-info-rating-info-section1-info-div .wis-rating-info-rating-info-section1-info-div-rating-text {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 {
  padding-left: 24px;
  flex-grow: 1;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper .wis-rating-info-rating-info-section2-group-rating-item {
  display: flex;
  align-items: center;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper .wis-rating-info-rating-info-section2-group-rating-item .wis-rating-info-rating-info-section2-group-rating-item-count {
  width: 20px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  color: #0f1d3e;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper .wis-rating-info-rating-info-section2-group-rating-item .wis-rating-info-rating-info-section2-group-rating-item-progress-bar {
  flex-grow: 1;
  background-color: #f3f4f6;
  border-radius: 99999999px;
  overflow: hidden;
  height: 8px;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper .wis-rating-info-rating-info-section2-group-rating-item .wis-rating-info-rating-info-section2-group-rating-item-progress-bar .wis-rating-info-rating-info-section2-group-rating-item-progress-bar-bar {
  height: 8px;
  background-color: #fd823d;
  border-radius: 99999999px;
}
.wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 .wis-rating-info-rating-info-section2-group-rating-wrapper .wis-rating-info-rating-info-section2-group-rating-item .wis-rating-info-rating-info-section2-group-rating-item-progress-rating-info {
  width: 120px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 0 !important;
  margin-left: 10px;
  text-align: left;
}
@media screen and (width <= 700px) {
  .wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info {
    display: block;
  }
  .wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section1 {
    margin-bottom: 16px;
    padding-left: 0;
    border-right: none;
  }
  .wis-rating .wis-rating-body .wis-rating-info .wis-rating-info-rating-info .wis-rating-info-rating-info-section2 {
    padding-left: 0;
    width: 100%;
  }
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #d1d5db;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button a {
  text-decoration: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-commented {
  height: 50px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
}
@media screen and (width <= 700px) {
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-commented {
    width: 150px;
  }
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-commented span {
    font-size: 12px !important;
  }
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-commented span {
  font-weight: 600;
  color: #0f1d3e;
  font-size: 16px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-not-commented {
  height: 50px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0f1d3e;
  cursor: pointer;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-not-commented:hover {
  border: 1px solid #ff955a;
  background-color: #ffefdf;
}
@media screen and (max-width: 700px) {
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-not-commented {
    font-size: 12px !important;
    max-width: 150px;
  }
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .user-comment-button .user-has-not-commented span {
  font-weight: 600;
  color: #0f1d3e;
  font-size: 16px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper {
  position: relative;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper .comment-sort-button {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  gap: 4px;
  color: #576078;
  background-color: #f3f4f6;
  border-radius: 8px;
  border: none;
  padding: 0 7px;
  width: 150px;
  font-size: 14px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper .comment-sort-button:hover {
  border: 1px solid #ff955a;
}
@media screen and (max-width: 700px) {
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper .comment-sort-button {
    font-size: 12px;
  }
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper .comment-sort-button svg {
    width: 16px;
  }
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper .comment-sort-options {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-button {
  border: 1px solid #ff955a;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  gap: 4px;
  color: #576078;
  background-color: #f3f4f6;
  border-radius: 8px;
  border: none;
  padding: 0 7px;
  width: 150px;
  font-size: 14px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-button:hover {
  border: 1px solid #ff955a;
}
@media screen and (max-width: 700px) {
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-button {
    font-size: 12px;
  }
  .wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-button svg {
    width: 16px;
  }
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-options {
  display: block;
  position: absolute;
  bottom: -4px;
  transform: translatey(100%);
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-options .comment-sort-options-wrapper {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-options .comment-sort-options-wrapper .comment-sort-options-item {
  padding: 12px;
  font-size: 14px;
  color: #203342;
  border-bottom: 1px solid #d1d5db;
  cursor: pointer;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-options .comment-sort-options-wrapper .comment-sort-options-item:hover {
  background-color: #9ca3af;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-header .comment-sort-wrapper.open .comment-sort-options .comment-sort-options-wrapper .comment-sort-options-item:last-child {
  border-bottom: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body {
  border-bottom: 1px solid #d1d5db;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #d1d5db;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-user .wis-rating-comments-comment-heading-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-right: 10px;
  word-break: break-word;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-user .wis-rating-comments-comment-heading-user-info h6 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  color: #576078;
  font-weight: bold;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-user .wis-rating-comments-comment-heading-user-info p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  color: #576078;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fd823d;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-rating .wis-rating-comments-comment-heading-rating-text {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  color: #576078;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-rating .wis-rating-comments-comment-heading-rating-text span {
  font-size: 18px;
  font-weight: bold;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-heading .wis-rating-comments-comment-heading-rating .wis-rating-comments-comment-heading-rating-stars {
  display: flex;
  align-items: center;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-body {
  margin-bottom: 12px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-body .wis-rating-comments-comment-body .wis-rating-comments-comment-body-see-more {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-body .wis-rating-comments-comment-body-text {
  color: #203342;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300;
  margin-bottom: 8px !important;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-body .wis-rating-comments-comment-body-text.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-body .wis-rating-comments-comment-body-see-more {
  border: none;
  background: none;
  color: #fd823d;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback.given .wis-rating-comments-comment-footer-feedback-given {
  display: block;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback.given .wis-rating-comments-comment-footer-feedback-not-given {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-info {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px !important;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: none;
  color: #576078;
  border: 1px solid #d1d5db;
  border-radius: 9999999px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button .hover {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button:hover {
  border: 1px solid #ff955a;
  border-radius: 9999999px;
  color: #ff955a;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button:hover svg {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button:hover .hover {
  display: block;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-not-given .wis-rating-comments-comment-footer-feedback-button span {
  color: #576078;
  font-size: 14px;
  font-weight: 500;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-given {
  display: none;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-given .wis-rating-comments-comment-footer-feedback-info {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px !important;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-given .wis-rating-comments-comment-footer-feedback-button {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: none;
  color: #ff955a;
  border: 1px solid #ff955a;
  border-radius: 9999999px;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-body .wis-rating-comments-wrapper .wis-rating-comments-comment .wis-rating-comments-comment-footer .wis-rating-comments-comment-footer-feedback .wis-rating-comments-comment-footer-feedback-given .wis-rating-comments-comment-footer-feedback-button span {
  color: #576078;
  font-size: 14px;
  font-weight: 500;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-footer {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-footer .wis-rating-comments-footer-see-more-button {
  height: 50px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 4px;
  border: 1px solid #9ca3af;
  border-radius: 8px;
  color: #0f1d3e;
  font-weight: 600;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-has-comments .wis-rating-comments-footer .wis-rating-comments-footer-see-more-button:hover {
  border: 1px solid #ff955a;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-info-no-comment {
  display: flex;
  padding: 24px 0px;
  border-bottom: 1px solid #d1d5db;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.wis-rating .wis-rating-body .wis-rating-comments .wis-rating-info-no-comment .wis-rating-info-no-rating-text {
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.wis-rating .wis-rating-footer {
  background-color: #f3f4f6;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-title {
  font-family: Montserrat, "sans-serif";
  font-weight: bold;
  color: #0f1d3e;
  text-align: center;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images {
  display: flex;
  align-items: center;
  color: #fd823d;
  width: 232px;
  justify-content: space-between;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images .user_rating_star {
  cursor: pointer;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images .user_rating_star svg {
  display: none;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images .user_rating_star.active .active {
  display: block;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images .user_rating_star.default .default {
  display: block;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .star-images .user_rating_star.inactive .inactive {
  display: block;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .wis-rating-form-not-rated-info-error-text {
  font-weight: 300;
  font-size: 12px;
  color: #dc3545;
  padding: 8px 0;
  text-align: center;
  display: none;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-info .wis-rating-form-not-rated-info-text {
  font-family: Montserrat, "sans-serif";
  font-size: 12px;
  color: #0f1d3e;
  text-align: center;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper .wis-rating-form-submit-button {
  display: flex;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid #9CA3AF;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: #576078;
  background: transparent;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper .wis-rating-form-submit-button:disabled {
  border: 1px solid #D1D5DB;
  color: #D1D5DB;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper .wis-rating-form-submit-button:not(:disabled):hover {
  border: 1px solid #9CA3AF;
  background: #E5E7EB;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper .wis-rating-form-comment-button {
  display: flex;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: #0f1d3e;
  background-color: #fd823d;
  border: 1px solid #fd823d;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-not-rated .wis-rating-form-not-rated-button-wrapper .wis-rating-form-comment-button:hover {
  background: #0F1D3E;
  color: #fff;
  border: 1px solid #0F1D3E;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-title {
  font-family: Montserrat, "sans-serif";
  font-weight: bold;
  color: #0f1d3e;
  text-align: center;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-info .star-images {
  display: flex;
  align-items: center;
  color: #fd823d;
  gap: 16px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-info .wis-rating-form-user-rated-info-text {
  font-family: Montserrat, "sans-serif";
  font-size: 12px;
  color: #0f1d3e;
  text-align: center;
  max-width: 482px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-button-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-button-wrapper .wis-rating-form-user-rated-button {
  display: flex;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: #0f1d3e;
  background-color: #fd823d;
  border: none;
  gap: 12px;
}
.wis-rating .wis-rating-footer .wis-rating-form .wis-rating-form-user-rated .wis-rating-form-user-rated-button-wrapper .wis-rating-form-user-rated-button span {
  border-right: 1px solid #0f1d3e;
  padding: 0 42px;
}

.wis-rating-modal {
  display: none;
}
.wis-rating-modal .wis-rating-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(15, 29, 62, 0.7);
  z-index: 99;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content {
  max-width: 814px;
  width: 100%;
  background-color: #f3f4f6;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content {
    border-radius: 0;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated {
  display: flex;
  padding: 24px 16px;
  padding-top: 36px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-title {
  font-family: Montserrat, "sans-serif";
  font-weight: bold;
  color: #0f1d3e;
  text-align: center;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-info .star-images {
  display: flex;
  align-items: center;
  color: #fd823d;
  gap: 16px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-info .wis-rating-form-user-rated-info-text {
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  color: #0f1d3e;
  text-align: center;
  max-width: 482px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-button-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-form-user-rated .wis-rating-form-user-rated-button-wrapper .wis-rating-form-user-rated-button {
  display: flex;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: #0f1d3e;
  background: transparent;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated {
  padding: 24px 32px;
  position: relative;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated {
    height: 100vh;
    overflow: auto;
    padding: 16px;
    padding-top: 64px;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .form-input-error-text {
  font-weight: 300;
  font-size: 12px;
  color: #dc3545;
  padding: 12px 0;
  display: none;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 40px;
  width: 40px;
  background: #e5e7eb;
  border: 1px solid #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-close-button {
    top: 64px;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-not-rated-header {
  font-family: Montserrat, "sans-serif";
  font-weight: bold;
  color: #203342;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-not-rated-header {
    max-width: 200px;
    margin: 0 auto !important;
    text-align: center;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form {
  margin-top: 48px;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form {
    margin-top: 24px;
    padding-bottom: 60px;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .honeypot {
  display: none;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #d1d5db;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-text {
  font-size: 16px;
  font-weight: bold;
  color: #6b7280;
  width: auto;
  margin: 0;
  padding: 8px 0;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-text span {
  color: #dc3545;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-text {
    display: none;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section {
    width: 100%;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images {
  display: flex;
  align-items: center;
  color: #fd823d;
  width: 232px;
  justify-content: space-between;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images .user_rating_star {
  cursor: pointer;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images .user_rating_star svg {
  display: none;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images .user_rating_star.active .active {
  display: block;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images .user_rating_star.default .default {
  display: block;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .star-images .user_rating_star.inactive .inactive {
  display: block;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-rating-section .wis-rating-modal-not-rated-rating-section-rating-section .rating-text {
  font-size: 12px;
  color: #0f1d3e;
  text-align: center;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 320px auto;
  gap: 16px;
  margin-bottom: 16px;
  grid-auto-rows: auto; /* Allows rows to adjust based on content */
  align-items: start;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section {
    grid-template-columns: 1fr;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item {
  margin-bottom: 16px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-info label {
  font-size: 16px;
  font-weight: bold;
  color: #576078;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-info label span {
  color: #dc3545;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-info span {
  color: #6b7280;
  font-size: 12px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-info span.over-count {
  color: #dc3545;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-form-field input {
  padding: 14px 12px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-form-field textarea {
  padding: 14px 12px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  height: 264px;
  width: 100%;
  resize: none;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-form-field input:focus-visible,
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-form-item .wis-rating-modal-not-rated-comment-form-item-form-field textarea:focus-visible {
  border-color: #d1d5db; /* Change this color if needed */
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #0f1d3e;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra.mobile {
  display: none;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra {
    display: none;
  }
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra.mobile {
    display: flex;
  }
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm {
  display: flex;
  align-items: start;
  gap: 8px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 8px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-checkbox span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fd823d;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-checkbox input[type=checkbox]:checked + span {
  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='M0 4C0 1.79086 1.79086 0 4 0H12C14.2091 0 16 1.79086 16 4V12C16 14.2091 14.2091 16 12 16H4C1.79086 16 0 14.2091 0 12V4Z' fill='%23FD823D'/%3E%3Cpath d='M5.69471 7.28071C5.50611 7.09855 5.25351 6.99776 4.99131 7.00004C4.72911 7.00232 4.4783 7.10749 4.29289 7.29289C4.10749 7.4783 4.00232 7.72911 4.00004 7.99131C3.99776 8.25351 4.09855 8.50611 4.28071 8.69471L6.28071 10.6947C6.46824 10.8822 6.72255 10.9875 6.98771 10.9875C7.25288 10.9875 7.50718 10.8822 7.69471 10.6947L11.6947 6.69471C11.8769 6.50611 11.9777 6.25351 11.9754 5.99131C11.9731 5.72911 11.8679 5.4783 11.6825 5.29289C11.4971 5.10749 11.2463 5.00232 10.9841 5.00004C10.7219 4.99776 10.4693 5.09855 10.2807 5.28071L6.98771 8.57371L5.69471 7.28071Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fd823d;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-text {
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
  color: #0f1d3e;
  font-weight: lighter;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-text a {
  font-weight: bold;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-comment-section .wis-rating-modal-not-rated-comment-section-form-extra .wis-rating-modal-not-rated-comment-form-confirm .wis-rating-modal-not-rated-comment-form-confirm-text span {
  color: #dc3545;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-submit .wis-rating-modal-not-rated-submit-button {
  display: flex;
  height: 50px;
  width: 320px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: #0f1d3e;
  background-color: #fd823d;
  border: 1px solid #fd823d;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-submit .wis-rating-modal-not-rated-submit-button:not(:disabled):hover {
  background-color: #fff;
  color: #0f1d3e;
}
.wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-submit .wis-rating-modal-not-rated-submit-button:disabled {
  opacity: 0.25;
}
@media screen and (width <= 700px) {
  .wis-rating-modal .wis-rating-modal-wrapper .wis-rating-modal-content .wis-rating-modal-not-rated .wis-rating-modal-form .wis-rating-modal-not-rated-submit .wis-rating-modal-not-rated-submit-button {
    width: 100%;
  }
}

.wis-top-rating.rated .wis-top-rated {
  display: grid;
}
.wis-top-rating.not-rated .wis-top-not-rated {
  display: grid;
}
.wis-top-rating.rated-successfully .wis-top-rated-successfully {
  display: flex;
}
.wis-top-rating .wis-top-not-rated {
  display: none;
}
.wis-top-rating .wis-top-not-rated.show-rating .wis-top-rating-rate {
  display: flex;
}
.wis-top-rating .wis-top-not-rated.show-rating .wis-top-rating-default {
  display: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 {
  padding-right: 10px;
  border-right: 1px solid #D1D5DB;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section-title {
  font-weight: bold;
  font-size: 10px;
  color: #0F1D3E;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fd823d;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info .wis-top-rated-section1-top-rating-info-info-rating {
  font-size: 12px;
  font-weight: bolder;
  color: #0F1D3E;
  display: flex;
  align-items: center;
  gap: 4px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info .wis-top-rated-section1-top-rating-info-info-rating span {
  font-size: 24px;
  color: #0F1D3E;
  font-weight: 800;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-text {
  font-size: 12px;
  font-weight: 500;
  color: #576078;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline;
  white-space: nowrap;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-text:hover {
  color: #fd823d;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-submit-button {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 36px;
  background: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rated-section1-submit-button span {
  color: #0F1D3E;
  font-size: 14px;
  font-weight: bolder;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rating-default-section1-submit-button {
  margin-top: 12px;
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 36px;
  background: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rating-default-section1-submit-button:hover {
  background-color: #0F1D3E;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rating-default-section1-submit-button:hover span {
  color: #fff;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section1 .wis-top-rating-default-section1-submit-button span {
  color: #0F1D3E;
  font-size: 14px;
  font-weight: bolder;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rated-section-title {
  font-weight: bold;
  font-size: 10px;
  color: #0F1D3E;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rated-section2-top .wis-top-rated-section2-top-rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D1D5DB;
  color: #0F1D3E;
  font-size: 12px;
  font-weight: bolder;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rated-section2-top .wis-top-rated-section2-top-rating-info span {
  font-size: 24px;
  font-weight: 800;
  color: #0F1D3E;
}

.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link {
  margin-top: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #576078;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding: 5px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link svg:hover + .wis-top-rating-default-section2-link-info-wrapper {
  display: block;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link span {
  font-size: 12px;
  color: #576078;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link a {
  position: relative;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: calc(200% + 32px);
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info {
  background-color: #27375e;
  padding: 8px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  position: relative;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info::before {
  content: "";
  position: absolute;
  top: -8px; /* Position the arrow above the element */
  left: 95%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #27375e; /* Change color as needed */
  width: 0;
  height: 0;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rated-section2-link {
  width: 100%;
  margin-top: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: rgba(87, 96, 120, 0.7);
  color: #fd823d;
  border-radius: 8px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rated-section2 .wis-top-rated-section2-link span {
  font-size: 12px;
  color: #e5e7eb;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 16px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-rated-section1-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-info span {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-text {
  padding: 0 !important;
  margin: 0 !important;
  color: #d1d5db;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link {
  margin-top: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #F3F4F6;
  color: #fd823d;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding: 5px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link:hover .wis-top-rating-default-section2-link-info-wrapper {
  display: block;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link span {
  font-size: 12px;
  color: #576078;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link a {
  position: relative;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper {
  display: none;
  padding-top: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: calc(200% + 32px);
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info {
  background-color: #27375e;
  padding: 8px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  position: relative;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info::before {
  content: "";
  position: absolute;
  top: -8px; /* Position the arrow above the element */
  left: 80%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #27375e; /* Change color as needed */
  width: 0;
  height: 0;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 {
  padding-right: 16px;
  border-right: 1px solid #D1D5DB;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-rated-section1-top {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  align-items: center;
  gap: 4px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fd823d;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-info .wis-top-rating-rated-section1-top-rating-info-rating {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-info .wis-top-rating-rated-section1-top-rating-info-rating span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-rated-section1-top .wis-top-rating-rated-section1-top-rating-link {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-default-section1-submit-button {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 36px;
  background: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-default-section1-submit-button:hover {
  background-color: #0F1D3E;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-default-section1-submit-button:hover span {
  color: #fff;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-default .wis-top-rating-default-section1 .wis-top-rating-default-section1-submit-button span {
  color: #0F1D3E;
  font-size: 14px;
  font-weight: bolder;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate {
  padding-top: 16px;
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-close {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border: 1px solid #9CA3AF;
  background-color: white;
  padding: 0;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-close:hover {
  background-color: #E5E7EB;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-title {
  font-size: 18px;
  font-weight: bold;
  color: #576078;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
  width: 180px;
  text-align: center;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images {
  display: flex;
  align-items: center;
  color: #fd823d;
  width: 232px;
  justify-content: space-between;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images .user_rating_star {
  cursor: pointer;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images .user_rating_star svg {
  display: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images .user_rating_star.active .active {
  display: block;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images .user_rating_star.default .default {
  display: block;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .star-images .user_rating_star.inactive .inactive {
  display: block;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .wis-rating-form-not-rated-info-error-text {
  font-weight: 300;
  font-size: 12px;
  color: #dc3545;
  padding: 8px 0;
  text-align: center;
  display: none;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-rating-section .wis-rating-form-not-rated-info-text {
  color: #576078;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600;
  font-size: 14px;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper .wis-rating-form-submit-button {
  display: flex;
  height: 36px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid #9CA3AF;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  color: #576078;
  background: transparent;
  cursor: pointer;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper .wis-rating-form-submit-button:disabled {
  border: 1px solid #D1D5DB;
  color: #D1D5DB;
  cursor: not-allowed;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper .wis-rating-form-submit-button:not(:disabled):hover {
  border: 1px solid #9CA3AF;
  background: #E5E7EB;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper .wis-rating-form-comment-button {
  display: flex;
  height: 36px;
  padding: 0 8px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  color: #0f1d3e;
  background-color: #fd823d;
  border: 1px solid #fd823d;
  cursor: pointer;
}
.wis-top-rating .wis-top-not-rated .wis-top-rating-rate .wis-top-rating-rate-button-wrapper .wis-rating-form-comment-button:hover {
  background: #0F1D3E;
  color: #fff;
  border: 1px solid #0F1D3E;
}
.wis-top-rating .wis-top-rated {
  display: none;
  grid-template-columns: repeat(2, 1fr);
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 {
  padding-right: 10px;
  border-right: 1px solid #D1D5DB;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section-title {
  font-weight: bold;
  font-size: 10px;
  color: #0F1D3E;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fd823d;
  justify-content: center;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info .wis-top-rated-section1-top-rating-info-info-rating {
  font-size: 12px;
  color: #0F1D3E;
  display: flex;
  align-items: center;
  gap: 4px;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-rating-info .wis-top-rated-section1-top-rating-info-info-rating span {
  font-size: 24px;
  color: #0F1D3E;
  font-weight: 800;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-text {
  font-size: 12px;
  font-weight: 500;
  color: #576078;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-text:hover {
  color: #fd823d;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-top .wis-top-rated-section1-top-text-span {
  text-decoration: underline;
  cursor: pointer;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-submit-button {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 36px;
  background: none;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section1 .wis-top-rated-section1-submit-button span {
  color: #D1D5DB;
  font-size: 14px;
  font-weight: bolder;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rated-section-title {
  font-weight: bold;
  font-size: 10px;
  color: #0F1D3E;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rated-section2-top .wis-top-rated-section2-top-rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D1D5DB;
  font-size: 12px;
  font-weight: 500;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rated-section2-top .wis-top-rated-section2-top-rating-info span {
  font-size: 24px;
  font-weight: 800;
  color: #0F1D3E;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link {
  margin-top: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #576078;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding: 5px;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link svg:hover + .wis-top-rating-default-section2-link-info-wrapper {
  display: block;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link span {
  font-size: 12px;
  color: #576078;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link a {
  position: relative;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: calc(200% + 32px);
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info {
  background-color: #27375e;
  padding: 8px;
  border-radius: 8px;
  color: white;
  font-size: 12px;
  position: relative;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rating-default-section2-link .wis-top-rating-default-section2-link-info-wrapper .wis-top-rating-default-section2-link-info::before {
  content: "";
  position: absolute;
  top: -8px; /* Position the arrow above the element */
  left: 95%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #27375e; /* Change color as needed */
  width: 0;
  height: 0;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rated-section2-link {
  width: 100%;
  margin-top: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: rgba(87, 96, 120, 0.7);
  color: #576078;
  border-radius: 8px;
}
.wis-top-rating .wis-top-rated .wis-top-rated-section2 .wis-top-rated-section2-link span {
  font-size: 12px;
  color: #e5e7eb;
}
.wis-top-rating .wis-top-rated-successfully {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-title {
  font-size: 18px;
  font-weight: bold;
  color: #576078;
  text-align: center;
  margin-bottom: 10px;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-rating-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-rating-info .star-images {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fd823d;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-rating-info .wis-rated-successfully-rating-info-text {
  font-size: 14px;
  font-weight: 600;
  color: #576078;
  text-align: center;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 160px;
  background: none;
  border-radius: 8px;
  border: 1px solid #9CA3AF;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-close-button:hover {
  background-color: #E5E7EB;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-close-button:hover span {
  color: #0F1D3E;
}
.wis-top-rating .wis-top-rated-successfully .wis-top-rated-successfully-close-button span {
  color: #576078;
  font-weight: 600;
  font-size: 14px;
}

#wis-rating-comment-button {
  scroll-margin-top: 90px; /* Adjust to match your header height */
}/*# sourceMappingURL=wis-rating2.css.map */