@charset "UTF-8";
/* Font settings */
/* TestFly - colors */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Power Grotesk Light";
  src: url("../fonts/PowerGrotesk-UltraLight.ttf");
}
@font-face {
  font-family: "Power Grotesk";
  src: url("../fonts/PowerGrotesk-Light.ttf");
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: url("../fonts/PlusJakartaSans-Regular.ttf");
}
@font-face {
  font-family: "Power Grotesk Regular";
  src: url("../fonts/PowerGrotesk-Regular.ttf");
}
/* Global selector to hide scrollbars */
*::-webkit-scrollbar {
  display: none;
}

*::-moz-scrollbar {
  display: none;
}

html,
body,
.scrollable-page {
  overflow-y: auto;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* For Firefox */
.scrollable-page {
  scrollbar-width: none;
}

#page-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-inline: 10px;
}

/* For Edge and IE */
@supports (-ms-ime-align: auto) {
  .scrollable-page {
    -ms-overflow-style: none;
  }
}
.row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.btn {
  font-weight: 600;
  border: none;
  border-radius: 3.125rem;
  height: 2.25rem;
  text-transform: uppercase;
  font-size: clamp(0.5rem, 0.7rem + 5%, 1rem);
  cursor: pointer;
}

.btn-primary {
  color: #00FFE2;
  background: #3401D5;
  padding-inline: 1rem;
}
.btn-primary:hover:not(.disabled), .btn-primary:active:not(.disabled), .btn-primary:focus:not(.disabled), .btn-primary:focus-within:not(.disabled) {
  color: #3401D5 !important;
  background: #E9F900 !important;
}
.btn-primary:focus-visible {
  color: #00FFE2 !important;
  background: #242329 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-survey-go {
  color: #00FFE2;
  background: #3401D5;
}

.btn-secondary {
  color: #3401D5;
  background: #00FFE2;
  font-weight: 700;
  padding-inline: 1rem;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  color: #3401D5 !important;
  background: #E9F900 !important;
}
.btn-secondary:focus-visible {
  color: #00FFE2 !important;
  background: #242329 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-third {
  color: #000000;
  background: none;
  font-weight: 700;
  border: 0.0625rem solid black;
}
.btn-third:hover, .btn-third:active, .btn-third:focus, .btn-third:focus-within {
  background: rgba(0, 0, 0, 0.02);
  border: 0.0625rem solid black;
}
.btn-third:focus-visible {
  border: 0.0625rem solid black;
}

.btn-fourth {
  background: #00FFE2;
  font-weight: 700;
}
.btn-fourth:hover, .btn-fourth:active, .btn-fourth:focus, .btn-fourth:focus-within {
  color: #3401D5 !important;
  background: #00FFE2 !important;
}
.btn-fourth:focus-visible {
  color: #3401D5 !important;
  background: #00FFE2 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.dropdown-other-input {
  height: 3rem;
  font-family: "Power Grotesk", sans-serif;
  color: #000 !important;
  font-weight: 500;
}

.btn-dropdown {
  width: 100%;
  background-color: #FFFFFF;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0rem 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0rem 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.15);
  box-shadow: inset 0rem 0.125rem 0.125rem 0rem rgba(0, 0, 0, 0.15);
  border-radius: 3.125rem;
  height: 2.5rem;
  font-family: "Power Grotesk", sans-serif;
  color: #000 !important;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.btn-dropdown:hover, .btn-dropdown:active {
  color: #000000 !important;
  background-color: #FFFFFF;
  box-shadow: inset 0rem 0.125rem 0.125rem 0rem #1d007e;
}

a:hover, a:active, a:focus, a:focus-within {
  color: #000000 !important;
}

.btn-dropdown--set {
  color: #000000 !important;
  font-weight: 700;
  font-style: normal;
}

.form-check-label {
  line-height: 1.5rem;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  border-color: #1d007e;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #00FFE2;
  border-color: #1d007e;
}
.form-check-input:checked + .form--element__header {
  color: rgb(51, 51, 51);
}

