@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

header nav li a:hover {
  cursor: pointer;
  color: #fcb900;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

header {
  position: relative;
  padding-block: 10px;
  background-color: #78CDD1;
}
@media (max-width: 768px) {
  header {
    background-color: transparent;
  }
}
header .mobileNav {
  display: none;
  width: 100%;
  position: relative;
  padding: 24px;
}
header .mobileNav .logo {
  width: 57px;
  margin-inline: auto;
}
header .mobileNav .menuIcon {
  position: absolute;
  left: 24px;
}
header .mobileNav .menuIcon--right {
  left: unset;
  right: 24px;
}
@media (max-width: 768px) {
  header .mobileNav {
    display: flex;
  }
}
header nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 120px;
  align-items: center;
  z-index: 110;
  font-size: 24px;
}
header nav .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-36px) translateX(-50%);
}
header nav .logo img {
  width: 114px;
}
@media (max-width: 768px) {
  header nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    gap: 0;
    width: 242px;
    height: 100vh;
    padding-block: 35px;
    flex-direction: column;
    justify-content: flex-start;
  }
  header nav.nav--right {
    left: unset;
    right: 0;
  }
  header nav li {
    border-bottom: 1px solid #FFCB05;
    cursor: pointer;
  }
  header nav li:hover {
    background: #FFCB05;
  }
}
@media (max-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  header nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-inline: 20px;
    padding-block: 8px;
  }
  header nav li a:hover {
    color: #1F184C;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-inline: 20px;
    padding-block: 8px;
  }
  header nav li a:hover {
    color: #1F184C;
  }
}
@media (max-width: 768px) {
  header nav .logo {
    display: none;
  }
  header nav ul {
    flex-direction: column;
    width: 100% !important;
    margin: 0;
  }
  header nav .cartLi {
    align-self: flex-start !important;
  }
  header nav .cartLi .name {
    display: block !important;
  }
  header nav .cartLi .icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header nav ul {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  header nav ul {
    width: 100% !important;
  }
}
header nav ul {
  display: flex;
  list-style: none;
  width: 33.3333333333%;
  padding: 0;
}
header nav .leftUl, header nav .rightUl {
  display: flex;
  justify-content: space-evenly;
}
header nav li a {
  text-decoration: none;
  color: #1F184C;
}
header nav .languageLi {
  position: relative;
  color: #1F184C;
}
header nav .languageLi:hover #languageList {
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  header nav .languageLi:hover #languageList {
    visibility: hidden;
    opacity: 0;
  }
}
header nav #languageList {
  position: absolute;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  width: fit-content !important;
  transition: all 0.3s;
  margin-top: 5px;
  flex-direction: column;
  background-color: white;
  width: fit-content;
}
header nav #languageList:hover {
  visibility: visible !important;
  opacity: 1 !important;
}
header nav #languageList li {
  width: fit-content;
}
@media (max-width: 768px) {
  header nav #languageList {
    top: calc(100% - 4px);
    padding: 0;
    transition: none;
  }
}
header nav #languageList #englishLang,
header nav #languageList #arabicLang {
  color: #1F184C;
}
header nav .cartLi {
  color: #000080;
  align-self: center;
  position: relative;
}
header nav .cartLi .name {
  display: none;
}
header nav .cartLi a i {
  border: 1.5px solid red;
  border-radius: 50%;
  padding: 5px;
}
header nav .cartLi a i::after {
  content: "0";
  position: absolute;
  background-color: #fa0202;
  color: white;
  border-radius: 50%;
  top: 0;
  right: 0;
  padding: 5px;
  scale: 0.7;
}
header nav .cartLi a:hover i {
  border-color: #fcb900;
  border-radius: 50%;
}

.nav__item__arrow {
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nav__item__arrow {
    display: flex;
  }
}
.nav__item__arrow--rtl {
  transform: rotate(180deg);
}

.hero {
  background-image: url(../../images/heroImage.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  width: 100%;
  background-position: top;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .hero {
    background-position: 25% 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero {
    background-position: 10% 0;
  }
}
.hero .container {
  height: 100%;
}
@media (max-width: 768px) {
  .hero {
    background-image: url(../../images/heroImageMobile.png);
    background-position: top;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero h1 {
    font-family: "Roboto";
    font-weight: 300;
  }
  .hero h1 .yourChild {
    color: #ff3a2d;
  }
  .hero h1 .yourChild .child {
    font-weight: bold;
  }
  .hero h1 .withStoria {
    color: #34aadc;
    font-size: 94px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .hero h1 {
    font-family: "Roboto";
    font-weight: 300;
  }
  .hero h1 .yourChild {
    color: #ff3a2d;
  }
  .hero h1 .yourChild .child {
    font-weight: bold;
  }
  .hero h1 .withStoria {
    color: #34aadc;
    font-size: 94px;
  }
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .hero h1 {
    font-family: "Roboto";
    font-weight: 300;
  }
  .hero h1 .yourChild {
    color: #ff3a2d;
  }
  .hero h1 .yourChild .child {
    font-weight: bold;
  }
  .hero h1 .withStoria {
    color: #34aadc;
    font-size: 94px;
  }
}
.hero .heroContent {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .heroContent {
    justify-content: center;
    align-items: flex-end;
  }
}
.hero h1 {
  color: #007aff;
  font-size: 56px;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 18px;
    padding: 25px;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .hero h1 br {
    display: none;
  }
}

.catgs .catgsContent {
  color: #000080;
}
.catgs .catgsContent h2 {
  text-align: center;
  font-size: 50px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .catgs .catgsContent h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .catgs .catgsContent h2 {
    font-size: 32px;
  }
}
.catgs .catgsContent .catgsOptions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  justify-items: center;
  min-height: 700px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .catgs .catgsContent .catgsOptions {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .catgs .catgsContent .catgsOptions {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .catgs .catgsContent .catgsOptions {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
.catgs .catgsContent .catgsOptions .catgImage {
  width: 235px;
  align-content: center;
}
@media (max-width: 768px) {
  .catgs .catgsContent .catgsOptions .catgImage {
    width: 150px;
  }
}
.catgs .catgsContent .catgsOptions .catgImage2 {
  align-self: center;
}
.catgs .catgsContent .catgsOptions .catgImage3 {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .catgs .catgsContent .catgsOptions .catgImage3 {
    margin-top: 0px;
  }
}
.catgs .catgsContent .catgsOptions .catgImage4 {
  margin-top: 80px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .catgs .catgsContent .catgsOptions .catgImage4 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .catgs .catgsContent .catgsOptions .catgImage4 {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .catgs .catgsContent .catgsOptions .catgImage4 {
    margin-top: 25px;
  }
}

.galleryContent {
  color: #000080;
}
.galleryContent h1 {
  font-size: 50px;
  text-align: center;
  font-family: "Roboto";
}
.galleryContent .galleryOptions {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 992px) {
  .galleryContent .galleryOptions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .galleryContent .galleryOptions {
    grid-template-columns: 1fr;
  }
}
.galleryContent .galleryOptions .galleryStory {
  text-align: center;
  margin-bottom: 50px;
  width: 300px;
  border: 2px solid #000080;
  position: relative;
  border-radius: 15px;
}
.galleryContent .galleryOptions .galleryStory img {
  width: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.galleryContent .galleryOptions .galleryStory h2 {
  margin-bottom: 40px;
}
.galleryContent .galleryOptions .galleryStory a {
  display: inline-block;
  text-decoration: none;
  color: #000080;
  background-color: #fcb900;
  font-weight: 600;
  height: 40px;
  width: max-content;
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #000080;
  display: flex;
  align-items: center;
  justify-content: center;
}
.galleryContent .galleryOptions .galleryStory a:hover + h2 {
  text-decoration: underline;
  text-decoration-color: #fa0202;
}

.preview .previewContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000080;
  margin-bottom: 50px;
}
.preview .previewContent h1 {
  font-size: 50px;
  margin-bottom: 10px;
}
.preview .previewContent h2 {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 0;
}
.preview .previewContent .icons {
  display: flex;
  justify-content: space-between;
  width: 135px;
  margin-bottom: 20px;
}
.preview .previewContent .icons a {
  text-decoration: none;
}
.preview .previewContent .icons i {
  width: 40px;
  height: 40px;
  background-color: rgba(122, 122, 122, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50px;
}
.preview .previewContent .icons .fa-facebook {
  color: #007aff;
}
.preview .previewContent .icons .fa-whatsapp {
  color: green;
}
.preview .previewContent .icons .fa-telegram {
  color: #007aff;
}
.preview .previewContent iframe {
  width: 800px;
  height: 1200px;
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .preview .previewContent iframe {
    width: 600px;
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .preview .previewContent iframe {
    width: 90%;
    height: 800px;
  }
}

/*Upload*/
.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 5px 0;
}

.file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover {
  border-color: #ffc107;
}

.file-upload .file-select:hover .file-select-button {
  background: #ffc107;
  color: black;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.responsive-textarea {
  width: 70%;
  box-sizing: border-box;
  resize: none;
}

.form {
  min-height: calc(100vh - 307.95px);
}

.formFields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .formFields {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .formFields {
    grid-template-columns: 1fr;
  }
}
.formFields .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
  width: 100%;
}
.formFields textarea {
  resize: none;
}

input,
select,
textarea,
button[type=submit],
#nextBtn {
  padding: 10px;
  border-radius: 5px;
  border: 1.5px solid #dce4ec;
  transition: 0.1s;
  line-height: normal;
}
input:focus,
select:focus,
textarea:focus,
button[type=submit]:focus,
#nextBtn:focus {
  outline: none;
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
}

button[type=submit],
#nextBtn {
  cursor: pointer;
  background-color: #dce4ec;
}
button[type=submit]:hover,
#nextBtn:hover {
  background-color: #ffc107;
}

.form {
  position: relative;
}

#oneOrMore,
#preMadeStories {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#oneOrMore label,
#preMadeStories label {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 768px) {
  #oneOrMore label,
  #preMadeStories label {
    font-size: 20px;
  }
}
#oneOrMore .choices,
#preMadeStories .choices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #oneOrMore .choices,
  #preMadeStories .choices {
    flex-direction: column;
  }
}
#oneOrMore .choices button,
#preMadeStories .choices button {
  width: 200px;
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000080;
  background-color: #fcb900;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 768px) {
  #oneOrMore .choices button,
  #preMadeStories .choices button {
    font-size: 18px;
  }
}
#oneOrMore .choices button:hover,
#preMadeStories .choices button:hover {
  transform: scale(1.1);
}
#oneOrMore .choices button:active,
#preMadeStories .choices button:active {
  transform: scale(0.9);
}
#oneOrMore .choices button:disabled,
#preMadeStories .choices button:disabled {
  opacity: 0.5;
}

