@keyframes spinner-anim from {
  transform: rotate(0deg);
}

@keyframes spinner-anim to {
  transform: rotate(360deg);
}

.button__default {
  line-height: 20px;
  justify-content: center;
  font-family: Poppins, Arial;
  height: 48px;
  border: 1px solid #007194;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 20px;
  text-align: center;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background-color: #007194;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  transition: 0.2s;
  color: #FFFFFF;
}

.button__default:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #08A2C4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #08A2C4;
}

.button__default:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #BAC6C9;
  background-color: #FFFFFF;
  color: #BAC6C9;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.button__default:active {
  background-color: #0B2F4E;
  border: 1px solid #0B2F4E;
}

.button__white {
  line-height: 20px;
  justify-content: center;
  font-family: Poppins, Arial;
  height: 48px;
  border: 1px solid #08A2C4;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 20px;
  text-align: center;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  transition: 0.2s;
  color: #007194;
}

.button__white:hover {
  cursor: pointer;
  color: #0B2F4E;
  background-color: #F1F8F8;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #08A2C4;
}

.button__white:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #BAC6C9;
  background-color: #FFFFFF;
  color: #BAC6C9;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.button__white:active {
  background-color: #F1F8F8;
  border: 1px solid #F1F8F8;
}

.button__navy {
  line-height: 20px;
  justify-content: center;
  font-family: Poppins, Arial;
  height: 48px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 20px;
  text-align: center;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background-color: #0B2F4E;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  transition: 0.2s;
  color: #FFFFFF;
}

.button__navy:hover {
  cursor: pointer;
  color: #0B2F4E;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #FFFFFF;
}

.button__navy:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #BAC6C9;
  background-color: #FFFFFF;
  color: #BAC6C9;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.button__navy:active {
  background-color: #0B2F4E;
  border: 1px solid #0B2F4E;
}

.button__grey {
  line-height: 20px;
  justify-content: center;
  font-family: Poppins, Arial;
  height: 48px;
  border: 1px solid #0B2F4E;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 20px;
  text-align: center;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background-color: #F4F5FB;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  transition: 0.2s;
  color: #0B2F4E;
}

.button__grey:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #0B2F4E;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #FFFFFF;
}

.button__grey:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #BAC6C9;
  background-color: #FFFFFF;
  color: #BAC6C9;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.button__grey:active {
  background-color: #0B2F4E;
  border: 1px solid #0B2F4E;
}

.button__purple {
  line-height: 20px;
  justify-content: center;
  font-family: Poppins, Arial;
  height: 48px;
  border: 1px solid #9865B8;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 20px;
  text-align: center;
  outline: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  background-color: #9865B8;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  transition: 0.2s;
  color: #FFFFFF;
}

.button__purple:hover {
  cursor: pointer;
  color: #9865B8;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #FFFFFF;
}

.button__purple:disabled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #BAC6C9;
  background-color: #FFFFFF;
  color: #BAC6C9;
  opacity: 1;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.button__purple:active {
  background-color: #0B2F4E;
  border: 1px solid #0B2F4E;
}

.button__large {
  height: 60px;
  font-size: 16px;
  border-radius: 30px;
}

.button__small {
  height: 40px;
  font-size: 12px;
  border-radius: 24px;
}

.button__spinner {
  animation: spinner-anim 0.8s linear infinite;
  pointer-events: none;
  user-select: none;
}

.button__base-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: none;
  user-select: none;
}

.button__loading {
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}

.a__default {
  color: #08A2C4;
  cursor: pointer;
  text-decoration: none;
}

.a__default:hover {
  text-decoration: underline;
}

.a__navy {
  color: #0B2F4E;
}

.a__navy:hover {
  color: #0B2F4E;
  text-decoration: underline;
}

.a__underline {
  text-decoration: underline;
}

.a__underline:hover {
  opacity: 0.8;
}

.input__default {
  line-height: 20px;
  border: 1px solid #9A9BA0;
  padding: 8px 11px 10px 11px;
  outline: none;
  margin-bottom: 12;
  font-weight: 400;
  font-size: 16;
  background-color: #FFFFFF;
  display: block;
  color: #0B2F4E;
}

.input__default:focus {
  border: 1px solid #0B2F4E;
  box-shadow: rgba(0, 157, 232, 0.25) 0px 0px 4px 0;
}

.input__default:read-only {
  background-color: #F4F5FB;
  border: 1px solid #F4F5FB;
  box-shadow: none;
}

.input__default:error {
  border: 1px solid #CB1E3D;
  box-shadow: #FFEFEF 0px 0px 4px 0;
}

.input__default:error-style {
  border: 1px solid #CB1E3D;
  box-shadow: none;
}

.input__default:placeholder {
  color: #9A9BA0;
}

