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

::selection {
    background: #00b9aa;
    color: #fff;
}

a {
    text-decoration: none;
    transition: all .4s;
}

/* -------------------------------------------------------------------- */
/* TYPOGRAPHY                                                           */

h1 {
    letter-spacing: -.8px;
}

h2 {
    letter-spacing: -.6px;
}

h3 {
    letter-spacing: -.4px;
}

h4 {
    letter-spacing: -.2px;
}


/* -------------------------------------------------------------------- */
/* 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"] {
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="search"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="tel"]:hover, 
input[type="date"]:hover, 
input[type="time"]:hover {
    border-color: #006e64;
    transition: all .4s;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus {
    border-color: #006e64;
    box-shadow: none;
}

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

select {
    box-shadow: none;
}

select:focus {
    border: none;
    box-shadow: none;
}

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

.btn {
    transition: all .4s;
    border-radius: 40px;
}

.btn-default {
    background: none;
    border: 1px solid #006E64;
    color: #006E64;
}

.btn-default:hover {
    background: #00b9aa;
    color: #ffffff;
    border: 1px solid #00b9aa;
}

.btn-default[name="btn_next"],
.btn-default[name="btn_previous"] {
    font-weight: 600;
    height: auto;
    padding: 12px 30px;
    border: none;
}

.btn-default[name="btn_next"] {
    background: #ffa541;
    color: #000000;
}

.btn-default[name="btn_next"]:hover {
    background: #ff7d00;
    color: #000000;
}

.btn-default[name="btn_previous"] {
    background: #00b9aa;
    color: #ffffff;
}

.btn-default[name="btn_previous"]:hover {
    background: #006E64;
    color: #ffffff;
}

.btn-default.btn-choose {

}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    height: auto;
    font-weight: 600;
    padding: 12px 30px;
    text-decoration: none;
}

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

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

header .nav {
    border-top: 1px solid #e7e8ec;
}

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

header .nav ul li a.active:after {
    height: 3px;
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    width: 100%;
    background-color: #006e64;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

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

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

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

footer {
    flex-shrink: 0;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #00b8ab;
}

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

.progressnav {
    margin-left: 6px;
}

.progressnav ol li.active .step {
    width: 24px;
    height: 24px;
    background: #FFA541;
    position: absolute;
    left: -12px;
    top: -12px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.progressnav ol li.active .label {
    color: #ffffff;
    font-weight: bold;
    top: -6px;
    font-size: 14px;
}

.progressnav-progressbar {
    border-radius: 8px;
}

.progressnav-progress {
    height: 8px;
    background: #00b9aa;
}

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

.tabs-viewport {
}

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

.tabs ul li {
    margin: 0;
}

.tab {
    padding: 12px 20px;
    border: none;
    display: flex;
}

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

.tab a {
    font-size: 16px;
    line-height: 24px;
}

.tab.active a {
    color: #006e64;
}

/* -------------------------------------------------------------------- */
/* PROGRAM                                                              */

.agenda-vertical,
.agenda-horizontal,
.agenda-calendar {
    margin-bottom: 30px;
}

.activity {
    min-height: 62px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.activity .thumb {
    background: none !important;
}

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

#signup main section {
    flex-grow: 1;
}

#signup main a {
    color: #006e64;
}

#signup main a:hover {
    color: #00b9aa;
}

#signup main h1, 
#signup main h2, 
#signup main h3, 
#signup main h4 {
    color: #006E64 !important;
}

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

.addmore-box {
    border: none;
}

.cart {
    border-radius: 6px;
    border: 1px solid #e7f5f1;
    box-shadow: 0 12px 16px -14px rgb(0 0 0 / 30%);
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.cart .eventinfo {
    padding: 15px 15px;
    border-radius: 0;
    background: #E7F5F1;
    border: none;
    color: #006E64;
}

.invoice-sum-total {
    font-size: 1.3em;
}

.invoice .invoice-group {
    border-radius: 2px;
}

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

.reg-category {
    border-radius: 0;
}

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

.reg-header {
    background: #e7f5f1;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.reg-content {
    margin: 20px 0 20px 0;
    border-top: none!important;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.reg-title {
    margin: 0 200px 15px 0;
}

.reg-title a {
    text-decoration: none;
    font-weight: bold;
}

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

.reg-facts ul li {
    margin: 2px 10px;
}

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

/* -------------------------------------------------------------------- */
/* USER NAV                                                             */

.user-nav {
    background: #e7f5f1;
    border-bottom: 1px solid #e7e8ec;
}

.user-nav-options a {
    color: #006e64;
}

/* -------------------------------------------------------------------- */
/* REQUIRED                                                             */

.required {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* BUTTONS                                                              */

  .btn.btn-choose {
      min-height: 30px;
      padding: 8px 20px;
  }
  
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  header .logo {
      top: 15px;
  }
  
  header .logo img {
      max-height: 30px;
  }
  
  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .btn-nav {
      color: transparent;
  }
  
  header .nav {
      background-size: 80px;
      background-position: 20px 20px;
  }
  
  header .nav ul li a.active:after {
      height: 100%;
      top: 0px;
      left: 0;
      width: 4px;
  }
  
  /* -------------------------------------------------------------------- */
  /* PROGRESS NAV                                                         */
  
  .progressnav .label {
      display: block;
  }

  .progressnav ol li.active .label {
      display: block;
      top: -7;
  }
  
  /* -------------------------------------------------------------------- */
  /* DIALOGS                                                              */
  
  .dialog .btn {
      min-height: 30px;
      padding: 4px 14px;
  }

}
