/* old colors */
/* common colors */
/* brand colors */
/* grey colors */
.c-dark-grey {
  color: #48484A;
}
.light-theme .c-dark {
  color: #4E4E50 !important;
}
.light-theme .c-border-grey-3 {
  color: #8E8E93 !important;
}
.dark-theme .c-dark {
  color: #E5E5EA !important;
}
.dark-theme .c-border-grey-3 {
  color: #D1D1D6 !important;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.ttf");
  src: local("Inter"), url("../fonts/Inter/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf");
  src: local("Barlow"), url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf");
  src: local("Lato"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/static/Nunito-Regular.ttf");
  src: local("Lato"), url("../fonts/Nunito/static/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/static/Nunito-Bold.ttf");
  src: local("Lato"), url("../fonts/Nunito/static/Nunito-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
body.light-theme {
  color: #1C1C1E;
}
body.dark-theme {
  color: #fff;
}
.main-content-wrapper {
  min-height: 100%;
}
.page-style {
  position: relative;
  min-height: 100%;
}
main {
  flex-grow: 1;
}
header, main, footer {
  flex-shrink: 0;
}
ul, ol {
  list-style: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
h1, .h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 61px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
h2, .h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 49px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
h3, .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
h4, .h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
@media screen and (max-width: 479.9px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
h5, .h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
h6, .h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
.text-small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.356px;
}
.text-tiny {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: -0.356px;
}
.text-bold {
  font-weight: 600;
}
.brand-link {
  text-decoration: none;
  color: #007AFF;
  transition: all 0.25s ease-in-out;
}
.brand-link:hover {
  text-decoration: underline;
  color: #0040DD;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  min-height: 48px;
  border-radius: 99px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  box-shadow: none !important;
  outline: none !important;
}
.btn.btn-middle {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 24px;
  min-height: 40px;
}
.btn.btn-small {
  font-size: 14px;
  line-height: 22px;
  padding: 4px 20px;
  min-height: 32px;
}
.btn.btn-tiny {
  font-size: 12px;
  line-height: 18px;
  padding: 2px 16px;
  min-height: 24px;
}
.btn.btn-right-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 14px;
}
.btn.btn-right-icon svg path {
  transition: inherit;
}
.btn.btn-left-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
.btn.btn-left-icon svg path {
  transition: inherit;
}
.btn:disabled {
  pointer-events: none;
}
.btn.disabled {
  pointer-events: none;
}
.light-theme .btn.btn-primary {
  background: #007AFF;
  border-color: #007AFF;
  color: #fff;
}
.light-theme .btn.btn-primary svg path {
  fill: #fff;
}
.light-theme .btn.btn-primary:hover {
  background: #0040DD;
  border-color: #0040DD;
  color: #fff;
}
.light-theme .btn.btn-primary:focus {
  background: #0040DD;
  border-color: #0040DD;
  color: #fff;
}
.light-theme .btn.btn-primary:active {
  background: #0040DD;
  border-color: #0040DD;
  color: #fff;
}
.light-theme .btn.btn-secondary {
  background: #fff;
  border-color: #007AFF;
  color: #007AFF;
}
.light-theme .btn.btn-secondary svg path {
  fill: #007AFF;
}
.light-theme .btn.btn-secondary:hover {
  background: #fff;
  border-color: #0040DD;
  color: #0040DD;
}
.light-theme .btn.btn-secondary:hover svg path {
  fill: #0040DD;
}
.light-theme .btn.btn-secondary:focus {
  background: #fff;
  border-color: #0040DD;
  color: #0040DD;
}
.light-theme .btn.btn-secondary:focus svg path {
  fill: #0040DD;
}
.light-theme .btn.btn-secondary:active {
  background: #fff;
  border-color: #0040DD;
  color: #0040DD;
}
.light-theme .btn.btn-secondary:active svg path {
  fill: #0040DD;
}
.light-theme .btn.btn-grey {
  background: #F2F2F7;
  border-color: #F2F2F7;
  color: #1C1C1E;
}
.light-theme .btn.btn-grey svg path {
  fill: #1C1C1E;
}
.light-theme .btn.btn-grey:hover {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-grey:focus {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-grey:active {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #4E4E50;
}
.light-theme .btn.btn-white svg path {
  fill: #4E4E50;
}
.light-theme .btn.btn-white:hover {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-white:hover svg path {
  fill: #1C1C1E;
}
.light-theme .btn.btn-white:focus {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-white:focus svg path {
  fill: #1C1C1E;
}
.light-theme .btn.btn-white:active {
  background: #C7C7CC;
  border-color: #C7C7CC;
  color: #1C1C1E;
}
.light-theme .btn.btn-white:active svg path {
  fill: #1C1C1E;
}
.light-theme .btn:disabled {
  background: #F2F2F7;
  border-color: #F2F2F7;
  color: #AEAEB2;
}
.light-theme .btn:disabled svg path {
  fill: #AEAEB2;
}
.light-theme .btn.disabled {
  background: #F2F2F7;
  border-color: #F2F2F7;
  color: #AEAEB2;
}
.light-theme .btn.disabled svg path {
  fill: #AEAEB2;
}
.dark-theme .btn.btn-primary {
  background: #477BF9;
  border-color: #477BF9;
  color: #fff;
}
.dark-theme .btn.btn-primary svg path {
  fill: #fff;
}
.dark-theme .btn.btn-primary:hover {
  background: #477BF9;
  border-color: #477BF9;
  color: #fff;
}
.dark-theme .btn.btn-primary:focus {
  background: #477BF9;
  border-color: #477BF9;
  color: #fff;
}
.dark-theme .btn.btn-primary:active {
  background: #477BF9;
  border-color: #477BF9;
  color: #fff;
}
.dark-theme .btn.btn-secondary {
  background: transparent;
  border-color: #477BF9;
  color: #477BF9;
}
.dark-theme .btn.btn-secondary svg path {
  fill: #477BF9;
}
.dark-theme .btn.btn-secondary:hover {
  background: transparent;
  border-color: #477BF9;
  color: #477BF9;
}
.dark-theme .btn.btn-secondary:focus {
  background: transparent;
  border-color: #477BF9;
  color: #477BF9;
}
.dark-theme .btn.btn-secondary:active {
  background: transparent;
  border-color: #477BF9;
  color: #477BF9;
}
.dark-theme .btn.btn-grey {
  background: #4E4E50;
  border-color: #4E4E50;
  color: #F2F2F7;
}
.dark-theme .btn.btn-grey svg path {
  fill: #F2F2F7;
}
.dark-theme .btn.btn-grey:hover {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-grey:focus {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-grey:active {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-white {
  background: #1C1C1E;
  border-color: #1C1C1E;
  color: #8E8E93;
}
.dark-theme .btn.btn-white svg path {
  fill: #8E8E93;
}
.dark-theme .btn.btn-white:hover {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-white:hover svg path {
  fill: #F2F2F7;
}
.dark-theme .btn.btn-white:focus {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-white:focus svg path {
  fill: #F2F2F7;
}
.dark-theme .btn.btn-white:active {
  background: #8E8E93;
  border-color: #8E8E93;
  color: #F2F2F7;
}
.dark-theme .btn.btn-white:active svg path {
  fill: #F2F2F7;
}
.dark-theme .btn:disabled {
  background: #4E4E50;
  border-color: #4E4E50;
  color: #8E8E93;
}
.dark-theme .btn:disabled svg path {
  fill: #8E8E93;
}
.dark-theme .btn.disabled {
  background: #4E4E50;
  border-color: #4E4E50;
  color: #8E8E93;
}
.dark-theme .btn.disabled svg path {
  fill: #8E8E93;
}
.form-group {
  margin-bottom: 24px;
  position: relative;
}
.form-control {
  width: 100%;
  padding: 10px 20px;
  border-radius: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
  min-height: 48px;
}
.form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
}
.form-control::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
}
.form-control:-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
}
.form-control.form-control-md {
  font-size: 16px;
  padding: 8px 17px;
  min-height: 40px;
}
.form-control.form-control-md::-webkit-input-placeholder {
  font-size: 16px;
}
.form-control.form-control-md::-moz-placeholder {
  font-size: 16px;
}
.form-control.form-control-md:-ms-input-placeholder {
  font-size: 16px;
}
.form-control.form-control-md:-moz-placeholder {
  font-size: 16px;
}
.form-control.form-control-sm {
  font-size: 13px;
  padding: 6px 14px;
  min-height: 32px;
}
.form-control.form-control-sm::-webkit-input-placeholder {
  font-size: 13px;
}
.form-control.form-control-sm::-moz-placeholder {
  font-size: 13px;
}
.form-control.form-control-sm:-ms-input-placeholder {
  font-size: 13px;
}
.form-control.form-control-sm:-moz-placeholder {
  font-size: 13px;
}
.form-control.form-control-xs {
  font-size: 12px;
  padding: 3px 11px;
  min-height: 24px;
}
.form-control.form-control-xs::-webkit-input-placeholder {
  font-size: 12px;
}
.form-control.form-control-xs::-moz-placeholder {
  font-size: 12px;
}
.form-control.form-control-xs:-ms-input-placeholder {
  font-size: 12px;
}
.form-control.form-control-xs:-moz-placeholder {
  font-size: 12px;
}
.form-control:disabled {
  opacity: 1 !important;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  cursor: pointer;
  margin-right: 12px;
  cursor: pointer;
  outline: none !important;
}
.form-check .form-check-input:disabled {
  opacity: 1 !important;
}
.form-check .form-check-input:disabled + .form-check-label {
  opacity: 1 !important;
}
.form-check .form-check-input:active {
  filter: brightness(100%);
}
.form-check .form-check-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
  cursor: pointer;
}
.form-check.form-check-sm .form-check-input {
  width: 16px;
  height: 16px;
}
.form-check.form-check-sm .form-check-label {
  font-size: 13px;
}
.invalid-feedback {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: -0.355556px;
  text-align: left;
}
.light-theme .form-control {
  background: #fff;
  border: 1px solid #E5E5EA;
  color: #1C1C1E;
}
.light-theme .form-control::-webkit-input-placeholder {
  color: #C7C7CC;
}
.light-theme .form-control::-moz-placeholder {
  color: #C7C7CC;
}
.light-theme .form-control:-ms-input-placeholder {
  color: #C7C7CC;
}
.light-theme .form-control:-moz-placeholder {
  color: #C7C7CC;
}
.light-theme .form-control:disabled {
  background: #F2F2F7;
  border: 1px solid #F2F2F7;
  color: #AEAEB2;
}
.light-theme .form-control:disabled::-webkit-input-placeholder {
  color: #AEAEB2;
}
.light-theme .form-control:disabled::-moz-placeholder {
  color: #AEAEB2;
}
.light-theme .form-control:disabled:-ms-input-placeholder {
  color: #AEAEB2;
}
.light-theme .form-control:disabled:-moz-placeholder {
  color: #AEAEB2;
}
.light-theme .form-check .form-check-label {
  color: #1C1C1E;
}
.light-theme .form-check .form-check-input {
  border-color: #D1D1D6;
  background-color: #fff;
}
.light-theme .form-check .form-check-input:focus {
  background-color: #fff;
  border-color: #007AFF;
  box-shadow: none;
}
.light-theme .form-check .form-check-input:active {
  background-color: #fff;
  border-color: #007AFF;
  box-shadow: none;
}
.light-theme .form-check .form-check-input:checked {
  background-color: #007AFF;
  border-color: #007AFF;
}
.light-theme .form-check .form-check-input:checked:hover {
  background-color: #0040DD;
  border-color: #0040DD;
}
.light-theme .form-check .form-check-input:disabled {
  background-color: #F2F2F7;
  border-color: #FAFAFA;
  pointer-events: none;
}
.light-theme .form-check .form-check-input:disabled + .form-check-label {
  color: #AEAEB2;
}
.light-theme .form-check .form-check-input:disabled:checked {
  background-color: #F2F2F7;
  border-color: #FAFAFA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23AEAEB2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.light-theme .form-check .form-check-input:disabled:checked + .form-check-label {
  color: #AEAEB2;
}
.light-theme .invalid-feedback {
  color: #FF574E;
}
.dark-theme .form-control {
  background: #0F0F0F;
  border: 1px solid #AEAEB2;
  color: #fff;
}
.dark-theme .form-control::-webkit-input-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control::-moz-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:-ms-input-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:-moz-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:disabled {
  background: #48484A;
  border: 1px solid #48484A;
  color: #AEAEB2;
}
.dark-theme .form-control:disabled::-webkit-input-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:disabled::-moz-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:disabled:-ms-input-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-control:disabled:-moz-placeholder {
  color: #AEAEB2;
}
.dark-theme .form-check .form-check-label {
  color: #fff;
}
.dark-theme .form-check .form-check-input {
  border-color: #8E8E93;
  background-color: #0F0F0F;
}
.dark-theme .form-check .form-check-input:focus {
  background-color: #0F0F0F;
  border-color: #477BF9;
  box-shadow: none;
}
.dark-theme .form-check .form-check-input:active {
  background-color: #0F0F0F;
  border-color: #477BF9;
  box-shadow: none;
}
.dark-theme .form-check .form-check-input:checked {
  background-color: #477BF9;
  border-color: #477BF9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230F0F0F' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.dark-theme .form-check .form-check-input:checked:hover {
  background-color: #477BF9;
  border-color: #477BF9;
}
.dark-theme .form-check .form-check-input:disabled {
  background-color: #48484A;
  border-color: #282828;
  pointer-events: none;
}
.dark-theme .form-check .form-check-input:disabled + .form-check-label {
  color: #C7C7CC;
}
.dark-theme .form-check .form-check-input:disabled:checked {
  background-color: #48484A;
  border-color: #282828;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23C7C7CC' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.dark-theme .form-check .form-check-input:disabled:checked + .form-check-label {
  color: #C7C7CC;
}
.dark-theme .invalid-feedback {
  color: #C81022;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none;
  border-color: #FF574E !important;
}
.was-validated .form-control:valid, .form-control.is-valid {
  background-image: none;
}
.alert-box {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 30px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 575.9px) {
  .alert-box {
    top: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.alert-box .alert {
  width: 100%;
  max-width: 535px;
  justify-content: flex-start;
  text-align: left;
  padding: 16px 50px 16px 16px;
  border-radius: 10px;
  color: #282828;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 575.9px) {
  .alert-box .alert {
    padding: 10px;
    max-width: 100%;
  }
}
.alert-box .alert.alert-danger {
  background: #FFF4F4;
  border: 1px solid #FF574E;
}
.alert-box .alert svg {
  fill: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 575.9px) {
  .alert-box .alert svg {
    margin-right: 14px;
  }
}
.alert-box .alert a {
  font-weight: 600;
  text-decoration: none;
  color: #1C1C1E;
  transition: all 0.25s ease-in-out;
}
.alert-box .alert a:hover {
  text-decoration: underline;
  color: #007AFF;
}
.modal .modal-content {
  border-radius: 10px;
  border: none;
  padding: 52px 24px 34px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 319.9px) {
  .modal .modal-content {
    padding: 42px 15px 30px;
  }
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-content .modal-header {
  width: 100%;
  margin-bottom: 24px;
  flex-direction: column;
  padding: 0;
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  margin-bottom: 6px;
}
.modal .modal-content .modal-header h5 {
  font-weight: 600;
}
.modal .modal-content .modal-header p {
  margin-bottom: 0px;
}
.modal .modal-content .modal-body {
  width: 100%;
  padding: 0;
}
.modal .modal-content .modal-body .form-group {
  margin-bottom: 24px;
}
.modal .modal-content .modal-btns {
  width: 100%;
  text-align: center;
}
.modal .modal-content .modal-btns button:not(:last-child) {
  margin-bottom: 25px;
}
.modal .modal-content .modal-btns .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content .modal-btns .brand-link {
  font-weight: 600;
  background: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.modal .modal-content .modal-btns .custom-width {
  min-width: 160px;
}
.modal .modal-content .file-download-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .file-download-wrapper .uploaded-file {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 18px;
}
.modal .modal-content .file-download-wrapper .uploaded-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.modal .modal-content .file-download-wrapper .file-download-field {
  position: relative;
  width: 140px;
  height: 40px;
}
.modal .modal-content .file-download-wrapper .file-download-field input {
  width: 140px;
  height: 40px;
}
.modal .modal-content .file-download-wrapper .file-download-field .file-download {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.25s ease-in-out;
}
.light-theme .modal .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
.light-theme .modal .modal-content .modal-header .modal-title {
  color: #1C1C1E;
}
.light-theme .modal .modal-content .modal-header h5 {
  color: #1C1C1E;
}
.light-theme .modal .modal-content .modal-header p {
  color: #1C1C1E;
}
.light-theme .modal .modal-content .file-download-wrapper .file-download-field .file-download {
  border: 1px solid #1C1C1E;
  color: #1C1C1E;
  transition: all 0.25s ease-in-out;
}
.light-theme .modal .modal-content .file-download-wrapper .file-download-field .file-download:hover {
  border: 1px solid #007AFF;
  color: #007AFF;
}
.light-theme .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AEAEB2'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.dark-theme .modal .modal-content {
  background: #282828;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
.dark-theme .modal .modal-content .modal-header .modal-title {
  color: #fff;
}
.dark-theme .modal .modal-content .modal-header h5 {
  color: #fff;
}
.dark-theme .modal .modal-content .modal-header p {
  color: #fff;
}
.dark-theme .modal .modal-content .file-download-wrapper .file-download-field .file-download {
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.dark-theme .modal .modal-content .file-download-wrapper .file-download-field .file-download:hover {
  border: 1px solid #007AFF;
  color: #007AFF;
}
.dark-theme .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AEAEB2'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 456px;
  }
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 575.9px) {
  .login-page {
    height: 100%;
    padding: 0;
    min-height: auto;
    align-items: flex-start;
  }
}
.login-page .login-img {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .login-page .login-img {
    text-align: right;
    padding-right: 40px;
  }
}
@media screen and (min-width: 2000px) {
  .login-page .login-img {
    text-align: right;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024.9px) {
  .login-page .login-img {
    display: none;
  }
}
.login-page .login-form-block {
  width: 50%;
  padding-left: 25px;
}
@media screen and (max-width: 1024.9px) {
  .login-page .login-form-block {
    width: 100%;
    padding-left: 0;
  }
}
.login-page .login-form-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 52px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1199.9px) {
  .login-page .login-form-wrapper {
    padding: 52px 20px;
  }
}
@media screen and (max-width: 1024.9px) {
  .login-page .login-form-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.9px) {
  .login-page .login-form-wrapper {
    padding: 52px 20px;
  }
}
.login-page .login-form-wrapper h1 {
  margin-bottom: 24px;
}
.login-page .login-form-wrapper h1 span {
  font-weight: 500;
}
.login-page .login-form-wrapper form {
  width: 100%;
  margin: 0;
}
.login-page .login-form-wrapper .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.login-page .login-form-wrapper .form-group:not(:last-child) {
  margin-bottom: 24px;
}
.login-page .login-form-wrapper .form-group .icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .form-group .icon-wrapper {
    display: none;
  }
}
.login-page .login-form-wrapper .form-group .form-control {
  width: calc(100% - 56px);
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .form-group .form-control {
    width: 100%;
  }
}
.login-page .login-form-wrapper .form-group .invalid-feedback {
  padding-left: 78px;
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .form-group .invalid-feedback {
    padding-left: 28px;
  }
}
.login-page .login-form-wrapper .form-group .password-field {
  width: calc(100% - 56px);
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .form-group .password-field {
    width: 100%;
  }
}
.login-page .login-form-wrapper .form-group .password-field .form-control {
  width: 100%;
  padding-right: 45px;
}
.login-page .login-form-wrapper .form-group .password-field span {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.login-page .login-form-wrapper .form-group .password-field .invalid-feedback {
  padding-left: 28px;
}
.login-page .login-form-wrapper .form-group .btn {
  margin: 48px auto 32px;
  max-width: 356px;
}
.login-page .login-form-wrapper .form-group.inline-form-group {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.login-page .login-form-wrapper .form-group.inline-form-group .brand-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.login-page .login-form-wrapper .form-group.inline-form-group .brand-link:hover {
  text-decoration: underline;
}
.login-page .login-form-wrapper .authorization-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 32px;
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .authorization-buttons {
    flex-wrap: wrap;
  }
}
.login-page .login-form-wrapper .authorization-buttons a {
  width: 100%;
  max-width: 356px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  min-height: 48px;
  border-radius: 99px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  margin: 0 auto;
}
.login-page .login-form-wrapper .authorization-buttons a img {
  margin-left: 10px;
  max-width: 24px;
  max-height: 24px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.login-page .login-form-wrapper .authorization-buttons a svg {
  margin-left: 10px;
  max-width: 24px;
  max-height: 24px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 479.9px) {
  .login-page .login-form-wrapper .authorization-buttons a {
    width: 100%;
  }
  .login-page .login-form-wrapper .authorization-buttons a:not(:last-child) {
    margin-bottom: 24px;
  }
}
.login-page .login-form-wrapper .divider-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.login-page .login-form-wrapper .divider-line:before {
  content: "";
  width: 100%;
  height: 1px;
  display: flex;
  margin-right: 20px;
}
.login-page .login-form-wrapper .divider-line:after {
  content: "";
  width: 100%;
  height: 1px;
  display: flex;
  margin-left: 20px;
}
.login-page .login-form-wrapper .divider-line span {
  white-space: nowrap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
.login-page .login-form-wrapper .register-link a {
  text-decoration: none;
  font-weight: 600;
}
.registration-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 575.9px) {
  .registration-page {
    padding: 0;
    min-height: auto;
    height: 100%;
    align-items: flex-start;
  }
}
.registration-page form {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.registration-page .registration-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575.9px) {
  .registration-page .registration-form-wrapper {
    padding: 32px 20px 0;
  }
}
.registration-page .registration-form-wrapper h1 {
  margin: 0 0 26px;
  text-align: center;
}
.registration-page .registration-form-wrapper h3 {
  margin: 0 0 8px;
}
.registration-page .registration-form-wrapper form {
  width: 100%;
  margin-bottom: 0;
}
.registration-page .registration-form-wrapper .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.registration-page .registration-form-wrapper .form-group:not(:last-child) {
  margin-bottom: 24px;
}
.registration-page .registration-form-wrapper .form-group .icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 479.9px) {
  .registration-page .registration-form-wrapper .form-group .icon-wrapper {
    display: none;
  }
}
.registration-page .registration-form-wrapper .form-group .form-control {
  width: calc(100% - 56px);
}
@media screen and (max-width: 479.9px) {
  .registration-page .registration-form-wrapper .form-group .form-control {
    width: 100%;
  }
}
.registration-page .registration-form-wrapper .form-group .invalid-feedback {
  padding-left: 78px;
}
@media screen and (max-width: 479.9px) {
  .registration-page .registration-form-wrapper .form-group .invalid-feedback {
    padding-left: 28px;
  }
}
.registration-page .registration-form-wrapper .form-group .password-field {
  width: calc(100% - 56px);
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 479.9px) {
  .registration-page .registration-form-wrapper .form-group .password-field {
    width: 100%;
  }
}
.registration-page .registration-form-wrapper .form-group .password-field .form-control {
  width: 100%;
  padding-right: 45px;
}
.registration-page .registration-form-wrapper .form-group .password-field span {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.registration-page .registration-form-wrapper .form-group .password-field .invalid-feedback {
  padding-left: 28px;
}
.registration-page .registration-form-wrapper .form-group .btn {
  width: 100%;
  max-width: 356px;
  margin: 4px auto 26px;
}
.registration-page .registration-form-wrapper .form-group p {
  width: 100%;
  text-align: center;
  margin: 0 auto 4px;
}
.registration-page .registration-form-wrapper .form-group a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  margin-left: 8px;
  display: inline-block;
}
.registration-page .registration-form-wrapper .form-group a:hover {
  text-decoration: underline;
}
.registration-page .registration-buttons-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.9px) {
  .registration-page .registration-buttons-wrapper {
    padding: 0 20px;
  }
}
.registration-page .divider-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.registration-page .divider-line:before {
  content: "";
  width: 100%;
  height: 1px;
  display: flex;
  margin-right: 20px;
}
.registration-page .divider-line:after {
  content: "";
  width: 100%;
  height: 1px;
  display: flex;
  margin-left: 20px;
}
.registration-page .divider-line span {
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.355556px;
}
.registration-page .authorization-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  column-gap: 24px;
  row-gap: 10px;
}
@media screen and (max-width: 599.9px) {
  .registration-page .authorization-buttons {
    flex-wrap: wrap;
  }
}
.registration-page .authorization-buttons a {
  width: 100%;
  max-width: 356px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  min-height: 48px;
  border-radius: 99px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.registration-page .authorization-buttons a img {
  margin-left: 10px;
  max-width: 24px;
  max-height: 24px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.registration-page .authorization-buttons a svg {
  margin-left: 10px;
  max-width: 24px;
  max-height: 24px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 479.9px) {
  .registration-page .authorization-buttons a {
    width: 100%;
  }
  .registration-page .authorization-buttons a:not(:last-child) {
    margin-bottom: 24px;
  }
}
.confirm-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 575.9px) {
  .confirm-page {
    padding: 0;
    min-height: auto;
    height: 100%;
    align-items: flex-start;
  }
}
.confirm-page .confirm-form-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 67px;
  width: 100%;
  max-width: 687px;
  border-radius: 8px;
}
@media screen and (max-width: 575.9px) {
  .confirm-page .confirm-form-wrapper {
    padding: 32px 20px;
  }
}
.confirm-page .confirm-form-wrapper img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto 10px;
}
.confirm-page .confirm-form-wrapper h1 {
  font-weight: 500;
  margin-bottom: 18px;
}
.confirm-page .confirm-form-wrapper p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.355556px;
  margin-bottom: 32px;
}
.confirm-page .confirm-form-wrapper .btn {
  width: 100%;
  max-width: 493px;
  margin-bottom: 25px;
}
.confirm-page .confirm-form-wrapper .brand-link {
  font-weight: 500;
}
.show-pass {
  background: url("/images/fi_eye_2.svg") no-repeat center;
  transition: all 0.25s ease-in-out;
}
.show-pass.toggle-password-show {
  background: url("/images/fi_eye_2-off.svg") no-repeat center;
}
.password-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
@media screen and (max-width: 575.9px) {
  .password-page {
    padding: 0;
    min-height: auto;
    height: 100%;
    align-items: flex-start;
  }
}
.password-page .password-form-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 54px;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575.9px) {
  .password-page .password-form-block {
    padding: 32px 20px;
  }
}
.password-page .password-form-block h1 {
  margin: 0 0 16px;
  text-align: center;
}
.password-page .password-form-block form {
  width: 100%;
  margin-bottom: 0;
}
.password-page .password-form-block p {
  margin-bottom: 32px;
  text-align: center;
  width: 65%;
}
@media screen and (max-width: 767.9px) {
  .password-page .password-form-block p {
    width: 100%;
  }
}
.password-page .password-form-block .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.password-page .password-form-block .form-group:not(:last-child) {
  margin-bottom: 24px;
}
.password-page .password-form-block .form-group .icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 479.9px) {
  .password-page .password-form-block .form-group .icon-wrapper {
    display: none;
  }
}
.password-page .password-form-block .form-group .form-control {
  width: calc(100% - 56px);
}
@media screen and (max-width: 479.9px) {
  .password-page .password-form-block .form-group .form-control {
    width: 100%;
  }
}
.password-page .password-form-block .form-group .invalid-feedback {
  padding-left: 78px;
}
@media screen and (max-width: 479.9px) {
  .password-page .password-form-block .form-group .invalid-feedback {
    padding-left: 28px;
  }
}
.password-page .password-form-block .form-group .password-field {
  width: calc(100% - 56px);
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 479.9px) {
  .password-page .password-form-block .form-group .password-field {
    width: 100%;
  }
}
.password-page .password-form-block .form-group .password-field .form-control {
  width: 100%;
  padding-right: 45px;
}
.password-page .password-form-block .form-group .password-field span {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.password-page .password-form-block .form-group .password-field .invalid-feedback {
  padding-left: 28px;
}
.password-page .password-form-block .form-group .btn {
  width: 100%;
  margin-top: 10px;
}
.password-page .password-form-block .form-group a {
  font-weight: 600;
}
.invite-login-page .registration-buttons-wrapper {
  margin-bottom: 64px;
}
.light-theme .login-page {
  background-color: #F5F5F5;
}
@media screen and (max-width: 575.9px) {
  .light-theme .login-page {
    background-color: #fff;
  }
}
.light-theme .login-page .login-form-wrapper {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .light-theme .login-page .login-form-wrapper {
    box-shadow: none;
  }
}
.light-theme .login-page .login-form-wrapper .form-group.inline-form-group .brand-link {
  color: #1C1C1E;
}
.light-theme .login-page .login-form-wrapper .form-group.inline-form-group .brand-link:hover {
  color: #007AFF;
}
.light-theme .login-page .login-form-wrapper .authorization-buttons a {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  color: #4E4E50;
}
.light-theme .login-page .login-form-wrapper .divider-line:before {
  background: #E5E5EA;
}
.light-theme .login-page .login-form-wrapper .divider-line:after {
  background: #E5E5EA;
}
.light-theme .login-page .login-form-wrapper .divider-line span {
  color: #1C1C1E;
}
.light-theme .login-page .login-form-wrapper .register-link a {
  color: #007AFF;
}
.light-theme .registration-page {
  background-color: #F5F5F5;
}
@media screen and (max-width: 575.9px) {
  .light-theme .registration-page {
    background-color: #fff;
  }
}
.light-theme .registration-page .registration-form-wrapper {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .light-theme .registration-page .registration-form-wrapper {
    box-shadow: none;
  }
}
.light-theme .registration-page .registration-form-wrapper h1 {
  color: #1C1C1E;
}
.light-theme .registration-page .registration-form-wrapper .form-group p {
  color: #4E4E50;
}
.light-theme .registration-page .registration-form-wrapper .form-group a {
  color: #007AFF;
}
.light-theme .registration-page .divider-line:before {
  background: #E5E5EA;
}
.light-theme .registration-page .divider-line:after {
  background: #E5E5EA;
}
.light-theme .registration-page .divider-line span {
  color: #1C1C1E;
}
.light-theme .registration-page .authorization-buttons a {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  color: #4E4E50;
}
.light-theme .registration-page .show-pass {
  background: url("/images/fi_eye_2.svg") no-repeat center;
}
.light-theme .registration-page .show-pass.toggle-password-show {
  background: url("/images/fi_eye_2-off.svg") no-repeat center;
}
.light-theme .confirm-page {
  background-color: #FAFAFA;
}
@media screen and (max-width: 575.9px) {
  .light-theme .confirm-page {
    background-color: #fff;
  }
}
.light-theme .confirm-page .confirm-form-wrapper {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575.9px) {
  .light-theme .confirm-page .confirm-form-wrapper {
    box-shadow: none;
  }
}
.light-theme .confirm-page .confirm-form-wrapper h1 {
  color: #2F2F2F;
}
.light-theme .confirm-page .confirm-form-wrapper p {
  color: #AEAEB2;
}
.light-theme .password-page {
  background-color: #FAFAFA;
}
@media screen and (max-width: 575.9px) {
  .light-theme .password-page {
    background-color: #fff;
  }
}
.light-theme .password-page .password-form-block {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .light-theme .password-page .password-form-block {
    box-shadow: none;
  }
}
.light-theme .password-page .password-form-block h1 {
  color: #1C1C1E;
}
.light-theme .password-page .password-form-block p {
  color: #1C1C1E;
}
.light-theme .password-page .show-pass {
  background: url("/images/fi_eye_2.svg") no-repeat center;
}
.light-theme .password-page .show-pass.toggle-password-show {
  background: url("/images/fi_eye_2-off.svg") no-repeat center;
}
.light-theme .invite-login-page .registration-form-wrapper .form-group p {
  color: #4E4E50;
}
.dark-theme .login-page {
  background-color: #4D4D4F;
}
@media screen and (max-width: 575.9px) {
  .dark-theme .login-page {
    background-color: #282828;
  }
}
.dark-theme .login-page .login-form-wrapper {
  background: #282828;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .dark-theme .login-page .login-form-wrapper {
    box-shadow: none;
  }
}
.dark-theme .login-page .login-form-wrapper .form-group .icon-wrapper svg {
  opacity: 0.85;
}
.dark-theme .login-page .login-form-wrapper .form-group.inline-form-group .brand-link {
  color: #fff;
}
.dark-theme .login-page .login-form-wrapper .form-group.inline-form-group .brand-link:hover {
  color: #477BF9;
}
.dark-theme .login-page .login-form-wrapper .authorization-buttons a {
  background: #1C1C1E;
  box-shadow: none;
  color: #E5E5EA;
}
.dark-theme .login-page .login-form-wrapper .divider-line:before {
  background: #4E4E50;
}
.dark-theme .login-page .login-form-wrapper .divider-line:after {
  background: #4E4E50;
}
.dark-theme .login-page .login-form-wrapper .divider-line span {
  color: #fff;
}
.dark-theme .login-page .login-form-wrapper .register-link a {
  color: #477BF9;
}
.dark-theme .show-pass {
  background: url("/images/fi_eye_1.svg") no-repeat center;
}
.dark-theme .show-pass.toggle-password-show {
  background: url("/images/fi_eye_1-off.svg") no-repeat center;
}
.dark-theme .registration-page {
  background-color: #4D4D4F;
}
@media screen and (max-width: 575.9px) {
  .dark-theme .registration-page {
    background-color: #282828;
  }
}
.dark-theme .registration-page .registration-form-wrapper {
  background: #1D1D1D;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .dark-theme .registration-page .registration-form-wrapper {
    box-shadow: none;
  }
}
.dark-theme .registration-page .registration-form-wrapper h1 {
  color: #fff;
}
.dark-theme .registration-page .registration-form-wrapper .form-group .icon-wrapper svg {
  opacity: 0.85;
}
.dark-theme .registration-page .registration-form-wrapper .form-group p {
  color: #E5E5EA;
}
.dark-theme .registration-page .registration-form-wrapper .form-group a {
  color: #007AFF;
}
.dark-theme .registration-page .divider-line:before {
  background: #0F0F0F;
}
.dark-theme .registration-page .divider-line:after {
  background: #0F0F0F;
}
.dark-theme .registration-page .divider-line span {
  color: #fff;
}
.dark-theme .registration-page .authorization-buttons a {
  background: #1C1C1E;
  box-shadow: none;
  border: 1px solid #48484A;
  color: #E5E5EA;
}
.dark-theme .registration-page .show-pass {
  background: url("/images/fi_eye_1.svg") no-repeat center;
}
.dark-theme .registration-page .show-pass.toggle-password-show {
  background: url("/images/fi_eye_1-off.svg") no-repeat center;
}
.dark-theme .confirm-page {
  background-color: #4E4E50;
}
@media screen and (max-width: 575.9px) {
  .dark-theme .confirm-page {
    background-color: #282828;
  }
}
.dark-theme .confirm-page .confirm-form-wrapper {
  background: #282828;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575.9px) {
  .dark-theme .confirm-page .confirm-form-wrapper {
    box-shadow: none;
  }
}
.dark-theme .confirm-page .confirm-form-wrapper h1 {
  color: #fff;
}
.dark-theme .confirm-page .confirm-form-wrapper p {
  color: #C7C7CC;
}
.dark-theme .confirm-page .confirm-form-wrapper .brand-link {
  color: #477BF9;
}
.dark-theme .password-page {
  background-color: #4E4E50;
}
@media screen and (max-width: 575.9px) {
  .dark-theme .password-page {
    background-color: #282828;
  }
}
.dark-theme .password-page .password-form-block {
  background: #282828;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
@media screen and (max-width: 575.9px) {
  .dark-theme .password-page .password-form-block {
    box-shadow: none;
  }
}
.dark-theme .password-page .password-form-block h1 {
  color: #fff;
}
.dark-theme .password-page .password-form-block p {
  color: #fff;
}
.dark-theme .password-page .password-form-block .form-group .icon-wrapper svg {
  opacity: 0.85;
}
.dark-theme .password-page .password-form-block .form-group a {
  color: #477BF9;
}
.dark-theme .password-page .show-pass {
  background: url("/images/fi_eye_1.svg") no-repeat center;
}
.dark-theme .password-page .show-pass.toggle-password-show {
  background: url("/images/fi_eye_1-off.svg") no-repeat center;
}
.dark-theme .invite-login-page .registration-form-wrapper .form-group p {
  color: #fff;
}
.box-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 54px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 24px;
  border-radius: 8px;
}
.box-style:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 991.9px) {
  .box-style {
    padding: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .box-style {
    padding: 24px 15px;
  }
}
@media screen and (max-width: 479.9px) {
  .box-style {
    border-radius: 0;
  }
}
.workspace-page {
  padding: 90px 15px 80px;
  position: relative;
}
@media screen and (max-width: 479.9px) {
  .workspace-page {
    padding: 60px 0 80px;
  }
}
.workspace-page:before {
  content: "";
  width: 390px;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: calc(50% + 274px);
  z-index: 1;
  background: url("/images/themes/space-before.svg") no-repeat bottom center;
}
@media screen and (max-width: 1199.9px) {
  .workspace-page:before {
    display: none;
  }
}
.workspace-page:after {
  content: "";
  width: 280px;
  height: 400px;
  position: absolute;
  bottom: 14%;
  left: calc(50% + 310px);
  z-index: 1;
  background: url("/images/themes/space-after.svg") no-repeat center;
}
@media screen and (max-width: 1199.9px) {
  .workspace-page:after {
    display: none;
  }
}
.workspace-page .box-style {
  text-align: center;
}
.workspace-page .box-style h1 {
  margin: 0 -8px 16px;
  width: calc(100% + 16px);
}
.workspace-page .box-style h3 {
  margin: 0 -8px 16px;
  width: calc(100% + 16px);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.workspace-page .box-style p {
  margin-bottom: 20px;
}
.workspace-page .box-style .form-control {
  width: 100%;
  margin-bottom: 20px;
}
.workspace-page .box-style .btn {
  width: 100%;
  margin-bottom: 20px;
}
.workspace-page .box-style .cancel-link {
  text-align: center;
}
.workspace-page .box-style .cancel-link .brand-link {
  font-weight: 600;
}
.workspace-page .user-spaces {
  width: 100%;
}
.workspace-page .user-spaces p {
  margin-bottom: 16px;
  text-align: left;
}
.workspace-page .user-spaces p span {
  font-weight: 600;
}
.workspace-page .user-spaces .single-space {
  width: 100%;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.workspace-page .user-spaces .single-space:not(:last-child) {
  margin-bottom: 12px;
}
.workspace-page .user-spaces .single-space a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  text-decoration: none;
}
@media screen and (max-width: 479.9px) {
  .workspace-page .user-spaces .single-space a {
    padding: 10px;
  }
}
.workspace-page .user-spaces .single-space .space-info {
  width: calc(100% - 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .workspace-page .user-spaces .single-space .space-info {
    width: calc(100% - 34px);
  }
}
@media screen and (max-width: 479.9px) {
  .workspace-page .user-spaces .single-space .space-info {
    flex-wrap: wrap;
  }
}
.workspace-page .user-spaces .single-space .space-info .space-name {
  width: calc(100% - 150px);
  text-align: left;
}
.workspace-page .user-spaces .single-space .space-info .space-name h6 {
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (max-width: 479.9px) {
  .workspace-page .user-spaces .single-space .space-info .space-name {
    width: 100%;
  }
}
.workspace-page .user-spaces .single-space .space-info .space-members {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1;
  position: relative;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member:not(:first-child) {
  margin-left: -3px;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member:nth-child(2) {
  z-index: 3;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member:nth-child(3) {
  z-index: 2;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member:nth-child(4) {
  z-index: 1;
}
.workspace-page .user-spaces .single-space .space-info .space-members .single-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767.9px) {
  .workspace-page .user-spaces .single-space .space-info .space-members .single-member {
    width: 18px;
    height: 18px;
  }
}
.workspace-page .user-spaces .single-space .space-info .space-members span {
  white-space: nowrap;
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 479.9px) {
  .workspace-page .user-spaces .single-space .space-info .space-members {
    width: 100%;
    justify-content: flex-start;
  }
}
.workspace-page .user-spaces .single-space .link-arrow {
  opacity: 0.25;
  transition: all 0.25s ease-in-out;
}
.workspace-page .user-spaces .single-space .link-arrow svg {
  fill: none;
}
.workspace-page .user-spaces .single-space:hover .link-arrow {
  opacity: 1;
}
.workspace-page .user-invites {
  width: 100%;
}
.workspace-page .user-invites > p {
  margin-bottom: 16px;
  text-align: left;
  color: #8E8E93;
}
.workspace-page .user-invites > p span {
  font-weight: 600;
}
.workspace-page .user-invites .single-invite {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #F2F2F7;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  transition: all 0.25s ease-in-out;
}
.workspace-page .user-invites .single-invite:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 479.9px) {
  .workspace-page .user-invites .single-invite {
    padding: 10px;
  }
}
.workspace-page .user-invites .single-invite > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.workspace-page .user-invites .single-invite .space-info {
  width: calc(100% - 115px);
}
@media screen and (max-width: 767.9px) {
  .workspace-page .user-invites .single-invite .space-info {
    width: calc(100% - 115px);
  }
}
.workspace-page .user-invites .single-invite .space-info .space-name {
  width: 100%;
  text-align: left;
}
.workspace-page .user-invites .single-invite .space-info .space-name h6 {
  margin-bottom: 7px;
  font-weight: 600;
}
.workspace-page .user-invites .single-invite .space-info .space-members {
  width: 100%;
  display: flex;
  align-items: center;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1;
  position: relative;
  border: 1px solid #FAFAFA;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member:not(:first-child) {
  margin-left: -3px;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member:first-child {
  z-index: 4;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member:nth-child(2) {
  z-index: 3;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member:nth-child(3) {
  z-index: 2;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member:nth-child(4) {
  z-index: 1;
}
.workspace-page .user-invites .single-invite .space-info .space-members .single-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767.9px) {
  .workspace-page .user-invites .single-invite .space-info .space-members .single-member {
    width: 18px;
    height: 18px;
  }
}
.workspace-page .user-invites .single-invite .space-info .space-members span {
  color: #AEAEB2;
  white-space: nowrap;
  margin-left: 10px;
  transition: all 0.25s ease-in-out;
}
.workspace-page .user-invites .single-invite .link-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
.workspace-page .user-invites .single-invite .link-buttons .btn {
  margin: 0;
}
.workspace-page .user-invites .single-invite .link-buttons .delete-invite {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.workspace-page .user-invites .single-invite .link-buttons .delete-invite svg {
  color: #AEAEB2;
}
.workspace-page .user-invites .single-invite:hover {
  background: #F2F2F7;
}
.workspace-page .user-invites .single-invite:hover .space-info .space-members span {
  color: #4E4E50;
}
.light-theme .box-style {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
.light-theme .workspace-page {
  background: #FAFAFA;
}
.light-theme .workspace-page .box-style h1 {
  color: #1C1C1E;
}
.light-theme .workspace-page .box-style p {
  color: #1C1C1E;
}
.light-theme .workspace-page .user-spaces p {
  color: #8E8E93;
}
.light-theme .workspace-page .user-spaces p span {
  color: #1C1C1E;
}
.light-theme .workspace-page .user-spaces .single-space {
  background: #fff;
  border: 1px solid #F2F2F7;
}
.light-theme .workspace-page .user-spaces .single-space .space-info .space-name h6 {
  color: #1C1C1E;
}
.light-theme .workspace-page .user-spaces .single-space .space-info .space-members .single-member {
  border: 1px solid #FAFAFA;
}
.light-theme .workspace-page .user-spaces .single-space .space-info .space-members span {
  color: #AEAEB2;
}
.light-theme .workspace-page .user-spaces .single-space .link-arrow {
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.light-theme .workspace-page .user-spaces .single-space .link-arrow svg {
  fill: none;
}
.light-theme .workspace-page .user-spaces .single-space .link-arrow svg use {
  stroke: #1C1C1E;
}
.light-theme .workspace-page .user-spaces .single-space .link-arrow svg use svg path {
  stroke: #1C1C1E;
}
.light-theme .workspace-page .user-spaces .single-space:hover {
  background: #F2F2F7;
  border: 1px solid #1C1C1E;
}
.light-theme .workspace-page .user-spaces .single-space:hover .space-info .space-members span {
  color: #4E4E50;
}
.light-theme .workspace-page .user-spaces .single-space:hover .link-arrow {
  opacity: 1;
}
.light-theme .workspace-page .user-invites > p {
  color: #8E8E93;
}
.light-theme .workspace-page .user-invites .single-invite {
  border: 1px solid #F2F2F7;
  background: transparent;
}
.light-theme .workspace-page .user-invites .single-invite .space-info .space-members .single-member {
  border: 1px solid #FAFAFA;
}
.light-theme .workspace-page .user-invites .single-invite .space-info .space-members span {
  color: #AEAEB2;
}
.light-theme .workspace-page .user-invites .single-invite .link-buttons .delete-invite svg {
  color: #AEAEB2;
}
.light-theme .workspace-page .user-invites .single-invite:hover {
  background: #F2F2F7;
}
.light-theme .workspace-page .user-invites .single-invite:hover .space-info .space-members span {
  color: #4E4E50;
}
.light-theme .modal-backdrop {
  background: rgba(234, 234, 234, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.light-theme .modal-backdrop.show {
  opacity: 1 !important;
}
.dark-theme .box-style {
  background: #282828;
  box-shadow: 0px 4px 24px rgba(13, 22, 73, 0.18);
}
.dark-theme .workspace-page {
  background: #4E4E50;
}
.dark-theme .workspace-page:before {
  background: url("/images/themes/space-before-dark.svg") no-repeat bottom center;
}
.dark-theme .workspace-page:after {
  background: url("/images/themes/space-after-dark.svg") no-repeat center;
}
.dark-theme .workspace-page .box-style h1 {
  color: #fff;
}
.dark-theme .workspace-page .box-style p {
  color: #fff;
}
.dark-theme .workspace-page .box-style .cancel-link .brand-link {
  color: #477BF9;
}
.dark-theme .workspace-page .user-spaces p {
  color: #D1D1D6;
}
.dark-theme .workspace-page .user-spaces p span {
  color: #fff;
}
.dark-theme .workspace-page .user-spaces .single-space {
  background: transparent;
  border: 1px solid #48484A;
}
.dark-theme .workspace-page .user-spaces .single-space .space-info .space-name h6 {
  color: #fff;
}
.dark-theme .workspace-page .user-spaces .single-space .space-info .space-members .single-member {
  border: 1px solid #282828;
}
.dark-theme .workspace-page .user-spaces .single-space .space-info .space-members span {
  color: #C7C7CC;
}
.dark-theme .workspace-page .user-spaces .single-space .link-arrow {
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.dark-theme .workspace-page .user-spaces .single-space .link-arrow svg {
  fill: none;
}
.dark-theme .workspace-page .user-spaces .single-space .link-arrow svg use {
  stroke: #fff;
}
.dark-theme .workspace-page .user-spaces .single-space .link-arrow svg use svg path {
  stroke: #fff;
}
.dark-theme .workspace-page .user-spaces .single-space:hover {
  background: #1C1C1E;
  border: 1px solid #8E8E93;
}
.dark-theme .workspace-page .user-spaces .single-space:hover .space-info .space-members span {
  color: #B5D1FF;
}
.dark-theme .workspace-page .user-spaces .single-space:hover .link-arrow {
  opacity: 1;
}
.dark-theme .workspace-page .user-invites > p {
  color: #D1D1D6;
}
.dark-theme .workspace-page .user-invites .single-invite {
  border: 1px solid #48484A;
  background: transparent;
}
.dark-theme .workspace-page .user-invites .single-invite .space-info .space-members .single-member {
  border: 1px solid #282828;
}
.dark-theme .workspace-page .user-invites .single-invite .space-info .space-members span {
  color: #C7C7CC;
}
.dark-theme .workspace-page .user-invites .single-invite .link-buttons .delete-invite svg {
  color: #C7C7CC;
}
.dark-theme .workspace-page .user-invites .single-invite:hover {
  background: #48484A;
  border: 1px solid #0F0F0F;
}
.dark-theme .workspace-page .user-invites .single-invite:hover .space-info .space-members span {
  color: #E5E5EA;
}
.dark-theme .modal-backdrop {
  background: rgba(72, 72, 74, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.dark-theme .modal-backdrop.show {
  opacity: 1 !important;
}