.input__label {
  margin-top: 10;
  color: #9A9BA0;
  margin-bottom: 10;
}

.input__label:wrapper {
  display: flex;
  font-size: 16;
  flex-direction: column;
}

.layout__copyright {
  font-size: 13;
  flex: 0 0 auto;
  text-align: center;
  margin-top: 20;
}

.layout__privacy-policy {
  font-size: 16;
  color: #FFFFFF;
}

.layout__fullscreen-page {
  display: flex;
  overflow: auto;
  flex: 1;
  position: relative;
  background: #FFFFFF;
  padding: 30;
  flex-direction: column;
  align-items: center;
}

.layout__fullscreen-page:header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 1 48px;
}

.layout__fullscreen-page:title {
  font-size: 32;
  text-align: center;
  margin-top: 30;
  margin-bottom: 30;
  flex: 0 0 auto;
  line-height: 30px;
}

.layout__panel {
  background: #FFFFFF;
  border: 1px solid #838383;
  display: flex;
  flex-direction: column;
}

.layout__labeled-dropdown {
  display: flex;
  font-size: 16;
  flex-direction: column;
  position: relative;
}

.checkbox__default-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox__default-wrapper:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #08A2C4;
}

.checkbox__default-wrapper:disabled {
  background: #BAC5C8;
  border: 1px solid #BAC5C8;
  box-shadow: none;
  cursor: default;
}

.checkbox__default-checkbox {
  width: 20;
  justify-content: center;
  height: 20;
  border: 1px solid #9A9BA0;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  background-color: #FFFFFF;
  display: flex;
  flex: 0 0 20px;
}

.checkbox__default-label {
  font-size: 14;
  color: #9A9BA0;
  flex: 1 0 auto;
  margin-left: 10;
}

.checkbox__small {
  height: 16;
  width: 16;
  flex: 0 0 16px;
}

.checkbox__mixed {
  background-color: #08A2C4;
  box-shadow: 0 1px 2px 0 #F4F5FB;
  border: 1px solid #08A2C4;
}

.checkbox__mixed:checked {
  background-color: #007194;
  box-shadow: 0 1px 2px 0 #F4F5FB;
  border: 1px solid #08A2C4;
}

.checkbox__disabled {
  background: #BAC5C8;
  border: 1px solid #BAC5C8;
  box-shadow: none;
  cursor: default;
}

.checkbox__mixed-inner {
  background-color: #FFFFFF;
  height: 2;
  width: 8;
}

.dropdown__default {
  display: flex;
  margin-bottom: 12;
  font-size: 14;
  cursor: pointer;
  padding: 0 11px 0 13px;
  position: relative;
}

.dropdown__default:disabled {
  cursor: default;
}

.dropdown__input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

.dropdown__label {
  display: flex;
  align-items: center;
  flex: 1;
}

.dropdown__label:disabled {
  cursor: default;
  opacity: 0.5;
}

.dropdown__placeholder {
  opacity: 0.5;
}

.dropdown__arrow {
  margin-left: 7;
}

.dropdown__material-icon {
  color: #9A9BA0;
  font-size: 20;
  transform: rotate(-90deg);
}

.dropdown__menu {
  position: absolute;
  z-index: 50;
}

.dropdown__menu:inner {
  position: relative;
  max-height: 225;
  min-height: 20;
  z-index: 10;
  overflow: auto;
}

.dropdown__menu-arrow {
  position: absolute;
  left: 50%;
  width: 15;
  height: 15;
  z-index: 2;
  transform: translateX(-50%) rotate(45deg);
  background: #F4F5FB;
}

.dropdown__menu-arrow:up {
  bottom: -5;
}

.dropdown__menu-arrow:down {
  top: -5;
}

.dropdown__menu-open-up {
  margin-bottom: 3;
  bottom: 100%;
}

.dropdown__menu-open-down {
  margin-top: 3;
  top: 100%;
}

.dropdown__labeled {
  background: #FFFFFF;
  border: 1px solid #9A9BA0;
  height: 40;
  width: 400;
}

.dropdown__labeled:menu {
  left: 0;
  width: 400;
}

.logo__default {
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 250;
  height: 70;
  flex: 0 0 250px;
}

.logo__mobile {
  background-size: 180px auto;
  flex: 0 0 180px;
}

.logo__clickable {
  cursor: pointer;
}

.logo__circle {
  border-radius: 50%;
}

.menu__default {
  background-color: #0B2F4E;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.4);
  overflow: hidden;
  padding-bottom: -10;
  display: block;
}

.menu__hidden {
  display: none;
}

.menu__inner {
  margin-top: -1;
}

