.dark-mode {
  background: red;
  color: white;
}

.nudge-popup {
  display: none;
  /* Add any additional styles for the nudge popup */
}

@font-face {
  font-family: "DairyMilkFontMedium";
  src: url("../assets/fonts/DairyMilkFont-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gibson";
  src: url("../assets/fonts/Gibson.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonBold";
  src: url("../assets/fonts/Gibson-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonItalic";
  src: url("../assets/fonts/Gibson-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonLight";
  src: url("../assets/fonts/Gibson-Light.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonRegular";
  src: url("../assets/fonts/Gibson-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonSemibold";
  src: url("../assets/fonts/Gibson-SemiBold.ttf") format("truetype");
}
.text1,
.fSmiBold {
  font-family: GibsonSemibold;
}

.fReg {
  font-family: GibsonRegular;
}

.fLight {
  font-family: GibsonLight;
}

.fIta {
  font-family: GibsonItalic;
}

.fBold {
  font-family: GibsonBold;
}

.fGib {
  font-family: Gibson;
}

.fDairy {
  font-family: DairyMilkFontMedium;
}

.fontWhite {
  color: #fff;
}

.fontBlue {
  color: #340073;
}

.fontGary {
  color: #808080;
}

.bgYellow {
  background: #e7b464;
}

.bgBlue {
  background: #340073;
}

.textAlignCent {
  text-align: center;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: url(../assets/img/1bb.png), linear-gradient(135deg, #6b00e2 7%, #370076 39%, #330072 54%), #14111738;
  background-position: 53% 100%;
  background-repeat: no-repeat;
  background-size: 500% 100%;
  color: #fff;
  font-size: 25px;
  min-height: calc(100vh - 70px);
  position: relative;
  overflow: hidden;
  background-blend-mode: soft-light;
  backdrop-filter: blur(100px);
  margin: 0;
  opacity: 0;
}
body.loaded {
  background-size: 200% 100%;
  backdrop-filter: blur(0);
  opacity: 1;
  transition: opacity 2s ease, backdrop-filter 0.1s ease, background-size 1s ease;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* End extract */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.pcss-serif {
  font-family: serif;
}

.pcss-sans-serif {
  font-family: sans-serif;
}

.pcss-cursive {
  font-family: cursive;
}

.pcss-monospace {
  font-family: monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mainText1,
.mainText2,
.mainText3 {
  font-family: "GibsonBold";
  font-weight: 400;
  margin: 10px 0;
}

.pcss-wide {
  letter-spacing: 4px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.pcss-image {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
}

.pcss-table,
.pcss-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}

.pcss-table-all {
  border: 1px solid #ccc;
}

.pcss-bordered tr,
.pcss-table-all tr {
  border-bottom: 1px solid #ddd;
}

.pcss-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.pcss-table-all tr:nth-child(odd) {
  background-color: #fff;
}

.pcss-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}

.pcss-hoverable tbody tr:hover,
.pcss-ul.pcss-hoverable li:hover {
  background-color: #ccc;
}

.pcss-centered tr th,
.pcss-centered tr td {
  text-align: center;
}

.pcss-table td,
.pcss-table th,
.pcss-table-all td,
.pcss-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.pcss-table th:first-child,
.pcss-table td:first-child,
.pcss-table-all th:first-child,
.pcss-table-all td:first-child {
  padding-left: 16px;
}

.pcss-btn,
.pcss-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.pcss-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pcss-btn,
.pcss-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pcss-disabled,
.pcss-btn:disabled,
.pcss-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.pcss-disabled *,
:disabled * {
  pointer-events: none;
}

.pcss-btn.pcss-disabled:hover,
.pcss-btn:disabled:hover {
  box-shadow: none;
}

.commonBtn {
  background: #e7b464;
  border-radius: 8px;
  color: #340073;
  font-size: 16px;
  padding: 12px 4px;
  box-shadow: none;
  outline: none;
  font-family: "GibsonSemibold";
  min-width: 120px;
  border: none;
}
.commonBtn.deactiveBtn {
  color: #808080;
  background: #d9d9d9;
}
.commonBtn.answerMore {
  background: #ad88e5;
  color: #f1edf9;
}
.commonBtn.visiNone {
  visibility: hidden;
  transition: visibility 1s ease;
}

/*# sourceMappingURL=globle.css.map */
