@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);
/* Settings */
@font-face {
  font-family: "Flama";
  src: url(/fonts/flama-bold.eot?76b2fd7b07239e774ac1c4cb2c1c79f4), url(/fonts/flama-bold.woff?02c8a3fc5d97cfa6e13168f1f78228d3) format("woff"), url(/fonts/flama-bold.woff2?0599cb4bb4a67b33713b8dbfe439b857) format("woff2"), url(/fonts/flama-bold.otf?100a04b4e38a5f68fd10dc460f8cc1db) format("opentype"), url(/fonts/flama-bold.ttf?2721026827746c975dbcc1993751fd62) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flama";
  src: url(/fonts/flama-regular.otf?2508ce89cbb33353b493a332c2c68148) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Abstracts */
/** ------------------
-> Colors
------------------- */
/** ------------------
-> Fonts
------------------- */
/** ------------------
-> Misc
------------------- */
/* Base */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

a,
button {
  cursor: pointer;
}

* {
  font-family: "Roboto", sans-serif;
  color: #1e3250;
}

p {
  line-height: 1.4;
}

h2 {
  margin: 0;
  font-family: "Flama", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 499px) {
  h2 {
    font-size: 1.2rem;
  }
}

h1 {
  font-family: "Flama", sans-serif;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 2.3rem;
    max-width: 45rem;
  }
}

a {
  text-decoration: none;
}

h4 {
  text-transform: uppercase;
}

.light_text a,
h1,
h2,
h3,
h4,
.white_text {
  color: #ffffff;
}

h3,
h4,
p {
  margin: 0;
}

h3 {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.text_xs {
  font-size: 0.9rem;
}

.text_xxs {
  font-size: 0.8rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

h5 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #4c6b8b;
}

.text_spaced {
  letter-spacing: 0.1rem;
}

.upper-text,
.upper-text > p {
  text-transform: uppercase;
}

.tag {
  font-weight: 600;
  font-size: 0.9rem;
  color: #1e3250;
}

.italic {
  font-style: italic;
}

html {
  font-size: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 1.5vw;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  html {
    font-size: 2.6vw;
  }
}

.gray_text {
  color: #93a3c4;
}

.text_content a {
  text-decoration: underline;
  color: #4d6589;
}

/* Layout */
#wrapper {
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
}
@media (max-width: 499px) {
  #wrapper {
    padding: 1.5rem;
  }
}