.tableContainer {
  width: 100%;
}

table#formTable td,
table#formTable th {
  font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  table#formTable td,
  table#formTable th {
    font-size: 12px;
  }
}

.nextButton {
  background-color: #fcb900;
  color: #000080;
  border: none;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.nextButton:hover {
  transform: scale(1.1);
  color: #007aff;
}

#photosTable {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #000080;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}
#photosTable th,
#photosTable td {
  padding: 15px;
}
#photosTable th {
  background-color: #fcb900;
}
#photosTable th:first-child {
  border-top-left-radius: 10px;
}
#photosTable th:last-child {
  border-top-right-radius: 10px;
}
#photosTable.table--rtl th:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
#photosTable.table--rtl th:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
}
#photosTable tr td {
  text-align: center;
}
#photosTable .deleteBtn {
  background-color: #ff3a2d;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
  font-size: 16px;
}
#photosTable .deleteBtn:hover {
  opacity: 0.85;
}

#imagesUploadField {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#imagesUploadField .file-upload {
  width: fit-content;
  margin-bottom: 20px;
}

.tableImage {
  border-radius: 4px;
  object-fit: contain;
  background-color: #CCC;
}

.invoiceDetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .invoiceDetails {
    flex-direction: column;
  }
}

.total {
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  color: #000080;
  border-radius: 5px;
}

#printButton {
  display: block;
  width: fit-content;
  margin-top: 20px;
  background-color: #fcb900;
  border-radius: 5px;
  color: #000080;
}