.popover-header {
  background: none;
  font-size: 0.7rem;
}

.popover-header--info {
  color: #838895;
}

.popover-header--warning {
  color: #D0342C;
}

.link-secondary {
  color: #929291 !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0.2rem;
}

html {
  height: 100vh;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: unset;
}

body {
  position: relative;
  background: #EBECF4;
  font-family: "Power Grotesk", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  inset: 0 0 0 0;
  position: absolute;
  z-index: 3;
}

.overlay--active {
  display: block;
  pointer-events: none;
}

.overlay--page {
  z-index: 2 !important;
}

.prevent-scrolling {
  overflow: hidden !important;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.width-100 {
  width: 100% !important;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.margin-0 {
  margin: 0 !important;
}

.alert-danger {
  line-height: 1.2rem;
}

.modal-title {
  overflow-wrap: break-word !important;
  width: 100%;
}

.alert-info {
  --bs-alert-color: #AF3439 !important;
  --bs-alert-bg: #f2d03a26 !important;
  --bs-alert-border-color: #F2D03A !important;
}

.dropdown-toggle:empty::after {
  position: absolute;
  right: 10px;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-62.5rem);
    transform: translateY(-62.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-62.5rem);
    transform: translateY(-62.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-right {
  -webkit-animation: slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: block !important;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(187.5rem);
    transform: translateX(187.5rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(187.5rem);
    transform: translateX(187.5rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-right {
  100% {
    -webkit-transform: translateX(187.5rem);
    transform: translateX(187.5rem);
    opacity: 0.5;
    display: none !important;
  }
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  100% {
    -webkit-transform: translateX(187.5rem);
    transform: translateX(187.5rem);
    opacity: 0.5;
    display: none !important;
  }
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.form__row {
  padding: 0;
  margin: 0;
  width: 100%;
}

.custom-select {
  position: relative;
}

select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  background-color: #FFFFFF;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 3.125rem;
  height: 2.25rem;
  color: #000000 !important;
  font-weight: 500;
  scroll-margin-top: 150px;
  border: none;
  outline: none;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.form__row--profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form--element__header {
  width: fit-content;
  margin-bottom: 0.3rem;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.3rem;
}

.form--element__header-container {
  display: flex;
}

.star {
  color: #3401D5;
}

.form--element__header::first-letter {
  text-transform: uppercase;
}

.btn-dropdown::first-letter {
  text-transform: uppercase !important;
}

.dropdown-item::first-letter {
  text-transform: uppercase;
}

.form__header--h3 ::first-letter {
  text-transform: uppercase;
}

.form__data {
  width: fit-content;
  color: #3401D5;
  font-size: 1.4375rem;
  font-weight: 600;
}

.form__data-container {
  width: 48%;
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
}

.form__input {
  background-color: #FFFFFF;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 3.125rem;
  height: 2.5rem;
  color: #000000 !important;
  font-weight: 600;
  scroll-margin-top: 150px;
  border: none;
}

.form__input--data {
  font-weight: 600;
  font-size: 0.95rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 8px 10px 8px 10px;
  font-style: normal;
}

.dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

.btn-dropdown--set {
  color: #000000;
}

.dropdown-other-input {
  margin-top: 0.5rem;
  width: 100%;
  padding-inline: 10px;
  font-size: 1rem;
}

.form__header--h3 {
  width: fit-content;
  margin-bottom: -1rem;
  color: #757575;
  font-size: 0.95rem;
  margin-top: 1.5rem;
  width: 100%;
}

.form__question {
  width: fit-content;
  color: #757575;
  font-size: 0.95rem;
  text-transform: lowercase;
  width: 100%;
  margin-bottom: 0.3rem;
}

.question-input__container {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-bottom: 0.3rem;
  color: #A1A6B2;
  font-size: 0.875rem;
  margin-top: 0.3rem;
  gap: 5px;
  text-transform: lowercase;
}
.question-input__container input[type=radio] {
  accent-color: #3401D5;
}

.form__submit {
  width: auto;
  margin-top: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .form__data-container {
    width: 100%;
    margin-top: 1rem;
  }
  .form__date-container--name {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .form__date-container--name {
    width: 100%;
  }
}
.language {
  display: flex;
  justify-content: center;
  padding: 1rem;
  position: sticky;
  top: 5%;
}

.language__container {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.3rem;
  align-items: center;
}

.language__text {
  color: #838895;
  font-size: 0.875rem;
  font-weight: 500;
}

.language__element {
  text-transform: uppercase;
  width: 2.125rem;
  height: 2.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.0625rem solid #838895;
  background-color: #EBECF4;
  color: #000000;
  margin-left: 0.375rem;
  text-decoration: none;
}

.language__element--active {
  color: #3401D5;
  background-color: #00FFE2;
  font-weight: 600;
  border: none;
}
.language__element--active:hover, .language__element--active:active, .language__element--active:focus, .language__element--active:focus-visible, .language__element--active:focus-within {
  color: #3401D5;
  background-color: #00FFE2;
  font-weight: 600;
  border: none;
}

@media (min-width: 768px) {
  .language {
    justify-content: flex-end;
    top: 0;
  }
}
.authentication {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 900px;
  margin: auto;
  flex-wrap: wrap;
}

.login {
  display: flex;
  justify-content: center;
  margin-inline: 10px;
  max-width: 100%;
}

.login__container {
  width: 22.5rem;
  max-width: 100%;
  background-color: white;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem rgba(192, 201, 226, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
}

.login__options {
  width: 100%;
}
.login__options.invisible {
  display: none;
}

.btn-login-option {
  width: 100%;
  margin-block: 0.25rem;
}

.options__container {
  display: flex;
  flex-wrap: wrap;
}

.login__image-container {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__image-container img {
  width: 80px;
}
.login__image-container .login__paragraph {
  text-align: left;
  font-size: 1.1rem;
  margin-left: 1rem;
  line-height: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}

.login__form-container {
  width: 100%;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.3rem;
}

.login-container__label {
  line-height: 1.3125rem;
  margin: 0 0 0.2rem 0.5rem;
  font-size: 0.9rem;
}

.login-container__input {
  mix-blend-mode: normal;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  border-radius: 3.125rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-indent: 8%;
  background-position: 5% 50%;
  padding-left: 15px;
}

.login-container__input--login {
  background-image: url("../../assets/images/login_icon.svg?t=2");
}

.login-container__input--password {
  background-image: url("../../assets/images/password_icon.svg?t=2");
}

.login-container__input--email {
  background-image: url("../../assets/images/email_icon.svg?t=2");
}

.login__button {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.login__paragraph {
  font-size: 1rem;
  text-align: center;
  margin-block: 0.5rem;
}

.login__button--facebook {
  background-color: white;
  color: #3B5998;
  border: 1px solid #3B5998;
  width: 49%;
}
.login__button--facebook:hover, .login__button--facebook:active, .login__button--facebook:focus {
  background-color: #3B5998 !important;
  color: white !important;
}

.login__button--instagram {
  background-color: white;
  color: #FF005F;
  border: 1px solid #FF005F;
  width: 49%;
}
.login__button--instagram:hover, .login__button--instagram:active, .login__button--instagram:focus {
  background-color: #FF005F !important;
  color: white !important;
}

.social-buttons {
  display: flex;
  justify-content: space-between;
}

.login__password-forgot {
  font-size: 0.85rem;
  text-decoration: underline;
  color: #757575;
  margin: 0.6rem;
}

.login-content {
  width: 100%;
  max-width: 75rem;
  margin: 3rem 0 4rem;
  padding-inline: 5%;
}

@media (min-width: 768px) {
  .language {
    justify-content: flex-end;
  }
  .login-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    margin: 0;
  }
}
.registration {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-inline: 10px;
}

.registration__text {
  padding: 1rem 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.3125rem, 6.5vw, 1.625rem);
}

.registration__button {
  width: clamp(7.5rem, 100%, 10.9375rem);
}

.registration__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: clamp(0rem, 100%, 22.5rem);
}

.login__header {
  margin-bottom: 1rem;
  padding-top: 0;
  text-align: center;
}

.contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #929291 !important;
}

.contact-us__paragraph {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-us__paragraph > .contact-us__span {
  padding-left: 0.25rem;
}

.contact-us__span {
  font-weight: 700;
}

.footer-nav {
  margin: 1rem 0;
  font-size: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.footer-nav a {
  margin: 5px;
}

.sa-info__info {
  color: #000000;
  font-size: 0.625rem;
}

.sa-info__logo {
  margin-right: 0.5rem;
}

.sa-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 1rem 0;
  flex-wrap: wrap;
}
.sa-info .footer-logo {
  max-width: unset;
  width: 40%;
  height: 65px;
  display: flex;
  justify-content: center;
  margin-block: 5px;
}
.sa-info .footer-logo img {
  height: 100%;
}

.footer__left {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 1rem;
}

.footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}

.footer-logo {
  max-width: 25%;
  width: 70px;
  margin-inline: 10px;
}

@media (min-width: 768px) {
  .footer {
    justify-content: center;
  }
  .footer__logos {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-block: 1rem;
  }
  .footer-nav {
    width: fit-content;
    max-width: 44vw;
    flex-direction: row;
  }
  .contact-us {
    align-items: center;
    width: fit-content;
  }
  .sa-info {
    justify-content: flex-start;
    padding: 0;
    padding-left: 1rem;
    width: fit-content;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    position: absolute;
    bottom: 0;
  }
  .footer__left {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: fit-content;
  }
}
textarea {
  margin: 0 !important;
  border-radius: 1.25rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: inset 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.15);
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  transition: background-color 0.2s ease 0s;
  border: none;
  padding: 1rem !important;
  line-height: 1.5rem;
  width: 100%;
  min-height: 200px;
  resize: none;
  font-size: 1rem;
  font-weight: 600;
}

textarea:focus {
  background: none repeat scroll 0 0 #FFFFFF;
  outline-width: 0;
}

.survey-card {
  background-color: #FFFFFF;
  width: clamp(15.625rem, 19.6875rem, 85vw);
  border-radius: 1.25rem;
  margin-left: 0.9375rem;
  flex-shrink: 0;
  padding: 1rem;
}

.prize-history-card {
  width: 100%;
  height: fit-content;
  margin-left: unset;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  max-height: 100%;
}

.scrollable-div {
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* Reguły dla przeglądarek opartych na Chromium (np. Chrome, Edge) */
.scrollable-div::-webkit-scrollbar {
  display: initial;
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* Reguły dla przeglądarek opartych na silniku Gecko (np. Firefox) */
.scrollable-div {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Reguły dla przeglądarek opartych na silniku WebKit (np. Safari) */
/* Niestety, paski przewijania w Safari są trudniejsze do dostosowania, ponieważ Safari nie obsługuje wielu niestandardowych stylów */
/* W poniższym przykładzie nie mamy takiej samej kontroli nad wyglądem paska przewijania jak w Chrome */
/* Możemy jedynie zmieniać kolor paska przewijania */
.scrollable-div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.survey-card__header {
  color: #3401D5;
  font-size: 1.4375rem;
  font-weight: 600;
}

.prize-history-card__header {
  font-size: 1rem;
  font-weight: 500;
}

.survey-card__details {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.3rem;
}

.survey-card__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.7rem 2rem 0.7rem 0;
}

.survey-card__text {
  margin-left: 0.5rem;
}

.survey-card__img {
  filter: invert(78%) sepia(2%) saturate(1740%) hue-rotate(184deg) brightness(88%) contrast(82%);
}

.survey-card__button {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  white-space: nowrap;
}

.prize-card__button {
  padding: 1rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  white-space: nowrap;
}

.prize-card__button.disabled {
  background-color: #EBECF4;
  color: #838895;
}

.survey-card__button--more {
  margin-left: auto;
}

.survey-card__action {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  margin: 1rem 0;
  width: 100%;
}

.prize-history-table {
  color: #242329;
}

.prize-history-table--row {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}

.prize-history-table--row > td {
  text-align: center;
}

.prize-history-table--header {
  font-size: 1rem;
}
.prize-history-table--header > th {
  padding-block: 1rem;
}

.survey-card__points,
.survey-card__value {
  width: 100%;
  text-align: center;
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.prize-history-card__points {
  width: unset;
  text-align: unset;
  margin-left: unset;
  justify-content: center;
  font-weight: 500 !important;
  align-items: baseline;
  font-size: 1.2rem !important;
}

.survey-card__points,
.survey-card__value,
.prize-card__points--big {
  color: #3401D5;
  font-family: "Power Grotesk Regular";
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}

.survey-card__points--span,
.prize-card__points--span,
.prize-subcard__value--span,
.prize-card__value--span,
.prize-card__points--span--big {
  font-size: 0.875rem;
}

.survey-card__progress {
  height: 0.1rem;
  width: 100%;
  border-radius: 20px;
  background-color: #00FFE2;
}

.progress-bar {
  height: 0.8125rem;
  width: 100%;
  background: #E0E0E7;
  border-radius: 1.25rem;
}

.progress-bar__progress {
  height: 0.8125rem;
  width: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 0%, #000000 100%);
  border-radius: 1.25rem;
}

.progress-bar__progress--done {
  background: linear-gradient(180deg, #00FFE2 0%, #00ab98 100%);
}

.prize-card__progress {
  margin-top: 0.6rem;
  overflow: hidden;
}

.prize-card {
  background-color: #FFFFFF;
  height: 9.125rem;
  width: 10.75rem;
  border-radius: 1.25rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 1.25rem rgba(192, 201, 226, 0.4);
}

.prize-card--inactive {
  filter: unset;
}
.prize-card--inactive .prize-card__image,
.prize-card--inactive .prize-card__header,
.prize-card--inactive .prize-card__progress {
  filter: contrast(0.9) grayscale(1);
}

.prize-card__image {
  height: 2.3125rem;
}

.prize-card__image--filter {
  filter: invert(15%) sepia(99%) saturate(3822%) hue-rotate(254deg) brightness(74%) contrast(138%);
}

.prize-card__header {
  color: #000000;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.prize-card__points {
  color: #838895;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.prize-card__desc {
  font-size: 12;
  color: #838895;
  width: 95%;
  margin: 1rem;
  text-align: center;
}

.prize-subcard__value {
  font-size: clamp(2.5rem, 2.5rem + 1vw, 3.75rem);
  color: #000000;
  font-weight: 600;
}

.prize-subcard__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.prize-subcard__image {
  height: 1.625rem;
}

.survey-subcard__points {
  width: 100%;
  font-weight: 400;
  color: #838895;
  font-size: clamp(1.25rem, 1.25rem + 1vw, 1.875rem);
}

.prize-subcard {
  width: clamp(13.75rem, 50%, 16.25rem) !important;
  height: auto;
  margin: 0.5rem !important;
  position: relative;
}

.modal-close {
  border: none;
  font-weight: 700;
  font-size: 1.5rem;
  background: none;
  color: black;
}

.modal-dialog {
  top: 10%;
}

.alert.alert-danger {
  font-size: 0.875rem;
  color: #FF0000;
  background-color: rgba(255, 0, 0, 0.1215686275);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
}

.alert.alert-info {
  font-size: 0.875rem;
  color: #AF3439;
  background-color: rgba(242, 208, 58, 0.1490196078);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
}

body {
  background-color: #F3F4FD;
  min-height: 100vh;
  position: relative;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.header__logo {
  width: 120%;
  display: flex;
  margin: 20px;
  justify-content: center;
}
.header__logo img {
  max-width: 100%;
}

/*# sourceMappingURL=u-login.css.map */