.content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .content {
    margin: 4rem 7rem;
  }
}
.content_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14rem;
}
@media (min-width: 1000px) {
  .content_wrapper {
    margin: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .content_wrapper {
    min-height: 24rem;
  }
}
@media (max-width: 1199px) {
  .content_wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.content_wrapper > div {
  width: 40%;
  max-width: 22rem;
}
.content_wrapper > div:first-of-type {
  padding-top: 3rem;
}
@media (max-width: 1199px) {
  .content_wrapper > div {
    width: 100%;
  }
  .content_wrapper > div:first-of-type {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .content_wrapper {
    height: calc(100% - 4rem);
    display: flex;
    align-items: center;
  }
}
.content_light h1,
.content h2 {
  color: #ffffff;
  line-height: 2.5rem;
}
@media (max-width: 499px) {
  .content_light h1,
.content h2 {
    line-height: 2rem;
  }
}
.content_light h1 {
  font-size: 1.6rem;
}
.content h2 {
  font-size: 1.8rem;
}

.auth_wrapper {
  background: center/cover no-repeat url(/images/background.png?fc847050796ef8ad117055a3df3cd3af);
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

html,
body {
  height: 100%;
  background: #f1f4fa;
}

.menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 799px) {
  .menu {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .menu {
    font-size: 0.9rem;
  }
}
.menu.column_menu {
  flex-direction: column;
  row-gap: 1rem;
}
.menu.column_menu > div {
  width: 100%;
}
.menu .flex_menu {
  justify-content: space-between;
  display: flex;
}
.menu_nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu_nav #burger_menu,
.menu_nav #logout_li,
.menu_nav #close_header_menu {
  display: none;
}
.menu_nav nav {
  padding: unset;
}
@media screen and (max-width: 799px) {
  .menu_nav nav {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 999px) {
  .menu_nav nav {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b4162;
    padding: 2rem;
    font-size: 1.1rem;
    z-index: -1;
    transition: all 0.2s ease-in-out;
  }
  .menu_nav nav .mobile_center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .menu_nav nav .mobile_center > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: flex-start !important;
  }
  .menu_nav nav .mobile_center > ul ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
  }
  .menu_nav nav .mobile_center > ul ul.active {
    overflow-y: initial;
    max-height: initial;
  }
  .menu_nav nav .mobile_center > ul ul li {
    text-transform: initial;
    font-weight: 400;
  }
  .menu_nav nav .mobile_center li.nav_ul_items {
    width: 100%;
    display: initial;
    color: #ffffff;
    position: relative;
  }
  .menu_nav nav .mobile_center li.nav_ul_items > a {
    padding: 1rem 0;
  }
  .menu_nav nav .mobile_center li.nav_ul_items a {
    color: #ffffff;
  }
  .menu_nav nav .mobile_center li.nav_ul_items::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    width: 2rem;
    height: 1rem;
    background-image: url("/images/arrow_bottom_light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-in-out;
  }
  .menu_nav nav .mobile_center li.nav_ul_items.active::before {
    transform: rotate(180deg);
  }
  .menu_nav nav .mobile_center #logout_li {
    display: none;
  }
  .menu_nav nav.open_menu {
    z-index: 10;
    opacity: 1;
  }
  .menu_nav #burger_menu {
    display: block;
    cursor: pointer;
  }
  .menu_nav #close_header_menu {
    display: flex;
    justify-content: right;
  }
  .menu_nav #close_header_menu img {
    width: 1.5rem;
    cursor: pointer;
  }
  .menu_nav #logout_li {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .menu_nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4rem;
    margin-right: 4rem;
  }
  .menu_nav nav ul li.nav_ul_items {
    position: relative;
    padding: 1rem 0;
  }
  .menu_nav nav ul li.nav_ul_items::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: -1.75rem;
    width: 1.25rem;
    height: 0.5rem;
    background-image: url("/images/arrow_bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-in-out;
  }
  .menu_nav nav ul li.nav_ul_items:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .menu_nav nav ul li.nav_ul_items:hover::before {
    transform: rotate(180deg);
  }
  .menu_nav nav ul li.nav_ul_items.active::before {
    transform: rotate(180deg);
  }
  .menu_nav nav ul ul {
    width: 125%;
    position: absolute;
    top: 3rem;
    left: 0;
    background: #dde6f6;
    padding: 1rem;
    display: grid;
    gap: 0.75rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .menu_nav nav ul ul.full_width {
    width: 250%;
  }
  .menu_nav nav ul ul.active {
    opacity: 1;
    visibility: visible;
  }
  .menu_nav nav ul ul li {
    text-transform: initial;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .menu_nav nav ul ul {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer_blue nav ul li.nav_ul_items::before {
    background-image: url("/images/arrow_bottom_light.svg");
  }
  .footer_blue nav ul ul {
    top: auto;
    bottom: 3rem;
  }
  .footer_blue nav ul ul li a:not(.sub-logout) {
    color: #2b4162 !important;
  }
}
.sub-logout {
  color: #c54747 !important;
}

@media screen and (max-width: 999px) {
  #home_nav #logout_btn {
    display: block;
  }
}

.btn_size-sm {
  width: 10rem;
}

.content_header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .content_header {
    display: initial;
  }
}

.img_size-xs {
  width: 2rem;
}

.img_xl {
  width: 7rem;
}

.img_big {
  width: 12rem;
}
@media screen and (min-width: 1200px) {
  .img_big {
    width: auto;
    height: 4rem;
  }
}

.img_size-xxs {
  width: 1rem;
}

.img_medium {
  width: 1.2rem;
}

.width_1_3 {
  width: 1.3rem;
}

.img_height-xs {
  height: 1.3rem;
}

.img_height-xxs {
  height: 1rem;
}

.img_height-extraxs {
  height: 0.7rem;
}

.img_size-extraxs {
  width: 0.7rem;
}

.ml_1 {
  margin-left: 1rem;
}

.ml_2 {
  margin-left: 2rem;
}

.footer_blue {
  background-color: #1e3250;
}
.footer_blue .nav_ul_items a,
.footer_blue #logout_btn span {
  color: #ffffff;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  top: 50%;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .tooltip .tooltiptext {
    display: none;
  }
}

