html {
  @import url("https://fonts.googleapis.com/css?family=Nunito|Nunito+Sans&display=swap");
  /* C H A N G E = */ }
  html button:focus {
    outline: 0 !important; }
  html a:focus {
    outline: 0 !important; }
  html .btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .45rem .9rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
    html .btn i {
      margin-right: 5px; }
    html .btn.btn-primary {
      color: #fff;
      background-color: #262626;
      border-color: #262626;
      -webkit-box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
      box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
      -webkit-box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5);
      box-shadow: 0 2px 6px 0 rgba(38, 38, 38, 0.5); }
      html .btn.btn-primary:hover {
        color: #fff;
        background-color: #474747;
        border-color: #474747; }
    html .btn.btn-theme {
      color: #fff;
      background-color: #F2800D;
      border-color: #F2800D;
      -webkit-box-shadow: 0 2px 6px 0 rgba(242, 128, 13, 0.5);
      box-shadow: 0 2px 6px 0 rgba(242, 128, 13, 0.5);
      -webkit-box-shadow: 0 2px 6px 0 rgba(242, 128, 13, 0.5);
      box-shadow: 0 2px 6px 0 rgba(242, 128, 13, 0.5); }
      html .btn.btn-theme:hover {
        color: #fff;
        background-color: #f5a14c;
        border-color: #f5a14c; }
    html .btn.btn-light {
      color: #404040;
      background-color: #f6f6f6;
      border-color: #f6f6f6;
      -webkit-box-shadow: 0 2px 6px 0 rgba(246, 246, 246, 0.2);
      box-shadow: 0 2px 6px 0 rgba(246, 246, 246, 0.2); }
      html .btn.btn-light:hover {
        color: #404040;
        background-color: white;
        border-color: white; }
  html .custom-control-label:checked {
    color: #727cf5;
    border-color: #727cf5 !important;
    background-color: #727cf5 !important; }
  html input.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da; }
  html input.form-control::placeholder {
    color: #cccccc;
    font-size: 0.9rem; }
  html input[type=checkbox] {
    border: 1px solid #f2f2f2; }
  html .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #262626;
    border-color: #262626; }
  html .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    border-color: #f2f2f2; }
  html .col-1, html .col-2, html .col-3, html .col-4, html .col-5, html .col-6, html .col-7, html .col-8, html .col-9, html .col-10, html .col-11, html .col-12, html .col,
  html .col-auto, html .col-sm-1, html .col-sm-2, html .col-sm-3, html .col-sm-4, html .col-sm-5, html .col-sm-6, html .col-sm-7, html .col-sm-8, html .col-sm-9, html .col-sm-10, html .col-sm-11, html .col-sm-12, html .col-sm,
  html .col-sm-auto, html .col-md-1, html .col-md-2, html .col-md-3, html .col-md-4, html .col-md-5, html .col-md-6, html .col-md-7, html .col-md-8, html .col-md-9, html .col-md-10, html .col-md-11, html .col-md-12, html .col-md,
  html .col-md-auto, html .col-lg-1, html .col-lg-2, html .col-lg-3, html .col-lg-4, html .col-lg-5, html .col-lg-6, html .col-lg-7, html .col-lg-8, html .col-lg-9, html .col-lg-10, html .col-lg-11, html .col-lg-12, html .col-lg,
  html .col-lg-auto, html .col-xl-1, html .col-xl-2, html .col-xl-3, html .col-xl-4, html .col-xl-5, html .col-xl-6, html .col-xl-7, html .col-xl-8, html .col-xl-9, html .col-xl-10, html .col-xl-11, html .col-xl-12, html .col-xl,
  html .col-xl-auto {
    padding-right: 12px;
    padding-left: 12px; }
  html .dropdown a {
    color: #6c757d; }
    html .dropdown a i {
      width: 20px;
      text-align: right; }
  html .dropdown .dropdown-menu {
    padding: .25rem 0; }
    html .dropdown .dropdown-menu a.dropdown-item {
      font-size: 14px;
      padding: .25rem 1rem; }
      html .dropdown .dropdown-menu a.dropdown-item:hover {
        color: #272e37;
        text-decoration: none;
        background-color: #f8f9fa; }
  html .mt-1 {
    margin-top: 0.375rem !important; }
  html .mt-2 {
    margin-top: 0.75rem !important; }
  html .mt-3 {
    margin-top: 1.5rem !important; }
  html .mt-4 {
    margin-top: 2.25rem !important; }
  html .mt-5 {
    margin-top: 4.5rem !important; }
  html .mr-1 {
    margin-right: 0.375rem !important; }
  html .mr-2 {
    margin-right: 0.75rem !important; }
  html .mr-3 {
    margin-right: 1.5rem !important; }
  html .mr-4 {
    margin-right: 2.25rem !important; }
  html .mr-5 {
    margin-right: 4.5rem !important; }
  html .mb-1 {
    margin-bottom: 0.375rem !important; }
  html .mb-2 {
    margin-bottom: 0.75rem !important; }
  html .mb-3 {
    margin-bottom: 1.5rem !important; }
  html .mb-4 {
    margin-bottom: 2.25rem !important; }
  html .mb-5 {
    margin-bottom: 4.5rem !important; }
  html .ml-1 {
    margin-bottom: 0.375rem !important; }
  html .ml-2 {
    margin-bottom: 0.75rem !important; }
  html .ml-3 {
    margin-bottom: 1.5rem !important; }
  html .ml-4 {
    margin-bottom: 2.25rem !important; }
  html .ml-5 {
    margin-bottom: 4.5rem !important; }
  html .badge.badge-cl {
    background: #262626;
    color: #fff; }
  html .cl--badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem; }
    html .cl--badge.cl--badge-lg {
      padding: .4em 0.6em; }
    html .cl--badge.cl--badge-success {
      color: #fff;
      background-color: #0acf97; }
    html .cl--badge.cl--badge-danger-light {
      color: #fa5c7c;
      background-color: rgba(250, 92, 124, 0.18); }
    html .cl--badge.cl--badge-primary-light {
      color: #727cf5;
      background-color: rgba(114, 124, 245, 0.18); }
  html .text-success {
    color: #0acf97 !important; }
  html .text-info {
    color: #39afd1 !important; }
  html .text-muted {
    color: #98a6ad !important; }
  html .cl--page-title h4 {
    font-size: 18px;
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
    font-weight: 700; }
    @media screen and (max-width: 747.98px) {
      html .cl--page-title h4 {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 70px; } }
  html .h1, html .h2, html .h3, html .h4, html .h5, html .h6, html h1, html h2, html h3, html h4, html h5, html h6 {
    margin: 10px 0;
    font-weight: 700; }
  html .h1, html h1 {
    font-size: 2.25rem; }
  html .h2, html h2 {
    font-size: 1.875rem; }
  html .h3, html h3 {
    font-size: 1.5rem; }
  html .h4, html h4 {
    font-size: 1.125rem; }
  html .h5, html h5 {
    font-size: .9375rem; }
  html .h6, html h6 {
    font-size: .75rem; }
  html .text-theme {
    color: #F2800D !important; }
  html .cl--card {
    background: white;
    border: none !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    margin-bottom: 24px; }
    html .cl--card .header-title {
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: .9rem;
      margin-top: 0; }
    html .cl--card .card-body {
      padding: 1.5rem; }
  html .image-fit {
    object-fit: cover;
    object-position: 50%, 50%; }
  html .cl--btn {
    border-radius: 3px; }
    html .cl--btn i {
      margin-right: 5px; }
    html .cl--btn.cl--btn-big.cl--btn-theme {
      color: #fff;
      background-color: #727cf5;
      border-color: #727cf5;
      box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5); }
      html .cl--btn.cl--btn-big.cl--btn-theme:hover {
        background-color: #4e5bf2;
        border-color: #4250f2; }
  html .cl--overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    border-radius: 5px; }
    html .cl--overlay .content-box.centered-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  html .cl--small-stat-box {
    color: #6c757d; }
    html .cl--small-stat-box:hover {
      color: #868e96;
      text-decoration: none; }
    html .cl--small-stat-box .cl--card:hover {
      border-color: red; }
    html .cl--small-stat-box .cl--card .cl--small-stat-icon {
      color: #727cf5;
      font-size: 14px;
      background-color: rgba(114, 124, 245, 0.25);
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 3px; }
      @media (max-width: 1500px) and (min-width: 1200px) {
        html .cl--small-stat-box .cl--card .cl--small-stat-icon {
          display: none; } }
    html .cl--small-stat-box .cl--card p span {
      position: relative; }
      html .cl--small-stat-box .cl--card p span.arrow-up {
        padding-left: 15px; }
        html .cl--small-stat-box .cl--card p span.arrow-up:before {
          content: '\f357';
          font-weight: 900;
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          left: 0;
          top: 1px;
          font-size: 12px; }
      html .cl--small-stat-box .cl--card p span.arrow-down {
        padding-left: 15px; }
        html .cl--small-stat-box .cl--card p span.arrow-down:before {
          content: '\f354';
          font-weight: 900;
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          left: 0;
          top: 1px;
          font-size: 12px; }
  html html {
    height: 100%; }
  html body {
    font-family: "Nunito", sans-serif !important;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d !important;
    background-color: #262626;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                 supported by Chrome, Opera and Firefox */ }
  html .wrapper {
    background: #fafbfe !important;
    height: 100%;
    min-height: 100vh; }
  html .content {
    min-height: 100vh;
    max-height: calc(100vh - (50px + 50px));
    overflow-y: auto; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .content {
        max-height: calc(100vh - (50px + 75px)); } }
    html .content.pt {
      position: relative;
      padding-top: 50px; }
      html .content.pt:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #262626; }
    html .content.pd {
      padding-bottom: 50px; }
      @media screen and (min-height: 800px) and (max-width: 450px) {
        html .content.pd {
          padding-bottom: 75px; } }
    html .content .page {
      padding: 10px; }
  html iframe {
    border: none;
    width: 100vw;
    height: calc(100vh - (50px + 50px)); }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html iframe {
        height: calc(100vh - (75px + 50px)); } }
  html input:-webkit-autofill,
  html input:-webkit-autofill:hover,
  html input:-webkit-autofill:focus,
  html input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(114, 124, 245, 0.5) inset !important; }
  html .navbar-top .company-branding {
    height: 50px;
    line-height: 50px;
    padding-left: 20px; }
    html .navbar-top .company-branding img {
      height: 30px;
      object-fit: cover; }
  html .navbar-top .personal-settings {
    text-align: right;
    padding-right: 20px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.2s; }
    html .navbar-top .personal-settings.is-hold {
      background: #191919; }
  html .navbar-top .header-logo {
    height: 50px;
    line-height: 50px;
    padding-left: 20px; }
    html .navbar-top .header-logo img {
      height: 25px;
      object-fit: cover; }
  html .navbar-top .personal-settings-dropdown {
    position: fixed;
    top: 50px;
    right: calc(-200px + -17px);
    width: 200px;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px 0 5px 5px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
    html .navbar-top .personal-settings-dropdown.active {
      overflow: visible;
      padding: 10px 0;
      opacity: 1;
      right: 17px; }
      html .navbar-top .personal-settings-dropdown.active:before {
        left: auto;
        right: 0; }
    html .navbar-top .personal-settings-dropdown:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 0, 0, 0.65); }
    html .navbar-top .personal-settings-dropdown .setting-seperator {
      width: calc(100% - 20px);
      height: 1px;
      background: #7c7c7c;
      margin: auto; }
    html .navbar-top .personal-settings-dropdown .setting-item {
      padding: 5px 20px; }
      html .navbar-top .personal-settings-dropdown .setting-item.is-hold {
        background-color: rgba(0, 0, 0, 0.5); }
      html .navbar-top .personal-settings-dropdown .setting-item span {
        margin-right: 5px; }
  html .temp-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  html .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                 supported by Chrome, Opera and Firefox */ }
  html .page-title-main.p20 {
    padding: 20px; }
  html .page-title-main.ph20 {
    padding: 0 20px; }
  html .page-title-main.pv20 {
    padding: 0 20px; }
  html .page-title-main .title-text {
    display: inline-flex;
    color: #262626;
    font-weight: 600;
    border-bottom: 2px solid #F2800D;
    text-transform: uppercase;
    font-size: 0.7rem;
    height: 25px; }
  html .navbar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background: #fff;
    border-top: 1px solid #cccccc;
    transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    html .navbar-bottom .nav-row {
      width: 100%;
      height: 50px; }
      @media screen and (min-height: 800px) and (max-width: 450px) {
        html .navbar-bottom .nav-row {
          height: 75px; } }
      html .navbar-bottom .nav-row .nav-item {
        float: left;
        height: 50px;
        width: 20%;
        text-align: center;
        font-size: 10px;
        padding: 10px 0;
        color: #464646; }
        html .navbar-bottom .nav-row .nav-item.active {
          color: #F2800D; }
        html .navbar-bottom .nav-row .nav-item.is-hold {
          background: #f8f8f8; }
          html .navbar-bottom .nav-row .nav-item.is-hold.middle-item {
            background: transparent; }
        html .navbar-bottom .nav-row .nav-item .item-icon span {
          font-size: 18px; }
        html .navbar-bottom .nav-row .nav-item.middle-item .menu_button {
          position: relative;
          width: calc(20vw - 20px);
          height: calc(20vw - 20px);
          min-height: 65px;
          min-width: 65px;
          max-width: 70px;
          max-height: 70px;
          border-radius: 50%;
          background: #262626;
          border: 5px solid white;
          margin: auto;
          margin-top: -30px;
          color: white; }
          html .navbar-bottom .nav-row .nav-item.middle-item .menu_button .icon {
            position: absolute;
            top: 53%;
            left: 50%;
            transform: translate(-50%, -50%); }
            html .navbar-bottom .nav-row .nav-item.middle-item .menu_button .icon span {
              font-size: 32px;
              transition: all 0.4s; }
        html .navbar-bottom .nav-row .nav-item.middle-item.is-hold .menu_button {
          background: #141414; }
    html .navbar-bottom.is-view .middle-item .menu_button {
      background: #2f2f2f !important; }
      html .navbar-bottom.is-view .middle-item .menu_button .icon span {
        transform: rotate(-225deg); }
    html .navbar-bottom.is-hidden {
      bottom: calc(-50px + -30px); }
      @media screen and (min-height: 800px) and (max-width: 450px) {
        html .navbar-bottom.is-hidden {
          bottom: calc(-75px + -25px); } }
  html .nav-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2f2f2f;
    opacity: 0.1;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.4s;
    z-index: 9999999; }
    html .nav-screen.is-view {
      top: calc(0% + 50px);
      opacity: 1;
      transition: all 0.4s; }
      html .nav-screen.is-view .nav-items .main-menu-item {
        margin-top: 0 !important; }
    html .nav-screen .nav-title {
      font-weight: bold;
      font-size: 20px;
      color: #fff;
      margin-bottom: 10px; }
    html .nav-screen .nav-items .row .col-12 .main-menu-item {
      margin-top: 65px;
      position: relative;
      background: white;
      border-radius: 5px;
      padding: 20px;
      border-bottom: 4px solid #cccccc;
      overflow: hidden;
      font-weight: bold;
      font-size: 16px;
      color: #585858;
      text-align: center;
      transition: margin-top 0.8s; }
      html .nav-screen .nav-items .row .col-12 .main-menu-item.is-hold {
        background-color: #f2f2f2;
        padding-bottom: 21px;
        border-bottom: 3px solid #cccccc; }
  html .loading-screen-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999999999999999999;
    display: none; }
    html .loading-screen-wrapper .loading-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 5px;
      padding: 20px;
      text-align: center;
      width: 300px; }
      html .loading-screen-wrapper .loading-box .loading-icon {
        height: 75px;
        width: 75px;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 50%;
        border-top: 4px solid #F2800D;
        border-right: 4px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 0px solid transparent;
        -webkit-animation: spin 0.75s infinite linear;
        transition: all 0.25s; }
      html .loading-screen-wrapper .loading-box .loading-text {
        color: white !important; }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  html .navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #262626;
    z-index: 9999999999;
    color: #fff; }
    html .navbar-top .page-title {
      text-align: center;
      height: 50px;
      line-height: 50px;
      font-weight: bold;
      font-size: 0.95rem; }
  html .visit-on-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #262626;
    z-index: 9999999999999999999; }
    html .visit-on-mobile .install-holder {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      width: 645px; }
      html .visit-on-mobile .install-holder a {
        color: #F2800D; }
  html .known-user {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999;
    background: rgba(0, 0, 0, 0.8); }
    html .known-user .content-screen {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 40px);
      margin: auto;
      padding: 20px;
      background: white;
      border-radius: 5px;
      box-shadow: 0px 4px 20px black; }
    html .known-user .screen-title {
      font-size: 1.3rem; }
      html .known-user .screen-title span {
        color: #F2800D; }
    html .known-user .info-screen .screen-user-choice .btn-accept {
      background: #F2800D;
      color: #fff; }
    html .known-user .info-screen .screen-user-choice .btn-decline {
      background: #f2f2f2; }
    html .known-user .verify-screen {
      display: none; }
  html .page-personal .page-home {
    height: 100vh;
    max-height: calc(100vh - (50px + 50px));
    overflow-y: scroll;
    overflow-x: hidden; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .page-personal .page-home {
        max-height: calc(100vh - (50px + 75px)); } }
    html .page-personal .page-home .profile-picture-background {
      position: relative;
      height: 100px;
      width: 100%;
      top: -1px; }
      html .page-personal .page-home .profile-picture-background:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 105vw;
        height: 100%;
        border-radius: 0 0 50% 50%;
        background: #262626;
        background: linear-gradient(#262626, #1e1e1e); }
    html .page-personal .page-home .top-row-holder {
      height: 125px;
      margin-top: -70px; }
      html .page-personal .page-home .top-row-holder .side-boxes {
        position: relative;
        width: calc((100% - 125px) / 2);
        height: 125px;
        padding: 0 10px;
        text-align: center;
        line-height: 125px; }
        html .page-personal .page-home .top-row-holder .side-boxes button.btn-ctm {
          background: #fff;
          border: none;
          padding: 10px 15px;
          border-radius: 5px;
          font-weight: bold;
          box-shadow: 0 0 6px #c8c8c8; }
          html .page-personal .page-home .top-row-holder .side-boxes button.btn-ctm.is-hold {
            background: #f5f5f5; }
          html .page-personal .page-home .top-row-holder .side-boxes button.btn-ctm svg {
            font-size: 13px;
            margin-right: 5px; }
        html .page-personal .page-home .top-row-holder .side-boxes.left-box {
          float: left; }
        html .page-personal .page-home .top-row-holder .side-boxes.right-box {
          float: right; }
      html .page-personal .page-home .top-row-holder .profile-picture-box {
        position: relative;
        text-align: center;
        width: 125px;
        margin: auto;
        float: left; }
        html .page-personal .page-home .top-row-holder .profile-picture-box:before {
          content: '';
          position: absolute;
          top: 12px;
          right: 12px;
          height: 15px;
          width: 15px;
          background: #a2ff37;
          border: 2px solid #7dea00;
          border-radius: 50%; }
        html .page-personal .page-home .top-row-holder .profile-picture-box.no-picture:after {
          content: '+';
          position: absolute;
          top: 96px;
          right: 12px;
          height: 20px;
          line-height: 16px;
          font-size: 19px;
          width: 20px;
          color: #c4ccdf;
          background: #fafbfe;
          border: 2px solid #c4ccdf;
          border-radius: 50%; }
        html .page-personal .page-home .top-row-holder .profile-picture-box img {
          width: 125px;
          height: 125px;
          object-fit: cover;
          object-position: 50%, 50%;
          border-radius: 50%;
          border: 5px solid #fafbfe;
          background: #fff; }
    html .page-personal .page-home #uploadProfilePicture {
      top: 55px; }
      html .page-personal .page-home #uploadProfilePicture #profilePictureUploadForm {
        text-align: center; }
        html .page-personal .page-home #uploadProfilePicture #profilePictureUploadForm #profile-picture-change-holder img {
          height: 125px;
          width: 125px;
          border-radius: 50%;
          border: 4px solid #f2f2f2;
          object-fit: cover;
          object-position: 50%, 50%; }
    html .page-personal .page-home .profile-name {
      text-align: center;
      font-size: 1.05rem; }
    html .page-personal .page-home .inline-title {
      padding: 0 20px; }
    html .page-personal .page-home .weight-tab {
      padding: 10px 20px; }
    html .page-personal .page-home .appointments-tab {
      padding: 5px 20px;
      overflow-y: scroll; }
      html .page-personal .page-home .appointments-tab::-webkit-scrollbar {
        display: none; }
      html .page-personal .page-home .appointments-tab .appointments-row {
        display: inline-flex; }
        html .page-personal .page-home .appointments-tab .appointments-row .appointment-box {
          position: relative;
          background: #fff;
          border-radius: 5px;
          float: left;
          height: 80px;
          width: 55vw;
          box-shadow: 0 0 3px #dbdbdb;
          margin-right: 20px;
          box-shadow: 0 3px 5px #e5e5e5; }
          html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .temp {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .date-box {
            position: relative;
            height: 100%;
            width: 40px;
            background: #262626;
            color: #fff;
            text-align: center;
            border-radius: 5px 0 0 5px;
            float: left; }
            html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .date-box .holder {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .date-box .holder .date-day {
                font-size: 1rem;
                margin-bottom: -5px; }
              html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .date-box .holder .date-month {
                font-size: 0.8rem; }
          html .page-personal .page-home .appointments-tab .appointments-row .appointment-box .info-box {
            float: left;
            padding: 7px;
            width: calc(100% - 40px);
            height: 100%; }
  html .page-personal-edit {
    display: none;
    min-height: 100vh;
    background: #fff; }
    html .page-personal-edit .custom-page-title {
      text-transform: uppercase;
      font-size: 12px; }
    html .page-personal-edit .form-section {
      padding: 20px; }
      html .page-personal-edit .form-section .edit-box {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ced4da;
        height: 43px;
        margin-bottom: 7px;
        color: #abafb4; }
        html .page-personal-edit .form-section .edit-box:nth-last-child(1) {
          margin-bottom: 0; }
        html .page-personal-edit .form-section .edit-box div {
          width: 40%; }
        html .page-personal-edit .form-section .edit-box .custom-input {
          background: transparent;
          border: none;
          box-shadow: none;
          text-align: right;
          color: #000000;
          width: 60%; }
          html .page-personal-edit .form-section .edit-box .custom-input:disabled {
            color: #abafb4; }
          html .page-personal-edit .form-section .edit-box .custom-input::placeholder {
            color: #abafb4; }
          html .page-personal-edit .form-section .edit-box .custom-input:focus {
            outline: none;
            box-shadow: none; }
    html .page-personal-edit .form-seperator {
      width: calc(100% - 40px);
      margin: auto;
      border-bottom: 1px solid #ced4da;
      padding-top: 5px;
      margin-bottom: 5px; }
    html .page-personal-edit .action-menu {
      position: fixed;
      bottom: -75px;
      left: 0;
      right: 0;
      height: 50px;
      transition: bottom 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      html .page-personal-edit .action-menu.is-view {
        bottom: 0; }
      @media screen and (min-height: 800px) and (max-width: 450px) {
        html .page-personal-edit .action-menu {
          height: 75px; } }
      html .page-personal-edit .action-menu .button {
        height: 100%;
        width: 50%;
        float: left;
        text-align: center;
        line-height: 50px; }
        @media screen and (min-height: 800px) and (max-width: 450px) {
          html .page-personal-edit .action-menu .button {
            line-height: 60px; } }
        html .page-personal-edit .action-menu .button.button-cancel {
          background: #f2f2f2; }
          html .page-personal-edit .action-menu .button.button-cancel.is-hold {
            background: #eaeaea; }
        html .page-personal-edit .action-menu .button.button-submit {
          background: #262626;
          color: white; }
          html .page-personal-edit .action-menu .button.button-submit.is-hold {
            background: #1e1e1e; }
  html .page-personal .planning {
    position: relative;
    padding: 10px 20px; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .page-personal .planning {
        max-height: calc(100vh - (100px + 75px)); } }
    html .page-personal .planning .week-indicator {
      display: none;
      position: relative;
      margin-top: 30px;
      margin-bottom: 5px;
      padding-left: 15px;
      color: #262626;
      font-size: 0.8rem; }
      html .page-personal .planning .week-indicator:nth-child(1) {
        margin-top: 0; }
    html .page-personal .planning .planning-box {
      position: relative;
      height: 100px;
      background: #fff;
      border-radius: 5px;
      margin-bottom: 10px;
      box-shadow: 0 3px 5px #e5e5e5; }
      html .page-personal .planning .planning-box.is-hold {
        background: #fcfcfc;
        box-shadow: 0 3px 5px #e5e5e5; }
      html .page-personal .planning .planning-box.checked-in .date-box .date-time {
        background: #8bc34a !important; }
      html .page-personal .planning .planning-box .date-box {
        position: relative;
        float: left;
        width: 60px;
        text-align: center;
        color: #fff;
        height: 100%;
        border-radius: 5px 0 0 5px; }
        html .page-personal .planning .planning-box .date-box .holder {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #333333;
          box-shadow: inset 0 0 20px black;
          border-radius: 5px;
          width: calc(100% - 15px);
          height: calc(100% - 15px);
          padding-top: 10px; }
          html .page-personal .planning .planning-box .date-box .holder .date-day {
            font-size: 18px;
            margin-bottom: -5px; }
          html .page-personal .planning .planning-box .date-box .holder .date-month {
            text-transform: uppercase;
            font-size: 12px; }
          html .page-personal .planning .planning-box .date-box .holder .date-time {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: calc(100% - 10px);
            height: 20px;
            line-height: 20px;
            border-radius: 3px;
            margin: auto;
            text-align: center;
            font-size: 10px;
            background: #595959; }
      html .page-personal .planning .planning-box .content-box {
        float: left;
        height: 100%;
        border-radius: 0 5px 5px 0;
        width: calc(100% - 60px);
        padding: 10px 10px 10px 5px; }
        html .page-personal .planning .planning-box .content-box .planning-title {
          font-weight: bold; }
          html .page-personal .planning .planning-box .content-box .planning-title .badge-cl {
            background: #e7e7e7 !important;
            color: #262626 !important; }
        html .page-personal .planning .planning-box .content-box .remaining-spots {
          position: absolute;
          bottom: 8px;
          font-size: .75rem;
          color: #262626; }
          html .page-personal .planning .planning-box .content-box .remaining-spots.warning {
            color: #f29000; }
          html .page-personal .planning .planning-box .content-box .remaining-spots.danger {
            color: #f44336; }
          html .page-personal .planning .planning-box .content-box .remaining-spots.checked-in {
            color: #8bc34a; }
  html #no-appointments {
    padding: 0 20px; }
    html #no-appointments.is-hold a div {
      background: #eeeeee; }
    html #no-appointments a {
      text-decoration: none; }
      html #no-appointments a div {
        width: 100%;
        padding: 0 20px;
        text-align: center;
        background: #f4f4f4;
        border: 1px solid #cccccc;
        color: #a3a3a3;
        height: 75px;
        line-height: 75px;
        border-radius: 5px; }
  html .content-registration {
    overflow-x: hidden;
    min-height: 100vh; }
    html .content-registration .welcome-box {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 20px; }
      html .content-registration .welcome-box:after {
        content: '';
        position: absolute;
        top: -100px;
        left: -50px;
        width: 150vw;
        height: 65vw;
        border-radius: 0 0 20vw 0;
        background: #262626;
        transform: rotate(-10deg); }
        @media screen and (max-width: 1050px) and (min-width: 450px) {
          html .content-registration .welcome-box:after {
            height: 30vw; } }
      html .content-registration .welcome-box .welcome-text {
        position: relative;
        color: #fff;
        z-index: 4;
        font-weight: bold;
        font-size: 1.5rem; }
        @media screen and (max-width: 1050px) and (min-width: 450px) {
          html .content-registration .welcome-box .welcome-text {
            font-size: 2.5rem; } }
    html .content-registration .form-box {
      position: relative;
      width: calc(100% - 40px);
      background: white;
      border-radius: 5px;
      padding: 20px;
      margin: auto;
      box-shadow: 0 0 4px #d2d2d2; }
      html .content-registration .form-box small {
        line-height: 1.2 !important; }
      html .content-registration .form-box.login-box {
        display: none; }
    html .content-registration .login-footer {
      position: absolute;
      bottom: 3rem;
      left: 50%;
      transform: translateX(-50%);
      font-size: 0.7rem;
      color: #cbcbcb; }
  html #verificationCode {
    text-align: center !important;
    letter-spacing: 5px;
    padding: 50px 0;
    font-size: 25px; }
    html #verificationCode::placeholder {
      font-size: 23px; }
    html #verificationCode.success {
      border: 1px solid #AED581 !important; }
  html .verify-box {
    display: none; }
  html .content-planner .planning {
    position: relative;
    padding: 15px 20px 0 20px;
    margin-top: 50px;
    max-height: calc(100vh - (100px + 50px));
    overflow-y: auto;
    overflow-x: hidden; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .content-planner .planning {
        max-height: calc(100vh - (100px + 75px)); } }
    html .content-planner .planning:before {
      content: '';
      position: absolute;
      left: 10px;
      top: 70px;
      bottom: 30px;
      border-left: 1px solid #cccccc; }
    html .content-planner .planning .week-indicator {
      position: relative;
      margin-top: 30px;
      margin-bottom: 5px;
      padding-left: 15px;
      color: #262626;
      font-size: 0.8rem; }
      html .content-planner .planning .week-indicator:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: 10px;
        height: calc(100px + 30px);
        border-left: 1px solid #cccccc; }
      html .content-planner .planning .week-indicator:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: 25px;
        height: 2px;
        border-bottom: 1px solid #cccccc; }
      html .content-planner .planning .week-indicator:nth-child(1) {
        margin-top: 0; }
    html .content-planner .planning .planning-box {
      position: relative;
      height: 100px;
      background: #fff;
      border-radius: 5px;
      margin-bottom: 10px;
      box-shadow: 0 3px 5px #e5e5e5; }
      html .content-planner .planning .planning-box.is-hold {
        background: #fcfcfc;
        box-shadow: 0 3px 5px #e5e5e5; }
      html .content-planner .planning .planning-box.checked-in .date-box .date-time {
        background: #8bc34a !important; }
      html .content-planner .planning .planning-box:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: 10px;
        height: calc(100px + 30px);
        border-left: 1px solid #cccccc; }
      html .content-planner .planning .planning-box:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #cccccc; }
      html .content-planner .planning .planning-box .date-box {
        position: relative;
        float: left;
        width: 60px;
        text-align: center;
        color: #fff;
        height: 100%;
        border-radius: 5px 0 0 5px; }
        html .content-planner .planning .planning-box .date-box .holder {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #333333;
          box-shadow: inset 0 0 20px black;
          border-radius: 5px;
          width: calc(100% - 15px);
          height: calc(100% - 15px);
          padding-top: 10px; }
          html .content-planner .planning .planning-box .date-box .holder .date-day {
            font-size: 18px;
            margin-bottom: -5px; }
          html .content-planner .planning .planning-box .date-box .holder .date-month {
            text-transform: uppercase;
            font-size: 12px; }
          html .content-planner .planning .planning-box .date-box .holder .date-time {
            position: absolute;
            bottom: 5px;
            left: 5px;
            width: calc(100% - 10px);
            height: 20px;
            line-height: 20px;
            border-radius: 3px;
            margin: auto;
            text-align: center;
            font-size: 10px;
            background: #595959; }
      html .content-planner .planning .planning-box .content-box {
        float: left;
        height: 100%;
        border-radius: 0 5px 5px 0;
        width: calc(100% - 60px);
        padding: 10px 10px 10px 5px; }
        html .content-planner .planning .planning-box .content-box .planning-title {
          font-weight: bold; }
          html .content-planner .planning .planning-box .content-box .planning-title .badge-cl {
            background: #e7e7e7 !important;
            color: #262626 !important; }
        html .content-planner .planning .planning-box .content-box .remaining-spots {
          position: absolute;
          bottom: 8px;
          font-size: .75rem;
          color: #262626; }
          html .content-planner .planning .planning-box .content-box .remaining-spots.warning {
            color: #f29000; }
          html .content-planner .planning .planning-box .content-box .remaining-spots.danger {
            color: #f44336; }
          html .content-planner .planning .planning-box .content-box .remaining-spots.checked-in {
            color: #8bc34a; }
  html #planning .load-icon .loader {
    width: 50px;
    height: 50px;
    border: 3px solid #cccccc;
    border-radius: 50%;
    margin: auto;
    -webkit-animation: spin 0.75s infinite linear;
    transition: all 0.25s;
    border-top: 3px solid #4b4b4b;
    border-right: 3px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    border-left: 3px solid #cccccc; }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  html .content-planner .filter-box {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999;
    transition: all 0.4s;
    overflow: hidden;
    bottom: calc(100% - 100px); }
    html .content-planner .filter-box .filter-title {
      position: relative;
      left: 0;
      right: 0;
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      background: white;
      border-bottom: 1px solid #e8e8e8;
      color: #262626;
      transition: background 0.2s;
      z-index: 9999; }
      html .content-planner .filter-box .filter-title.is-hold {
        background: #fbfbfb; }
      html .content-planner .filter-box .filter-title:after {
        content: '\f107';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 20px;
        top: 0;
        color: #262626;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    html .content-planner .filter-box .filter-content {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      background: white;
      height: 0;
      overflow: hidden;
      transition: height 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
      box-sizing: border-box;
      box-shadow: 0px 1px 4px #252525;
      border-radius: 0 0 25px 25px;
      z-index: 999; }
      html .content-planner .filter-box .filter-content .filters {
        padding: 10px 20px; }
    html .content-planner .filter-box.active {
      background: rgba(0, 0, 0, 0.7);
      bottom: 0; }
      html .content-planner .filter-box.active .filter-title:after {
        transform: rotate(-180deg); }
      html .content-planner .filter-box.active .filter-content {
        height: 250px;
        overflow-y: auto;
        border-bottom: 1px solid #e8e8e8;
        transition: height 0.4s, border 0.4s; }
  html .not-registered {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .not-registered {
        top: -25px; } }
    html .not-registered .div-centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      html .not-registered .div-centered .become-member {
        position: relative;
        width: calc(100vw - 60px);
        background: white;
        margin: auto;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px black; }
        html .not-registered .div-centered .become-member h4 {
          color: #262626; }
        html .not-registered .div-centered .become-member small strong {
          color: #262626; }
  html #planModal .modal-content {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    height: 200px;
    border-radius: 15px;
    border: none; }
    html #planModal .modal-content .modal-header {
      border: none; }
    html #planModal .modal-content .modal-body {
      padding-top: 0; }
      html #planModal .modal-content .modal-body #title {
        text-align: center;
        font-weight: bold;
        font-size: 18px; }
      html #planModal .modal-content .modal-body #date {
        text-transform: capitalize; }
      html #planModal .modal-content .modal-body .date-time-info {
        text-align: center; }
      html #planModal .modal-content .modal-body button.btn-check-in {
        width: calc(100% - 2rem);
        background: #F2800D;
        position: absolute;
        bottom: 1rem;
        padding: 15px 0;
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        text-transform: uppercase;
        letter-spacing: 1px; }
      html #planModal .modal-content .modal-body button.btn-check-out {
        width: calc(100% - 2rem);
        background: #4b4b4b;
        position: absolute;
        bottom: 1rem;
        padding: 15px 0;
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        text-transform: uppercase;
        letter-spacing: 1px; }
  html #planModal.active .modal-content {
    height: 360px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  html #planModal #custom-box {
    display: none;
    position: relative;
    height: 100px;
    background: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0 3px 5px #d3d3d3;
    transition: opacity 0.3s;
    opacity: 0; }
    html #planModal #custom-box.active {
      opacity: 1;
      display: block; }
    html #planModal #custom-box.is-hold {
      background: #fcfcfc;
      box-shadow: 0 3px 5px #e5e5e5; }
    html #planModal #custom-box .date-time.checked-in {
      background: #8bc34a !important; }
    html #planModal #custom-box .date-box {
      position: relative;
      float: left;
      width: 60px;
      text-align: center;
      color: #fff;
      height: 100%;
      border-radius: 5px 0 0 5px; }
      html #planModal #custom-box .date-box .holder {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #333333;
        box-shadow: inset 0 0 20px black;
        border-radius: 5px;
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        padding-top: 10px; }
        html #planModal #custom-box .date-box .holder .date-day {
          font-size: 18px;
          margin-bottom: -5px; }
        html #planModal #custom-box .date-box .holder .date-month {
          text-transform: uppercase;
          font-size: 12px; }
        html #planModal #custom-box .date-box .holder .date-time {
          position: absolute;
          bottom: 5px;
          left: 5px;
          width: calc(100% - 10px);
          height: 20px;
          line-height: 20px;
          border-radius: 3px;
          margin: auto;
          text-align: center;
          font-size: 10px;
          background: #595959; }
    html #planModal #custom-box .content-box {
      float: left;
      height: 100%;
      border-radius: 0 5px 5px 0;
      width: calc(100% - 60px);
      padding: 10px 10px 10px 5px; }
      html #planModal #custom-box .content-box .planning-title {
        font-weight: bold; }
        html #planModal #custom-box .content-box .planning-title .badge-cl {
          background: #e7e7e7 !important;
          color: #262626 !important; }
      html #planModal #custom-box .content-box .remaining-spots {
        position: absolute;
        bottom: 8px;
        font-size: .75rem;
        color: #262626; }
        html #planModal #custom-box .content-box .remaining-spots.warning {
          color: #f29000; }
        html #planModal #custom-box .content-box .remaining-spots.danger {
          color: #f44336; }
        html #planModal #custom-box .content-box .remaining-spots.checked-in {
          color: #8bc34a; }
  html .page-home-d .title-holder {
    padding: 20px 20px 0 20px; }
    html .page-home-d .title-holder .newest-title {
      height: 25px;
      display: inline-flex;
      overflow-y: auto; }
      html .page-home-d .title-holder .newest-title div {
        color: #262626;
        font-weight: 600;
        border-bottom: 2px solid #F2800D;
        text-transform: uppercase;
        font-size: 0.7rem;
        height: 25px; }
  html .page-home-d .scrollable {
    padding: 20px 0 20px 20px;
    overflow-y: auto; }
    html .page-home-d .scrollable::-webkit-scrollbar {
      display: none; }
    html .page-home-d .scrollable .blog-holder {
      display: inline-flex; }
      html .page-home-d .scrollable .blog-holder .blog-box {
        position: relative;
        height: 350px;
        width: 75vw;
        border-radius: 7px;
        float: left;
        margin-right: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
        html .page-home-d .scrollable .blog-holder .blog-box .background-image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-position: 50%, 50%;
          border-radius: 7px; }
        html .page-home-d .scrollable .blog-holder .blog-box .background-overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
          border-radius: 7px; }
        html .page-home-d .scrollable .blog-holder .blog-box .blog-title {
          position: absolute;
          left: 20px;
          bottom: 50px;
          color: white;
          font-weight: bold;
          font-size: 1.4rem; }
        html .page-home-d .scrollable .blog-holder .blog-box .bottom-bar {
          position: absolute;
          left: 20px;
          right: 20px;
          bottom: 20px;
          color: white;
          font-size: 0.85rem; }
          html .page-home-d .scrollable .blog-holder .blog-box .bottom-bar svg {
            margin-right: 5px; }
          html .page-home-d .scrollable .blog-holder .blog-box .bottom-bar .profile-pic {
            position: absolute;
            right: 0;
            top: 10px; }
            html .page-home-d .scrollable .blog-holder .blog-box .bottom-bar .profile-pic img {
              height: 50px;
              width: 50px;
              border-radius: 50%;
              object-fit: cover;
              object-position: 50%, 50%;
              border: 3px solid #fff;
              background: #fff; }
  html .page-home-d .scrollable .topic-titles {
    height: 30px;
    display: inline-flex;
    overflow-y: auto; }
    html .page-home-d .scrollable .topic-titles .tt {
      float: left;
      height: 25px;
      margin-right: 20px;
      text-transform: uppercase;
      font-size: 0.7rem; }
      html .page-home-d .scrollable .topic-titles .tt.active {
        color: #262626;
        font-weight: 600;
        border-bottom: 2px solid #F2800D; }
  html .page-home-d .blog-posts .post {
    height: 90px;
    background: white;
    /* border-radius: 5px; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    /* transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
    /* margin-bottom: 10px; */
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8; }
    html .page-home-d .blog-posts .post .bg-img {
      height: 70px;
      width: 70px;
      border-radius: 5px;
      background-size: cover;
      background-position: center, center;
      float: left; }
    html .page-home-d .blog-posts .post .blog-content {
      float: right;
      padding: 10px 20px;
      width: calc(100% - 70px); }
      html .page-home-d .blog-posts .post .blog-content .tt {
        font-size: 1rem;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 5px;
        color: #404040; }
  html .content-registration .company-branding {
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0; }
    html .content-registration .company-branding img {
      z-index: 99999999;
      height: 40px;
      margin-top: 20px; }
  html .content-blog-view .blog-wrapper {
    padding: 20px;
    background: #fff;
    height: 100vh;
    max-height: calc(100vh - (50px + 50px));
    overflow-y: auto; }
    @media screen and (min-height: 800px) and (max-width: 450px) {
      html .content-blog-view .blog-wrapper {
        max-height: calc(100vh - (50px + 75px)); } }
    html .content-blog-view .blog-wrapper .image-wrapper img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center, center;
      border-radius: 5px;
      box-shadow: 0px 3px 4px 0px #bebebe; }
  html .content-training-view {
    background: white; }
    html .content-training-view .training-view-wrapper {
      padding: 20px; }
      html .content-training-view .training-view-wrapper .video-holder iframe {
        width: calc(100vw - 40px);
        height: calc( ((100vw - 40px) / 16) * 9);
        border-radius: 5px; }
  html .content-training .category-header {
    padding: 10px 20px;
    background: #404040;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
    html .content-training .category-header.sticky {
      position: fixed;
      z-index: 999;
      width: 100%;
      top: 50px; }
  html .content-training .page-title-main {
    padding: 20px; }
  html .content-training .become-member {
    padding: 20px;
    background: #333333; }
    html .content-training .become-member .title-box {
      color: #F2800D;
      font-weight: bold;
      font-size: 1rem; }
  html .content-training #all-trainings.sticky {
    padding-top: 38px; }
  html .content-training #all-trainings .category-title {
    padding: 20px;
    background: white;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    color: #404040;
    position: relative; }
    html .content-training #all-trainings .category-title:after {
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 20px;
      color: #404040;
      transition: all 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    html .content-training #all-trainings .category-title.active:after {
      transform: rotate(90deg);
      color: #F2800D; }
    html .content-training #all-trainings .category-title.is-hold {
      background: #fafafa; }
  html .content-training #all-trainings .category-box {
    display: none;
    position: relative;
    padding: 20px; }
    html .content-training #all-trainings .category-box:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      border-right: 1px solid #cccccc; }
    html .content-training #all-trainings .category-box .training-box {
      position: relative;
      height: 70px;
      background: white;
      margin-bottom: 10px;
      border-radius: 35px 5px 5px 35px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.08); }
      html .content-training #all-trainings .category-box .training-box.is-hold {
        background: #f3f3f3; }
      html .content-training #all-trainings .category-box .training-box:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        height: 1px;
        width: 10px;
        background: #cccccc;
        border-radius: 50%; }
      html .content-training #all-trainings .category-box .training-box.not-allowed {
        opacity: 0.3; }
      html .content-training #all-trainings .category-box .training-box .thumbnail {
        float: left;
        height: 70px;
        width: 70px;
        overflow: hidden;
        border-radius: 5px 0 0 5px; }
        html .content-training #all-trainings .category-box .training-box .thumbnail img {
          height: 70px;
          width: 70px;
          object-fit: cover;
          object-position: center,center;
          border-radius: 50%; }
      html .content-training #all-trainings .category-box .training-box .training-content {
        position: relative;
        float: left;
        width: calc(100% - 70px);
        padding: 10px 50px 10px 10px;
        height: 100%;
        border-radius: 0 5px 5px 0; }
        html .content-training #all-trainings .category-box .training-box .training-content:after {
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          top: 10px;
          bottom: 10px;
          right: 10px;
          width: 25px;
          border-radius: 5px;
          color: #fff;
          line-height: 50px;
          text-align: center;
          background: #404040; }
        html .content-training #all-trainings .category-box .training-box .training-content .training-title {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #404040; }
        html .content-training #all-trainings .category-box .training-box .training-content .training-description {
          font-size: 0.7rem;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          height: 30px; }
    html .content-training #all-trainings .category-box .empty-category {
      padding: 20px; }
  html .content-installation {
    padding: 20px; }
    html .content-installation .company-img {
      text-align: center;
      margin-bottom: 20px; }
      html .content-installation .company-img img {
        height: 75px;
        width: 75px;
        object-fit: cover;
        border-radius: 5px; }
    html .content-installation .installation-wrapper {
      display: none; }
      html .content-installation .installation-wrapper .install-title {
        font-weight: bold;
        font-size: 1.4rem; }
  html .install-ios, html .install-else {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
    transition: all 0.4s; }
    html .install-ios .install-banner, html .install-else .install-banner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 5px;
      width: 85vw;
      text-align: center;
      padding: 30px;
      padding-top: 75px;
      box-shadow: 0px 9px 15px #373737; }
      html .install-ios .install-banner .app-icon, html .install-else .install-banner .app-icon {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%); }
        html .install-ios .install-banner .app-icon img, html .install-else .install-banner .app-icon img {
          height: 75px;
          width: 75px;
          border-radius: 7px;
          object-fit: cover;
          object-position: center, center; }
      html .install-ios .install-banner .install-title, html .install-else .install-banner .install-title {
        font-weight: lighter;
        font-size: 1.3rem;
        margin-bottom: 5px; }
      html .install-ios .install-banner .install-info, html .install-else .install-banner .install-info {
        color: #a0a0a0 !important;
        margin-bottom: 25px; }
      html .install-ios .install-banner .install-text img, html .install-else .install-banner .install-text img {
        height: 17px;
        margin: -6px 5px 0 6px; }

/*# sourceMappingURL=style.css.map */
