.pageModules-root {
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------- */
/* BUTTONS                                                              */

.btn {
    transition: all .5s;
}

.btn-default {
    border: none;
    background: #f5d3cc;
    transition: all .5s;
    border-radius: 40px;
    font-weight: 500;
    padding: 8px 20px;
}

.btn-default:hover {
    color: #00005e !important;
    background: #f5d3cc;
    border: none;
    font-weight: 500;
}

.btn-style1, .btn-style1:hover,
.btn-style2, .btn-style2:hover {
    font-weight: 500;
    padding: 8px 20px;
}

/* --------------------------------------------- */
/* BUTTONS - NEXT & PREVIOUS                     */

.btn[name="btn_next"] {
    color: #ffffff;
    background: #0000ff;
    font-weight: 600;
    padding: 12px 20px;
}

.btn[name="btn_previous"] {
    border: none;
    color: #00005e !important;
    background: #f5d3cc;
    font-weight: 600;
    padding: 12px 20px;
}

.btn[name="btn_next"]:hover {
    color: #ffffff;
    background: #0100cc;
}

.btn[name="btn_previous"]:hover {
    color: #00005e !important;
    background: #f0c1ae;
}

/* --------------------------------------------- */
/* BUTTONS - CHOOSE                              */

.btn-default.btn-choose {
    background: #ebeff4 !important;
    color: #00005e !important;
    padding: 6px 16px;
}

.btn-choose:hover {
    color: #00005e !important;
    background: #ebeff4 !important;
}

/* --------------------------------------------- */
/* BUTTONS - SUCCESS                             */

.btn-success {
    border-radius: 40px;
    padding: 8px 20px;
    font-weight: 500;
}

/* -------------------------------------------------------------------- */
/* FORM - INPUTS                                                        */

input[type="text"], 
input[type="password"], 
input[type="search"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="time"] {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

/* -------------------------------------------------------------------- */
/* FORM - SELECT                                                        */

select {
    box-shadow: none;
    border-radius: 0;
}

/* -------------------------------------------------------------------- */
/* HEADER                                                               */

header {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 3px rgb(57 63 72 / 5%);
    box-shadow: 0 2px 3px rgb(57 63 72 / 5%);
}

header .logo {
    max-width: 260px;
    flex: 1 1 auto;
    margin: 0;
}

header .navigation {
    max-width: 880px;
    flex: 1 1 auto;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .nav ul li a {
    position: relative;
}

header .nav ul li a.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: 4px solid #f0c1ae;
}

/* -------------------------------------------------------------------- */
/* MAIN                                                                 */

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

main .container-fluid {
    padding: 0;
}

main section {
    background-position: center center;
}

/* -------------------------------------------------------------------- */
/* FOOTER                                                               */

footer {
    flex-shrink: 0;
}

footer .container-fluid {
    padding: 0;
}

footer a {
    text-decoration: none;
}

footer .quicklinks ul li + li {
    margin: 0 0 0 30px;
}

footer .quicklinks a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

footer .quicklinks a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* -------------------------------------------------------------------- */
/* AGENDA                                                               */

.agenda-horizontal .activity,
.agenda-vertical .activity,
.agenda-calendar .activity {
    /* background: #ebeff4; */
    border-radius: 0;
    /* border: none; */
}

/* -------------------------------------------------------------------- */
/* PROGRESS NAV							        */

.progressnav {
    margin-bottom: 30px;
}

.progressnav-progressbar {
    border-radius: 10px;
    background: #ebeff4;
}

.progressnav-progress {
    background: #0000a0;
    transition: width 0.2s ease-in-out;
}

.progressnav ol li:hover .label {
    top: 20px;
}

.progressnav .label {
    top: 20px;
    font-weight: 500;
}

/* -------------------------------------------------------------------- */
/* PROGRESS NAV - ACTIVE					        */

.progressnav ol li.active .step {
    width: 10px;
    height: 10px;
    background: #ffffff;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
    border: 4px solid #0000a0;
}

.progressnav ol li.active .label {
    color: #0000a0;
}

/* -------------------------------------------------------------------- */
/* SIGN UP                                                              */

#signup main h1, 
#signup main h2, 
#signup main h3, 
#signup main h4 {
    color: #0000a0;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION                                                         */

.addmore-box {
    border: none;
}

.cart {
    background: #ffffff;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 2px 8px 0px rgb(35 77 96 / 20%);
    border-radius: 0;
}

.cart .eventinfo {
    padding: 20px;
    border-radius: 0;
    background: #0000a0;
    color: #ffffff;
    border: none;
}

.cart .eventinfo h3 {
    color: #ffffff !important;
    text-transform: none;
    font-weight: 700;
}

.cart-content {
    padding: 20px;
}

.invoice-sum-total {
    font-size: 1.3em;
    margin: 20px 0 0 0;
}

.invoice .invoice-group {
    border-radius: 0px;
    box-shadow: 0 2px 6px 0px rgb(35 77 96 / 20%);
    border: none;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION - GROUP                                                 */

.reg-category {
    border-radius: 0;
    background: #ebeff4;
    border: 1px solid #ebeff4;
    transition: all .5s;
}

.reg-category:hover {
    background: hsl(213deg 29% 90%);
    border: 1px solid rgb(0 0 160 / 10%);
    box-shadow: 0 4px 6px -4px rgb(35 77 96 / 40%);
} 

.reg-category .title {
    font-size: 1.2em !important;
    line-height: 1.4em;
    text-transform: none;
    font-weight: 500;
}

.reg-category .price {
    color: rgb(0 0 0 / 40%);
    font-weight: 400;
}

.reg-group {
    border-radius: 0;
    border: none;
}

.reg-header {
    background: none;
    padding: 0px 0px 20px 0;
    border-radius: 0;
}

.reg-header-title {
    font-size: 1.8em !important;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: none;
}

.reg-header p {
    margin: 1em 0 0 0;
}

.reg-content {
    margin: 0 0 20px 0;
    box-shadow: 0 2px 8px 0px rgb(35 77 96 / 20%);
}

.reg-content + .reg-content,
.reg-header + .reg-content {
    border-radius: 0px;
    border-top: 0;
}

.reg-content:last-child {
    border-radius: 0;
}

.reg-content:only-child {
    border-radius: 0;
}

.reg-title {
    margin-bottom: 10px;
    font-size: 1.2em !important;
    line-height: 1.4em;
    text-transform: none;
}

.reg-title a {
    text-decoration: none;
    font-weight: 600;
    font-family: inherit;
}

.reg-facts {
    margin: 0px -10px;
    font-size: 13px;
    line-height: 18px;
}

.reg-facts ul li {
    margin: 2px 10px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.reg-price {
    font-size: 1em;
    line-height: inherit;
}

/* -------------------------------------------------------------------- */
/* TABS                                                                 */

.tabs {
    border-bottom: 1px solid #e7e8ec;
}

.tabs ul li {
    margin: 0;
}

.tab {
    padding: 12px 20px;
    border: none;
    display: flex;
    border-radius: 0;
    background: #ffffff;
}

.tab.active {
    padding-bottom: 12px;
    border: none;
    border-bottom: 3px solid #f0c1ae;
}

.tab a {
    font-size: 16px;
    line-height: 24px;
    color: #0b0c65 !important;
}

.tab.active a {
    color: #0000a0 !important;
}

/* -------------------------------------------------------------------- */
/* RECIEPT                                                              */

#receipt main h1,
#receipt main h2,
#receipt main h3,
#receipt main h4 {
    color: #0000a0;
}

/* -------------------------------------------------------------------- */
/* USERNAV                                                              */

.user-nav {
    background: #fdece4;
    border: none;
    padding: 15px 0;
    font-size: 0.9em;
    color: #00005e;
}

.user-nav-options a {
    color: #00005e;
}

.user-nav-options a:hover {
    color: #00005e;
}

.user-nav-thumb,
.user-nav-options a .icon16 {
    /* opacity: 1; */
}

/* -------------------------------------------------------------------- */
/* DIALOG                                                               */

.dialog {
    border-radius: 0;
}

.dialog h1, 
.dialog h2, 
.dialog h3, 
.dialog h4 {
    color: #0000a0; 
}

.dialog h1 {
    font-size: 2em;
    margin: 0 0 10px 0;
}

.dialog h2 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
}

.dialog h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.dialog h4 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

.dialog p {
    margin: 0 0 1.25em 0;
}

@media only screen and (max-width: 768px) {
  
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  header .navigation {
      top: 15px;
  }
  
  header .btn-nav {
      background: none;
  }
  
  header .nav ul li a.active::before {
      display: none;
  }
  
  /* -------------------------------------------------------------------- */
  /* LOGO                                                                 */
  
  header .logo {
      top: 15px;
      left: 20px;
  }

  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .nav .container, header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/292F6AC0-C79E-EC11-84B2-00155D0B0901/nordea-invest@2x.png);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 30px 40px;
      padding: 0;
  }
  
}

@media only screen and (max-width: 480px) {
  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .logo img {
  }
}