.menu_nav img {
  cursor: pointer;
  width: 2rem;
  height: 1.5rem;
}
.menu_nav img.img_size-xxs {
  margin-top: 0.2rem;
}
.menu_nav .tooltiptext {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1700px) {
  .menu_nav .tooltiptext {
    top: 10%;
    transform: unset;
    left: 125%;
  }
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Components */
.alert {
  display: block;
  padding: 2rem 3rem;
  border-radius: 6px;
  list-style: none;
  margin-top: 3rem;
}
.alert-danger {
  background: #c54747;
}
.alert-danger li {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #ffffff;
}
.alert-danger li:first-of-type {
  margin-top: 0;
}

.alert_error {
  margin-top: 1rem;
  display: block;
}
.alert_error ul {
  padding-left: 1rem;
}
.alert_error li {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #c54747;
}
.alert_error li:first-of-type {
  margin-top: 0;
}

.is_invalid {
  color: #c54747;
}

.success_message {
  color: #69C689;
  font-weight: 600;
}

.danger_message {
  color: #c54747;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  background: none;
  align-items: center;
  height: 100%;
}
.btn-sm {
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
}
.btn-text {
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
}
.btn-text:hover {
  text-decoration: none;
}
.btn-accent {
  background: #1e3250;
  color: #ffffff;
  font-weight: 400;
}
.btn-accent:hover {
  background: #253e63;
}
.btn-accent-outlined {
  color: #1e3250;
  border: 1px solid #1e3250;
  font-weight: 400;
}
.btn-accent-outlined:hover {
  background: #1e3250;
  color: #ffffff;
}
.btn-dark {
  display: inline-block;
  background: #1e3250;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 700px) {
  .btn-dark {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.btn-black {
  background: #29282f;
  color: #ffffff;
  font-weight: 400;
}
.btn-black:hover {
  background: #35343d;
}
.btn-black-outlined {
  color: #29282f;
  border: 1px solid #29282f;
  font-weight: 400;
}
.btn-black-outlined:hover {
  background: #29282f;
  color: #ffffff;
}
.btn-blue {
  background: #699cc6;
  color: #ffffff;
  font-weight: 600;
}
.btn-blue p {
  color: #ffffff;
}
.btn-blue:hover {
  background: #7ba8cd;
}
.btn-blue-outlined {
  color: #699cc6;
  border: 1px solid #699cc6;
  font-weight: 400;
}
.btn-blue-outlined:hover {
  background: #699cc6;
  color: #ffffff;
}
.btn-green {
  background: #69C689;
  color: #ffffff;
  font-weight: 600;
}
.btn-green p {
  color: #ffffff;
}
.btn-green:hover {
  background: #7bcd98;
}
.btn-green-outlined {
  color: #69C689;
  border: 1px solid #69C689;
  font-weight: 400;
}
.btn-green-outlined:hover {
  background: #69C689;
  color: #ffffff;
}
.btn-red {
  background: #C66969;
  color: #ffffff;
  font-weight: 600;
}
.btn-red p {
  color: #ffffff;
}
.btn-red:hover {
  background: #cd7b7b;
}
.btn-red-outlined {
  color: #C66969;
  border: 1px solid #C66969;
  font-weight: 400;
}
.btn-red-outlined:hover {
  background: #C66969;
  color: #ffffff;
}
.btn-gray {
  background: #f1f4fa;
  color: #abb8c5;
  font-weight: 600;
  height: 100%;
}
.btn-gray p {
  color: #abb8c5;
}
.btn-gray:hover {
  background: white;
}
.btn-gray-outlined {
  color: #abb8c5;
  border: 1px solid #abb8c5;
  font-weight: 400;
}
.btn-gray-outlined:hover {
  background: #abb8c5;
  color: #ffffff;
}
.btn-xl {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  gap: 1rem;
}
@media (max-width: 699px) {
  .btn-xl {
    font-size: 1rem;
    padding: 1rem;
  }
}

.full-width {
  width: 100%;
}

.edit_btn {
  padding: 1rem;
  gap: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18rem;
  background: rgba(200, 214, 241, 0.5);
  color: #4888ef;
  font-weight: 600;
  line-height: 1;
}
.edit_btn img {
  transform: translateY(-1px);
}

form:not(.front_form) div:last-of-type {
  margin-top: 3rem;
}
form:not(.front_form) div[data-password] {
  position: relative;
}
form:not(.front_form) div[data-password] svg {
  cursor: pointer;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
form:not(.front_form) div label {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
  cursor: pointer;
}
form:not(.front_form) div label.forgot-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form:not(.front_form) div label.forgot-password a {
  font-size: 0.8rem;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  color: #abb8c5;
}
form:not(.front_form) div label.forgot-password a:hover {
  text-decoration: none;
}
form:not(.front_form) div label.check-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
form:not(.front_form) div input[type=text],
form:not(.front_form) div input[type=date],
form:not(.front_form) div input[type=password],
form:not(.front_form) div input[type=email] {
  border: 1px solid #4d6589 !important;
  padding: 1rem;
  width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  background-color: #2b4162 !important;
}
form:not(.front_form) div input[type=text]:focus,
form:not(.front_form) div input[type=date]:focus,
form:not(.front_form) div input[type=password]:focus,
form:not(.front_form) div input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(30, 50, 80, 0.2);
}
form:not(.front_form) div input[type=text].is-invalid,
form:not(.front_form) div input[type=date].is-invalid,
form:not(.front_form) div input[type=password].is-invalid,
form:not(.front_form) div input[type=email].is-invalid {
  border-color: #c54747;
}
form:not(.front_form) div input[type=text].is-invalid:focus,
form:not(.front_form) div input[type=date].is-invalid:focus,
form:not(.front_form) div input[type=password].is-invalid:focus,
form:not(.front_form) div input[type=email].is-invalid:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(197, 71, 71, 0.2);
}
form:not(.front_form) div .default-check[type=checkbox],
form:not(.front_form) div .default-check[type=radio] {
  display: none;
}
form:not(.front_form) div .default-check[type=checkbox] ~ .custom-check,
form:not(.front_form) div .default-check[type=radio] ~ .custom-check {
  display: flex;
  align-items: center;
  height: 16px;
  border: 2px solid #abb8c5;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}
form:not(.front_form) div .default-check[type=checkbox] ~ .custom-check:after,
form:not(.front_form) div .default-check[type=radio] ~ .custom-check:after {
  content: "";
  display: inline-block;
  position: absolute;
  transition: all 0.2s ease;
}
form:not(.front_form) div .default-check[type=checkbox]:not(.switchbox) ~ .custom-check,
form:not(.front_form) div .default-check[type=radio]:not(.switchbox) ~ .custom-check {
  justify-content: center;
  width: 16px;
}
form:not(.front_form) div .default-check[type=checkbox]:not(.switchbox) ~ .custom-check:after,
form:not(.front_form) div .default-check[type=radio]:not(.switchbox) ~ .custom-check:after {
  visibility: hidden;
}
form:not(.front_form) div .default-check[type=checkbox].switchbox + .custom-check,
form:not(.front_form) div .default-check[type=radio].switchbox + .custom-check {
  width: 32px;
}
form:not(.front_form) div .default-check[type=checkbox].switchbox + .custom-check:after,
form:not(.front_form) div .default-check[type=radio].switchbox + .custom-check:after {
  transform: scale(1.5);
  left: 4px;
}
form:not(.front_form) div .default-check[type=checkbox].switchbox:not(:checked) ~ .custom-check:after,
form:not(.front_form) div .default-check[type=radio].switchbox:not(:checked) ~ .custom-check:after {
  background-color: #1e3250;
}
form:not(.front_form) div .default-check[type=checkbox].switchbox:checked ~ .custom-check:after,
form:not(.front_form) div .default-check[type=radio].switchbox:checked ~ .custom-check:after {
  left: 20px;
}
form:not(.front_form) div .default-check[type=checkbox]:disabled ~ .custom-check,
form:not(.front_form) div .default-check[type=radio]:disabled ~ .custom-check {
  opacity: 0.3;
  cursor: not-allowed;
}
form:not(.front_form) div .default-check[type=checkbox]:checked ~ .custom-check,
form:not(.front_form) div .default-check[type=radio]:checked ~ .custom-check {
  background-color: #1e3250;
  border-color: #1e3250;
}
form:not(.front_form) div .default-check[type=checkbox]:checked ~ .custom-check:after,
form:not(.front_form) div .default-check[type=radio]:checked ~ .custom-check:after {
  visibility: visible;
}
form:not(.front_form) div .default-check[type=checkbox]:not(.switchbox) ~ .custom-check {
  border-radius: 3px;
}
form:not(.front_form) div .default-check[type=checkbox]:not(.switchbox) ~ .custom-check:after {
  height: 7px;
  width: 3px;
  margin-top: -1px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
form:not(.front_form) div .default-check[type=radio] ~ .custom-check,
form:not(.front_form) div .default-check[type=checkbox].switchbox ~ .custom-check {
  border-radius: 50rem;
}
form:not(.front_form) div .default-check[type=radio] ~ .custom-check:after,
form:not(.front_form) div .default-check[type=checkbox].switchbox ~ .custom-check:after {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50rem;
}
form:not(.front_form) span.invalid-feedback {
  display: inline-block;
  color: #c54747;
  font-size: 0.8rem;
  margin-top: 0.8rem;
}

#login_form .auth_input, #forgot_password_form .auth_input {
  position: relative;
}
#login_form .auth_input.is-invalid svg, #forgot_password_form .auth_input.is-invalid svg {
  bottom: 2.6rem;
}
#login_form .auth_input:first-of-type, #forgot_password_form .auth_input:first-of-type {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
#login_form .auth_input.active label, #forgot_password_form .auth_input.active label {
  font-size: 0.8rem;
  height: auto;
  padding: 0 0.75rem;
}
@media (min-width: 1000px) {
  #login_form .auth_input.active label, #forgot_password_form .auth_input.active label {
    padding: 0 1rem;
  }
}
#login_form .auth_input.active input:not([type=submit]), #forgot_password_form .auth_input.active input:not([type=submit]) {
  padding: 2.25rem 0.75rem 0.75rem;
}
@media (min-width: 1000px) {
  #login_form .auth_input.active input:not([type=submit]), #forgot_password_form .auth_input.active input:not([type=submit]) {
    padding: 2.5rem 1rem 1rem;
  }
}
#login_form .auth_input.active input:not([type=submit]):-webkit-autofill, #login_form .auth_input.active input:not([type=submit]):-webkit-autofill:hover, #login_form .auth_input.active input:not([type=submit]):-webkit-autofill:focus, #login_form .auth_input.active input:not([type=submit]):-webkit-autofill:active, #forgot_password_form .auth_input.active input:not([type=submit]):-webkit-autofill, #forgot_password_form .auth_input.active input:not([type=submit]):-webkit-autofill:hover, #forgot_password_form .auth_input.active input:not([type=submit]):-webkit-autofill:focus, #forgot_password_form .auth_input.active input:not([type=submit]):-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 0 60px #2b4162 inset !important;
}
#login_form .auth_input.active input:not([type=submit])::-webkit-credentials-auto-fill-button, #forgot_password_form .auth_input.active input:not([type=submit])::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
#login_form .auth_input label, #forgot_password_form .auth_input label {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 1.1rem;
  padding: 0 0.75rem 0 0.9rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1000px) {
  #login_form .auth_input label, #forgot_password_form .auth_input label {
    padding: 0 1rem 0 1.15rem;
  }
}
#login_form .auth_input input, #forgot_password_form .auth_input input {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 0.9rem;
}

