﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@200;400;700&display=swap");
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  min-height: 100vh;
  display:flex;
  flex-direction:column;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

a {
    text-decoration: none;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container {
  padding: 10px;
}

.ourquestions ol li {
  font-size: 1rem;
}

#root {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

main {
  padding: 0;
}

html, body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Overpass", sans-serif;
  text-rendering: auto;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #9f28a7;
}

* {
  box-sizing: inherit;
}

ul, ol {
  padding-left: 15px;
  margin-bottom: 0;
}

a {
  color: #9f28a7;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #781e7e;
}

img {
  width: 100%;
}

.section {
  padding: 10rem 0;
}

.section--no-pad {
  padding: 0;
}

.section--white {
  background-color: #ffffff;
}

.section--navy {
  background-color: #061c52;
}

.section--grey {
  background-color: #f2f2f2;
}

.section--gradient {
  background-image: url("../../img/landing/gradient.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media only screen and (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }

  .two-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section--no-pad {
    padding: 0;
  }
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading1 {
  font-family: "Overpass", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

.heading2 {
  font-size: 2.25rem;
  font-family: "Overpass", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

.heading3 {
  font-size: 2rem;
  font-family: "Overpass", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

.heading4 {
  font-size: 1.75rem;
  font-family: "Overpass", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

.heading5 {
  font-size: 1.5rem;
  font-family: "Overpass", sans-serif;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
}

.heading--primary-color {
  color: #9f28a7;
}

p,
.para {
  font-family: "Overpass", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}
h1.subhead {
  font-size: 30px;
  color: #999999;
  line-height: 36px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}
h2.subhead {
  font-size: 24px;
  color: #999999;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
h3.subhead {
  font-size: 18px;
  color: #999999;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}
h4.subhead {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}
h5.subhead {
  font-size: 10px;
  color: #999999;
  line-height: 12px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}
h6.subhead {
  font-size: 8px;
  color: #999999;
  line-height: 10px;
}

.bold-text {
  font-weight: 700;
}

.typography--inline {
  display: flex;
  flex-wrap: wrap;
}
.typography--inline * {
  margin-top: auto;
  margin-right: 15px;
}

.typography-card h1, .typography-card h2, .typography-card h3, .typography-card h4, .typography-card h5, .typography-card h6 {
  margin-bottom: 10px;
}

blockquote {
  font-size: 13px;
  font-style: italic;
  border-left: 3px solid #9f28a7;
  margin-bottom: 0;
  padding-left: 10px;
}

.highlight {
  background-color: #9f28a7;
  color: #ffffff;
}

.red-text {
  color: #ad4444;
}

.page-title {
  font-weight: 500;
  font-size: 20px;
}
.page-title.page-title--not-last {
  margin-top: 20px;
}

.page-subhead {
  margin-bottom: 20px;
}
.page-subhead.subhead {
  font-size: 14px;
  opacity: 0.7;
}

::selection {
  color: #ffffff;
  background: #02a7d9;
}

.link-simulation {
  cursor: pointer;
  text-decoration: underline;
  transition: 250ms;
}
.link-simulation:hover {
  color: #9f28a7;
}

.btn {
  border-radius: 5px;
  padding: 10px 25px;
  margin-bottom: 20px;
  margin-right: 15px;
  transition: all 0.4s;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn:last-child {
  margin-right: 0;
}
.btn p {
  display: flex;
  transition: all 0.3s;
  font-weight: 500;
  color: #444444;
}
.btn svg {
  height: 14px;
  width: 14px;
  margin: 2px 5px 0 0;
  transition: all 0.3s;
  fill: #444444;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  outline: none;
  box-shadow: none !important;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, .btn:active:focus:before {
  height: 500%;
  width: 225%;
}
.btn:focus:before, .btn:active:before, .btn:active:focus:before {
  transition: all 0s;
}
.btn.square {
  border-radius: 0;
}
.btn.rounded {
  border-radius: 30px !important;
}
.btn.icon {
  padding: 10px 15px;
}
.btn.icon:hover p {
  color: #646777;
}
.btn.icon:hover svg {
  fill: #646777;
}
.btn.icon.icon--right svg {
  margin: 2px 0 0 5px;
}
.btn.btn-primary {
  background-color: #9f28a7;
  border-color: #9f28a7;
}
.btn.btn-primary:before {
  background-color: #781e7e;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus {
  border-color: #781e7e;
}
.btn.btn-outline-primary {
  color: #9f28a7;
  border-color: #9f28a7;
}
.btn.btn-outline-primary p {
  color: #9f28a7;
}
.btn.btn-outline-primary svg {
  fill: #9f28a7;
}
.btn.btn-outline-primary:before {
  background-color: #9f28a7;
}
.btn.btn-outline-success {
  color: #9f28a7;
  border-color: #9f28a7;
}
.btn.btn-outline-success p {
  color: #9f28a7;
}
.btn.btn-outline-success svg {
  fill: #9f28a7;
}
.btn.btn-outline-success:before {
  background-color: #9f28a7;
}
.btn.btn-warning {
  background-color: #f6da6e;
  border-color: #f6da6e;
  color: #ffffff;
}
.btn.btn-warning:before {
  background-color: #f3ce3e;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:active:focus {
  border-color: #f3ce3e;
}
.btn.btn-outline-warning {
  color: #f6da6e;
  border-color: #f6da6e;
}
.btn.btn-outline-warning p {
  color: #f6da6e;
}
.btn.btn-outline-warning svg {
  fill: #f6da6e;
}
.btn.btn-outline-warning:before {
  background-color: #f6da6e;
}
.btn.btn-danger {
  background-color: #ff4861;
  border-color: #ff4861;
}
.btn.btn-danger:before {
  background-color: #ff1535;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:active:focus {
  border-color: #ff1535;
}
.btn.btn-outline-danger {
  color: #ff4861;
  border-color: #ff4861;
}
.btn.btn-outline-danger p {
  color: #ff4861;
}
.btn.btn-outline-danger svg {
  fill: #ff4861;
}
.btn.btn-outline-danger:before {
  background-color: #ff4861;
}
.btn.disabled, .btn.btn-primary.disabled, .btn.btn-danger.disabled, .btn.btn-warning.disabled, .btn.btn-success.disabled, .btn.btn-outline-secondary.disabled, .btn.btn-secondary.disabled, .btn.btn-outline-primary.disabled, .btn.btn-outline-danger.disabled, .btn.btn-outline-warning.disabled, .btn.btn-outline-success.disabled, .btn.icon.disabled, .btn.icon.btn-secondary.disabled {
  background-color: #f2f4f7;
  border-color: #f2f4f7;
  color: #dddddd;
  pointer-events: none;
}
.btn.disabled p, .btn.btn-primary.disabled p, .btn.btn-danger.disabled p, .btn.btn-warning.disabled p, .btn.btn-success.disabled p, .btn.btn-outline-secondary.disabled p, .btn.btn-secondary.disabled p, .btn.btn-outline-primary.disabled p, .btn.btn-outline-danger.disabled p, .btn.btn-outline-warning.disabled p, .btn.btn-outline-success.disabled p, .btn.icon.disabled p, .btn.icon.btn-secondary.disabled p {
  color: #dddddd;
}
.btn.disabled svg, .btn.btn-primary.disabled svg, .btn.btn-danger.disabled svg, .btn.btn-warning.disabled svg, .btn.btn-success.disabled svg, .btn.btn-outline-secondary.disabled svg, .btn.btn-secondary.disabled svg, .btn.btn-outline-primary.disabled svg, .btn.btn-outline-danger.disabled svg, .btn.btn-outline-warning.disabled svg, .btn.btn-outline-success.disabled svg, .btn.icon.disabled svg, .btn.icon.btn-secondary.disabled svg {
  fill: #dddddd;
}
.btn.btn-primary p, .btn.btn-danger p, .btn.btn-warning p, .btn.btn-success p {
  color: #ffffff;
}
.btn.btn-primary svg, .btn.btn-danger svg, .btn.btn-warning svg, .btn.btn-success svg {
  fill: #ffffff;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:active:focus, .btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger:active:focus, .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning:active:focus, .btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:active:focus {
  color: #ffffff;
  background: transparent;
}
.btn.btn-primary:hover p, .btn.btn-primary:focus p, .btn.btn-primary:active p, .btn.btn-primary:active:focus p, .btn.btn-danger:hover p, .btn.btn-danger:focus p, .btn.btn-danger:active p, .btn.btn-danger:active:focus p, .btn.btn-warning:hover p, .btn.btn-warning:focus p, .btn.btn-warning:active p, .btn.btn-warning:active:focus p, .btn.btn-success:hover p, .btn.btn-success:focus p, .btn.btn-success:active p, .btn.btn-success:active:focus p, .btn.btn-outline-primary:hover p, .btn.btn-outline-primary:focus p, .btn.btn-outline-primary:active p, .btn.btn-outline-primary:active:focus p, .btn.btn-outline-danger:hover p, .btn.btn-outline-danger:focus p, .btn.btn-outline-danger:active p, .btn.btn-outline-danger:active:focus p, .btn.btn-outline-warning:hover p, .btn.btn-outline-warning:focus p, .btn.btn-outline-warning:active p, .btn.btn-outline-warning:active:focus p, .btn.btn-outline-success:hover p, .btn.btn-outline-success:focus p, .btn.btn-outline-success:active p, .btn.btn-outline-success:active:focus p {
  color: #ffffff;
}
.btn.btn-primary:hover svg, .btn.btn-primary:focus svg, .btn.btn-primary:active svg, .btn.btn-primary:active:focus svg, .btn.btn-danger:hover svg, .btn.btn-danger:focus svg, .btn.btn-danger:active svg, .btn.btn-danger:active:focus svg, .btn.btn-warning:hover svg, .btn.btn-warning:focus svg, .btn.btn-warning:active svg, .btn.btn-warning:active:focus svg, .btn.btn-success:hover svg, .btn.btn-success:focus svg, .btn.btn-success:active svg, .btn.btn-success:active:focus svg, .btn.btn-outline-primary:hover svg, .btn.btn-outline-primary:focus svg, .btn.btn-outline-primary:active svg, .btn.btn-outline-primary:active:focus svg, .btn.btn-outline-danger:hover svg, .btn.btn-outline-danger:focus svg, .btn.btn-outline-danger:active svg, .btn.btn-outline-danger:active:focus svg, .btn.btn-outline-warning:hover svg, .btn.btn-outline-warning:focus svg, .btn.btn-outline-warning:active svg, .btn.btn-outline-warning:active:focus svg, .btn.btn-outline-success:hover svg, .btn.btn-outline-success:focus svg, .btn.btn-outline-success:active svg, .btn.btn-outline-success:active:focus svg {
  fill: #ffffff;
}

button:focus, button:active {
  outline: none;
}

.open > .dropdown-toggle.btn-default,
.btn-default:active:focus, .btn-default:active:focus,
.btn-default.focus, .btn-default:focus {
  background-color: #fff;
}

.previous {
  width: 130px;
}

.next {
  width: 130px;
}

.login__btn {
  color: #fff !important;
}

.login__btn-disbled {
  color: #fff !important;
  background: #9f28a7 !important;
}

.back__button {
  background: none !important;
  border: none !important;
  color: #1e2831 !important;
  font-size: 1rem !important;
  font-weight: bold;
  padding: 0 !important;
}
.back__button:hover {
  color: #1e2831 !important;
}

.checkbox-btn__label {
  margin-top: 2px;
}

.checkbox-btn {
  display: flex;
  cursor: pointer;
}
.checkbox-btn:hover .checkbox-btn__checkbox-custom {
  border-color: #9f28a7;
}
.checkbox-btn:hover .checkbox-btn__label {
  color: #9f28a7;
}
.checkbox-btn.disabled {
  pointer-events: none;
  cursor: default;
}
.checkbox-btn.disabled .checkbox-btn__checkbox-custom {
  transition: 0s;
  background-color: #fafbfe;
  border-color: #f2f4f7;
}
.checkbox-btn.disabled .checkbox-btn__checkbox-custom svg {
  fill: #dddddd;
}
.checkbox-btn.disabled .checkbox-btn__label {
  color: #dddddd;
}
.checkbox-btn.checkbox-btn--colored .checkbox-btn__checkbox-custom {
  border-color: #9f28a7;
  background: transparent;
}
.checkbox-btn.checkbox-btn--colored .checkbox-btn__checkbox-custom svg {
  fill: #fff;
}
.checkbox-btn.checkbox-btn--colored.disabled {
  opacity: 0.4;
}
.checkbox-btn.checkbox-btn--colored.disabled .checkbox-btn__checkbox-custom {
  border-color: #9f28a7;
  background-color: #9f28a7;
}
.checkbox-btn.checkbox-btn--colored-click .checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom {
  border-color: #9f28a7;
  background-color: #9f28a7;
}
.checkbox-btn.checkbox-btn--colored-click .checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom svg {
  fill: #ffffff;
}
.checkbox-btn.checkbox-btn--colored-click.disabled .checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom {
  background-color: #fafbfe;
  border-color: #f2f4f7;
}
.checkbox-btn.checkbox-btn--colored-click.disabled .checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom svg {
  fill: #dddddd;
}
.checkbox-btn.checkbox-btn--button {
  background: #9f28a7;
  min-width: 150px;
  color: #ffffff;
  height: 24px;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 0 6px;
  width: 100%;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__label {
  color: #ffffff;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__checkbox-custom {
  display: none;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__label-svg {
  margin: auto 4px auto auto;
  height: 16px;
  line-height: 1;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__label-svg svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__label-svg .checkbox-btn__label-check {
  display: none;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__checkbox:checked ~ .checkbox-btn__label-svg .checkbox-btn__label-check {
  display: block;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__checkbox:checked ~ .checkbox-btn__label-svg .checkbox-btn__label-uncheck {
  display: none;
}
.checkbox-btn.checkbox-btn--button .checkbox-btn__label {
  margin: auto auto auto 0;
  padding: 0;
}
.checkbox-btn.checkbox-btn--button:hover {
  background: #781e7e;
}
.checkbox-btn.checkbox-btn--button:hover .checkbox-btn__label {
  color: #ffffff;
}
.checkbox-btn.checkbox-btn--button.disabled {
  opacity: 0.4;
}
.checkbox-btn.checkbox-btn--button.disabled .checkbox-btn__label {
  color: #ffffff;
}

.checkbox-btn__checkbox {
  display: none;
}

.checkbox-btn__checkbox-custom {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 2px solid #9f28a7;
}
.checkbox-btn__checkbox-custom svg {
  transition: all 0.3s;
  opacity: 0;
  height: 20px;
  width: 20px;
  fill: #fff;
  margin-top: -1px;
  margin-left: 1px;
}

.checkbox-btn__label {
  line-height: 18px;
  padding-left: 28px;
  padding-top: 2px;
  color: #9f28a7;
}

.checkbox-btn__checkbox-custom,
.checkbox-btn__label {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}

.checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom {
  background: #9f28a7;
}
.checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom svg {
  opacity: 1;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  width: 26px;
  height: 26px;
  background-color: #f3f3f3;
  border-radius: 3px;
  transform: translateY(-0.075em);
  box-shadow: 0px 2px 0px #d6d6d6;
  transition: 120ms background-color ease-in-out;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}

input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-image: url("/img/icons/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}

input[type=checkbox]:checked {
  background-color: #9f28a7;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline-color: #2a5bd2;
}

.load {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  position: fixed;
  background: #ffffff;
  z-index: 1000;
}
.load + div {
  height: 100vh;
  overflow: hidden;
}
.load.loaded {
  animation: ease loaded 0.5s;
}

.load__icon {
  animation: linear load 2s infinite;
  margin: auto;
  width: 32px;
  height: 32px;
}

.load__icon-wrap {
  margin: auto;
}

@keyframes load {
  from {
    transform: rotate(0deg) scale(2);
  }
  to {
    transform: rotate(360deg) scale(2);
  }
}
@keyframes loaded {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.login__devider-text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.login__devider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.login__devider-line {
  width: 100%;
}
.login__devider-line hr {
  border-top: solid 1px #9f28a7 !important;
  opacity: 1;
}

.loading__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90vh;
  padding-top: 100px;
}

.form input:not([type=checkbox]), .form textarea {
  width: 100%;
  padding: 5px 10px;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem !important;
  height: 38px;
  transition: border 0.3s;
  background: #f6f6f6;
  border-radius: 5px;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* General */
  border: 1px solid #eff1f5;
  color: #9f28a7;
}
.form input:not([type=checkbox])::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #9f28a7;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem;
}
.form input:not([type=checkbox])::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #9f28a7;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem;
}
.form input:not([type=checkbox]):-moz-placeholder, .form textarea:-moz-placeholder {
  color: #9f28a7;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem;
}
.form input:not([type=checkbox]):-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #9f28a7;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem;
}
.form input:not([type=checkbox])::placeholder, .form textarea::placeholder {
  color: #9f28a7;
  font-family: "Overpass", sans-serif;
  font-size: 0.9rem;
}
.form input:not([type=checkbox])[disabled], .form textarea[disabled] {
  background: #f2f4f7;
}
.form input:not([type=checkbox])[disabled]:focus, .form input:not([type=checkbox])[disabled]:active, .form textarea[disabled]:focus, .form textarea[disabled]:active {
  border-color: #eff1f5;
}
.form input:not([type=checkbox]):focus, .form input:not([type=checkbox]):active, .form textarea:focus, .form textarea:active {
  outline: none;
  border-color: #9f28a7;
}
.form textarea {
  min-height: 85px;
}
.form .form__form-group-select {
  width: 100%;
  height: 32px;
  font-size: 12px;
}
.form .form__form-group-select .Select-control {
  height: 32px;
  border-radius: 0;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid #f2f4f7;
}
.form .form__form-group-select .Select-placeholder, .form .form__form-group-select .Select-input {
  height: 30px;
}
.form .form__form-group-select .Select-input {
  width: 100%;
}
.form .form__form-group-select input {
  width: 100% !important;
  border: none;
  padding: 0;
}
.form .form__form-group-select .Select-multi-value-wrapper .Select-input {
  width: inherit;
}
.form .form__form-group-select .Select-multi-value-wrapper .Select-value {
  background: transparent;
  border-color: #9f28a7;
}
.form .form__form-group-select .Select-multi-value-wrapper .Select-value-label {
  color: #9f28a7 !important;
}
.form .form__form-group-select .Select-multi-value-wrapper .Select-value-icon {
  border-color: #9f28a7;
}
.form .form__form-group-select .Select-menu-outer {
  top: calc(100% + 1px);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  animation: open 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #eff1f5;
  background: #fff;
}
@keyframes open {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
.form .form__form-group-select .Select-option {
  transition: all 0.3s;
  border-radius: 0;
  display: flex;
  background: #fff;
  color: #9f28a7;
}
.form .form__form-group-select .Select-option.is-focused {
  background: #fafbfe;
}
.form .form__form-group-select.is-focused .Select-control, .form .form__form-group-select.is-focused:not(.is-open) .Select-control {
  border-color: #9f28a7;
  box-shadow: none;
  background: transparent;
}
.form .form__form-group-select .form__form-group-select-color {
  display: block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: auto 0 auto 5px;
}

.form__form-group {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.form__form-group--address input:last-child {
  margin-left: 15px;
  width: 70%;
}

.form__form-group-field {
  width: 100%;
  display: flex;
  margin: auto;
}

.form__form-group-field .form__form-group-input-wrap .simple-input {
  border-radius: 8px;
}

.form__form-group-label {
    margin-bottom: 4px;
    display: inline-block;
    color: #9f28a7;
}
.form__form-group-label span {
  color: #dddddd;
}

.form__form-group-button {
  padding: 6px;
  height: 32px;
  cursor: pointer;
  transition: all 0.3s;
  background: #f2f4f7;
  border: 1px solid #f2f4f7;
}
.form__form-group-button svg {
  fill: #999999;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.form__form-group-button.active {
  background: #9f28a7;
  border: 1px solid #9f28a7;
}
.form__form-group-button.active svg {
  fill: #ffffff;
}

.form__form-group-file label {
  border-radius: 10px;
  line-height: 18px;
  font-size: 12px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  background: #ebebeb;
  width: 200px;
}
.form__form-group-file label:hover {
  background: #f2f4f7;
}
.form__form-group-file span {
  padding-left: 10px;
}
.form__form-group-file input {
  display: none;
}

.form__form-group-icon {
  padding: 6px;
  height: 38px;
  width: 38px;
  display: flex;
  background: #f2f4f7;
  border: 1px solid #f2f4f7;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form__form-group-icon svg {
  fill: #999999;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.form__form-group-icon img {
  width: 18px;
  height: 18px;
}

.form__form-group-description {
  font-size: 10px;
  color: #999999;
  line-height: 13px;
  margin-top: 2px;
}

.form__button-toolbar {
  margin-top: 10px;
}

.form__form-group-input-wrap {
  width: 100%;
}

.form__form-group-error {
  font-size: 12px;
  line-height: 13px;
  color: #ff4861;
  margin-bottom: -5px;
  display: block;
  margin-top: 5px;
}

.form__form-group-error-secondary {
  font-size: 12px;
  line-height: 13px;
  color: #ff4861;
  margin-bottom: -5px;
  display: block;
  margin-top: 5px;
}

.form__form-group-error-title {
  font-size: 12px;
  line-height: 13px;
  color: #ff4861;
}

.progress-wrap {
  padding-bottom: 20px;
}

.form__form-group-label {
  font-weight: bold;
}

.hasError {
  border: solid 1.5px #ff4861 !important;
}

.login__header {
  margin-right: 20px;
}
.login__header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.login__header ul li {
  padding: 0 0.5rem;
}
.login__header a {
  text-decoration: none;
  color: #1e2831;
  font-size: 16px;
}
.login__header a:hover {
  color: #9f28a7;
}
.login__header a:focus {
  color: #9f28a7;
}

.dateHasError .date-picker input {
  height: 38px;
  border: solid 1.5px #ff4861 !important;
}

.dateHasError .rc-time-picker input {
  height: 38px;
  border: solid 1.5px #ff4861 !important;
}

.form__form-group-error::before {
  position: absolute;
  font-size: 1rem;
  right: 10px;
  bottom: 24px;
}

.dateError::before {
  position: absolute;
  font-size: 1rem;
  right: 45px;
  bottom: 22px;
}

.form__form-group-error-select {
  font-size: 11px;
  line-height: 13px;
  color: #ff4861;
  margin-bottom: -5px;
  display: block;
  margin-top: 5px;
}
.form__form-group-error-select::before {
  position: absolute;
  font-size: 1rem;
  right: 35px;
  bottom: 24px;
}

.checkBoxHasError {
  display: flex;
  flex-direction: column;
}

.form__form-group-error-chkbox {
  color: #ff4861;
}

.form__list-element {
  padding: 0 0.05rem 0.35rem 0.05rem;
}

.custom-form__radio {
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom-form__radio:first-of-type {
  margin-bottom: 20px;
}

.custom__radio-label {
  margin-left: 1rem;
}

.custom-form__checkbox-label {
  display: unset;
  margin-left: 1rem;
  font-size: 1.25rem;
}

.custom-form__checkbox-label a {
  color: #1e2831;
  text-decoration: underline;
}

.custom-form__checkbox-label a:hover {
  color: #9f28a7;
}

.hero__main-wrapper {
  margin-top: 50px;
  padding: 0;
  background-image: url(/img/dashboardCover.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero__container {
  padding: 0;
  margin: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__card-container .hero__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero__card-container .hero__buttons .hero__buttons_button {
  padding: 1rem 2.35rem 0.8rem;
  border-radius: 25px;
  margin-bottom: 0.5rem;
  border: 1px solid #ffffff;
  font-family: "Overpass", sans-serif;
  line-height: 22px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.hero__card-container .hero__buttons .hero__buttons-button-cta {
  color: #061c52;
  min-width: 250px;
  margin-right: 0;
  background: #fff;
  font-size: 1.25rem;
}
.hero__card-container .hero__buttons .hero__buttons-button-cta:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.hero__card-container .hero__buttons .hero__buttons-button-ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-size: 1.19rem;
}
.hero__card-container .hero__buttons .hero__buttons-button-ghost:hover {
  background-color: #ffffff;
  color: #061c52;
}

.hero__title {
  font-size: 3rem;
  color: #ffffff;
}

.services-container {
  display: flex;
  flex-flow: wrap;
  margin-left: -30px;
  /* Account for margin-left: 30px of .service-container */
}

.service-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
  max-width: 100px;
  margin-left: 30px;
}

.service__icon img {
  max-height: 75px;
  max-width: 75px;
}

.service__name {
  font-size: 1.2rem;
  padding-top: 7px;
}

.mydevices__main-wrapper {
  background: #9f28a7;
  padding: 0;
  overflow: hidden;
}

.mydevices__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin-right: 20px;
}
.mydevices__img-container img {
  max-width: 300px;
}

.mydevices__data-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mydevices__data-wrapper {
    min-height: 200px;
  }
}

.mydevices__data-container {
  list-style: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-end;
}
.mydevices__data-container li {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mydevices__data-container li {
    font-size: 0.8rem;
  }
}

.mydevices__custom-owner {
  font-size: 2rem;
  list-style: none;
  color: #fff;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .mydevices__custom-owner {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-bottom: 15px;
  }
}

.mydevices__buttons-container {
  display: flex;
  justify-content: center;
}

.mydevices__buttons {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 2rem;
}
.mydevices__buttons .mydevices__buttons-button {
  font-family: "Overpass", sans-serif;
  min-width: 200px;
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 1.25rem;
  padding: 1rem 2.35rem 0.8rem;
  line-height: 22px;
  color: #061c52;
  border: 1px solid #ffffff;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.mydevices__buttons .mydevices__buttons-button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.mydevices__buttons .mydevices__buttons__on__white__bg-button {
  font-family: "Overpass", sans-serif;
  min-width: 200px;
  background-color: #9f28a7;
  border-radius: 25px;
  font-size: 1.25rem;
  padding: 1rem 2.35rem 0.8rem;
  line-height: 22px;
  color: #ffffff;
  border: 1px solid #9f28a7;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  margin: 0 0.5rem 0.5rem 0.5rem;
}
.mydevices__buttons .mydevices__buttons__on__white__bg-button:hover {
  border: 1px solid #9f28a7;
  color: #9f28a7;
  background-color: transparent;
}

.mydevices__content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .mydevices__content {
    margin-bottom: 20px;
  }
}

.mydevices__content-container {
  display: flex;
}

.footer {
    background-color: #061c52;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
}

.footer__logo {
    max-width: 115px;
}

.footer__label {
  font-weight: bold;
  margin-bottom: 0;
}

.footer p {
  color: #ffffff;
}

.footer__legal {
  font-size: 0.875rem;
  margin: 0;
}

.footer__nav {
  padding-top: 1rem;
  border-top: 1px solid #707070;
}

.footer__nav-list {
    padding: 0;
}

.footer__nav-item {
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 1px solid #ffffff;
  vertical-align: middle;
}

.footer__nav-item:first-child {
  border-left: none;
}

@media (max-width: 520px) {
    .footer__nav-item {
        font-size: 0.9rem;
    }
}

.footer__nav-link {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0.5rem;
  vertical-align: middle;
}

.footer__nav-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.dashboard__main-wrapper {
  padding: 0;
  overflow: hidden;
}

.wizard {
  background-color: #fff;
}
.wizard .wizard__form {
  width: 100%;
  margin-top: 5px;
  padding: 0;
}
.wizard .wizard__form .wizard__toolbar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.wizard__steps {
  display: flex;
}

.wizard__step {
  width: 100%;
  text-align: center;
  height: 55px;
  text-transform: uppercase;
  display: flex;
  transition: background 0.3s;
  border-radius: 5px;
  border: 1px solid #eff1f5;
  background: #fafbfe;
}
.wizard__step p {
  font-weight: 700;
  margin: auto;
  font-size: 14px;
  transition: all 0.3s;
}
.wizard__step.wizard__step--active {
  background: #9f28a7;
  border-color: #9f28a7;
}
.wizard__step.wizard__step--active p {
  color: #ffffff;
}

.wizard__form-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 90px;
}

.wizard__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  padding: 30px 0;
  font-size: 24px;
}

.wizard__description {
  color: #999999;
  margin: 0;
  max-width: 410px;
}

.wizard .card-body {
  padding: 0;
}

.squared-corner-theme .wizard__step {
  border-radius: 0;
}

.radio-btn {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding-right: 20px;
}
.radio-btn:last-child {
  padding: 0 10px;
}
.radio-btn:hover .radio-btn__radio-custom {
  border-color: #9f28a7;
}
.radio-btn:hover .radio-btn__label {
  color: #9f28a7;
}
.radio-btn.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.radio-btn.radio-btn--colored .radio-btn__radio-custom {
  border: 2px solid #9f28a7;
}
.radio-btn.radio-btn--colored-click .radio-btn__radio:checked + .radio-btn__radio-custom {
  background: #9f28a7;
}
.radio-btn.radio-btn--colored-click .radio-btn__radio:checked + .radio-btn__radio-custom::before {
  background: #ffffff;
}
.radio-btn.radio-btn--colored-click.disabled .radio-btn__radio:checked + .radio-btn__radio-custom {
  background: transparent;
}
.radio-btn.radio-btn--colored-click.disabled .radio-btn__radio:checked + .radio-btn__radio-custom::before {
  background: #9f28a7;
}
.radio-btn.radio-btn--button {
  background: #9f28a7;
  min-width: 150px;
  color: #ffffff;
  height: 24px;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  padding: 0 10px;
  width: 100%;
}
.radio-btn.radio-btn--button .radio-btn__radio-custom {
  display: none;
}
.radio-btn.radio-btn--button .radio-btn__label-svg {
  margin-right: 4px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 16px;
  line-height: 1;
}
.radio-btn.radio-btn--button .radio-btn__label-svg svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
}
.radio-btn.radio-btn--button .radio-btn__label-svg .radio-btn__label-check {
  display: none;
}
.radio-btn.radio-btn--button .radio-btn__radio:checked ~ .radio-btn__label-svg .radio-btn__label-check {
  display: block;
}
.radio-btn.radio-btn--button .radio-btn__radio:checked ~ .radio-btn__label-svg .radio-btn__label-uncheck {
  display: none;
}
.radio-btn.radio-btn--button .radio-btn__label {
  margin-right: auto;
  margin-left: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  color: #ffffff;
}
.radio-btn.radio-btn--button:hover {
  background: #781e7e;
}
.radio-btn.radio-btn--button:hover .radio-btn__label {
  color: #ffffff;
}

.radio-btn__radio {
  display: none;
}

.radio-btn__radio-custom {
  width: 24px;
  height: 24px;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #9f28a7;
  border-radius: 5px;
}

.radio-btn__radio:checked + .radio-btn__radio-custom {
  border-color: #9f28a7;
}

.radio-btn__label {
  line-height: 18px;
  padding-left: 9px;
  color: #9f28a7;
  transition: all 0.3s;
}

.radio-btn__radio-custom,
.radio-btn__label {
  display: inline-block;
  vertical-align: middle;
}

.radio-btn__radio:checked + .radio-btn__radio-custom::before {
  content: "✓";
  display: block;
  position: absolute;
  font-size: 24px;
  top: -40%;
  color: #fff;
  left: 10%;
}

.radio-btn__radio:checked + .radio-btn__radio-custom {
  background: #9f28a7;
}

.radio-btnf {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.radio-btnf.radio-btnf--button {
  background: #ebebeb;
  border: solid 2px #9f28a7;
  max-width: 300px;
  color: #9f28a7;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  display: inline-flex;
  padding: 0 10px;
  width: 100%;
}
.radio-btnf.radio-btnf--button .radio-btnf__label-svg {
  margin-top: auto;
  margin-bottom: auto;
  height: 24px;
}
.radio-btnf.radio-btnf--button .radio-btnf__label-svg svg {
  fill: #9f28a7;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -2%;
  top: -20%;
}
.radio-btnf.radio-btnf--button .radio-btnf__label-svg .radio-btnf__label-check {
  display: none;
}
.radio-btnf.radio-btnf--button .radio-btnf__radio:checked ~ .radio-btnf__label-svg .radio-btnf__label-check {
  display: block;
}
.radio-btnf.radio-btnf--button .radio-btnf__radio:checked ~ .radio-btnf__label-svg .radio-btnf__label-uncheck {
  display: none;
}
.radio-btnf.radio-btnf--button .radio-btnf__label {
  margin: auto;
  padding: 0;
  color: #9f28a7;
  text-align: center;
}
.radio-btnf.radio-btnf--button:hover {
  background: #781e7e;
}
.radio-btnf.radio-btnf--button:hover .radio-btnf__label {
  color: #fff;
}

.radio-btnf__radio {
  display: none;
}

.radio-btnf__radio:checked {
  border-color: #9f28a7;
}

.radio-btnf__label {
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}

.choosedevices__custom-owner {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 500;
}
.choosedevices__custom-owner li {
  line-height: 1.2rem;
}
.choosedevices__custom-owner :last-child {
  color: #9f28a7;
}

@media (min-width: 769px) {
  .chosedevices__mobile-title {
    display: none;
  }
}

@media (max-width: 768px) {
  .choosedevices__desktop-title {
    display: none;
  }
}

.choosedevices__data-container {
  list-style: none;
}

.choosedevices__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.choosedevices__image-container img {
  width: 180px;
  height: 200px;
}
@media (max-width: 360px) {
  .choosedevices__image-container img {
    width: 65px;
    height: 130px;
  }
}

.choosedevices__main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.choosedevices__main-wrapper :hover {
  cursor: pointer;
}

.choosedevices__data-wrapper {
  width: 80%;
}

.form__min {
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.claimwizard__title {
  padding-bottom: 10px;
}

.claimwizard__title h2 {
  font-size: 2rem;
  color: #9f28a7;
}

.form__title {
  width: 100%;
  padding-bottom: 2px;
  padding-top: 10px;
}
.form__title h3 {
  font-size: 1rem;
  font-weight: bold;
}

.form_title-secondary {
  width: 100%;
  padding-top: 3px;
}
.form_title-secondary h3 {
  font-size: 1rem;
  font-weight: bold;
}

.wearantear__confirmation-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wearandtear__checkbox svg {
  padding-right: 2px;
  width: 24px;
  height: 24px;
}

.wearandtear__confirmation-text {
  font-size: 1.2rem;
}

.wearandtear__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wearandtear__container svg {
  width: 48px;
  height: 48px;
  fill: #9f28a7;
}

.warning__text {
  font-size: 1rem;
  color: #9f28a7 !important;
}

.form__typeofdamage {
  width: 100%;
}

.typeofdamage__date-title {
  font-size: 1rem;
  font-weight: bold;
}

.placeofdamage__date-container {
  margin: 0 auto;
  width: 100%;
}

.placeofdamage__date-title {
  font-size: 1rem;
  font-weight: bold;
}

.descriptionofdamage__date-container {
  margin: 0 auto;
  width: 100%;
}

.descriptionofdamage__date-title {
  font-size: 1rem;
  font-weight: bold;
}

.success__checkicon-container {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success__checkicon {
  border: solid 2px #1e2831;
  border-radius: 50%;
  max-width: 150px;
  margin: 0 auto;
  padding: 30px;
}
.success__checkicon img {
  max-width: 150px;
}

.postage__details-container {
  display: flex;
  justify-content: center;
}

.container__claimTheft {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.stolen__icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.react-datepicker-popper {
  z-index: 300;
}

.radio__icon-typeofdamage-container {
  justify-content: center;
  margin: 0;
  padding: 0 20px 0 0;
  margin-left: -15px;
  margin-right: 15px;
}
@media (max-width: 360px) {
  .radio__icon-typeofdamage-container {
    justify-content: center;
  }
}

.wearandtear__confirmation-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.date__container {
  text-align: center;
  max-width: 250px;
}

.wizard {
  margin-top: 75px;
}

.progress {
  border-radius: 1.5rem !important;
}

.progress-bar {
  background-color: #9f28a7;
  border-radius: 1.5rem;
}

.success__title {
  text-align: center;
}

.row {
  margin: 0 !important;
}

a.claim-btn, a.claim-btn-ghost {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
}

.claim-btn {
  font-family: "Overpass", sans-serif;
  min-width: 200px;
  background-color: #9f28a7;
  border-radius: 25px;
  font-size: 1.25rem;
  padding: 1rem 2.35rem 0.8rem;
  line-height: 22px;
  color: #ffffff;
  border: 1px solid #9f28a7;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  margin: 0.5rem 0.25rem;
}
.claim-btn:hover {
  border: 1px solid #9f28a7;
  color: #9f28a7;
  background-color: transparent;
}

.claim-btn-ghost {
  font-family: "Overpass", sans-serif;
  min-width: 200px;
  background-color: transparent;
  border-radius: 25px;
  font-size: 1.25rem;
  padding: 1rem 2.35rem 0.8rem;
  line-height: 22px;
  color: #9f28a7;
  border: 1px solid #9f28a7;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  margin: 0.5rem 0.25rem;
}
.claim-btn-ghost:hover {
  border: 1px solid #9f28a7;
  color: #ffffff;
  background-color: #9f28a7;
}

.claim-save-btn {
  width: 475px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .claim-save-btn {
    width: 315px;
  }
}
@media (max-width: 360px) {
  .claim-save-btn {
    width: 275px;
  }
}

.claimhistory__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}

.uploadfile__img-container {
  display: flex;
  justify-content: flex-end;
}
.uploadfile__img-container img {
  height: 250px;
  width: auto;
}
@media (max-width: 360px) {
  .uploadfile__img-container img {
    height: 175px;
  }
}

.uploadfile__details-container {
  display: flex;
  justify-content: flex-start;
}

.fileuplad__cta-test {
  text-align: center;
}
.fileuplad__cta-test span {
  font-size: 1rem;
}

.file__waiting {
  background: none !important;
  color: #9f28a7 !important;
  text-transform: uppercase;
  border: solid 2px #9f28a7 !important;
  padding: 10px 20px;
  border-radius: 10px;
  width: 120px;
  margin: 0 !important;
}

.file__received {
  text-transform: uppercase;
  color: #fff !important;
  background: #d4d4d4 !important;
  padding: 10px 20px;
  border: solid 2px #d4d4d4 !important;
  border-radius: 10px;
  width: 120px;
  margin: 0 !important;
}

.file__required {
  text-transform: uppercase;
  color: #fff !important;
  background: #9f28a7 !important;
  padding: 10px 20px;
  border: solid 2px #9f28a7 !important;
  border-radius: 10px;
  width: 120px;
  margin: 0 !important;
}

.fileupload__category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fileupload__category span {
  font-size: 0.9rem;
}

.fileupload__button {
  display: flex;
  align-items: center;
}

.postin__information p {
  font-size: 0.9rem;
  font-weight: bold;
}

.postin__address ul {
  list-style: none;
  padding: 0;
}
.postin__address ul li {
  font-weight: bold;
  font-size: 0.9rem;
}

.excess__fee {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.excess__fee span {
  font-weight: bold;
  font-size: 2.5rem;
}

.payment__confirmation-container {
  display: flex;
  align-items: flex-start;
}

.payment__confirmation-text {
  margin-top: 0;
  font-size: 1rem;
}

.success__twodays p {
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}

.date-picker {
  width: 100%;
}
.date-picker > div, .date-picker .react-datepicker-wrapper, .date-picker .react-datepicker__input-container {
  width: 100%;
}
.date-picker .react-datepicker__time-list {
  padding: 0;
  overflow-x: hidden;
}
.date-picker .react-datepicker__time-list-item {
  width: 50px;
}
.date-picker .react-datepicker__time {
  overflow: hidden;
}
.date-picker.date-picker--interval {
  display: flex;
}
.date-picker.date-picker--interval > div, .date-picker.date-picker--interval .react-datepicker-wrapper, .date-picker.date-picker--interval .react-datepicker__input-container {
  max-width: 170px;
}
.date-picker .date-picker__svg {
  width: 14px;
  height: 14px;
  margin: auto 10px;
  fill: #9f28a7;
}
.date-picker .form__form-group-datepicker {
  border: #f6f6f6 solid 1px;
}
.date-picker .react-datepicker__header {
  background-color: #7a137f;
  border-color: #7a137f;
  border-radius: 0;
}
.date-picker .react-datepicker__current-month, .date-picker .react-datepicker-time__header,
.date-picker .react-datepicker__day-name, .date-picker .react-datepicker__time-name {
  color: #ffffff;
}
.date-picker .react-datepicker__navigation--next {
  border-left-color: #ffffff;
}
.date-picker .react-datepicker__navigation--next:hover {
  border-left-color: #ffffff;
}
.date-picker .react-datepicker__navigation--previous {
  border-right-color: #ffffff;
}
.date-picker .react-datepicker__navigation--previous:hover {
  border-right-color: #ffffff;
}
.date-picker .react-datepicker__day--keyboard-selected {
  background-color: #7a137f;
  transition: all 0.3s;
}
.date-picker .react-datepicker__day--keyboard-selected:hover {
  background-color: #7a137f;
}
.date-picker .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  border-bottom-color: #7a137f;
  margin-top: -7px;
}
.date-picker .react-datepicker {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  border: none;
}
.date-picker .react-datepicker__time-container {
  border-left: 1px solid #eff1f5;
  width: 85px !important;
}
.date-picker .react-datepicker__time-box {
  width: 85px !important;
}
.date-picker .react-datepicker__day--selected, .date-picker .react-datepicker__day--in-range, .date-picker .react-datepicker__time-list-item--selected {
  background-color: #7a137f !important;
}
.date-picker .react-datepicker__month-container, .date-picker .react-datepicker__time-list {
  background-color: #fff !important;
}
.date-picker .react-datepicker__header, .date-picker .react-datepicker__day--selected, .date-picker .react-datepicker__time-list-item--selected, .date-picker .react-datepicker__day--keyboard-selected {
  background-color: #9f28a7 !important;
  color: #fff !important;
}
.date-picker .react-datepicker__day--weekend, .date-picker .react-datepicker__day, .date-picker .react-datepicker__time-list {
  color: #9f28a7;
}
.date-picker .react-datepicker__day:hover, .date-picker .react-datepicker__time-list-item:hover {
  background-color: #fafbfe !important;
}

.rc-time-picker {
  width: 100%;
}

.react-datepicker__year-option, .react-datepicker__month-option {
  color: #9f28a7;
}

.select-options {
  margin: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  background: transparent;
  color: #9f28a7;
}
.select-options:focus {
  outline: none;
}
.select-options option {
  background-color: #fff;
}

.react-select__control {
  border: #f6f6f6 solid 1px !important;
  background: #f6f6f6 !important;
}

.react-select__dropdown-indicator svg {
  border: solid black 0.5px;
  border-radius: 100%;
  color: black;
}

.selectHasError .react-select__control {
  border: solid 1.5px #ff4861 !important;
}

.react-select {
  width: 100%;
  height: 40px;
  font-size: 12px;
}

.react-select__control {
  height: 32px;
  transition: all 0.3s;
  border: 1px solid #f2f4f7;
  background-color: #f6f6f6;
}
.react-select__control.react-select__control--is-focused, .react-select__control:hover {
  border-color: #9f28a7 !important;
  box-shadow: none;
  background-color: #f6f6f6;
}
.react-select__control.react-select__control--is-disabled {
  background: #ececec !important;
}

.react-select__input {
  height: 30px;
}

.react-select__indicator-separator {
  display: none;
}

.react-select__dropdown-indicator, .react-select__clear-indicator {
  cursor: pointer;
  color: #dddddd;
}
.react-select__dropdown-indicator svg, .react-select__clear-indicator svg {
  height: 16px;
  width: 16px;
}

.react-select__multi-value {
  background-color: transparent;
  border: 1px solid #9f28a7;
}
.react-select__multi-value .react-select__multi-value__label {
  border-right: 1px solid #9f28a7;
  padding: 3px 6px;
  color: #9f28a7;
}

.react-select__multi-value__remove {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
  color: #9f28a7;
}

.react-select__multi-value__label, .react-select__multi-value__remove {
  background: #fff;
}

.react-select__single-value {
  color: #9f28a7;
}

.react-select__menu {
  box-shadow: none !important;
  margin-top: 6px;
  margin-bottom: 6px;
}

.react-select__menu-list {
  top: calc(100% + 1px);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  animation: open 0.3s ease-in-out;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f2f4f7;
}

@keyframes open {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 200px;
  }
}
.react-select__option {
  transition: all 0.3s;
  border-radius: 0;
  display: flex;
  cursor: pointer;
  padding: 8px 10px;
  background: #fff;
  color: #9f28a7;
}
.react-select__option.react-select__option--is-focused {
  background: #fafbfe;
}

.react-select__color {
  display: block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-right: 0px;
  margin-left: 5px;
  margin-top: auto;
  margin-bottom: auto;
}

.form__select-color {
  display: flex;
  flex-wrap: wrap;
  max-width: 84px;
  margin-right: 40px;
}

.exchange__date-container .form__form-group {
  max-width: 350px;
}

.exchange__date-title {
  font-size: 1rem;
  font-weight: bold;
}

.exchange__time-title {
  font-size: 1rem;
  font-weight: bold;
}

.placeofexchange__title-container {
  padding-bottom: 30px;
}

.placeofexchange__title {
  font-size: 1rem;
  font-weight: bold;
}

.placeofexchange__options-container .form__form-group .form__form-group-field {
  justify-content: start;
}

.walkin__store-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

/*
.walkin__form-container {
    & .form__form-group{
        max-width: 350px;
        margin: 0 auto;
    }
}

.walkin__date-container {
    width: 100%;
    text-align: center;
}

.walkin__date-title{
    font-size: 1rem;
    font-weight: bold;
}

.walkin__date-container{
    & .form__form-group{
        max-width:350px;
        margin: 0 auto;
    }
}*/
.walkin__date-container {
  margin: 0 auto;
}
.walkin__date-container .form__form-group {
  max-width: 350px;
}

.walkin__date-title {
  font-size: 1rem;
  font-weight: bold;
}

.claimType__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.claimType__container .claimType_btn {
  min-width: 30px;
  min-height: 30px;
  width: 30%;
  margin: 4px;
}

.noIcon_button {
  width: 100%;
}

.radio__icon-typeofdamage {
  max-width: 110px;
  margin: 0 15px;
  padding: 0;
}

.radio__icon-with-container {
  justify-content: space-between;
}

.stolenFrom__container {
  margin: 0px;
}

.Icon_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 70%;
  height: 70%;
}

.postage__details-button {
  max-width: 150px;
  margin-right: 30px;
}

.radio-btnIcons {
  cursor: pointer;
  margin: 0;
}
.radio-btnIcons.radio-btnIcons--button {
  border-radius: 4px;
  display: flex;
  z-index: 50;
}
.radio-btnIcons.radio-btnIcons--button img {
  padding: 15px;
  width: 100px;
  height: 100px;
}
.radio-btnIcons.radio-btnIcons--button.noIcon_button {
  width: 100%;
  height: 50px;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__label-svg {
  margin-top: auto;
  margin-bottom: auto;
  height: 24px;
  position: absolute;
  right: 12px;
  top: -8px;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__label-svg svg {
  fill: #9f28a7;
  width: 22px;
  height: 22px;
  position: absolute;
  transition: all 1s;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__label-svg .radio-btnIcons__label-check {
  display: none;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__radio:checked ~ .parentLabel .radio-btnIcons__label-svg .radio-btnIcons__label-check {
  display: block;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__radio:checked ~ .parentLabel .radio-btnIcons__label-svg .radio-btnIcons__label-uncheck {
  display: none;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__radio:checked ~ .parentLabel {
  border: 2px solid #9f28a7;
  position: relative;
  z-index: 10;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__radio:checked ~ .parentLabel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  font-size: 12px;
  padding-left: 4px;
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1.4rem;
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #7a137f;
  border-radius: 50%;
  z-index: -1;
}
.radio-btnIcons.radio-btnIcons--button .parentLabel {
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
  color: #9f28a7;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  min-width: 130px;
  margin: 0px;
  padding: 7px 0 5px 0;
}
.radio-btnIcons.radio-btnIcons--button .parentLabel:hover {
  border-color: #781e7e;
}
.radio-btnIcons.radio-btnIcons--button .radio-btnIcons__label {
  margin: auto;
  padding: 0;
  color: #9f28a7;
  text-align: center;
}
.radio-btnIcons.radio-btnIcons--button:hover .radio-btnIcons__label {
  color: inherit;
}

.radio-btnIcons__radio {
  display: none;
}

.radio-btnIcons__radio:checked {
  border-color: #9f28a7;
}

.radio-btnIcons__label {
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}

.thankyou__mainwrapper {
  background-color: #9f28a7;
  padding: 40px 40px 0 40px;
  height: 93vh;
}

.thankyou-button {
  background: #fff !important;
  color: #1e2831 !important;
}
.thankyou-button:hover {
  color: #9f28a7;
}

.thankyou__title {
  margin: 0 auto;
}
.thankyou__title h2 {
  color: #fff;
}

.thankyou__description-container {
  justify-content: center;
}
.thankyou__description-container p {
  color: #fff;
  font-size: 1rem;
}

.thankyou__button-container {
  margin: 0 auto;
}

.thankyou__checkicon {
  text-align: center;
}

.thankyou__checkicon img {
  max-width: 200px;
}

.menageyourclaims__title {
  text-align: center;
  margin-top: 75px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .menageyourclaims__title {
    text-align: left;
  }
}
.menageyourclaims__title h2 {
  font-weight: 500;
}

.menageyourclaims__img-container img {
  min-width: 100px;
  height: auto;
}
@media (max-width: 768px) {
  .menageyourclaims__img-container img {
    min-width: 65px;
  }
}

.menageyourclaims__main-wrapper {
  padding: 20px 0;
}

.menageyourclaims__custom-owner-name {
  font-size: 1.4rem;
  color: #9f28a7;
}

.menageyourclaims__custom-owner-ser {
  font-size: 1.4rem;
}

.menageyourclaims__custom-owner {
  padding-bottom: 20px;
}
.menageyourclaims__custom-owner li {
  list-style: none;
}

.menageyourclaims__data-container li {
  list-style: none;
  padding-bottom: 10px;
}
.menageyourclaims__data-container li p {
  margin: 0;
}

.menageyourclaims__data-title {
  font-size: 1rem;
  font-weight: bold;
}

.menageyourclaims__device-data-container li {
  list-style: none;
}

.menageyourclaims__buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.menageyourclaims__buttons-button {
  border: solid 1px #9f28a7 !important;
  background: #fff !important;
  color: #9f28a7 !important;
  text-transform: uppercase;
  min-width: 170px;
}
.menageyourclaims__buttons-button:hover {
  color: #fff !important;
  background: #9f28a7 !important;
}
.menageyourclaims__buttons-button:before {
  background-color: #9f28a7 !important;
}
.menageyourclaims__buttons-button:last-child {
  margin-right: 15px;
}

@media (min-width: 769px) {
  .menageyourclaims__mobile-title {
    display: none;
  }
}

@media (max-width: 768px) {
  .menageyourclaims__desktop {
    display: none;
  }
}

.menageyourclaims__button-container a {
  width: 100%;
}

.menageyourclaims__device-data-container li span {
  font-weight: bold;
}

.manageclaims__main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.claimupdates__progress-main-wrapper {
  justify-content: flex-start;
}

.claimupdates__progress-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.claimupdates__progress-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  border: solid 2px #1e2831;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.claimupdates__progress-title p {
  font-size: 1rem;
  font-weight: 500;
}

/*.claimupdates__progress-status-closed{
    background: #ffffff;
    border-color: $primary-text;
    color: $primary-text;
}

.claimupdates__progress-status-opened{
    background: $color-violet;
    border-color: $color-violet;
    color: #ffffff;
}

.claimupdates__progress-status-not-available{
    background: $primary-color;
    border-color: $primary-color;
    color: #ffffff;
}

.claimupdates__progress-status-opened:hover{
    background: darken($color-violet, 10%);
    border-color: darken($color-violet, 10%);
}*/
.claimupdates__progress-active {
  background: #FF0080;
  border-color: #FF0080;
  color: #fff;
}
.claimupdates__progress-active:hover {
  background: #cc0066;
  border-color: #cc0066;
}

.claimupdates__progress-finished {
  background: #9f28a7;
  border-color: #9f28a7;
  color: #fff;
}

.claimupdates__custom-button {
  color: #1e2831;
  cursor: pointer;
}
.claimupdates__custom-button:hover {
  color: #1e2831;
}

@media (max-width: 769px) {
  .claimupdates__mobile {
    display: none;
  }
}

.claimupdates__buttons {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border: none;
}

.claimupdates__buttons:hover {
  border: none;
  background: none;
}

.claimhistory__buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.claimhistory__buttons-button {
  width: 240px;
  border: solid 1px #9f28a7 !important;
  background: #9f28a7 !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 10px;
}
.claimhistory__buttons-button:hover {
  color: #fff !important;
  background: #9f28a7 !important;
}
.claimhistory__buttons-button:before {
  background-color: #9f28a7 !important;
}
.claimhistory__buttons-button:last-child {
  margin-right: 15px;
}

.claimhistory__buttons-expired {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.claimhistory__buttons-button-expired {
  width: 240px;
  background: #3A3938 !important;
  color: #fff !important;
  text-transform: uppercase;
  border: none !important;
}
.claimhistory__buttons-button-expired:hover {
  color: #fff !important;
  background: #3A3938 !important;
  border: none !important;
  cursor: context-menu !important;
}
.claimhistory__buttons-button-expired:before {
  background-color: #3A3938 !important;
}
.claimhistory__buttons-button-expired:last-child {
  margin-right: 15px;
}

.success__checkicon-container {
  display: flex;
  justify-content: center;
}
.success__checkicon-container img {
  max-width: 150px;
  padding: 10px;
}

.claimhistory__noclaim-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.claimhistory__noclaim-message {
  text-align: center;
  font-size: 1.3rem;
}

.toolbar__container {
  padding: 0;
}

.sidedrawer__user {
  display: flex;
  align-items: center;
  margin: 20px 0 50px 10px;
}
.sidedrawer__user span {
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
}
.sidedrawer__user img {
  width: 45px;
}

.banner__logout .btn {
  margin-top: 1px;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.banner__logout .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.banner__logout .btn:active {
  outline: none !important;
  box-shadow: none;
  background: transparent !important;
  border: none !important;
}
.banner__logout .btn img {
  width: 25px;
  margin-right: 10px;
}

.sidedrawer__logout {
  display: flex;
  justify-content: center;
  margin-left: -35px;
}
.sidedrawer__logout .btn {
  color: #fff !important;
  font-size: 1.5rem;
  margin-top: 20px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.sidedrawer__logout .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.sidedrawer__logout .btn:active {
  outline: none !important;
  box-shadow: none;
  background: transparent !important;
  border: none !important;
}
.sidedrawer__logout .btn svg {
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  fill: #fff !important;
}

.toolbar__logout-button {
  margin-bottom: 0;
  background: none !important;
  border: none;
  color: #9f28a7 !important;
  padding: 0;
  font-size: 1.2rem;
}
.toolbar__logout-button svg {
  width: 20px;
  height: 20px;
  padding-bottom: 4px;
  fill: #9f28a7 !important;
}
@media (max-width: 768px) {
  .toolbar__logout-button {
    display: none;
  }
}

.sidedrawer__usericon {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
  height: 32px;
}
.sidedrawer__usericon svg {
  width: 32px;
  height: 32px;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.toolbar__container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 75px;
  z-index: 100;
  box-shadow: 0 8px 6px -9px #999;
}
@media (max-width: 768px) {
  .toolbar {
    top: 0;
  }
}

.toolbar__navigation {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.toolbar__logo {
  margin-left: 10px;
  padding-bottom: 5px;
}
.toolbar__logo a {
  color: #1e2831;
  text-decoration: none;
  font-size: 1.2rem;
}
.toolbar__logo a img {
  height: 48px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .toolbar__logo a img {
    height: 48px;
    width: auto;
  }
}

.spacer {
  flex: 1;
}

.toolbar__navigation-items {
  margin-right: 20px;
}
.toolbar__navigation-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.toolbar__navigation-items ul li {
  padding: 0 0.5rem;
}
.toolbar__navigation-items a {
  text-decoration: none;
  color: #1e2831;
  font-size: 16px;
}
.toolbar__navigation-items a:hover {
  color: #9f28a7;
}
.toolbar__navigation-items a:focus {
  color: #9f28a7;
}
@media (max-width: 768px) {
  .toolbar__navigation-items {
    display: none;
  }
}

.drawertoggle__button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
.drawertoggle__button:focus {
  outline: none;
}
@media (min-width: 769px) {
  .drawertoggle__button {
    display: none;
  }
}

.toggle-button__line {
  width: 30px;
  height: 2px;
  background: #1e2831;
}

.side__drawer {
  height: 100%;
  background: #9f28a7;
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 320px;
  z-index: 3050;
  padding-left: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.side__drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.side__drawer li {
  padding-bottom: 20px;
}
.side__drawer li a {
  color: #fff;
  font-size: 1.2rem;
}

.side__drawer li a:hover, .side__drawer li a:focus, .side__drawer li a.active {
  color: #fff;
}

.side__drawer li a.active {
  font-weight: bold;
}

.side__drawer.open {
  transform: translateX(0);
}

.backdrop {
  position: fixed;
  width: 100vw;
  height: calc(100vh + 75px);
  background: rgba(255, 255, 255, 0.5);
  z-index: 2050;
  margin-top: -75px;
}
.backdrop .spinner-border {
  color: #9f28a7;
}
.backdrop h3 {
  color: #9f28a7;
}

@media (min-width: 769px) {
  .countdown__show {
    display: none;
  }
}

.toolbar__button-container {
  display: flex;
  flex-direction: row;
}

.close__icon {
  fill: #fff;
  margin-right: 15px;
  width: 32px;
  height: 32px;
}

.errorhandling__success {
  text-align: center;
  background-color: #4ce1b6;
  margin-top: 15px !important;
  padding: 5px 0;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.errorhandling__error {
  text-align: center;
  background-color: #ff4861;
  margin-top: 15px !important;
  padding: 5px 0;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.errorhandling__warning {
  text-align: center;
  background-color: #f6da6e;
  margin-top: 15px !important;
  padding: 5px 0;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.unauthorized__page-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90vh;
  padding-top: 100px;
}
.unauthorized__page-message h1 {
  font-size: 4rem;
  color: #9f28a7;
  font-weight: bold;
  line-height: 5rem;
}
.unauthorized__page-message span {
  font-size: 1.5rem;
}

.notification-container-top-right {
  top: 75px !important;
  right: 0px !important;
}

.notification-danger {
  background-color: #ff4861 !important;
  border-left: solid 8px #ff1535 !important;
}

.notification-success {
  background-color: #4ce1b6;
  border-left: solid 8px #24d6a3;
}

.notification-warning {
  background-color: #f6da6e;
  border-left: solid 8px #f3ce3e;
}

.notification-container-mobile-top {
  right: 0px;
  left: 40px;
  top: 75px;
}

.privacy_policy__main-wrapper {
  display: flex;
  flex-direction: column;
  margin: 75px auto auto auto;
}

.privacy_policy__content_container {
  display: flex;
  justify-content: center;
  margin: auto;
}

.privacy_policy__title {
  display: flex;
  justify-content: center;
}
.privacy_policy__title h2 {
  font-weight: 500;
  padding-bottom: 30px;
  margin-top: 30px;
}
contact_us__main-wrapper {
  height: 100vh;
}

.group-list-container {
  margin: auto;
  max-width: 400px;
  width: 100%;
}

.modal__container {
  z-index: 100;
  margin: 100px auto auto auto;
  min-width: 40%;
}

.modal__header {
  align-self: center;
}

.modal__footer button {
  margin: auto !important;
}

.modal__body ol li {
  margin-top: 1.5%;
}
.modal__body h4 {
  font-size: 15px;
}

.swal2-confirm {
  font-family: "Overpass", sans-serif !important;
  min-width: 200px !important;
  background-color: #9f28a7 !important;
  border-radius: 25px !important;
  font-size: 0.95rem !important;
  padding: 1rem 2.35rem 0.8rem !important;
  line-height: 22px !important;
  color: #ffffff !important;
  border: 1px solid #9f28a7 !important;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out !important;
  margin: 0.5rem 0.25rem !important;
}
.swal2-confirm:hover {
  border: 1px solid #9f28a7 !important;
  color: #9f28a7 !important;
  background-color: transparent !important;
}

.swal2-cancel, .swal2-deny {
  font-family: "Overpass", sans-serif !important;
  min-width: 200px !important;
  background-color: transparent !important;
  border-radius: 25px !important;
  font-size: 0.95rem !important;
  padding: 1rem 2.35rem 0.8rem !important;
  line-height: 22px !important;
  color: #9f28a7 !important;
  border: 1px solid #9f28a7 !important;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out !important;
  margin: 0.5rem 0.25rem !important;
}
.swal2-cancel:hover, .swal2-deny:hover {
  border: 1px solid #9f28a7 !important;
  color: #ffffff !important;
  background-color: #9f28a7 !important;
}

.swal2-actions {
  flex-direction: row-reverse !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: none !important;
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-info {
  border-color: #9f28a7 !important;
  color: #9f28a7 !important;
  font-family: auto !important;
}

.swal2-timer-progress-bar {
    background-color: #9f28a7 !important;
}

.swal2-validation-message::before {
  font-family: auto !important;
}

.account {
  padding: 80px 0 80px 0;
  min-height: 700px;
  width: 100%;
  display: flex;
  overflow-y: auto;
  background: #9f28a7;
  justify-content: center;
}
@media (max-width: 768px) {
  .account {
    margin-bottom: 0;
  }
}
.account.account--photo {
  background: url(../../shared/img/404/bg_404.png) no-repeat center;
  background-size: cover;
}
.account.account--photo .account__card {
  background-color: rgba(0, 10, 16, 0.8);
  color: #ffffff;
}
.account.account--photo .form__form-group-icon, .account.account--photo .form__form-group-button {
  background: transparent;
}
.account.account--photo .form__form-group-icon, .account.account--photo input:not(:last-child) {
  border-right: none;
}
.account.account--photo .form__form-group-button, .account.account--photo input {
  border-left: none;
}
.account.account--photo .form__form-group-button.active {
  border-color: #eff1f5;
}
.account.account--photo .form__form-group-button.active svg {
  fill: #9f28a7;
}
.account.account--photo input {
  color: #ffffff;
}
.account.account--photo input:focus {
  border-color: #eff1f5;
}
.account.account--photo p {
  color: #ffffff;
}
.account.account--photo .account__title {
  color: #ffffff;
}

.account__form-fields input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.account__form-fields .nav-tabs {
  justify-content: space-between;
}
@media (max-width: 530px) {
  .account__form-fields .nav-tabs {
    flex-direction: column;
  }
  .account__form-fields .nav-tabs .nav-link {
    text-align: center;
  }
  .account__form-fields .nav-tabs .nav-link:hover {
    border-radius: 0;
  }
  .account__form-fields .nav-tabs .nav-link.active {
    border-color: #d8dfe9;
    border-radius: 0;
  }
}

.account__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold !important;
}
.account__title img {
  padding-left: 2px;
  transform: translateY(-8px);
  width: 25px;
}

.account__card {
  background-color: #fff;
  padding: 50px 60px;
  max-width: 510px;
  min-width: 460px;
  width: 100%;
  border: solid 1px #9f28a7;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .account__card {
    min-width: 300px;
    padding: 20px 30px;
    border: none;
    margin: 25px 0;
  }
}
@media (max-width: 320px) {
  .account__card {
    min-width: 280px;
  }
}

.cover-level__select {
  width: 100%;
  background-color: #f2f4f7;
  border: none;
  outline: none;
}
.cover-level__select option {
  padding: 0.5rem;
  background-color: #f2f4f7;
}

.account__profile {
  text-align: center;
}

.account__btn {
  font-family: "Overpass", sans-serif;
  width: 100%;
  background-color: #9f28a7;
  border-radius: 25px;
  font-size: 1.25rem;
  padding: 1rem 2.35rem 0.8rem;
  line-height: 22px;
  color: #ffffff;
  border: 1px solid #9f28a7;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
.account__btn:hover {
  border: 1px solid #9f28a7;
  color: #9f28a7;
  background-color: transparent;
}

.account__avatar {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.account__name {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
  margin-top: 5px;
}

.account__sub {
  margin-top: 0;
  margin-bottom: 10px;
  color: #999999;
  font-size: 11px;
  line-height: 15px;
}

.account__forgot-password {
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  bottom: -18px;
  right: 0;
}
.account__forgot-password a {
  color: #9f28a7;
}
.account__forgot-password a:hover {
  color: #781e7e;
  text-decoration: none;
}

.form__form-group--forgot {
  margin-bottom: 40px;
}

.account__head {
  margin-bottom: 30px;
  padding-left: 10px;
}

.account__logo {
  font-weight: 700;
}

.account__logo-accent {
  color: #9f28a7;
}

.account__have-account {
  text-align: center;
  margin-top: 20px;
}
.account__have-account a {
  color: #9f28a7;
  transition: all 0.3s;
}
.account__have-account a:hover {
  color: #781e7e;
  text-decoration: none;
}

.option__divider {
  border-top: 1px solid #9f28a7;
}

.login__logo {
  padding-left: 5px;
  transform: translateY(-5px);
}
.login__logo img {
  width: 50%;
}

.login__mainwrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.container__wrap {
  padding-left: 0;
  padding-top: 90px;
  min-height: 100vh;
  transition: padding-left 0.3s;
  background: #f2f4f7;
}
@media screen and (min-width: 576px) {
  .container__wrap {
    padding-left: 250px;
  }
}

.layout.layout--collapse + .container__wrap {
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .layout.layout--collapse + .container__wrap {
    padding-left: 60px;
  }
}
@media screen and (min-width: 576px) {
  .layout.layout--top-navigation + .container__wrap {
    padding-left: 0;
  }
}

.load__icon-wrapper {
  position: absolute;
  z-index: 100;
  width: 100vw;
  height: 100%;
}

.load__icon-wrapper-cl {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
}

.load__icon-wb {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateX(-50%);
  z-index: 1001;
}

.load__icon {
  fill: #9f28a7;
}

.isLoading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
  top: 0;
  left: 0;
}

.load__warning {
  color: #fff;
  font-size: 1rem;
  transform: translate(-30px, 15px);
}
.load__warning_end_claim {
  transform: translate(-50%, 15px);
}

.flex__helper {
  flex: 1 0;
}
