/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/UserReviews/UserReviews.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.component-user-reviews {
  position: relative;
  left: -50vw;
  width: 100vw;
  margin: 0 auto 0 50%;
  padding: 50px 0;
  overflow: hidden;
  background-color: #ecf5ef;
}
.component-user-reviews .glider-contain {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.component-user-reviews .glider {
  position: relative;
  margin: 0 auto;
  overflow-y: hidden;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.component-user-reviews .glider-track {
  z-index: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
}
.component-user-reviews .glider.draggable {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component-user-reviews .glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.component-user-reviews .glider.drag {
  cursor: grabbing;
}
.component-user-reviews .glider-slide {
  align-content: center;
  justify-content: center;
  width: 100%;
  min-width: 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component-user-reviews .glider-slide img {
  max-width: 100%;
  margin: auto;
}
.component-user-reviews .glider::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}
.component-user-reviews .glider-prev,
.component-user-reviews .glider-next {
  position: absolute;
  top: 50%;
  left: -23px;
  z-index: 2;
  padding: 0;
  color: #666;
  font-size: 40px;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component-user-reviews .glider-prev:hover,
.component-user-reviews .glider-next:hover,
.component-user-reviews .glider-prev:focus,
.component-user-reviews .glider-next:focus {
  color: #a89cc8;
}
.component-user-reviews .glider-next {
  right: -23px;
  left: auto;
}
.component-user-reviews .glider-next.disabled,
.component-user-reviews .glider-prev.disabled {
  color: #666;
  cursor: default;
  opacity: 0.25;
}
.component-user-reviews .glider-hide {
  opacity: 0;
}
.component-user-reviews .glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component-user-reviews .glider-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  padding: 0;
  color: #ccc;
  background: #ccc;
  border: 0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.component-user-reviews .glider-dot:hover,
.component-user-reviews .glider-dot:focus,
.component-user-reviews .glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .component-user-reviews .glider::-webkit-scrollbar {
    width: 7px;
    height: 3px;
    opacity: 1;
    -webkit-appearance: none;
            appearance: none;
  }
  .component-user-reviews .glider::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.25);
    border-radius: 99px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
}
.component-user-reviews * {
  box-sizing: border-box;
}
.component-user-reviews .section-inner-area {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
.component-user-reviews .cta-button {
  width: 232px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  background: #fa9700;
  border: none;
  border-radius: 37px;
  cursor: pointer;
}
.component-user-reviews .cta-button:hover {
  background: #0c501b;
}
.component-user-reviews .section-header {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: auto;
}
@media (min-width: 540px) {
  .component-user-reviews .section-header {
    margin-bottom: 38.5px;
  }
}
.component-user-reviews .section-header h2 {
  flex: 1 1 auto;
  margin: 0;
  color: #0c501b;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.51px;
  text-transform: inherit;
}
@media (min-width: 540px) {
  .component-user-reviews .section-header h2 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0;
  }
}
.component-user-reviews .section-header .cta-button {
  display: none;
}
@media (min-width: 1000px) {
  .component-user-reviews .section-header .cta-button {
    display: block;
  }
}
.component-user-reviews .section-content {
  max-width: 920px;
}
.component-user-reviews .section-content p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 27px;
}
.component-user-reviews .section-body {
  position: relative;
  margin: 0 -5px;
  margin-top: 34px;
  padding: 19px 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 768px) {
  .component-user-reviews .section-body {
    margin: 0 auto;
    padding: 19px 15px 0;
  }
}
@media (min-width: 1024px) {
  .component-user-reviews .section-body {
    max-width: 900px;
    margin-top: 38.5px;
  }
}
@media (min-width: 540px) {
  .component-user-reviews .section-body {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
@media (min-width: 1380px) {
  .component-user-reviews .section-body {
    max-width: 1260px;
  }
}
@media (min-width: 1500px) {
  .component-user-reviews .section-body {
    max-width: none;
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .component-user-reviews .section-body .user-review-list {
    margin: 0 -12px;
  }
}
.component-user-reviews .section-body .glider.draggable {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .component-user-reviews .section-body .glider.draggable {
    padding-bottom: 0;
    padding-bottom: initial;
  }
}
.component-user-reviews .section-body .glider-slide {
  min-width: 324px;
  max-width: 404px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .component-user-reviews .section-body .glider-slide {
    padding: 0 12px;
  }
}
@media (min-width: 1024px) {
  .component-user-reviews .section-body .glider-slide {
    max-width: none;
    max-width: initial;
  }
}
.component-user-reviews .section-body .glider-dots {
  margin-top: 35px;
}
.component-user-reviews .section-body .glider-dots .glider-dot {
  width: 40px;
  height: 10px;
}
.component-user-reviews .section-body .glider-dots .active {
  background: #fa9700;
}
.component-user-reviews .section-body .glider-prev svg,
.component-user-reviews .section-body .glider-next svg {
  display: block;
}
.component-user-reviews .section-body .glider-prev {
  left: -88px;
}
@media (min-width: 1280px) {
  .component-user-reviews .section-body .glider-prev {
    left: -58px;
  }
}
@media (min-width: 1500px) {
  .component-user-reviews .section-body .glider-prev {
    left: -88px;
  }
}
.component-user-reviews .section-body .glider-next {
  right: -88px;
}
@media (min-width: 1280px) {
  .component-user-reviews .section-body .glider-next {
    right: -58px;
  }
}
@media (min-width: 1500px) {
  .component-user-reviews .section-body .glider-next {
    right: -88px;
  }
}
.component-user-reviews .section-body .review-item-card {
  min-width: 300px;
  height: 100%;
  padding: 25px 26px;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .component-user-reviews .section-body .review-item-card {
    padding: 26px 28px;
  }
}
.component-user-reviews .section-body .review-item-card .card-header {
  margin-bottom: 14px;
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
}
.component-user-reviews .section-body .review-item-card .card-header .date {
  margin-top: 10px;
  color: #0b4e1a;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .component-user-reviews .section-body .review-item-card .card-header .date {
    font-size: 18px;
  }
}
.component-user-reviews .section-body .review-item {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 13px;
  color: #0b4e1a;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.component-user-reviews .section-body .review-item:last-child {
  margin-bottom: 0;
}
.component-user-reviews .section-footer {
  display: block;
}
@media (min-width: 1000px) {
  .component-user-reviews .section-footer {
    display: none;
  }
}
.component-user-reviews .section-footer .cta-button {
  display: block;
  margin: auto;
}

.component-user-reviews-modal {
  position: fixed;
  top: 0;
  z-index: 11111;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  background: rgba(211, 229, 217, 0.85);
  backdrop-filter: blur(3px);
}
@media (min-width: 1000px) {
  .component-user-reviews-modal {
    padding: 0;
    padding: initial;
  }
}
.component-user-reviews-modal.visible {
  display: flex;
}
.component-user-reviews-modal .modal-wrap {
  position: relative;
  box-sizing: border-box;
  width: 1066px;
  height: auto;
  padding: 23px 0;
  background: #fff;
  border: 2px solid #2bb13f;
  border-radius: 25px;
}
@media (min-width: 1000px) {
  .component-user-reviews-modal .modal-wrap {
    padding: 38px 58px;
  }
}
.component-user-reviews-modal .modal-content {
  max-height: 80vh;
  padding: 0 18px;
  overflow: auto;
}
@media (min-width: 768px) {
  .component-user-reviews-modal .modal-content {
    max-height: none;
    max-height: initial;
    padding: 0;
    padding: initial;
    overflow: visible;
    overflow: initial;
  }
}
.component-user-reviews-modal .cta-button {
  display: block;
  width: 182px;
  height: 50px;
  margin: 26px auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  background: #fa9700;
  border: none;
  border-radius: 37px;
  cursor: pointer;
}
.component-user-reviews-modal .cta-button:hover {
  background: #0c501b;
}
.component-user-reviews-modal .modal-close {
  position: absolute;
  top: 23px;
  right: 20px;
  padding: 0;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .component-user-reviews-modal .modal-close {
    top: 28px;
  }
}
.component-user-reviews-modal .modal-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #0b4e1a;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
@media (min-width: 1000px) {
  .component-user-reviews-modal .modal-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.component-user-reviews-modal .modal-description {
  margin-bottom: 15px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1000px) {
  .component-user-reviews-modal .modal-description {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 27px;
  }
}
.component-user-reviews-modal .modal-form .field-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .component-user-reviews-modal .modal-form .field-group {
    flex-direction: row;
    gap: 26px;
  }
}
.component-user-reviews-modal .modal-form .field-group .field,
.component-user-reviews-modal .modal-form .field-group .pros,
.component-user-reviews-modal .modal-form .field-group .cons {
  width: 100%;
}
.component-user-reviews-modal .modal-form .field-group .field {
  margin-bottom: 35px;
}
.component-user-reviews-modal .modal-form .field-group.user-data {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .component-user-reviews-modal .modal-form .field-group.user-data {
    margin-bottom: 35px;
  }
}
.component-user-reviews-modal .modal-form .field-group.user-data .field {
  margin-bottom: 0;
}
.component-user-reviews-modal .modal-form .field-group .pros .field,
.component-user-reviews-modal .modal-form .field-group .cons .field {
  margin-bottom: 15px;
  /* stylelint-disable-next-line max-nesting-depth */
}
@media (min-width: 768px) {
  .component-user-reviews-modal .modal-form .field-group .pros .field,
  .component-user-reviews-modal .modal-form .field-group .cons .field {
    margin-bottom: 70px;
  }
}
.component-user-reviews-modal .modal-form .field-group .pros .field:last-child,
.component-user-reviews-modal .modal-form .field-group .cons .field:last-child {
  margin-bottom: 0;
}
.component-user-reviews-modal .modal-form .field-group.pros-cons {
  gap: 62px;
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, #ebebef, #ebebef 2px, #fff 2px, #fff);
  background-position: top;
  background-size: 1px 106px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .component-user-reviews-modal .modal-form .field-group.pros-cons {
    gap: 26px;
    background-position: center;
    background-size: 120px 120px;
  }
}
.component-user-reviews-modal .modal-form input,
.component-user-reviews-modal .modal-form select {
  width: 100%;
  min-width: 0;
  min-width: initial;
  height: 50px;
  padding: 13px 32px;
  color: #0b4e1a;
  font-size: 20px;
  line-height: 1;
  border: 2px solid rgba(235, 235, 239, 0.6);
  border-radius: 8px;
}
.component-user-reviews-modal .modal-form input:focus-visible,
.component-user-reviews-modal .modal-form select:focus-visible {
  outline-color: #2bb13f;
}
.component-user-reviews-modal .modal-form input:invalid,
.component-user-reviews-modal .modal-form select:invalid {
  color: #0b4e1a;
  outline-color: #b90c0c;
}
.component-user-reviews-modal .modal-form input::-moz-placeholder {
  color: #0b4e1a;
  font-size: 20px;
  line-height: 24px;
}
.component-user-reviews-modal .modal-form input::placeholder {
  color: #0b4e1a;
  font-size: 20px;
  line-height: 24px;
}
.component-user-reviews-modal .modal-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%276%27 viewBox=%270 0 12 6%27%3E%3Cpath id=%27Icon_ionic-md-arrow-dropdown%27 data-name=%27Icon ionic-md-arrow-dropdown%27 d=%27M9,13.5l6,6,6-6Z%27 transform=%27translate%28-9 -13.5%29%27 fill=%27%23fa9700%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 31px top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.component-user-reviews-modal .modal-form .direction {
  margin-top: 22px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.component-user-reviews-modal .modal-form .direction .brand {
  color: #fa9700;
}
.component-user-reviews-modal [data-notice-dialog-success],
.component-user-reviews-modal [data-notice-dialog-fail] {
  display: none;
  padding: 0 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .component-user-reviews-modal [data-notice-dialog-success],
  .component-user-reviews-modal [data-notice-dialog-fail] {
    padding: 0;
    padding: initial;
  }
}
.component-user-reviews-modal [data-notice-dialog-success] h2,
.component-user-reviews-modal [data-notice-dialog-fail] h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .component-user-reviews-modal [data-notice-dialog-success] h2,
  .component-user-reviews-modal [data-notice-dialog-fail] h2 {
    margin-top: 0;
    margin-top: initial;
  }
}
.component-user-reviews-modal [data-notice-dialog-success] svg,
.component-user-reviews-modal [data-notice-dialog-fail] svg {
  display: block;
  margin: auto;
}
.component-user-reviews-modal [data-notice-dialog-success] p,
.component-user-reviews-modal [data-notice-dialog-fail] p {
  margin-top: 25px;
}