.search_input,
.search_input:focus,
.search_input:active {
  border: 2px solid #699cc6;
  outline: none;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem;
  color: #29282f;
  background-color: #ffffff;
}

.search_input::-moz-placeholder {
  color: #4c6b8b;
  font-style: italic;
  width: 75%;
}

.search_input:-ms-input-placeholder {
  color: #4c6b8b;
  font-style: italic;
  width: 75%;
}

.search_input::placeholder {
  color: #4c6b8b;
  font-style: italic;
  width: 75%;
}

.search_form > form,
.search_div {
  position: relative;
}
.search_form > form > div:first-of-type,
.search_div > div:first-of-type {
  position: relative;
}
.search_form > form > div:first-of-type img,
.search_div > div:first-of-type img {
  position: absolute;
  left: calc(100% - 3.5rem);
  height: 100%;
  width: 1rem;
  cursor: pointer;
}
.search_form > form > div:last-of-type,
.search_div > div:last-of-type {
  display: flex;
  background-color: #699cc6;
  padding: 0 0.5rem;
  position: absolute;
  left: calc(100% - 1.8rem);
  bottom: 0;
  height: 100%;
  cursor: pointer;
}
.search_form > form > div:last-of-type img,
.search_div > div:last-of-type img {
  height: 100%;
  background-color: #699cc6;
}