footer {
  font-size: 16px;
  font-weight: 500;
  color: #000080;
  background-color: #fcb900;
  padding: 30px;
  padding-block: 100px;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
footer .lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 100px;
}
@media (max-width: 768px) {
  footer .lists {
    flex-direction: column;
    align-items: start;
    font-size: 20px;
    padding: 0 40px;
  }
}
footer .lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .lists ul li {
  margin: 10px 0;
}
footer .lists ul li a {
  text-decoration: none;
  color: #000080;
}
footer .lists .socialLinks li {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .logoIcons {
  display: flex;
  flex-direction: column;
  width: 120px;
}
footer .logoIcons .smIcons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
footer .logoIcons .smIcons a img {
  width: 25px;
}
footer .footerLogo {
  width: 100%;
}
footer .copyright {
  width: fit-content;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  position: absolute;
  margin: 0;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
footer .copyright a {
  text-decoration: none;
}

.dash-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.font-mondapick {
  font-family: "Mondapick";
}

.font-gess {
  font-family: "GE SS Two";
  font-weight: 500;
}

.font-mondapick-bold {
  font-weight: bold;
}

.font-mondapick-thin {
  font-weight: 100;
}

.font-gess-two-thin {
  font-weight: 300;
}

.font-gess-two-bold {
  font-weight: bold;
}

.font-88px-inc {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px-inc {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px-inc {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
.font-82px-inc {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px-inc {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px-inc {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
.font-56px-inc {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px-inc {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px-inc {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
.font-55px-inc, .btn,
.btn[type=submit],
.btn[type=button] {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
.font-48px-inc, .btn--small,
.btn--small[type=submit],
.btn--small[type=button] {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
.font-44px-inc {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px-inc {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px-inc {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
.font-35px-inc {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px-inc {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
.font-34px-inc {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px-inc {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px-inc {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
.font-33px-inc {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px-inc {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
.font-23px-inc {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px-inc {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px-inc {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
.font-21px-inc, .input {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px-inc, .input {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px-inc, .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
.font-88px {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px {
    font-size: 33px;
  }
}
.font-82px {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px {
    font-size: 33px;
  }
}
.font-56px {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px {
    font-size: 27px;
  }
}
.font-55px {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px {
    font-size: 21px;
  }
}
.font-48px {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px {
    font-size: 32px;
  }
}
.font-44px {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px {
    font-size: 17px;
  }
}
.font-35px {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px {
    font-size: 17px;
  }
}
.font-34px {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px {
    font-size: 26px;
  }
}
.font-33px {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px {
    font-size: 22px;
  }
}
.font-23px {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px {
    font-size: 17px;
  }
}
.font-21px {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px {
    font-size: 12px;
  }
}
.input {
  width: 352px;
  height: 52px;
  min-height: 30px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #1F184C;
  background-color: #F5F5F5;
  transition: 0.1s;
  line-height: normal;
}
.input:focus, .input:focus-within {
  outline: none;
}
.input--half-radius {
  border-radius: 10px;
}
.input--no-border {
  border: none;
}
.input--valid {
  background-color: white;
}
@media (min-width: 768px) and (max-width: 992px) {
  .input {
    padding: 8px;
  }
  .input--half-radius {
    border-radius: 5px;
  }
}
@media (max-width: 768px) {
  .input {
    padding: 8px;
  }
  .input--half-radius {
    border-radius: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .input {
    width: 277px;
    height: 47px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .input {
    width: 277px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .input {
    width: 267px;
    height: 42px;
  }
}
@media (max-width: 580px) {
  .input {
    width: 247px;
    height: 37px;
  }
}
@media (max-width: 382px) {
  .input {
    width: 227px;
    height: 32px;
  }
}
.input--select {
  display: grid;
  position: relative;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.input--select select {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .input--select select {
    padding: 8px;
  }
}
@media (max-width: 580px) {
  .input--select select {
    padding: 8px;
  }
}
@media (max-width: 382px) {
  .input--select select {
    padding: 8px;
  }
}
.input--select::-ms-expand {
  display: none;
}
.input--select__icon {
  width: 13%;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/images/arrow-drop-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.input--select__icon--rtl {
  right: unset;
  left: 20px;
}
.input--select--dashboard {
  padding: 12px;
}
.input--select--dashboard::-ms-expand {
  display: initial;
}
.input--select--dashboard__icon {
  display: none;
}
.input--dashboard {
  min-height: 60px;
  padding: 12px;
  border-radius: 5px;
  border: 1.5px solid #dce4ec;
  transition: 0.1s;
  line-height: normal;
  width: 300px;
  height: 60px;
}
.input--dashboard:focus, .input--dashboard:focus-within {
  outline: none;
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
}
.input--dashboard select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}
@media (max-width: 768px) {
  .input--dashboard {
    width: 252px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .textarea {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .textarea {
    padding: 12px;
  }
}

.file-upload {
  display: block;
  min-height: 60px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  min-width: 320px;
  margin: 5px 0;
}
.file-upload * {
  cursor: pointer;
}

.file-upload .file-select {
  display: block;
  min-height: 60px;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 550px) {
  .file-upload .file-select {
    max-width: 260px;
  }
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.file-upload .file-select .file-select-name {
  min-height: 60px;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover {
  border-color: #ffc107;
}

.file-upload .file-select:hover .file-select-button {
  background: #ffc107;
  color: black;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #ffffff;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.font-mondapick {
  font-family: "Mondapick";
}

.font-gess {
  font-family: "GE SS Two";
  font-weight: 500;
}

.font-mondapick-bold {
  font-weight: bold;
}

.font-mondapick-thin {
  font-weight: 100;
}

.font-gess-two-thin {
  font-weight: 300;
}

.font-gess-two-bold {
  font-weight: bold;
}

.font-88px-inc {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px-inc {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px-inc {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
.font-82px-inc {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px-inc {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px-inc {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
.font-56px-inc {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px-inc {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px-inc {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
.font-55px-inc, .btn,
.btn[type=submit],
.btn[type=button] {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
.font-48px-inc, .btn--small,
.btn--small[type=submit],
.btn--small[type=button] {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
.font-44px-inc {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px-inc {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px-inc {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
.font-35px-inc {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px-inc {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
.font-34px-inc {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px-inc {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px-inc {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
.font-33px-inc {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px-inc {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
.font-23px-inc {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px-inc {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px-inc {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
.font-21px-inc, .input {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px-inc, .input {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px-inc, .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
.font-88px {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px {
    font-size: 33px;
  }
}
.font-82px {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px {
    font-size: 33px;
  }
}
.font-56px {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px {
    font-size: 27px;
  }
}
.font-55px {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px {
    font-size: 21px;
  }
}
.font-48px {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px {
    font-size: 32px;
  }
}
.font-44px {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px {
    font-size: 17px;
  }
}
.font-35px {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px {
    font-size: 17px;
  }
}
.font-34px {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px {
    font-size: 26px;
  }
}
.font-33px {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px {
    font-size: 22px;
  }
}
.font-23px {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px {
    font-size: 17px;
  }
}
.font-21px {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px {
    font-size: 12px;
  }
}
.btn,
.btn[type=submit],
.btn[type=button] {
  width: 379px;
  height: 102px;
  border-radius: 20px;
  background: #1F184C;
  color: white;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 27px !important;
    padding: 12px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 27px !important;
    padding: 12px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    width: 249px;
    height: 77px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    width: 249px;
    height: 77px;
  }
}
@media (max-width: 768px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    width: 219px;
    height: 67px;
    padding: 0;
  }
}
@media (max-width: 580px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    width: 199px;
    height: 57px;
  }
}
@media (max-width: 382px) {
  .btn,
  .btn[type=submit],
  .btn[type=button] {
    width: 189px;
    height: 52px;
  }
}
.btn:hover,
.btn[type=submit]:hover,
.btn[type=button]:hover {
  background: #2f2473;
}
.btn--dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding-inline: 20px;
  padding-block: 15px;
  background: rgb(31, 41, 55);
  color: rgb(209, 213, 219);
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
}
.btn--dashboard:hover {
  background: #314158;
}

.btn--small,
.btn--small[type=submit],
.btn--small[type=button] {
  width: 300px;
  height: 102px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    width: 190px;
    height: 77px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    width: 190px;
    height: 77px;
  }
}
@media (max-width: 768px) {
  .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    width: 160px;
    height: 67px;
    padding: 0;
  }
}
@media (max-width: 580px) {
  .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    width: 140px;
    height: 57px;
  }
}
@media (max-width: 382px) {
  .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    width: 130px;
    height: 52px;
  }
}

.btn--yellow,
.btn--yellow[type=submit],
.btn--yellow[type=button] {
  background: #FFCB05;
  color: #1F184C;
}
.btn--yellow:hover,
.btn--yellow[type=submit]:hover,
.btn--yellow[type=button]:hover {
  background: #e3a600;
}

.btn:disabled,
.btn[type=submit]:disabled,
.btn[type=button]:disabled,
.btn--disabled {
  background: rgb(209, 213, 219);
  color: rgba(31, 41, 55, 0.4);
}

.btn:disabled:hover,
.btn[type=submit]:disabled:hover,
.btn[type=button]:disabled:hover,
.btn--disabled:hover {
  background: rgb(209, 213, 219);
  color: rgba(31, 41, 55, 0.4);
}

.font-mondapick {
  font-family: "Mondapick";
}

.font-gess {
  font-family: "GE SS Two";
  font-weight: 500;
}

.font-mondapick-bold {
  font-weight: bold;
}

.font-mondapick-thin {
  font-weight: 100;
}

.font-gess-two-thin {
  font-weight: 300;
}

.font-gess-two-bold {
  font-weight: bold;
}

.font-88px-inc {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px-inc {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px-inc {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
.font-82px-inc {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px-inc {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px-inc {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
.font-56px-inc {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px-inc {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px-inc {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
.font-55px-inc, .btn,
.btn[type=submit],
.btn[type=button] {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
.font-48px-inc, .btn--small,
.btn--small[type=submit],
.btn--small[type=button] {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
.font-44px-inc {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px-inc {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px-inc {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
.font-35px-inc {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px-inc {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
.font-34px-inc {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px-inc {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px-inc {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
.font-33px-inc {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px-inc {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
.font-23px-inc {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px-inc {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px-inc {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
.font-21px-inc, .input {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px-inc, .input {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px-inc, .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
.font-88px {
  font-size: 88px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px {
    font-size: 33px;
  }
}
.font-82px {
  font-size: 82px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px {
    font-size: 33px;
  }
}
.font-56px {
  font-size: 56px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px {
    font-size: 27px;
  }
}
.font-55px {
  font-size: 55px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px {
    font-size: 21px;
  }
}
.font-48px {
  font-size: 48px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px {
    font-size: 32px;
  }
}
.font-44px {
  font-size: 44px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px {
    font-size: 17px;
  }
}
.font-35px {
  font-size: 35px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px {
    font-size: 17px;
  }
}
.font-34px {
  font-size: 34px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px {
    font-size: 26px;
  }
}
.font-33px {
  font-size: 33px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px {
    font-size: 22px;
  }
}
.font-23px {
  font-size: 23px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px {
    font-size: 17px;
  }
}
.font-21px {
  font-size: 21px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px {
    font-size: 12px;
  }
}
.label, .label--error {
  color: #1F184C;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 992px) {
  .label, .label--error {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .label, .label--error {
    font-size: 20px;
  }
}
.label--error {
  color: #E00;
  font-size: 18px;
}
.label--dashboard {
  color: rgb(31, 41, 55);
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .label--dashboard {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .label--dashboard {
    font-size: 20px;
  }
}

.form-field {
  display: flex;
  min-width: 300px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.multistep-form .multistep-form,
.multistep-form .multistep-form__step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.multistep-form__step {
  flex-direction: column;
  gap: 20px;
}
.multistep-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.multistep-form__input, .multistep-form__btn {
  width: 554px;
  height: 72px;
}
@media (max-width: 768px) {
  .multistep-form__input, .multistep-form__btn {
    width: 454px;
  }
}
@media (max-width: 580px) {
  .multistep-form__input, .multistep-form__btn {
    width: 314px;
  }
}
@media (max-width: 382px) {
  .multistep-form__input, .multistep-form__btn {
    width: 284px;
  }
}
@media (max-width: 382px) {
  .multistep-form__btn {
    font-size: 22px;
  }
}
.multistep-form__btn--half {
  width: 277px;
}
@media (max-width: 768px) {
  .multistep-form__btn--half {
    width: 227px;
  }
}
@media (max-width: 580px) {
  .multistep-form__btn--half {
    width: 157px;
  }
}
@media (max-width: 382px) {
  .multistep-form__btn--half {
    width: 137px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  padding: 15px;
}
.table td {
  color: #000080;
}
.table th {
  background-color: #fcb900;
  color: #000080;
}
.table .editButton {
  background-color: #fcb900;
  color: #000080;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (min-width: 768px) and (max-width: 992px) {
  .table {
    font-size: 14px;
  }
  .table th {
    display: none;
  }
  .table td {
    display: flex;
    gap: 4px;
    background-color: hsl(from #fcb900 h s l/0.3);
  }
  .table td::before {
    content: attr(data-cell) ": ";
    font-weight: 700;
  }
  .table tr:nth-of-type(2n) td {
    background-color: hsl(from #fcb900 h s l/0.1);
  }
}
@media (max-width: 768px) {
  .table {
    font-size: 14px;
  }
  .table th {
    display: none;
  }
  .table td {
    display: flex;
    gap: 4px;
    background-color: hsl(from #fcb900 h s l/0.3);
  }
  .table td::before {
    content: attr(data-cell) ": ";
    font-weight: 700;
  }
  .table tr:nth-of-type(2n) td {
    background-color: hsl(from #fcb900 h s l/0.1);
  }
}
.table td,
.table th {
  color: black;
  font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .table td,
  .table th {
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .table td,
  .table th {
    font-size: 17px;
    padding: 10px;
  }
}
.table th:last-child {
  border-top-right-radius: 5px;
}
.table th:first-child {
  border-top-left-radius: 5px;
}
.table--rtl th:last-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}
.table--rtl th:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
}
.table tr {
  border-bottom: 1px solid black;
}
.table tr:hover td {
  background-color: rgb(243, 244, 246);
}
.tr--disabled td {
  background-color: rgb(243, 244, 246);
}
.tr--completed td {
  background-color: rgba(0, 136, 0, 0.3) !important;
}
.tr--danger td {
  background-color: rgba(238, 44, 44, 0.3) !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .table td {
    background-color: rgba(128, 128, 128, 0.3);
  }
  .table td[colspan], .table td[data-label] {
    display: none;
  }
  .table tr:nth-of-type(2n) td {
    background-color: rgba(128, 128, 128, 0.1);
  }
}
@media (max-width: 768px) {
  .table td {
    background-color: rgba(128, 128, 128, 0.3);
  }
  .table td[colspan], .table td[data-label] {
    display: none;
  }
  .table tr:nth-of-type(2n) td {
    background-color: rgba(128, 128, 128, 0.1);
  }
}
.table--dashboard th {
  background: rgb(31, 41, 55);
  color: rgb(209, 213, 219);
}
.table__container {
  max-width: 100%;
  overflow: auto;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2000;
}
.popup__content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90vh;
  padding: 42px 32px 32px;
  border-radius: 10px;
  background: white;
  position: relative;
}
@media (max-width: 580px) {
  .popup__content {
    padding: 38px 12px 20px;
  }
}
.popup__content__close {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d00;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.blue-star {
  width: 40px;
}
.blue-star img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blue-star {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .blue-star {
    width: 20px;
  }
}

.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}
.back-btn--no-border {
  border: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .back-btn {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .back-btn {
    width: 24px;
    height: 24px;
  }
}
.back-btn img {
  width: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress-1 {
  to {
    width: 1%;
  }
}
@keyframes progress-3 {
  to {
    width: 3%;
  }
}
@keyframes progress-6 {
  to {
    width: 6%;
  }
}
@keyframes progress-9 {
  to {
    width: 9%;
  }
}
@keyframes progress-12 {
  to {
    width: 12%;
  }
}
@keyframes progress-15 {
  to {
    width: 15%;
  }
}
@keyframes progress-18 {
  to {
    width: 18%;
  }
}
@keyframes progress-21 {
  to {
    width: 21%;
  }
}
@keyframes progress-24 {
  to {
    width: 24%;
  }
}
@keyframes progress-27 {
  to {
    width: 27%;
  }
}
@keyframes progress-30 {
  to {
    width: 30%;
  }
}
@keyframes progress-33 {
  to {
    width: 33%;
  }
}
@keyframes progress-36 {
  to {
    width: 36%;
  }
}
@keyframes progress-39 {
  to {
    width: 39%;
  }
}
@keyframes progress-42 {
  to {
    width: 42%;
  }
}
@keyframes progress-45 {
  to {
    width: 45%;
  }
}
@keyframes progress-48 {
  to {
    width: 48%;
  }
}
@keyframes progress-51 {
  to {
    width: 51%;
  }
}
@keyframes progress-54 {
  to {
    width: 54%;
  }
}
@keyframes progress-57 {
  to {
    width: 57%;
  }
}
@keyframes progress-60 {
  to {
    width: 60%;
  }
}
@keyframes progress-63 {
  to {
    width: 63%;
  }
}
@keyframes progress-66 {
  to {
    width: 66%;
  }
}
@keyframes progress-69 {
  to {
    width: 69%;
  }
}
@keyframes progress-72 {
  to {
    width: 72%;
  }
}
@keyframes progress-75 {
  to {
    width: 75%;
  }
}
@keyframes progress-78 {
  to {
    width: 78%;
  }
}
@keyframes progress-81 {
  to {
    width: 81%;
  }
}
@keyframes progress-84 {
  to {
    width: 84%;
  }
}
@keyframes progress-87 {
  to {
    width: 87%;
  }
}
@keyframes progress-90 {
  to {
    width: 90%;
  }
}
@keyframes progress-93 {
  to {
    width: 93%;
  }
}
@keyframes progress-96 {
  to {
    width: 96%;
  }
}
@keyframes progress-99 {
  to {
    width: 99%;
  }
}
.loading-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 500px;
  background: white;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .loading-modal {
    width: 320px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .loading-modal {
    width: 320px;
    height: 250px;
  }
}
.loading-modal__spinner {
  position: relative;
  width: 128px;
  height: 128px;
  border: 18px solid #1F184C;
  border-right-color: transparent;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 900ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loading-modal__spinner--yellow {
  border-color: #FFCB05;
  border-right-color: transparent;
}
.loading-modal__spinner--reverse-play {
  animation-direction: reverse;
}
.loading-modal__spinner--first {
  left: 25px;
  z-index: 200;
}
.loading-modal__spinner--second {
  right: 25px;
}
.loading-modal__title {
  font-size: 32px;
  color: #1F184C;
}
.loading-modal__message {
  color: #3C3C3C;
}
.loading-modal__progress {
  display: flex;
  align-items: center;
  width: 85%;
  height: 20px;
  border: 1px solid #B5B5B5;
  background: #EEE;
  overflow: hidden;
}
.loading-modal__progress__bar {
  position: relative;
  height: 20px;
  background: #1F184C;
  animation: progress-1 800ms linear 0s both,progress-3 800ms linear 5s both,progress-6 4097ms linear 22s both,progress-9 5049ms linear 43s both,progress-12 1366ms linear 57s both,progress-15 2525ms linear 68s both,progress-18 5620ms linear 87s both,progress-21 3683ms linear 94s both,progress-24 2300ms linear 118s both,progress-27 1263ms linear 136s both,progress-30 900ms linear 149s both,progress-33 5810ms linear 159s both,progress-36 5282ms linear 166s both,progress-39 4842ms linear 170s both,progress-42 4469ms linear 174s both,progress-45 4150ms linear 178s both,progress-48 3874ms linear 201s both,progress-51 3632ms linear 223s both,progress-54 3418ms linear 244s both,progress-57 3228ms linear 263s both,progress-60 3058ms linear 281s both,progress-63 2905ms linear 299s both,progress-66 2767ms linear 316s both,progress-69 2641ms linear 332s both,progress-72 2526ms linear 347s both,progress-75 2421ms linear 362s both,progress-78 2324ms linear 376s both,progress-81 2235ms linear 390s both,progress-84 2152ms linear 403s both,progress-87 2075ms linear 416s both,progress-90 2004ms linear 428s both,progress-93 1937ms linear 440s both,progress-96 1875ms linear 452s both,progress-99 1816ms linear 463s both;
}

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #EEE;
  background: goldenrod;
}
.badge__title {
  transform: rotate(-30deg);
  font-size: 14px;
  font-weight: 500;
}
.badge__img {
  width: 55%;
}
.badge--orange {
  background: #ffc04d;
}
.badge--danger {
  color: #FFF;
  background: #ee2c2c;
}

.notifications {
  position: relative;
}
.notifications__indicator {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  background: #E00;
  font-size: 10px;
  font-weight: 700;
}
.notifications__indicator--active {
  display: flex;
}
.notifications__icon--active {
  color: #D00;
}
.notifications__container {
  width: 500px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 10px;
  border-radius: 10px;
  background: white;
  box-shadow: 8px 8px 38px 0px rgba(234, 238, 246, 0.8);
  overflow: hidden;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 992px) {
  .notifications__container {
    width: 100vw;
    height: 100vh;
    padding-top: 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
  }
}
@media (max-width: 768px) {
  .notifications__container {
    width: 100vw;
    height: 100vh;
    padding-top: 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: unset;
  }
}
.notifications__container__close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .notifications__container__close {
    display: block;
  }
}
@media (max-width: 768px) {
  .notifications__container__close {
    display: block;
  }
}
.notifications__toggler {
  display: none;
}
.notifications__toggler:checked ~ .notifications__container {
  display: flex;
}
.notifications__notification {
  width: 100%;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: default;
}
.notifications__notification:hover {
  background-color: #F9F9F9;
}
.notifications__notification:last-child {
  border-bottom: none;
}
.notifications__notification__title {
  width: 95%;
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.notifications__notification__message {
  max-width: 100%;
  font-size: 14px;
  color: #636363;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.pagination-links {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination-links__link {
  color: #1F184C;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.pagination-links__link--disabled {
  color: rgba(31, 24, 76, 0.7);
  cursor: default;
}
.pagination-links__page {
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.voice-recorder {
  display: flex;
  gap: 8px;
  padding: 24px;
  border-radius: 12px;
  background-color: #D9D9D9;
}
.voice-recorder__icons {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.voice-recorder__icons * {
  transition: all 100ms ease-out;
}
.voice-recorder__error {
  color: #C01717;
  font-size: 14px;
}
.voice-recorder__components {
  display: flex;
  gap: 12px;
}
.voice-recorder__audio {
  border-radius: 10px;
}
.voice-recorder__file {
  display: none;
}
.voice-recorder__record .path-fill {
  fill: rgb(31, 41, 55);
}
.voice-recorder__record:hover .path-fill {
  fill: #2c3a4e;
}
.voice-recorder__record--active .path-fill {
  fill: #C01717;
}
.voice-recorder__record--active:hover .path-fill {
  fill: #e01b1b;
}
.voice-recorder__pause .path-fill {
  fill: #C01717;
}
.voice-recorder__pause:hover .path-fill {
  fill: #e01b1b;
}
.voice-recorder__play .path-fill {
  fill: rgb(31, 41, 55);
}
.voice-recorder__play:hover .path-fill {
  fill: #2c3a4e;
}
.voice-recorder__stop .path-fill {
  fill: #C01717;
}
.voice-recorder__stop:hover .path-fill {
  fill: #e01b1b;
}
.voice-recorder__delete.path-fill {
  fill: #C01717;
}
.voice-recorder__delete:hover.path-fill {
  fill: #e01b1b;
}

.checkable-tag__input {
  display: none;
}
.checkable-tag__input:checked ~ .checkable-tag__label {
  color: rgb(31, 41, 55);
  border-color: rgb(31, 41, 55);
}
.checkable-tag__label {
  color: #636363;
  padding: 10px;
  border: 2px solid #747474;
  border-radius: 8px;
  transition: all 80ms linear;
  cursor: pointer;
  user-select: none;
}

.emerging-aside {
  width: 0;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF;
  transition: all 200ms ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 430;
}
.emerging-aside--active {
  width: 360px;
  padding: 64px 32px;
}
@media (max-width: 382px) {
  .emerging-aside--active {
    width: 95vw;
    padding: 48px 32px;
  }
}
.emerging-aside__overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 400;
}

.drag-drop-file__input {
  display: none;
}
.drag-drop-file__zone {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 250px;
  height: 250px;
  padding: 20px;
  border: 4px dashed #78CDD1;
  border-radius: 8px;
  cursor: pointer;
}
.drag-drop-file__zone--over {
  border-style: solid;
}
.drag-drop-file__msg {
  color: #747474;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.drag-drop-file__items {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #747474;
  font-size: 18px;
}

.checkbox {
  width: 18px;
  height: 18px;
}

.smart-alert {
  position: relative;
  padding-block: 0.75rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  border-radius: 0.5rem;
  color: rgb(70, 70, 185);
  background-color: rgb(226, 226, 254);
}
.smart-alert--red {
  color: rgb(185, 28, 28);
  background-color: rgb(254, 226, 226);
}
.smart-alert--green {
  color: rgb(28, 185, 28);
  background-color: rgb(226, 254, 226);
}
.smart-alert--blue {
  color: rgb(28, 28, 185);
  background-color: rgb(226, 226, 254);
}

.super-view-table {
  display: grid;
  grid-template-columns: auto repeat(6, 1fr);
  max-width: calc(100vw - 50px);
  overflow: auto;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .super-view-table {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .super-view-table {
    grid-template-columns: 1fr;
  }
}
.super-view-table__cell {
  display: flex;
  align-items: center;
  overflow: auto;
  min-width: fit-content;
  padding-inline: 20px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
}
.super-view-table__cell--head {
  background: rgb(31, 41, 55);
  color: rgb(209, 213, 219);
}
.super-view-table__cell--expanded {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-bottom: none;
}
.super-view-table__cell--expanded.super-view-table__cell--first {
  border-left: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-top-left-radius: 10px;
}
.super-view-table__cell--expanded.super-view-table__cell--last {
  border-right: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-top-right-radius: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .super-view-table__cell--expanded {
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  }
  .super-view-table__cell--expanded.super-view-table__cell--first {
    border-left: none;
    border-top-left-radius: 0;
  }
  .super-view-table__cell--expanded.super-view-table__cell--last {
    border-right: none;
    border-top-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .super-view-table__cell--expanded {
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  }
  .super-view-table__cell--expanded.super-view-table__cell--first {
    border-left: none;
    border-top-left-radius: 0;
  }
  .super-view-table__cell--expanded.super-view-table__cell--last {
    border-right: none;
    border-top-right-radius: 0;
  }
}
.super-view-table__cell--disabled {
  background-color: rgb(243, 244, 246);
}
.super-view-table__cell--completed {
  background-color: rgba(0, 136, 0, 0.3) !important;
}
.super-view-table__cell--danger {
  background-color: rgba(238, 44, 44, 0.3) !important;
}
.super-view-table__cell__sub-toggler {
  cursor: pointer;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
@media (min-width: 768px) and (max-width: 992px) {
  .super-view-table__cell::before {
    content: attr(data-cell);
    min-height: 2.63ch;
    margin-right: 2px;
    font-weight: 700;
  }
  .super-view-table__cell--head {
    display: none !important;
  }
  .super-view-table__cell--first {
    border-top: 1px solid #000;
  }
  .super-view-table__cell__sub-toggler {
    border-radius: 0;
    width: 120px;
    height: 40px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .super-view-table__cell::before {
    content: attr(data-cell);
    min-height: 2.63ch;
    margin-right: 2px;
    font-weight: 700;
  }
  .super-view-table__cell--head {
    display: none !important;
  }
  .super-view-table__cell--first {
    border-top: 1px solid #000;
  }
  .super-view-table__cell__sub-toggler {
    border-radius: 0;
    width: 120px;
    height: 40px;
    margin-left: auto;
  }
}
.super-view-table__story {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column: 1/-1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-inline: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .super-view-table__story {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .super-view-table__story {
    grid-template-columns: 1fr;
  }
}
.super-view-table__story--disabled {
  background-color: rgb(243, 244, 246);
}
.super-view-table__story__cell {
  display: flex;
  align-items: center;
  overflow: auto;
  font-size: 16px;
  padding-inline: 16px;
  padding-block: 8px;
}
.super-view-table__story__cell--head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) and (max-width: 992px) {
  .super-view-table__story__cell::before {
    content: attr(data-cell);
    margin-right: 2px;
    font-weight: 700;
  }
  .super-view-table__story__cell--head {
    display: none;
  }
  .super-view-table__story__cell--last {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .super-view-table__story__cell::before {
    content: attr(data-cell);
    margin-right: 2px;
    font-weight: 700;
  }
  .super-view-table__story__cell--head {
    display: none;
  }
  .super-view-table__story__cell--last {
    display: flex;
    justify-content: end;
  }
}
.super-view-table__story__no-story {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.3333333333);
}

.order-edit-popup__form {
  padding: 15px;
}
.order-edit-popup__form__message {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 65px;
}

.buying-form__form .buying-form__form,
.buying-form__form .buying-form__form__step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buying-form__form__step {
  flex-direction: column;
  gap: 20px;
}
.buying-form__form__step__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.buying-form__form__step__field__input, .buying-form__form__step__field__btn {
  width: 554px;
  height: 72px;
}
@media (max-width: 768px) {
  .buying-form__form__step__field__input, .buying-form__form__step__field__btn {
    width: 454px;
  }
}
@media (max-width: 580px) {
  .buying-form__form__step__field__input, .buying-form__form__step__field__btn {
    width: 314px;
  }
}
@media (max-width: 382px) {
  .buying-form__form__step__field__input, .buying-form__form__step__field__btn {
    width: 284px;
  }
}
@media (max-width: 382px) {
  .buying-form__form__step__field__btn {
    font-size: 22px;
  }
}
.buying-form__form__step__field__btn--half {
  width: 277px;
}
@media (max-width: 768px) {
  .buying-form__form__step__field__btn--half {
    width: 227px;
  }
}
@media (max-width: 580px) {
  .buying-form__form__step__field__btn--half {
    width: 157px;
  }
}
@media (max-width: 382px) {
  .buying-form__form__step__field__btn--half {
    width: 137px;
  }
}

.lbl-no-stories {
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3333333333);
  text-align: center;
}

.story-order__main {
  position: relative;
  background: url("/images/stars.svg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__main {
    background: url("/images/stars-mobile.svg") no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
@media (max-width: 768px) {
  .story-order__main {
    background: url("/images/stars-mobile.svg") no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}
.story-order__packages {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  gap: 42px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .story-order__packages {
    flex-direction: column;
  }
}
.story-order__package {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  cursor: pointer;
}
.story-order__package:hover .story-order__package__img:not(.story-order__package--no-effect) {
  background-color: #FFCB05;
}
.story-order__package__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #78CDD1;
  cursor: pointer;
}
.story-order__package__img--no-effect {
  cursor: default;
}
.story-order__package__img img {
  width: 64%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__package__img {
    width: 163px;
    height: 163px;
  }
}
@media (max-width: 768px) {
  .story-order__package__img {
    width: 163px;
    height: 163px;
  }
}
.story-order__package__img--mid-size {
  width: 188px;
  height: 188px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__package__img--mid-size {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 768px) {
  .story-order__package__img--mid-size {
    width: 83px;
    height: 83px;
  }
}
input[name=package]:checked ~ label {
  background-color: #FFCB05;
}

.story-order__package__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story-order__package__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFCB05;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}
.story-order__package__description {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  gap: 24px;
  font-size: 21px;
  color: #1F184C;
  font-weight: 600;
}
@media (max-width: 580px) {
  .story-order__package__description {
    max-width: 320px;
  }
}
.story-order__packages__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #78CDD1;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header {
    height: 36px;
  }
}
.story-order__packages__header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 76px;
  gap: 64px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__container {
    margin-bottom: 48px;
    gap: 26px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__container {
    margin-bottom: 48px;
    gap: 26px;
  }
}
.story-order__packages__header__back-btn {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__back-btn {
    left: 16px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__back-btn {
    left: 16px;
  }
}
.story-order__packages__header__icon {
  position: absolute;
  bottom: -43%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon {
    bottom: -23%;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon {
    bottom: -23%;
  }
}
.story-order__packages__header__icon--left {
  left: 24px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--left {
    left: 12px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--left {
    left: 12px;
  }
}
.story-order__packages__header__icon--right {
  right: 24px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--right {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--right {
    right: 12px;
  }
}
.story-order__packages__header__icon--boy-card {
  max-width: 140px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--boy-card {
    max-width: 51px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--boy-card {
    max-width: 51px;
  }
}
.story-order__packages__header__icon--book-pencil {
  max-width: 184px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--book-pencil {
    max-width: 56px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--book-pencil {
    max-width: 56px;
  }
}
.story-order__packages__header__icon--book-stars {
  max-width: 224px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--book-stars {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--book-stars {
    max-width: 80px;
  }
}
.story-order__packages__header__icon--vespa {
  max-width: 168px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--vespa {
    max-width: 74px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--vespa {
    max-width: 74px;
  }
}
.story-order__packages__header__icon--laptop {
  max-width: 147px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--laptop {
    max-width: 54px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--laptop {
    max-width: 54px;
  }
}
.story-order__packages__header__icon--mobile {
  max-width: 99px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__header__icon--mobile {
    max-width: 29px;
  }
}
@media (max-width: 768px) {
  .story-order__packages__header__icon--mobile {
    max-width: 29px;
  }
}
.story-order__packages__title {
  color: #F6C648;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__packages__title {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .story-order__packages__title {
    font-size: 20px !important;
  }
}
.story-order__fieldset {
  z-index: 5;
}
.story-order__fieldset--first {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  column-gap: 12px;
  row-gap: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__fieldset--first {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 768px) {
  .story-order__fieldset--first {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 450px) {
  .story-order__fieldset--first {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.story-order__fieldset--second {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .story-order__fieldset--second {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .story-order__fieldset--second {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1600px) {
  .story-order__notes {
    width: 1280px;
  }
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .story-order__notes {
    width: 1280px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .story-order__notes {
    width: 980px;
  }
}
.story-order__photo-mode__lbl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border-radius: 20px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
@media (max-width: 768px) {
  .story-order__photo-mode__lbl {
    font-size: 12px;
  }
}
.story-order__photo-mode__lbl img {
  width: 100%;
  border: 3px solid #D9D9D9;
  border-radius: 20px;
}
.story-order__photo-mode__radio {
  display: none;
}
.story-order__photo-mode__radio:checked ~ .story-order__photo-mode__lbl {
  transform: scale(1.03);
}
.story-order__photo-mode__radio:checked ~ .story-order__photo-mode__lbl img {
  border-color: #1F184C;
}

.dash-order {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  padding: 32px;
  border: 2px solid rgb(31, 41, 55);
  border-radius: 10px;
  box-shadow: -2px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .dash-order {
    max-width: 700px;
    padding: 38px;
  }
}
@media (max-width: 830px) {
  .dash-order {
    max-width: 600px;
    padding: 36px;
  }
}
@media (max-width: 700px) {
  .dash-order {
    max-width: 500px;
    padding: 34px;
  }
}
@media (max-width: 600px) {
  .dash-order {
    max-width: 400px;
    padding: 32px;
  }
}
@media (max-width: 500px) {
  .dash-order {
    max-width: 350px;
    padding: 30px;
  }
}
@media (max-width: 440px) {
  .dash-order {
    max-width: 295px;
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .dash-order {
    padding: 24px;
  }
}
.dash-order__header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.dash-order__time {
  color: #747474;
}
.dash-order__body {
  width: 100%;
  margin-bottom: 48px;
}
.dash-order__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #3C3C3C;
  margin-bottom: 24px;
}
.dash-order__info__title {
  color: #378a13;
  font-size: 24px;
  font-weight: 500;
}
.dash-order__info__fields {
  padding-left: 6px;
}
.dash-order__info__field-title {
  color: #1F184C;
  font-weight: 500;
}
.dash-order__pictures {
  width: 95%;
  padding: 24px 40px;
  margin-inline: auto;
  position: relative;
}
.dash-order__pictures__arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
}
.dash-order__pictures__arrow--left {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.dash-order__pictures__arrow--right {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.dash-order__picture {
  border-radius: 10px;
  overflow: hidden;
  max-height: 800px;
}
.dash-order__picture img {
  width: 100%;
}
.dash-order__comments {
  display: flex;
  flex-direction: column;
  gap: 52px;
  width: 100%;
  padding-top: 48px;
  border-top: 1px solid #B5B5B5;
}
.dash-order__comments__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dash-order__comments__form__field {
  width: 95%;
  min-width: 250px;
}
@media (max-width: 1200px) {
  .dash-order__comments__form__field {
    max-width: 700px;
  }
}
@media (max-width: 830px) {
  .dash-order__comments__form__field {
    max-width: 600px;
  }
}
@media (max-width: 700px) {
  .dash-order__comments__form__field {
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .dash-order__comments__form__field {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .dash-order__comments__form__field {
    max-width: 350px;
  }
}
@media (max-width: 440px) {
  .dash-order__comments__form__field {
    max-width: 295px;
  }
}
.dash-order__comments__form__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media (max-width: 430px) {
  .dash-order__comments__form__footer {
    justify-content: space-between;
  }
}
.dash-order__comments__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.dash-order__comment {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dash-order__comment__header {
  display: flex;
  justify-content: space-between;
}
.dash-order__comment__user {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3C3C3C;
  color: rgb(31, 41, 55);
  font-weight: 500;
}
.dash-order__comment__time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #636363;
  font-size: 13px;
}
.dash-order__comment__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-inline: 10px;
}
@media (max-width: 430px) {
  .dash-order__comment__body {
    font-size: 14px;
  }
}
.dash-order__comment__files {
  display: flex;
  gap: 8px;
  padding: 15px;
  border: 2px dashed #B5B5B5;
  border-radius: 10px;
  background-color: #EEE;
}
.order-success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
  margin-top: 20px;
  color: #1F184C;
  background-image: url("/images/stars-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1700px) {
  .order-success {
    padding-bottom: 35px;
  }
}
@media (max-width: 1500px) {
  .order-success {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .order-success {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .order-success {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .order-success {
    justify-content: flex-start;
    gap: 37px;
    padding-top: 90px;
    margin-top: 10px;
    background-image: url("/images/stars-1-mobile.svg");
  }
}
.order-success__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__header {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .order-success__header {
    gap: 32px;
  }
}
.order-success__header__img {
  width: 353px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__header__img {
    width: 176px;
  }
}
@media (max-width: 768px) {
  .order-success__header__img {
    width: 176px;
  }
}
.order-success__header__img img {
  width: 100%;
}
.order-success__header__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 42px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__header__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .order-success__header__title {
    font-size: 20px;
  }
}
.order-success__header__title__success {
  font-size: 88px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__header__title__success {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .order-success__header__title__success {
    font-size: 42px;
  }
}
.order-success__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 40px;
  text-align: center;
  gap: 54px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__body {
    gap: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .order-success__body {
    gap: 30px;
    font-size: 20px;
  }
}
.order-success__body__msg {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 710px;
  flex-direction: column;
  gap: 40px;
  padding-inline: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__body__msg__long-content {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .order-success__body__msg__long-content {
    font-size: 21px;
  }
}
.order-success__footer-img {
  display: flex;
  flex-direction: column;
  width: 1170px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media (max-width: 1700px) {
  .order-success__footer-img {
    width: 930px;
  }
}
@media (max-width: 1500px) {
  .order-success__footer-img {
    width: 715px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .order-success__footer-img {
    width: 100%;
    position: unset;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .order-success__footer-img {
    width: 100%;
    position: unset;
  }
}
@media (max-width: 768px) {
  .order-success__footer-img {
    width: 100%;
    position: unset;
  }
}

.orders-info-table {
  display: grid;
  grid-template-columns: auto auto repeat(7, 1fr);
  max-width: calc(100vw - 50px);
  overflow: auto;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .orders-info-table {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .orders-info-table {
    grid-template-columns: 1fr;
  }
}
.orders-info-table__cell {
  display: flex;
  align-items: center;
  overflow: auto;
  min-width: fit-content;
  padding-inline: 20px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
}
.orders-info-table__cell--head {
  background: rgb(31, 41, 55);
  color: rgb(209, 213, 219);
}
.orders-info-table__cell--expanded {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-bottom: none;
}
.orders-info-table__cell--expanded.order-info-table__cell--first {
  border-left: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-top-left-radius: 10px;
}
.orders-info-table__cell--expanded.order-info-table__cell--last {
  border-right: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-top-right-radius: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .orders-info-table__cell--expanded {
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  }
  .orders-info-table__cell--expanded.order-info-table__cell--first {
    border-left: none;
    border-top-left-radius: 0;
  }
  .orders-info-table__cell--expanded.order-info-table__cell--last {
    border-right: none;
    border-top-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .orders-info-table__cell--expanded {
    margin-top: 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  }
  .orders-info-table__cell--expanded.order-info-table__cell--first {
    border-left: none;
    border-top-left-radius: 0;
  }
  .orders-info-table__cell--expanded.order-info-table__cell--last {
    border-right: none;
    border-top-right-radius: 0;
  }
}
.orders-info-table__cell--disabled {
  background-color: rgb(243, 244, 246);
}
.orders-info-table__cell--completed {
  background-color: rgba(0, 136, 0, 0.3) !important;
}
.orders-info-table__cell--danger {
  background-color: rgba(238, 44, 44, 0.3) !important;
}
.orders-info-table__cell--sent-to-delivery {
  background-color: rgba(255, 165, 0, 0.5) !important;
}
.orders-info-table__cell__sub-toggler {
  cursor: pointer;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
}
@media (min-width: 768px) and (max-width: 992px) {
  .orders-info-table__cell::before {
    content: attr(data-cell);
    min-height: 2.63ch;
    margin-right: 2px;
    font-weight: 700;
  }
  .orders-info-table__cell--head {
    display: none !important;
  }
  .orders-info-table__cell--first {
    border-top: 1px solid #000;
  }
  .orders-info-table__cell__sub-toggler {
    border-radius: 0;
    width: 120px;
    height: 40px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .orders-info-table__cell::before {
    content: attr(data-cell);
    min-height: 2.63ch;
    margin-right: 2px;
    font-weight: 700;
  }
  .orders-info-table__cell--head {
    display: none !important;
  }
  .orders-info-table__cell--first {
    border-top: 1px solid #000;
  }
  .orders-info-table__cell__sub-toggler {
    border-radius: 0;
    width: 120px;
    height: 40px;
    margin-left: auto;
  }
}
.orders-info-table__story {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column: 1/-1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-inline: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .orders-info-table__story {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .orders-info-table__story {
    grid-template-columns: 1fr;
  }
}
.orders-info-table__story--disabled {
  background-color: rgb(243, 244, 246);
}
.orders-info-table__story__cell {
  display: flex;
  align-items: center;
  overflow: auto;
  font-size: 16px;
  padding-inline: 16px;
  padding-block: 8px;
}
.orders-info-table__story__cell--head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) and (max-width: 992px) {
  .orders-info-table__story__cell::before {
    content: attr(data-cell);
    margin-right: 2px;
    font-weight: 700;
  }
  .orders-info-table__story__cell--head {
    display: none;
  }
  .orders-info-table__story__cell--last {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .orders-info-table__story__cell::before {
    content: attr(data-cell);
    margin-right: 2px;
    font-weight: 700;
  }
  .orders-info-table__story__cell--head {
    display: none;
  }
  .orders-info-table__story__cell--last {
    display: flex;
    justify-content: end;
  }
}
.orders-info-table__story__cell--disabled {
  background-color: rgb(243, 244, 246);
}
.orders-info-table__story__cell--completed {
  background-color: rgba(0, 136, 0, 0.3) !important;
}
.orders-info-table__story__cell--danger {
  background-color: rgba(238, 44, 44, 0.3) !important;
}
.orders-info-table__story__cell--sent-to-delivery {
  background-color: rgba(255, 165, 0, 0.5) !important;
}
.orders-info-table__story__no-story {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.3333333333);
}

.order-edit-popup__form {
  padding: 15px;
}
.order-edit-popup__form__message {
  color: red;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 65px;
}

.order-info-page__tag {
  padding: 8px 16px;
  border-bottom: 2px solid #747474;
  outline: none;
  color: #747474;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.order-info-page__tag--active {
  border-color: rgb(31, 41, 55);
  color: rgb(31, 41, 55);
}
.order-info-page__tag:focus {
  outline: none;
}

.dhome-page__version {
  margin-bottom: 20px;
}
.dhome-page__version__h {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  color: #3c973c;
}
.dhome-page__version__date {
  color: #888;
  font-size: 0.8em;
}
.dhome-page__version__list {
  list-style-type: none;
  padding-left: 0;
}
.dhome-page__version__list-item {
  background: url("images/checkmark.png") no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
  margin-bottom: 5px;
}

.font-mondapick {
  font-family: "Mondapick";
}

.font-gess {
  font-family: "GE SS Two";
  font-weight: 500;
}

.font-mondapick-bold {
  font-weight: bold;
}

.font-mondapick-thin {
  font-weight: 100;
}

.font-gess-two-thin {
  font-weight: 300;
}

.font-gess-two-bold {
  font-weight: bold;
}

.font-88px-inc {
  font-size: 88px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px-inc {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px-inc {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px-inc {
    font-size: 33px;
  }
}

.font-82px-inc {
  font-size: 82px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px-inc {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px-inc {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px-inc {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px-inc {
    font-size: 33px;
  }
}

.font-56px-inc {
  font-size: 56px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px-inc {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px-inc {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px-inc {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px-inc {
    font-size: 21px;
  }
}

.font-55px-inc, .btn,
.btn[type=submit],
.btn[type=button] {
  font-size: 55px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px-inc, .btn,
  .btn[type=submit],
  .btn[type=button] {
    font-size: 21px;
  }
}

.font-48px-inc, .btn--small,
.btn--small[type=submit],
.btn--small[type=button] {
  font-size: 48px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px-inc, .btn--small,
  .btn--small[type=submit],
  .btn--small[type=button] {
    font-size: 32px;
  }
}

.font-44px-inc {
  font-size: 44px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px-inc {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px-inc {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px-inc {
    font-size: 17px;
  }
}

.font-35px-inc {
  font-size: 35px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px-inc {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px-inc {
    font-size: 17px;
  }
}

.font-34px-inc {
  font-size: 34px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px-inc {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px-inc {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px-inc {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px-inc {
    font-size: 26px;
  }
}

.font-33px-inc {
  font-size: 33px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px-inc {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px-inc {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px-inc {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px-inc {
    font-size: 22px;
  }
}

.font-23px-inc {
  font-size: 23px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px-inc {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px-inc {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px-inc {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px-inc {
    font-size: 17px;
  }
}

.font-21px-inc, .input {
  font-size: 21px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px-inc, .input {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px-inc, .input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px-inc, .input {
    font-size: 12px;
  }
}

.font-88px {
  font-size: 88px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-88px {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-88px {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-88px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-88px {
    font-size: 33px;
  }
}

.font-82px {
  font-size: 82px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-82px {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-82px {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .font-82px {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-82px {
    font-size: 33px;
  }
}

.font-56px {
  font-size: 56px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-56px {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-56px {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .font-56px {
    font-size: 27px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-56px {
    font-size: 27px;
  }
}

.font-55px {
  font-size: 55px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-55px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-55px {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .font-55px {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-55px {
    font-size: 21px;
  }
}

.font-48px {
  font-size: 48px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-48px {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-48px {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .font-48px {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-48px {
    font-size: 32px;
  }
}

.font-44px {
  font-size: 44px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-44px {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-44px {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .font-44px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-44px {
    font-size: 17px;
  }
}

.font-35px {
  font-size: 35px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-35px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-35px {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .font-35px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-35px {
    font-size: 17px;
  }
}

.font-34px {
  font-size: 34px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-34px {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-34px {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .font-34px {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-34px {
    font-size: 26px;
  }
}

.font-33px {
  font-size: 33px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-33px {
    font-size: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-33px {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .font-33px {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-33px {
    font-size: 22px;
  }
}

.font-23px {
  font-size: 23px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-23px {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-23px {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .font-23px {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-23px {
    font-size: 17px;
  }
}

.font-21px {
  font-size: 21px;
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .font-21px {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .font-21px {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .font-21px {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .font-21px {
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
}
*::selection {
  color: white;
  background-color: #ee2c2c;
}

body {
  font-family: "Mondapick", "Dosis", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

h1 {
  font-size: 40px !important;
}

h2 {
  font-size: 30px !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-span-all {
  grid-column: 1/-1;
}

.row-span-all {
  grid-row: 1/-1;
}

.container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1250px) and (max-width: 1600px) {
  .container {
    width: 1120px;
  }
}

/****** CODE ******/
@property --a {
  initial-value: 0deg;
  inherits: false;
  syntax: "<angle>";
}
@property --h {
  initial-value: 0;
  inherits: false;
  syntax: "<number>";
}
.slider-container2 {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.loader {
  padding: 2rem 4rem;
  font-family: monospace;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  border-width: 1vmin;
  font-size: 2rem;
  --charge: hsl(var(--h, 0), 80%, 50%);
  border-image: conic-gradient(var(--charge) var(--a), transparent calc(var(--a) + 0.5deg)) 30;
  animation: load 2s infinite ease-in-out;
}

@-moz-keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
@-webkit-keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
@-o-keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
@keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
.clr-main {
  color: #1F184C !important;
}

.bg-clr-main {
  background-color: #1F184C !important;
}

.border-clr-main {
  border-color: #1F184C !important;
}

.clr-second {
  color: #78CDD1 !important;
}

.bg-clr-second {
  background-color: #78CDD1 !important;
}

.border-clr-second {
  border-color: #78CDD1 !important;
}

.clr-yellow {
  color: #FFCB05 !important;
}

.bg-clr-yellow {
  background-color: #FFCB05 !important;
}

.border-clr-yellow {
  border-color: #FFCB05 !important;
}

.clr-pale-yellow {
  color: #F6C648 !important;
}

.bg-clr-pale-yellow {
  background-color: #F6C648 !important;
}

.border-clr-pale-yellow {
  border-color: #F6C648 !important;
}

.clr-danger {
  color: #ee2c2c !important;
}

.bg-clr-danger {
  background-color: #ee2c2c !important;
}

.border-clr-danger {
  border-color: #ee2c2c !important;
}

.clr-rejected {
  color: #C01717 !important;
}

.bg-clr-rejected {
  background-color: #C01717 !important;
}

.border-clr-rejected {
  border-color: #C01717 !important;
}

.clr-gray1 {
  color: #B5B5B5 !important;
}

.bg-clr-gray1 {
  background-color: #B5B5B5 !important;
}

.border-clr-gray1 {
  border-color: #B5B5B5 !important;
}

.clr-gray2 {
  color: #A0A0A0 !important;
}

.bg-clr-gray2 {
  background-color: #A0A0A0 !important;
}

.border-clr-gray2 {
  border-color: #A0A0A0 !important;
}

.clr-gray3 {
  color: #747474 !important;
}

.bg-clr-gray3 {
  background-color: #747474 !important;
}

.border-clr-gray3 {
  border-color: #747474 !important;
}

.clr-gray4 {
  color: #636363 !important;
}

.bg-clr-gray4 {
  background-color: #636363 !important;
}

.border-clr-gray4 {
  border-color: #636363 !important;
}

.clr-gray-dark {
  color: #3C3C3C !important;
}

.bg-clr-gray-dark {
  background-color: #3C3C3C !important;
}

.border-clr-gray-dark {
  border-color: #3C3C3C !important;
}

.wave-container {
  background: url("/images/bg-wavy.png");
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 992px) {
  .wave-container {
    background: url("/images/bg-wavy-mobile.svg");
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .wave-container {
    background: url("/images/bg-wavy-mobile.svg");
    background-size: cover;
  }
}

.lbl--no-info {
  color: #636363;
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
