:root {
  --main-color: #0a4d47;
  --font-color: #0a4d47;
  --background-form-color: #e3f2fb;
  --navbar-heigh: 3.5rem;
  --footer-heigh: 7rem;
  --second-color: #d4a76c;
  --heigh-display-page: calc(--web-kit-fill-available - var(--navbar-heigh));
  --font-size-xl: 4rem;
  --font-size-l: 1.45rem;
  --font-size-ttl: 1.18rem;
  --font-size-m: 1rem;
  --font-size-s: 0.9rem;
  --font-size-xs: 0.79rem;
  --font-weight-bold: 700;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-light: 300;
  --color-fb: #23599a;
  --color-google: #0082f4;
  --color-linkedin: #007cb7;
  --sidebar-color: #0a4d47;
  --navbar-color: #ffff;
  --navbar-border-color: whitesmoke;
}

.test-cnt {
  display: flex;
  flex-direction: column;
}

.couple-topinfo {
  border-bottom: 1px solid white;
}

.gf-modal-file-viewer-secure-txt {
  text-align: center;
  margin: 2rem 0;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-s);
}

.gf-modal-file-viewer-secure-txt-2 {
  text-align: center;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-s);
}

.fullscreen-cnt {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100vw;
  background: #ff212a;
  pointer-events: none;
  position: fixed;
  box-sizing: border-box;
}

.header {
  display: flex;
  flex-shrink: 0;
  height: 5rem;
  transition: 0.5s all;
  width: 100%;
  align-items: center;
  background: white;
  flex-direction: column;
  padding: 10px 10px 0;
  box-sizing: border-box;
  z-index: 5;
  position: fixed !important;
  text-align: center;
}

.jaja {
  position: relative !important;
}

.h-cases {
  margin-top: 0 !important;
  min-height: 6rem !important;
  height: 6rem;
}

.h-blog {
  margin-top: 0 !important;
  height: 6rem !important;
}

.h-ret-plans {
  margin-top: 0 !important;
  height: 10rem !important;
}

.h-submit {
  margin-top: 0 !important;
  height: 3rem !important;
}

.h-cre {
  min-height: 5.3rem !important;
  height: auto;
  padding: 10px;
}

.h-retirement {
  margin-top: 0 !important;
  height: 9rem !important;
}

.header2 {
  position: relative !important;
}

.header-fixer2 {
  position: relative !important;
}

.header-fixer {
  height: 5rem;
  width: 100%;
  display: flex !important;
}

.h-dash-simple {
  margin-top: 0 !important;
  height: 3rem !important;
}

.h-dash {
  margin-top: 0 !important;
  height: 7rem !important;
}

.h-pay {
  margin-top: 0 !important;
  height: 4rem !important;
}

.main {
  height: auto;
  flex-grow: 1;
  overflow-y: auto;
}

.footer {
  height: 6rem;
  width: 100%;
  flex-shrink: 0;
}

.topp {
  height: 5rem;
  width: 100%;
  flex-shrink: 0;
}

.thebtt2 {
  display: flex !important;
}

.body-page {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body-page-2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 25.6rem - var(--navbar-heigh));
}

.body-cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 35rem;
}

.asf {
  flex-direction: column;
  min-width: 3rem;
}
@media (min-width: 991px) {
  .asf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 0;
  }
}

.body-cnt-2 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  max-width: 65rem;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
@media (min-width: 991px) {
  .body-cnt-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body-cnt-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 50rem;
}

.gf-modal-file-viewer-secure {
  padding: 1em;
  max-width: 36em;
  box-sizing: border-box;
  display: flex;
  width: 90vw;
  flex-direction: column;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border-radius: 0.4em;
  box-sizing: border-box;
  margin: 1em;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.33);
}

.top-nonscrollable {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: white;
  padding: 1em;
  z-index: 5;
}

.mat-raised-button:disabled {
  background: #ffffff !important;
  opacity: 1;
  color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-ttl);
  -webkit-box-shadow: 7px 0px 5px 0px transparent !important;
  -moz-box-shadow: 7px 0px 5px 0px transparent !important;
  box-shadow: 7px 0px 5px 0px transparent !important;
}

.couple-name {
  font-weight: var(--font-weight-medium);
  color: var(--font-color);
  font-size: var(--font-size-ttl);
}

.mat-raised-button {
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-ttl) !important;
  -webkit-box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.44) !important;
}

.bottom-bts {
  height: 3.8rem;
}

.mat-flat-button {
  -webkit-box-shadow: 0px 14px 15px -11px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 14px 15px -11px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 14px 15px -11px rgba(0, 0, 0, 0.42);
}

.form-cnt {
  display: flex;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem 1rem 0.5rem;
  margin: 1rem;
  height: auto;
  background: white;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
}

.class-radio-button {
  margin: 0.5rem 0;
  color: var(--main-color);
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-s);
}

::placeholder {
  color: var(--main-color);
  font-weight: var(--font-weight-regular);
}

.top-nonscrollable-d {
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: white;
  padding: 1em;
}