.modal_subtitle {
  text-transform: uppercase;
  color: #abb8c5;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.modal_title {
  color: #1e3250;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.modal_desc {
  max-width: 30rem;
  color: #abb8c5;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.front_form .form_item {
  flex-direction: column;
  gap: 0.8rem;
}
.front_form .form_item:not(.grid_form_item) {
  margin: 3rem auto;
  display: flex;
}
.front_form .form_item.row {
  flex-direction: row;
}
.front_form .form_item .btn {
  white-space: nowrap;
}
.front_form .form_item label:not(.btn-xl) {
  font-size: 0.9rem;
}
.front_form .form_item input {
  padding: 0.8rem;
  outline: none;
  color: #1e3250;
  font-size: 0.9rem;
}
.front_form .form_item input[type=checkbox] {
  padding: 0.4rem;
}
.front_form .form_item input[type=checkbox]:checked {
  background-color: #1e3250;
  border-color: #1e3250;
}
.front_form .form_item input[type=checkbox]:checked ~ label {
  color: #1e3250;
}
.front_form .form_item input[type=file] {
  display: none;
}
.front_form .form_item input::-moz-placeholder {
  font-size: 0.9rem;
  color: #93a3c4;
}
.front_form .form_item input:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #93a3c4;
}
.front_form .form_item input::placeholder {
  font-size: 0.9rem;
  color: #93a3c4;
}
.front_form .form_item select {
  padding: 0.5rem;
  outline: none;
  font-size: 0.9rem;
}
.front_form .form_item input:not([type=checkbox]),
.front_form .form_item select,
.front_form .form_item textarea {
  border-radius: 5px;
  border: 1px solid #c7d6df;
}
.front_form .form_item input[type=checkbox] {
  border: 1px solid #c7d6df;
  border-radius: 4px;
}
.front_form .form_item_hidden {
  display: none;
}
.front_form footer {
  margin-top: 1rem;
}