.menu__section {
  line-height: 15px;
  text-transform: uppercase;
  padding: 7px 15px 5px 15px;
  cursor: default;
  font-weight: 700;
  font-size: 11;
  background-color: #9A9BA0;
  letter-spacing: 1.4;
  color: #FFFFFF;
}

.menu__item {
  justify-content: flex-start;
  height: 40;
  align-items: center;
  padding: 10px 12px 11px 20px;
  position: relative;
  margin-top: 1;
  cursor: pointer;
  font-size: 14;
  background-color: #0B2F4E;
  display: flex;
  color: #FFFFFF;
}

.menu__item:right-align {
  justify-content: flex-end;
}

.menu__item:hover {
  background-color: #0B2F4E;
  text-decoration: none;
}

.menu__item-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 auto;
}

.menu__item-with-flag {
  flex: 0 1 auto;
}

.menu__item-icon {
  background-color: #0B2F4E;
  border-radius: 50%;
  border: 1px solid #0B2F4E;
  height: 18;
  width: 18;
  margin: 0 6px 0 14px;
  flex: 0 0 18px;
}

.menu__item-icon-right {
  margin: 0px 14px 0px 0px;
}

.menu__item-flag {
  flex: 0 0 auto;
  margin-left: 10;
  font-size: 8;
  letter-spacing: 1;
  line-height: 11px;
  font-weight: 700;
  padding: 3px 4px 2px 5px;
  background: rgba(255,255,255,0.25);
}

.menu__item-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  width: flex-end;
}

.menu__item-spacer {
  flex-grow: 1;
}

.menu__item-spacer-with-flag {
  flex-grow: 0;
}

.modal__backdrop {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 103, 109, 0.98);
  overflow: auto;
}

.modal__backdrop-inner {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 20;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__backdrop-clickable {
  cursor: pointer;
}

.modal__window-container {
  display: flex;
  max-width: 100%;
}

.modal__window {
  padding: 16;
  max-width: 100%;
}

.modal__close-button {
  cursor: pointer;
  position: fixed;
  right: 40;
  top: 40;
  opacity: 0.5;
  z-index: 9999;
}

.modal__close-button:hover {
  opacity: 0.8;
}

.modal__close-button:icon {
  color: #FFFFFF;
  font-size: 36;
  user-select: none;
}

.modal__done-button {
  cursor: pointer;
  position: fixed;
  right: 40;
  top: 50;
  z-index: 9999;
}

.pill__gray {
  justify-content: center;
  height: 18;
  align-items: center;
  padding: 0 8px;
  font-weight: 500;
  font-size: 10;
  letter-spacing: 0.5;
  border-radius: 9;
  display: flex;
  background: #8f8e9b;
  color: #FFFFFF;
}

.pill__icon {
  font-size: 12;
  margin-right: 4;
}

.separator__line {
  background-color: #9A9BA0;
  height: 1;
  flex: 1 0 auto;
}

.separator__or {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.separator__or-text {
  color: #9A9BA0;
  margin: 0 11px;
  font-weight: 500;
  font-size: 12;
  line-height: 16px;
}

.separator__hor-line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.separator__divider {
  height: 1;
  width: 95%;
  align-self: center;
  flex: 0 0 1px;
}

.sso__google-button {
  align-self: center;
}

.sso__google-button-args {
  padding: 0 10px 0 50px;
  font-size: 15;
  margin: 0;
}

.sso__google-button-hover {
  border: 2px solid #FFFFFF;
}

.sso__google-button-pressed {
  border: 2px solid #FFFFFF;
}

.sso__google-button-border {
  border: 2px solid #0B2F4E;
}

.tab__default {
  border-bottom: 5px solid transparent;
  line-height: 1.3;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13;
  display: flex;
  flex: 0 0 auto;
  background: transparent;
  color: #0B2F4E;
  opacity: 0.6;
}

.tab__selected {
  animation: core-c-tab-selected 0.1s linear;
  border-bottom: 5px solid #0B2F4E;
  opacity: 1;
}

.tab__mobile {
  padding: 0 20px;
}

.tab__hover {
  text-decoration: none;
}

.tab__hover-not-selected {
  opacity: 1;
}

.toggle__default {
  width: 27;
  height: 13;
  -moz-user-select: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  background-color: #ebeced;
  border-radius: 16;
  opacity: 1;
  -ms-user-select: none;
}

.toggle__checked {
  cursor: pointer;
}

.toggle__disabled {
  cursor: default;
  opacity: 0.4;
}

.toggle__knob {
  width: 18;
  right: 100%;
  top: 0;
  transition-property: right,transform;
  height: 18;
  transform: translate(75%,-3px);
  position: absolute;
  z-index: 2;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
  background-color: #a0a0a0;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle__knob-checked {
  right: 0;
  transform: translate(25%,-3px);
  background-color: #0B2F4E;
}