/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-navbar {
  height: 9rem;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 600;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (min-width: 576px) {
.app-navbar {
      height: 9rem;
}
}
@media (min-width: 768px) {
.app-navbar {
      height: 9rem;
}
}
@media (min-width: 1200px) {
.app-navbar {
      height: 13rem;
}
}
@media (min-width: 1400px) {
.app-navbar {
      height: 13rem;
}
}
.app-navbar .logo {
    width: 30rem;
    margin: 0 2rem;
}
@media (max-width: 767.98px) {
.app-navbar .logo {
        width: 20rem;
        margin: 0 1rem 0 .5rem;
}
}
.app-navbar .logo img {
      height: 100%;
      width: 100%;
}
.app-navbar .navbar-right {
    position: relative;
    padding: 1.2rem 3rem;
    padding-left: 5rem;
    width: 50%;
}
@media (min-width: 955px) {
.app-navbar .navbar-right {
        padding-left: 8rem;
}
}
@media (min-width: 1200px) {
.app-navbar .navbar-right {
        padding: 2.5rem 5rem 3rem 10rem;
}
}
@media (min-width: 576px) {
.app-navbar .navbar-right {
        width: 50%;
}
}
@media (min-width: 768px) {
.app-navbar .navbar-right {
        width: 50%;
}
}
@media (min-width: 1200px) {
.app-navbar .navbar-right {
        width: 43%;
}
}
@media (min-width: 1400px) {
.app-navbar .navbar-right {
        width: 43%;
}
}
.app-navbar .navbar-right .icon-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.app-navbar .navbar-right .icon-bar .icons {
        display: -ms-flexbox;
        display: flex;
}
.app-navbar .navbar-right .menu-icon svg {
      height: 2rem;
}
@media (min-width: 768px) {
.app-navbar .navbar-right .menu-icon svg {
          height: 2rem;
}
}
@media (min-width: 1200px) {
.app-navbar .navbar-right .menu-icon svg {
          height: 2.5rem;
}
}
.app-navbar .navbar-right .quick-bar .quick-links a {
      margin-right: 3rem;
      color: #fff;
      opacity: 0.7;
      transition: 1s;
}
.app-navbar .navbar-right .quick-bar .quick-links a:hover {
        opacity: 1;
}
@media (max-width: 767.98px) {
.app-navbar .navbar-right {
      transition: width 150ms 200ms ease-in;
}
.app-navbar .navbar-right:before {
        transition: -webkit-transform 150ms 200ms ease-in;
        transition: transform 150ms 200ms ease-in;
        transition: transform 150ms 200ms ease-in, -webkit-transform 150ms 200ms ease-in;
}
.app-navbar.menu-is-open .navbar-right {
      transition-delay: 0s;
      width: 100%;
}
.app-navbar.menu-is-open .navbar-right:before {
        transition-delay: 0s;
        -webkit-transform: skew(0deg);
                transform: skew(0deg);
}
}
.logo-fade-enter-active {
  transition-delay: 200ms;
}
.logo-fade-enter-to,
.logo-fade-enter {
  display: none;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
/*=============================================
=                 Variables             =
=============================================*/
/*=====  End of Variables  ======*/
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-all {
  pointer-events: all;
}
.app-login {
  margin-top: 9rem;
  position: absolute;
  width: 100%;
  font-size: 1.1rem;
  z-index: 400;
}
@media (min-width: 576px) {
.app-login {
      margin-top: 9rem;
}
}
@media (min-width: 768px) {
.app-login {
      margin-top: 9rem;
}
}
@media (min-width: 1200px) {
.app-login {
      margin-top: 13rem;
}
}
@media (min-width: 1400px) {
.app-login {
      margin-top: 13rem;
}
}
.app-login .icon-eportal {
    position: absolute;
}
@media (max-width: 767.98px) {
.app-login .icon-eportal {
        left: -2rem;
        top: -1rem;
}
.app-login .icon-eportal svg {
          height: 2.5rem !important;
}
}
.app-login::before {
    content: "";
    position: absolute;
    z-index: 600;
    width: 100%;
    top: 0;
    background-color: #2c4694;
    overflow: hidden;
    -webkit-transform-origin: top;
            transform-origin: top;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    pointer-events: all;
    height: 36rem;
    -webkit-transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
            transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
    right: 50%;
}
@media (min-width: 768px) {
.app-login::before {
        height: 40rem;
}
}
@media (min-width: 1200px) {
.app-login::before {
        height: 57rem;
}
}
@media (min-width: 1400px) {
.app-login::before {
        height: 57rem;
}
}
@media (min-width: 576px) {
.app-login::before {
        -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
                transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
}
}
@media (min-width: 768px) {
.app-login::before {
        -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
                transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 13rem) ));
}
}
@media (min-width: 1200px) {
.app-login::before {
        -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 13rem) ));
                transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 13rem) ));
}
}
@media (min-width: 1400px) {
.app-login::before {
        -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 13rem) ));
                transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 13rem) ));
}
}
@media (min-width: 768px) {
.app-login::before {
        -webkit-transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
                transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
}
}
@media (min-width: 768px) and (min-width: 576px) {
.app-login::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
}
}
@media (min-width: 768px) and (min-width: 768px) {
.app-login::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(50% - 100% + 16rem) ));
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.app-login::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 16rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 16rem) ));
}
}
@media (min-width: 768px) and (min-width: 1400px) {
.app-login::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 16rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(43% - 100% + 16rem) ));
}
}
@media (min-width: 576px) {
.app-login::before {
        right: 50%;
}
}
@media (min-width: 768px) {
.app-login::before {
        right: 50%;
}
}
@media (min-width: 1200px) {
.app-login::before {
        right: 43%;
}
}
@media (min-width: 1400px) {
.app-login::before {
        right: 43%;
}
}
.app-login .app-login-content {
    width: 100%;
    float: left;
    z-index: 601;
    transition: top 500ms;
    word-spacing: 3px;
    line-height: 1.4;
    position: relative;
}
.app-login .app-login-content .login-info {
      display: grid;
      grid-template-columns: -webkit-max-content -webkit-max-content;
      grid-template-columns: max-content max-content;
}
.app-login .app-login-content .btn-expand {
      margin: 1.6rem;
}
@media (min-width: 768px) {
.app-login .app-login-content .btn-expand {
          margin: 3rem;
}
}
.app-login .app-login-content .app-login-content-form {
      width: 100%;
}
@media (min-width: 768px) {
.app-login .app-login-content .app-login-content-form {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
}
}
.app-login .app-login-content .btn-close {
      position: absolute;
      left: 1rem;
      top: 3rem;
}
@media (min-width: 955px) {
.app-login .app-login-content .btn-close {
          left: 2rem;
          top: 3rem;
}
}
@media (min-width: 1200px) {
.app-login .app-login-content .btn-close {
          left: 3rem;
          top: 4rem;
}
}
.app-login .app-login-content .login-container {
      width: 100%;
      max-width: 30rem;
}
@media (min-width: 768px) {
.app-login .app-login-content .login-container {
          width: 24rem;
}
}
@media (min-width: 955px) {
.app-login .app-login-content .login-container {
          width: 28rem;
}
}
@media (min-width: 1200px) {
.app-login .app-login-content .login-container {
          width: 40rem;
}
}
@media (min-width: 768px) {
.app-login .app-login-content .login-container {
          max-width: unset;
}
}
.app-login .app-login-content .app-login-content-outside-shape {
      height: 36rem;
      width: 100%;
      float: right;
}
@media (min-width: 768px) {
.app-login .app-login-content .app-login-content-outside-shape {
          height: 40rem;
}
}
@media (min-width: 1200px) {
.app-login .app-login-content .app-login-content-outside-shape {
          height: 57rem;
}
}
@media (min-width: 1400px) {
.app-login .app-login-content .app-login-content-outside-shape {
          height: 57rem;
}
}
@media (min-width: 768px) {
.app-login .app-login-content .app-login-content-outside-shape {
          -webkit-shape-outside: linear-gradient(118deg, rgba(0, 0, 0, 0) 39%, black 0%);
                  shape-outside: linear-gradient(118deg, rgba(0, 0, 0, 0) 39%, black 0%);
}
}
@media (min-width: 955px) {
.app-login .app-login-content .app-login-content-outside-shape {
          -webkit-shape-outside: linear-gradient(123deg, rgba(0, 0, 0, 0) 39%, black 0%);
                  shape-outside: linear-gradient(123deg, rgba(0, 0, 0, 0) 39%, black 0%);
}
}
@media (min-width: 1200px) {
.app-login .app-login-content .app-login-content-outside-shape {
          -webkit-shape-outside: linear-gradient(123deg, rgba(104, 66, 66, 0) 43%, black 0%);
                  shape-outside: linear-gradient(123deg, rgba(104, 66, 66, 0) 43%, black 0%);
}
}
@media (min-width: 1400px) {
.app-login .app-login-content .app-login-content-outside-shape {
          -webkit-shape-outside: linear-gradient(123deg, rgba(0, 0, 0, 0) 45%, black 0%);
                  shape-outside: linear-gradient(123deg, rgba(0, 0, 0, 0) 45%, black 0%);
}
}
.app-login .app-login-content .app-login-content-form {
      padding: 3rem 4rem;
}
@media (min-width: 768px) {
.app-login .app-login-content .app-login-content-form {
          padding: 3rem 3rem;
}
}
@media (min-width: 955px) {
.app-login .app-login-content .app-login-content-form {
          padding: 3rem 6rem;
}
}
@media (min-width: 1200px) {
.app-login .app-login-content .app-login-content-form {
          padding: 4rem 6rem;
}
}
/*
** ePortal Background States
*/
.app-login.logged-in::before {
  background-color: #268074;
}
.app-login:not(.expanded):hover::before {
  -webkit-transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
          transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
}
@media (min-width: 576px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
}
}
@media (min-width: 768px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 13rem) + 1rem) ));
}
}
@media (min-width: 1200px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 13rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 13rem) + 1rem) ));
}
}
@media (min-width: 1400px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 13rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 13rem) + 1rem) ));
}
}
@media (min-width: 768px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
              transform:   skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
}
}
@media (min-width: 768px) and (min-width: 576px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
}
}
@media (min-width: 768px) and (min-width: 768px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(50% - 100% + 16rem) + 1rem) ));
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 16rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 16rem) + 1rem) ));
}
}
@media (min-width: 768px) and (min-width: 1400px) {
.app-login:not(.expanded):hover::before {
      -webkit-transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 16rem) + 1rem) ));
              transform:  skew(calc(calc(-33deg * 1) )) translate(calc(calc(calc(43% - 100% + 16rem) + 1rem) ));
}
}
.app-login.expanded::before {
  -webkit-transform:   skew(calc(-33deg ));
          transform:   skew(calc(-33deg ));
}
@media (min-width: 576px) {
.app-login.expanded::before {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
@media (min-width: 768px) {
.app-login.expanded::before {
      -webkit-transform:  skew(calc(-28deg ));
              transform:  skew(calc(-28deg ));
}
}
@media (min-width: 1200px) {
.app-login.expanded::before {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
@media (min-width: 1400px) {
.app-login.expanded::before {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
@media (max-width: 767.98px) {
.app-login.expanded::before {
    -webkit-transform: skew(0) scaleX(1.3) translateX(10%) !important;
            transform: skew(0) scaleX(1.3) translateX(10%) !important;
    right: 0% !important;
    transition: right 300ms ease, -webkit-transform 200ms ease 100ms;
    transition: transform 200ms ease 100ms, right 300ms ease;
    transition: transform 200ms ease 100ms, right 300ms ease, -webkit-transform 200ms ease 100ms;
}
}
/*
**  Transitions
*/
.fade-enter-active {
  transition-delay: 2000ms;
  transition: opacity .5s;
}
.fade-leave-active {
  transition: none;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
/*
** ePortal Content
*/

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-menu[data-v-2f486ed4] {
  margin-top: 9rem;
  position: absolute;
  width: 100%;
}
@media (min-width: 576px) {
.app-menu[data-v-2f486ed4] {
      margin-top: 9rem;
}
}
@media (min-width: 768px) {
.app-menu[data-v-2f486ed4] {
      margin-top: 9rem;
}
}
@media (min-width: 1200px) {
.app-menu[data-v-2f486ed4] {
      margin-top: 13rem;
}
}
@media (min-width: 1400px) {
.app-menu[data-v-2f486ed4] {
      margin-top: 13rem;
}
}
.app-menu[data-v-2f486ed4]:before {
    content: "";
    position: absolute;
    z-index: 500;
    width: 100%;
    background-color: #268074;
    -webkit-transform-origin: top;
            transform-origin: top;
    top: 0;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    height: 36rem;
    left: calc(-50% + 100%);
    -webkit-transform:   skew(calc(0deg )) translateY(calc(calc(-9rem - 100%) ));
            transform:   skew(calc(0deg )) translateY(calc(calc(-9rem - 100%) ));
}
@media (min-width: 768px) {
.app-menu[data-v-2f486ed4]:before {
        height: 40rem;
}
}
@media (min-width: 1200px) {
.app-menu[data-v-2f486ed4]:before {
        height: 57rem;
}
}
@media (min-width: 1400px) {
.app-menu[data-v-2f486ed4]:before {
        height: 57rem;
}
}
@media (min-width: 576px) {
.app-menu[data-v-2f486ed4]:before {
        left: calc(-50% + 100%);
}
}
@media (min-width: 768px) {
.app-menu[data-v-2f486ed4]:before {
        left: calc(-50% + 100%);
}
}
@media (min-width: 1200px) {
.app-menu[data-v-2f486ed4]:before {
        left: calc(-43% + 100%);
}
}
@media (min-width: 1400px) {
.app-menu[data-v-2f486ed4]:before {
        left: calc(-43% + 100%);
}
}
@media (min-width: 576px) {
.app-menu[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(0deg )) translateY(calc(calc(-9rem - 100%) ));
                transform:  skew(calc(0deg )) translateY(calc(calc(-9rem - 100%) ));
}
}
@media (min-width: 768px) {
.app-menu[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-28deg )) translateY(calc(calc(-9rem - 100%) ));
                transform:  skew(calc(-28deg )) translateY(calc(calc(-9rem - 100%) ));
}
}
@media (min-width: 1200px) {
.app-menu[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-33deg )) translateY(calc(calc(-13rem - 100%) ));
                transform:  skew(calc(-33deg )) translateY(calc(calc(-13rem - 100%) ));
}
}
@media (min-width: 1400px) {
.app-menu[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-33deg )) translateY(calc(calc(-13rem - 100%) ));
                transform:  skew(calc(-33deg )) translateY(calc(calc(-13rem - 100%) ));
}
}
.app-menu .menu-inner[data-v-2f486ed4] {
    position: absolute;
    z-index: 501;
    right: 0;
}
@media (max-width: 767.98px) {
.app-menu .menu-inner[data-v-2f486ed4] {
        left: 0;
}
}
.app-menu .menu-inner a[data-v-2f486ed4],
    .app-menu .menu-inner .app-icon[data-v-2f486ed4] {
      transition: opacity 0.2s;
      opacity: 0.6;
}
.app-menu .menu-inner a[data-v-2f486ed4]:hover, .app-menu .menu-inner a.nuxt-link-active[data-v-2f486ed4], .app-menu .menu-inner a.is-active[data-v-2f486ed4],
      .app-menu .menu-inner .app-icon[data-v-2f486ed4]:hover,
      .app-menu .menu-inner .app-icon.nuxt-link-active[data-v-2f486ed4],
      .app-menu .menu-inner .app-icon.is-active[data-v-2f486ed4] {
        opacity: 1;
}
.app-menu .menu-inner a[data-v-2f486ed4] {
      display: block;
      color: #fff;
      text-decoration: none;
      margin-right: 2.5rem;
}
@media (min-width: 576px) {
.app-menu .menu-inner a[data-v-2f486ed4] {
          margin-right: 3rem;
}
}
@media (min-width: 768px) {
.app-menu .menu-inner a[data-v-2f486ed4] {
          margin-right: 3.2rem;
}
}
@media (min-width: 955px) {
.app-menu .menu-inner a[data-v-2f486ed4] {
          margin-right: 3.5rem;
}
}
@media (max-width: 575.98px) {
.app-menu .menu-inner .main-menu[data-v-2f486ed4] .font-menu {
        line-height: 1.42;
}
}
.app-menu[data-v-2f486ed4] .app-icon svg {
    width: 1.6rem;
}
@media (min-width: 576px) {
.app-menu[data-v-2f486ed4] .app-icon svg {
        width: 2.2rem;
}
}
@media (min-width: 1200px) {
.app-menu[data-v-2f486ed4] .app-icon svg {
        width: 2.5rem;
}
}
.app-menu.is-open[data-v-2f486ed4]:before {
    -webkit-transform:   skew(calc(0deg )) translateY(calc(0% ));
            transform:   skew(calc(0deg )) translateY(calc(0% ));
}
@media (min-width: 576px) {
.app-menu.is-open[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(0deg ));
                transform:  skew(calc(0deg ));
}
}
@media (min-width: 768px) {
.app-menu.is-open[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-28deg ));
                transform:  skew(calc(-28deg ));
}
}
@media (min-width: 1200px) {
.app-menu.is-open[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-33deg ));
                transform:  skew(calc(-33deg ));
}
}
@media (min-width: 1400px) {
.app-menu.is-open[data-v-2f486ed4]:before {
        -webkit-transform:  skew(calc(-33deg ));
                transform:  skew(calc(-33deg ));
}
}
@media (max-width: 767.98px) {
.app-menu.is-open[data-v-2f486ed4]:before {
        transition-delay: 150ms;
}
}
@media (max-width: 767.98px) {
.app-menu[data-v-2f486ed4]:before {
    right: 0;
    left: 0;
}
}
.menu-inner-fade-enter-active[data-v-2f486ed4] {
  transition: opacity 100ms 150ms ease-in;
}
@media (max-width: 767.98px) {
.menu-inner-fade-enter-active[data-v-2f486ed4] {
      transition-delay: 350ms;
}
}
.menu-inner-fade-enter[data-v-2f486ed4] {
  opacity: 0;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-header[data-v-0ee5c304] {
  position: relative;
}
.menu-container[data-v-0ee5c304] {
  height: 61rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  margin-top: 9rem;
  -webkit-transform:   skew(calc(-33deg ));
          transform:   skew(calc(-33deg ));
}
@media (min-width: 1200px) {
.menu-container[data-v-0ee5c304] {
      height: 57rem;
}
}
@media (min-width: 768px) {
.menu-container[data-v-0ee5c304] {
      left: 50%;
}
}
@media (min-width: 1400px) {
.menu-container[data-v-0ee5c304] {
      left: 60%;
}
}
@media (min-width: 576px) {
.menu-container[data-v-0ee5c304] {
      margin-top: 9rem;
}
}
@media (min-width: 768px) {
.menu-container[data-v-0ee5c304] {
      margin-top: 9rem;
}
}
@media (min-width: 1200px) {
.menu-container[data-v-0ee5c304] {
      margin-top: 13rem;
}
}
@media (min-width: 1400px) {
.menu-container[data-v-0ee5c304] {
      margin-top: 13rem;
}
}
@media (min-width: 576px) {
.menu-container[data-v-0ee5c304] {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
@media (min-width: 768px) {
.menu-container[data-v-0ee5c304] {
      -webkit-transform:  skew(calc(-28deg ));
              transform:  skew(calc(-28deg ));
}
}
@media (min-width: 1200px) {
.menu-container[data-v-0ee5c304] {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
@media (min-width: 1400px) {
.menu-container[data-v-0ee5c304] {
      -webkit-transform:  skew(calc(-33deg ));
              transform:  skew(calc(-33deg ));
}
}
.menu-container .searchbar-wrapper[data-v-0ee5c304] {
    background: #268074;
    height: 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 0;
    z-index: 1000;
}
.menu-container .searchbar-wrapper[data-v-0ee5c304]::before {
      content: '';
      width: 5rem;
      height: 100%;
      background: #268074;
      position: absolute;
      right: -2rem;
      top: 0;
      -webkit-transform:   skew(calc(-33deg * -1));
              transform:   skew(calc(-33deg * -1));
}
@media (min-width: 576px) {
.menu-container .searchbar-wrapper[data-v-0ee5c304]::before {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}
@media (min-width: 768px) {
.menu-container .searchbar-wrapper[data-v-0ee5c304]::before {
          -webkit-transform:  skew(calc(-28deg * -1));
                  transform:  skew(calc(-28deg * -1));
}
}
@media (min-width: 1200px) {
.menu-container .searchbar-wrapper[data-v-0ee5c304]::before {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}
@media (min-width: 1400px) {
.menu-container .searchbar-wrapper[data-v-0ee5c304]::before {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}
.menu-container .searchbar-wrapper .searchbar[data-v-0ee5c304] {
      -webkit-transform:   skew(calc(-33deg * -1));
              transform:   skew(calc(-33deg * -1));
}
@media (min-width: 576px) {
.menu-container .searchbar-wrapper .searchbar[data-v-0ee5c304] {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}
@media (min-width: 768px) {
.menu-container .searchbar-wrapper .searchbar[data-v-0ee5c304] {
          -webkit-transform:  skew(calc(-28deg * -1));
                  transform:  skew(calc(-28deg * -1));
}
}
@media (min-width: 1200px) {
.menu-container .searchbar-wrapper .searchbar[data-v-0ee5c304] {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}
@media (min-width: 1400px) {
.menu-container .searchbar-wrapper .searchbar[data-v-0ee5c304] {
          -webkit-transform:  skew(calc(-33deg * -1));
                  transform:  skew(calc(-33deg * -1));
}
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-footer {
  position: relative;
  z-index: 90;
  background-color: #EDEDED;
  padding: 2rem;
  padding-top: 5rem;
  height: 60rem;
}
@media (min-width: 955px) {
.app-footer {
      padding: 5rem;
}
}
@media (min-width: 768px) {
.app-footer {
      height: 40rem;
}
}
@media (min-width: 1200px) {
.app-footer {
      height: 42rem;
}
}
@media (min-width: 1400px) {
.app-footer {
      height: 42rem;
}
}
.app-footer .footer-container {
    max-width: 130rem;
    margin-bottom: 0 !important;
}
.app-footer .footer-width {
    padding: 0 6rem;
    margin-bottom: 6rem;
}
.app-footer p {
    margin: 2rem 0;
}
.app-footer .copyright {
    font-size: 1.2rem;
}
.app-footer .icons {
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
.app-footer .footer-inner {
    padding: 0 1.5rem;
}
.app-footer .icons {
    display: block;
    text-align: center;
}
.app-footer .copyright {
    text-align: center;
}
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.btn:focus, .btn.focus {
  box-shadow: none;
}
.app-button {
  position: relative;
  height: 40px;
  display: inline-block;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}
.app-button:focus {
    outline: none;
    box-shadow: none;
}
.app-button.btn-default {
    border: 1px solid #020304;
}
.app-button.background {
    border-width: 0 !important;
    color: #ffffff;
    position: relative;
    transition: unset;
}
.app-button.background:hover {
      color: #ffffff !important;
}
.app-button.background.background-on-active {
      border-width: 1px !important;
}
.app-button.background-on-active {
    background: none;
    color: #020304;
    border: solid 1px #020304;
}
.app-button.background-on-active.active, .app-button.background-on-active:hover {
      border-color: #268074;
      color: #ffffff;
}
.app-button.btn-hover-scale:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    transition: 300ms ease-in-out;
}
.app-button.custom-width {
    width: var(--button-width) !important;
}
.app-button.custom-height {
    height: var(--button-height) !important;
}
.app-button-link {
  display: inline-block;
  vertical-align: middle;
}
.nuxt-link-active button {
  border-color: #268074 !important;
  color: #ffffff;
}
.app-button.btn-highlight {
  background: #268074;
}
.app-button.btn-accent {
  background: #bc6a50;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.action-card .text {
  color: #268074;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.action-card .plus {
  position: absolute;
  margin: auto;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.action-card.active .active-d-flex {
  display: -ms-flexbox;
  display: flex;
}
.action-card .icon-close {
  bottom: 0.5rem;
}
.action-card:focus .active-d-none, .action-card.hover:hover .active-d-none, .action-card.active .active-d-none {
  visibility: hidden;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.action-card .footer {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  left: 0;
  padding: 0 1.5rem;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.action-card {
  position: relative;
  width: 19rem;
  height: 19rem;
  margin-top: 0;
  padding: 1.5rem;
  cursor: pointer;
}
.action-card .card-header {
    margin: 4rem auto;
    font-weight: 300;
    text-align: center;
    word-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.action-card .card-header.card-add {
      margin: 0 auto;
}
.action-card .custom-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 400ms;
    transition-property: opacity-color, color;
    transition-timing-function: ease;
}
.action-card.customhover-has-bg .custom-hover-overlay {
    background: #268074;
}
@media (min-width: 768px) {
.action-card.card-size-default {
      height: 19rem;
      width: 19rem;
}
.action-card.card-size-medium {
      height: 21rem;
      width: 21rem;
}
.action-card.card-size-large {
      height: 23.5rem;
      width: 23.5rem;
}
}
.action-card.card-size-responsive {
    height: 100%;
    width: 100%;
    margin: 0;
}
.action-card.card-border {
    border: 1px solid #505050;
}
.action-card.card-bg {
    background-color: var(--bg-color);
}
.action-card:focus, .action-card.hover:hover, .action-card.active {
    background-color: #268074;
    border-color: #268074;
    transition-duration: 400ms;
    transition-property: background-color, color;
    transition-timing-function: ease;
}
.action-card:focus .custom-hover-overlay, .action-card.hover:hover .custom-hover-overlay, .action-card.active .custom-hover-overlay {
      opacity: 1;
}
.action-card:focus .stroke, .action-card.hover:hover .stroke, .action-card.active .stroke, .action-card.theme-dark .stroke {
    stroke: #ffffff !important;
}
.action-card:focus .fill, .action-card.hover:hover .fill, .action-card.active .fill, .action-card.theme-dark .fill {
    stroke: #ffffff !important;
}
.action-card:focus, .action-card:focus *, .action-card.hover:hover, .action-card.hover:hover *, .action-card.active, .action-card.active *, .action-card.theme-dark, .action-card.theme-dark * {
    color: #ffffff !important;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-circle {
  margin: 2rem 1rem;
  width: 12rem;
  height: 12rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  text-align: center;
  background-color: #268074;
  color: #ffffff;
}
@media (max-width: 767.98px) {
.app-circle {
      margin: 2rem .5rem;
      width: 10rem;
      height: 10rem;
}
}
.app-circle.blue {
    background-color: #2c4694;
}
.app-circle.gray {
    background-color: #eee;
    color: #777;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.carousel-center[data-v-1a6e0497] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  max-width: 100%;
}
.swiper.overflow-visible[data-v-1a6e0497] {
  overflow: visible !important;
}
.swiper-wrapper[data-v-1a6e0497] {
  font-size: 1rem;
}
.swiper-button-next[data-v-1a6e0497],
.swiper-button-prev[data-v-1a6e0497] {
  top: 100%;
  height: auto;
  margin-top: 1rem;
  color: #505050;
}
.swiper-button-next[data-v-1a6e0497]:after,
  .swiper-button-prev[data-v-1a6e0497]:after {
    font-size: 2rem;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.search {
  z-index: 700;
  position: absolute;
  width: 100%;
  max-width: 550px;
  top: 40rem;
  left: calc( 50% - 0.1rem - 23.37867rem);
}
@media (min-width: 576px) {
.search {
      width: 40%;
}
}
@media (min-width: 768px) {
.search {
      top: 44rem;
}
}
@media (min-width: 1200px) {
.search {
      top: 65rem;
}
}
@media (min-width: 1400px) {
.search {
      top: 65rem;
}
}
@media (max-width: 575.98px) {
.search {
      left: 0;
}
}
@media (min-width: 768px) {
.search {
      left: calc( 50% - 0.1rem - 21.26838rem);
}
}
@media (min-width: 1200px) {
.search {
      left: calc( 57% - 0.1rem - 37.01623rem);
}
}
@media (min-width: 1400px) {
.search {
      left: calc( 57% - 0.1rem - 37.01623rem);
}
}
.search::after, .search::before {
    border-left: none;
    border-bottom: none;
}
.search::after {
    content: "";
    height: 100%;
    width: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #268074;
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
}
.logged-in .search::before, .logged-in .search::after,
  .menu-is-open .search::before,
  .menu-is-open .search::after {
    background: #2b8f82;
}
.search .searchinput {
    z-index: 99;
    position: relative;
    padding-left: 5rem;
}
.search .searchinput input {
      font-size: 1.4rem;
      height: 5rem;
      width: 100%;
      border: 0;
      background-color: transparent;
      padding: 1.5rem 2rem 1.5rem 1.5rem;
      color: #fff;
      border-radius: 0;
}
.search .searchinput input::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.8;
        font-weight: 300;
        -webkit-fontsmoothing: antialised;
}
.search .searchinput input:-ms-input-placeholder {
        color: #fff;
        opacity: 0.8;
        font-weight: 300;
        -webkit-fontsmoothing: antialised;
}
.search .searchinput input::-ms-input-placeholder {
        color: #fff;
        opacity: 0.8;
        font-weight: 300;
        -webkit-fontsmoothing: antialised;
}
.search .searchinput input::placeholder {
        color: #fff;
        opacity: 0.8;
        font-weight: 300;
        -webkit-fontsmoothing: antialised;
}
.search .searchinput input:focus {
        outline: 0px;
}
.search .searchinput .icon-search {
      position: absolute;
      right: -1rem;
      width: 2rem;
      z-index: 999;
      top: 1.1rem;
}
.search .open {
    z-index: 98;
    position: relative;
    height: 5rem;
    top: -5rem;
    right: 30rem;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.b-table {
  width: 100%;
}
.b-table thead {
    background-color: #268074;
    color: #ffffff;
}
.b-table thead th {
      font-weight: 500;
      padding: 1rem;
      border: 1px solid #ffffff;
}
.b-table tbody .meta {
    width: 17rem;
}
.b-table tbody tr td {
    padding: 1rem;
    border: 1px solid #ffffff;
}
.b-table tbody .akademie {
    color: #268074;
    font-weight: 400;
}
.b-table tbody .sfa {
    color: #2c4694;
    font-weight: 400;
}
.b-table.table-striped tbody tr:nth-child(odd) {
    background-color: #EDEDED;
}
.b-table.table-striped tbody .row-multitermin {
    background: #268074 !important;
}
.b-table .table-green {
    background-color: #5ca097 !important;
    color: #ffffff;
}
.b-table .table-green .akademie {
      color: #ffffff;
}
.b-table .table-green .sfa {
      color: #ffffff;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
.loading-wrapper, .loading-wrapper .loader {
  display: -ms-flexbox;
  display: flex;
}
::v-deep .loading-wrapper {
  margin-top: 4rem;
}
::v-deep .loading-wrapper .loader {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .5rem;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-width: 2px;
    border-color: #09848d;
    border-radius: .5rem;
    font-size: 1.25rem;
    color: #5c6162;
}
::v-deep .loading-wrapper .loader p {
    margin-right: 1rem;
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                App Modal                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.modal-lg, .modal-xl {
  max-width: 800px;
}
.modal-xl {
  max-width: 936px;
}
.modal-xxl {
  max-width: 1140px;
}
@media (min-width: 955px) {
.modal-max {
    min-width: 936px;
    max-width: 90vw;
}
}
.app-modal .title {
  margin-bottom: 3rem;
  color: #439881;
  font-size: 1.6rem;
}
.app-modal .modal-dialog {
  height: 80vh;
}
@media (max-width: 954.98px) {
.app-modal .modal-dialog {
      max-width: 750px;
}
}
.app-modal .modal-body, .app-modal .modal-header, .app-modal .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.app-modal.modal-fill .modal-body, .app-modal.modal-fill .modal-footer, .app-modal.modal-fill .modal-footer {
  padding: 0;
}
.app-modal .close {
  opacity: 0.7;
}
.app-modal .custom-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  width: 1rem;
}
.app-modal .image-layout {
  overflow: hidden;
}
.app-modal .image-layout .modal-body, .app-modal .image-layout .modal-footer, .app-modal .image-layout .modal-footer {
    padding: 0;
}
.app-modal .image-layout .center {
    height: 460px;
}
@media (max-width: 575.98px) {
.app-modal .image-layout .center {
        height: 550px;
}
}
.app-modal .image-layout .content {
    padding: 0 2rem;
    text-align: center;
}
@media (max-width: 575.98px) {
.app-modal .image-layout .content {
        padding: 0 1rem;
}
}
.app-modal .image-layout .content .row {
      max-width: 400px;
      margin: auto;
}
.app-modal .image-layout .background-img {
    overflow: hidden;
    background: url(/app/assets/img/modal/modal--ad22a35.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90%;
}
@media (max-width: 575.98px) {
.app-modal .image-layout .background-img {
        display: none;
}
}
.app-modal .image-layout .background-img .img {
      height: 100%;
      width: auto;
      position: absolute;
      right: 10px;
}
.app-modal .modal-body ::-webkit-scrollbar {
  width: 5px;
}
.app-modal .modal-body ::-webkit-scrollbar-track {
  background: white;
}
.app-modal .modal-body ::-webkit-scrollbar-thumb {
  background: #439881;
  opacity: 0.8;
}
.app-modal .modal-body ::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.app-modal .modal-header, .app-modal .modal-footer {
  width: 100%;
  border: none;
}
.app-modal .modal-header .close, .app-modal .modal-footer .close {
    outline: 0;
    color: #439881;
}
.app-modal .modal-header .modal-title, .app-modal .modal-footer .modal-title {
    font-weight: 500;
    font-size: 1.6rem;
}
.app-modal .modal-header {
  padding-bottom: 0;
  padding-top: 2rem;
}
.app-modal .modal-footer {
  box-shadow: 0 2px 6px rgba(0,0,0,0.16078);
}
/*=============================================
=    Mobile Styles + Dark Background Styles   =
=============================================*/
@media (max-width: 575.98px) {
.app-modal.mobile-background.modal-dialog, .app-modal .mobile-background.modal-dialog {
    position: relative;
    margin: 0;
    height: 100%;
}
.app-modal.mobile-background .modal-content, .app-modal .mobile-background .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
}
.app-modal.mobile-background .h5, .app-modal.mobile-background .title, .app-modal.mobile-background .text-black, .app-modal.mobile-background p, .app-modal.mobile-background span, .app-modal .mobile-background .h5, .app-modal .mobile-background .title, .app-modal .mobile-background .text-black, .app-modal .mobile-background p, .app-modal .mobile-background span {
    color: #ffffff !important;
}
.app-modal.mobile-background .custom-checkbox .custom-control-label::before, .app-modal .mobile-background .custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border-color: #ffffff;
}
.app-modal.mobile-background .custom-checkbox label, .app-modal .mobile-background .custom-checkbox label {
    color: #ffffff;
}
.app-modal.mobile-background textarea, .app-modal.mobile-background input, .app-modal .mobile-background textarea, .app-modal .mobile-background input {
    background-color: transparent;
    color: #ffffff;
}
.app-modal.mobile-background textarea label, .app-modal.mobile-background input label, .app-modal .mobile-background textarea label, .app-modal .mobile-background input label {
      color: #ffffff;
}
.app-modal.mobile-background .form-control, .app-modal .mobile-background .form-control {
    border-color: #ffffff;
}
.app-modal.mobile-background input, .app-modal .mobile-background input {
    background-color: transparent;
    color: #ffffff;
}
.app-modal.mobile-background input:focus, .app-modal .mobile-background input:focus {
      background-color: transparent;
      color: #ffffff;
}
.app-modal.mobile-background ::-webkit-input-placeholder, .app-modal .mobile-background ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.app-modal.mobile-background :-ms-input-placeholder, .app-modal .mobile-background :-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.app-modal.mobile-background ::-ms-input-placeholder, .app-modal .mobile-background ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.app-modal.mobile-background ::placeholder, .app-modal .mobile-background ::placeholder {
    color: #ffffff;
    opacity: 0.8;
}
.app-modal .mobile-cover .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
}
.app-modal .mobile-cover .modal-content {
    border: 0;
}
.app-modal .mobile-cover .modal-dialog-centered {
    -ms-flex-align: inherit;
        align-items: inherit;
}
}

/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
.app-icon {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0;
  cursor: pointer;
}
.app-icon .icon-text {
    line-height: 1;
}
.app-icon.no-pointer {
    cursor: default;
}
.app-icon svg {
    width: auto;
    height: 100%;
}
.app-icon .badge-group .badge {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    top: -.5rem;
    right: -.6rem;
    background: red;
    border-radius: 50%;
    width: 1.7rem;
    height: 1.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    pointer-events: none;
}
.icon-link {
  line-height: 0;
}
/*
** Modifiers
*/
.app-icon.disabled {
  opacity: .4;
}
.app-icon svg {
  max-width: 4rem;
}
.icon-r-xs svg {
  height: 1.25rem;
}
@media (min-width: 768px) {
.icon-r-xs svg {
      height: 1.55em;
}
}
@media (min-width: 1200px) {
.icon-r-xs svg {
      height: 2.5rem;
}
}
.icon-r-sm svg {
  height: 2rem;
}
@media (min-width: 768px) {
.icon-r-sm svg {
      height: 2.2rem;
}
}
@media (min-width: 1200px) {
.icon-r-sm svg {
      height: 2.5rem;
}
}
.icon-xxs svg {
  height: 1.5rem !important;
}
.icon-xs svg {
  height: 1.8rem !important;
}
.icon-sm svg {
  height: 2rem !important;
}
.icon-md svg {
  height: 2.2rem !important;
  max-width: 5rem;
}
.icon-lg svg {
  height: 3.5rem !important;
  max-width: 5rem;
}
.icon-xl svg {
  height: 4rem !important;
  max-width: 5rem;
}
.icon-xxl svg {
  height: 6rem !important;
  max-width: 9rem;
}
.icon-xxxl svg {
  height: 8rem !important;
  max-width: 9rem;
}
.icon-full svg, .icon-responsive svg {
  height: 100% !important;
  width: 100% !important;
}
/*
** Hover Effects
*/
.app-icon {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.app-icon svg {
    transition-property: fill, stroke, -webkit-transform;
    transition-property: transform, fill, stroke;
    transition-property: transform, fill, stroke, -webkit-transform;
    transition-duration: 300ms;
}
.app-icon.hover-default:hover svg, .app-icon.hover-default.active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.app-icon.hover-color:hover svg path.fill {
    fill: var(--hover-color) !important;
}
.app-icon.hover-color:hover svg path.stroke {
    stroke: var(--hover-color) !important;
}
.app-icon.hover-translate-right:hover svg,
  .app-icon.hover-translate-right.show-hover-state svg {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
}
.app-icon.hover-translate-up:hover svg,
  .app-icon.hover-translate-up.show-hover-state svg {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
}
.app-icon.hover-translate-down:hover svg,
  .app-icon.hover-translate-down.show-hover-state svg {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
}
.app-icon.hover-translate-left:hover svg,
  .app-icon.hover-translate-left.show-hover-state svg {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
}
.app-icon.hover-headshake:hover svg,
  .app-icon.hover-headshake.show-hover-state svg {
    -webkit-animation: headShake 1s;
    animation: headShake 1s;
}