.flex_center2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_item_checkbox {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #e0e9ee;
  border-radius: 5px;
  cursor: pointer;
}
.form_item_checkbox label {
  margin-bottom: 0;
  color: #93a3c4;
  font-size: 0.8rem;
  padding: 0.75rem;
  cursor: pointer;
  color: #2b4162;
  width: 100%;
}
.form_item_checkbox input {
  cursor: pointer;
  margin-left: 0.75rem;
}

.checkbox_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.radiobox_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 500px) and (max-width: 699px) {
  .radiobox_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .radiobox_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1000px) {
  .radiobox_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.radiobox_list .radiobox {
  width: 100%;
}
.radiobox_list .radiobox img {
  width: 100%;
}

/* HIDE RADIO */
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  transform: scale(1.05);
}

.login_newmsg {
  color: #abb8c5;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  text-align: center;
}
.login_newmsg.flex_end {
  text-align: end;
}
.login_newmsg.flex_start {
  text-align: start;
}
.login_newmsg.flex_justify {
  text-align: justify;
}
.login_newmsg a {
  color: #abb8c5;
  text-decoration: underline;
}

.file_label {
  justify-content: end;
  gap: 1rem;
}
.file_label_inactive {
  display: none;
}
.file_label_active {
  display: flex;
}
.file_label span {
  font-style: italic;
  color: #abb8c5;
}
.file_label img {
  cursor: pointer;
}

.show_form ul {
  padding: 0;
  list-style: none;
}
.show_form ul li:not(:last-of-type) {
  padding-bottom: 1rem;
}
.show_form .label {
  font-weight: 600;
}

.handle_button {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9rem;
}

.add_buttons {
  gap: 1.5rem;
}

.handle_button_div {
  margin: 1rem 0 0 4rem;
  align-items: flex-start;
  row-gap: 1rem;
}
.handle_button_div_header,
.handle_button_div input {
  width: 100%;
}

.transparent {
  opacity: 0.5;
}

textarea {
  resize: none;
}