.ra-explanation {
  text-align: center;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-light);
}

.radio-g {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  width: available;
  font-size: var(--font-size-s);
  color: var(--main-color);
}

.radio-item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 0.5rem 0;
  color: var(--main-color);
  font-weight: var(--font-weight-regular) !important;
  font-size: var(--font-size-s);
}

class-radio-button .ra-ttl {
  color: var(--font-color);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-m);
  margin-bottom: 1em;
}

.ra-txt {
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--main-color);
  font-weight: var(--font-weight-medium);
}

.ico-bt-e {
  line-height: 0 !important;
  width: 1.5rem !important;
  min-height: 1.5rem !important;
  margin: 0 !important;
}

.ico-bt-ico {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.ico-bt-ico-sff {
  width: 2rem;
  height: 2rem;
}

.elico {
  width: 0.9rem;
  padding: 0 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.ico-bt-ico-s {
  width: 2rem;
  height: 2rem;
}

.ico-bt-ico2 {
  width: 0.1rem;
  height: 0.1rem;
}

.ico-bt-ico3 {
  width: 0.5rem;
  height: 0.5rem;
}

.ico-bt {
  margin: 0 0 0 0.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  border: none;
  background: transparent;
  cursor: pointer;
}

.ico {
  cursor: pointer;
  width: 1.5em;
  align-items: center;
  justify-content: center;
  height: 1.5em;
}

.floated-bottom-container-fixer {
  display: flex;
  width: available;
  visibility: hidden;
  padding: 1rem;
  margin-top: 1rem;
  box-sizing: border-box;
}

.app-view {
  position: fixed;
  display: flex;
  flex-direction: column;
}

.floated-bottom-containerss {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.floated-bottom-containerss2 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.qwefqrt {
  display: none;
}

.input-class {
  width: 100%;
  font-size: var(--font-size-s) !important;
  font-weight: var(--font-weight-regular) !important;
}

.mat-input-placeholder {
  font-size: 4em !important;
}

.mat-input-wrapper {
  font-size: 5em !important;
}

.ss.mat-form-field-underline {
  background: #71ff60 !important;
}

.floated-bottom-container-h {
  width: 100%;
  height: 4em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: white;
  padding: 0.5em;
  box-sizing: border-box;
  border-top: 1px solid #0085d6;
  z-index: 5;
  visibility: hidden;
}

.mn-act {
  transform: translateX(0);
  transition: 0.4s all;
  -webkit-box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.44);
}

.mn-act #closebt {
  opacity: 1;
  animation-delay: 0.3s;
  transition: 0.4s all ease-in-out;
  transform: rotate(0deg);
}

.full-page {
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
}

.mn-des {
  transform: translateX(-13rem);
  transition: 0.4s all;
}

.mn-des .lalalsi {
  transform: rotate(-30deg);
  opacity: 1;
  transition: 0.4s all;
  transition-delay: 1s;
}

.menu-container {
  width: 13rem;
  height: 100vh;
  background: var(--sidebar-color);
  color: white;
  display: flex;
  flex-direction: column;
  z-index: 101;
  position: fixed;
  display: none;
}

.gn-style {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-s);
  opacity: 0;
  color: var(--main-color);
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s all;
}

.h-act {
  padding-bottom: 0.5rem;
  opacity: 1;
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-s);
  color: var(--main-color);
  width: 100%;
  overflow: hidden;
  display: flex;
  transition: 0.5s all;
  max-height: 35rem;
}
.mat-raised-button {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
a {
  text-decoration: none;
  cursor: pointer;
}

.primary-link {
  color: #1ab48a;
  text-decoration: underline;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

:host {
  position: fixed;
  z-index: 200;
}

.sd-full {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  /* //background: #71ff60; */
}

.shadow {
  width: 100vw;
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.11);
}

.menu-ttl {
  font-size: var(--font-size-ttl);
  /* //font-weight: var(--font-weight-light); */
  font-weight: var(--font-weight-medium);
}

.menutop {
  min-height: var(--navbar-heigh);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: var(--sidebar-color);
  border-bottom: 1px solid var(--second-color);
}

.menu-item {
  height: 2em;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding-left: 1em;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-light);
  cursor: pointer;
  margin-bottom: 0.3rem;
  color: white;
}

.menu-item:hover {
  text-decoration: none;
}

.menu-items {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--second-color);
  margin-bottom: 1em;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 0.5s;
  background-color: transparent;
  z-index: 100;
}
.overlay.nsm-overlay-open {
  background: rgba(0, 52, 100, 0.7);
}
.nsm-dialog {
  box-sizing: border-box;
}
.nsm-dialog[class*='nsm-dialog-animation-'] {
  transition: transform 0.5s ease-in-out, opacity 0.5s;
  z-index: -1;
}
.nsm-content {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border-radius: 0.5em;
  box-sizing: border-box;
  box-shadow: 0 7px 8px -4px rgb(0 0 0 / 20%), 0 13px 19px 2px rgb(0 0 0 / 14%),
    0 5px 24px 4px rgb(0 0 0 / 12%);
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nsm-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
