@font-face {
  font-family: 'Rubik';
  src: url('../webfonts/rubik/rubik-regular.eot');
  src: url('../webfonts/rubik/rubik-regular.eot?#iefix') format('embedded-opentype'),
       url('../webfonts/rubik/rubik-regular.woff2') format('woff2'),
       url('../webfonts/rubik/rubik-regular.woff') format('woff'),
       url('../webfonts/rubik/rubik-regular.ttf') format('truetype'),
       url('../webfonts/rubik/rubik-regular.svg#rubik') format('svg');
  font-weight: normal;
  font-style: normal;
}

.grid {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 10px * 2);
  width: calc(100% + 10px * 2); }
  .grid.nomargbot > [class*='block-'],
  .grid.nomargbot > [class*='col-'] {
    margin-bottom: 0; }
  .grid > [class*='block-'],
  .grid > [class*='col-'] {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: -webkit-calc(10px * 2);
    margin-bottom: calc(10px * 2); }
    @media screen and (max-width: 575px) {
      .grid > [class*='block-'],
      .grid > [class*='col-'] {
        padding: 0 -webkit-calc(10px / 2);
        padding: 0 calc(10px / 2);
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .grid > [class*='block-'],
      .grid > [class*='col-'] {
        max-width: 100% !important;
        width: 100% !important; } }
  .grid .block-1 {
    width: 100px; }
  .grid .block-2 {
    width: 200px; }
  .grid .block-3 {
    width: 300px; }
  .grid .block-4 {
    width: 400px; }
  .grid .block-5 {
    width: 500px; }
  .grid .block-6 {
    width: 600px; }
  .grid .block-7 {
    width: 700px; }
  .grid .block-8 {
    width: 800px; }
  .grid .block-9 {
    width: 900px; }
  .grid .block-10 {
    width: 1000px; }
  .grid .col-1 {
    width: -webkit-calc(100% / 12 * 1);
    width: calc(100% / 12 * 1); }
  .grid .col-2 {
    width: -webkit-calc(100% / 12 * 2);
    width: calc(100% / 12 * 2); }
  .grid .col-3 {
    width: -webkit-calc(100% / 12 * 3);
    width: calc(100% / 12 * 3); }
  .grid .col-4 {
    width: -webkit-calc(100% / 12 * 4);
    width: calc(100% / 12 * 4); }
  .grid .col-5 {
    width: -webkit-calc(100% / 12 * 5);
    width: calc(100% / 12 * 5); }
  .grid .col-6 {
    width: -webkit-calc(100% / 12 * 6);
    width: calc(100% / 12 * 6); }
  .grid .col-7 {
    width: -webkit-calc(100% / 12 * 7);
    width: calc(100% / 12 * 7); }
  .grid .col-8 {
    width: -webkit-calc(100% / 12 * 8);
    width: calc(100% / 12 * 8); }
  .grid .col-9 {
    width: -webkit-calc(100% / 12 * 9);
    width: calc(100% / 12 * 9); }
  .grid .col-10 {
    width: -webkit-calc(100% / 12 * 10);
    width: calc(100% / 12 * 10); }
  .grid .col-11 {
    width: -webkit-calc(100% / 12 * 11);
    width: calc(100% / 12 * 11); }
  .grid .col-12 {
    width: -webkit-calc(100% / 12 * 12);
    width: calc(100% / 12 * 12); }
  .grid .col-auto {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media screen and (max-width: 1400px) {
    .grid .block-xxl-1 {
      width: 100px; }
    .grid .block-xxl-2 {
      width: 200px; }
    .grid .block-xxl-3 {
      width: 300px; }
    .grid .block-xxl-4 {
      width: 400px; }
    .grid .block-xxl-5 {
      width: 500px; }
    .grid .block-xxl-6 {
      width: 600px; }
    .grid .block-xxl-7 {
      width: 700px; }
    .grid .block-xxl-8 {
      width: 800px; }
    .grid .block-xxl-9 {
      width: 900px; }
    .grid .block-xxl-10 {
      width: 1000px; }
    .grid .col-xxl-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-xxl-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-xxl-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-xxl-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-xxl-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-xxl-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-xxl-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-xxl-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-xxl-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-xxl-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-xxl-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-xxl-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-xxl-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-xxl {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .grid .block-xl-1 {
      width: 100px; }
    .grid .block-xl-2 {
      width: 200px; }
    .grid .block-xl-3 {
      width: 300px; }
    .grid .block-xl-4 {
      width: 400px; }
    .grid .block-xl-5 {
      width: 500px; }
    .grid .block-xl-6 {
      width: 600px; }
    .grid .block-xl-7 {
      width: 700px; }
    .grid .block-xl-8 {
      width: 800px; }
    .grid .block-xl-9 {
      width: 900px; }
    .grid .block-xl-10 {
      width: 1000px; }
    .grid .col-xl-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-xl-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-xl-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-xl-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-xl-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-xl-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-xl-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-xl-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-xl-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-xl-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-xl-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-xl-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-xl-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-xl {
      display: none; } }
  @media screen and (max-width: 991px) {
    .grid .block-lg-1 {
      width: 100px; }
    .grid .block-lg-2 {
      width: 200px; }
    .grid .block-lg-3 {
      width: 300px; }
    .grid .block-lg-4 {
      width: 400px; }
    .grid .block-lg-5 {
      width: 500px; }
    .grid .block-lg-6 {
      width: 600px; }
    .grid .block-lg-7 {
      width: 700px; }
    .grid .block-lg-8 {
      width: 800px; }
    .grid .block-lg-9 {
      width: 900px; }
    .grid .block-lg-10 {
      width: 1000px; }
    .grid .col-lg-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-lg-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-lg-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-lg-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-lg-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-lg-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-lg-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-lg-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-lg-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-lg-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-lg-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-lg-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-lg-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-lg {
      display: none; } }
  @media screen and (max-width: 768px) {
    .grid .block-md-1 {
      width: 100px; }
    .grid .block-md-2 {
      width: 200px; }
    .grid .block-md-3 {
      width: 300px; }
    .grid .block-md-4 {
      width: 400px; }
    .grid .block-md-5 {
      width: 500px; }
    .grid .block-md-6 {
      width: 600px; }
    .grid .block-md-7 {
      width: 700px; }
    .grid .block-md-8 {
      width: 800px; }
    .grid .block-md-9 {
      width: 900px; }
    .grid .block-md-10 {
      width: 1000px; }
    .grid .col-md-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-md-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-md-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-md-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-md-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-md-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-md-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-md-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-md-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-md-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-md-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-md-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-md-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-md {
      display: none; } }
  @media screen and (max-width: 575px) {
    .grid .block-sm-1 {
      width: 100px; }
    .grid .block-sm-2 {
      width: 200px; }
    .grid .block-sm-3 {
      width: 300px; }
    .grid .block-sm-4 {
      width: 400px; }
    .grid .block-sm-5 {
      width: 500px; }
    .grid .block-sm-6 {
      width: 600px; }
    .grid .block-sm-7 {
      width: 700px; }
    .grid .block-sm-8 {
      width: 800px; }
    .grid .block-sm-9 {
      width: 900px; }
    .grid .block-sm-10 {
      width: 1000px; }
    .grid .col-sm-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-sm-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-sm-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-sm-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-sm-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-sm-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-sm-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-sm-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-sm-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-sm-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-sm-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-sm-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-sm-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-sm {
      display: none; } }
  @media screen and (max-width: 480px) {
    .grid .block-xs-1 {
      width: 100px; }
    .grid .block-xs-2 {
      width: 200px; }
    .grid .block-xs-3 {
      width: 300px; }
    .grid .block-xs-4 {
      width: 400px; }
    .grid .block-xs-5 {
      width: 500px; }
    .grid .block-xs-6 {
      width: 600px; }
    .grid .block-xs-7 {
      width: 700px; }
    .grid .block-xs-8 {
      width: 800px; }
    .grid .block-xs-9 {
      width: 900px; }
    .grid .block-xs-10 {
      width: 1000px; }
    .grid .col-xs-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-xs-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-xs-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-xs-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-xs-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-xs-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-xs-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-xs-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-xs-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-xs-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-xs-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-xs-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-xs-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-xs {
      display: none; } }
  @media screen and (max-width: 375px) {
    .grid .block-xxs-1 {
      width: 100px; }
    .grid .block-xxs-2 {
      width: 200px; }
    .grid .block-xxs-3 {
      width: 300px; }
    .grid .block-xxs-4 {
      width: 400px; }
    .grid .block-xxs-5 {
      width: 500px; }
    .grid .block-xxs-6 {
      width: 600px; }
    .grid .block-xxs-7 {
      width: 700px; }
    .grid .block-xxs-8 {
      width: 800px; }
    .grid .block-xxs-9 {
      width: 900px; }
    .grid .block-xxs-10 {
      width: 1000px; }
    .grid .col-xxs-1 {
      width: -webkit-calc(100% / 12 * 1);
      width: calc(100% / 12 * 1); }
    .grid .col-xxs-2 {
      width: -webkit-calc(100% / 12 * 2);
      width: calc(100% / 12 * 2); }
    .grid .col-xxs-3 {
      width: -webkit-calc(100% / 12 * 3);
      width: calc(100% / 12 * 3); }
    .grid .col-xxs-4 {
      width: -webkit-calc(100% / 12 * 4);
      width: calc(100% / 12 * 4); }
    .grid .col-xxs-5 {
      width: -webkit-calc(100% / 12 * 5);
      width: calc(100% / 12 * 5); }
    .grid .col-xxs-6 {
      width: -webkit-calc(100% / 12 * 6);
      width: calc(100% / 12 * 6); }
    .grid .col-xxs-7 {
      width: -webkit-calc(100% / 12 * 7);
      width: calc(100% / 12 * 7); }
    .grid .col-xxs-8 {
      width: -webkit-calc(100% / 12 * 8);
      width: calc(100% / 12 * 8); }
    .grid .col-xxs-9 {
      width: -webkit-calc(100% / 12 * 9);
      width: calc(100% / 12 * 9); }
    .grid .col-xxs-10 {
      width: -webkit-calc(100% / 12 * 10);
      width: calc(100% / 12 * 10); }
    .grid .col-xxs-11 {
      width: -webkit-calc(100% / 12 * 11);
      width: calc(100% / 12 * 11); }
    .grid .col-xxs-12 {
      width: -webkit-calc(100% / 12 * 12);
      width: calc(100% / 12 * 12); }
    .grid .col-xxs-auto {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .grid .hide-xxs {
      display: none; } }
  @media screen and (max-width: 575px) {
    .grid {
      margin: 0 -webkit-calc(-10px / 2);
      margin: 0 calc(-10px / 2);
      width: -webkit-calc(100% + 10px);
      width: calc(100% + 10px); } }

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #354052;
  color: #ddd; }
  header > a,
  header > div,
  header > form {
    padding: 20px 25px; }
    header > a .btn,
    header > div .btn,
    header > form .btn {
      margin: 0; }
      header > a .btn i,
      header > div .btn i,
      header > form .btn i {
        margin: 0; }
    header > a > span,
    header > div > span,
    header > form > span {
      margin-left: 8px; }
    header > a.header-menu-mobile,
    header > div.header-menu-mobile,
    header > form.header-menu-mobile {
      display: none;
      margin: 0 auto 0 0; }
      @media screen and (max-width: 991px) {
        header > a.header-menu-mobile,
        header > div.header-menu-mobile,
        header > form.header-menu-mobile {
          display: block; } }
    header > a.notification-box,
    header > div.notification-box,
    header > form.notification-box {
      position: relative; }
      header > a.notification-box .notifs-list,
      header > div.notification-box .notifs-list,
      header > form.notification-box .notifs-list {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #354052;
        min-width: 350px;
        border-top: solid 1px rgba(0, 0, 0, 0.15);
        z-index: 9;
        overflow-y: auto;
        max-height: 100vh; }
        header > a.notification-box .notifs-list .notif-item,
        header > div.notification-box .notifs-list .notif-item,
        header > form.notification-box .notifs-list .notif-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          header > a.notification-box .notifs-list .notif-item .notif-link,
          header > div.notification-box .notifs-list .notif-item .notif-link,
          header > form.notification-box .notifs-list .notif-item .notif-link {
            padding: 15px 20px;
            width: 100%;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            header > a.notification-box .notifs-list .notif-item .notif-link .notif-title,
            header > div.notification-box .notifs-list .notif-item .notif-link .notif-title,
            header > form.notification-box .notifs-list .notif-item .notif-link .notif-title {
              display: block;
              margin-bottom: 3px; }
            header > a.notification-box .notifs-list .notif-item .notif-link .notif-subtitle,
            header > div.notification-box .notifs-list .notif-item .notif-link .notif-subtitle,
            header > form.notification-box .notifs-list .notif-item .notif-link .notif-subtitle {
              display: block;
              font-size: 14px;
              font-style: italic;
              position: relative;
              padding-left: 15px; }
              header > a.notification-box .notifs-list .notif-item .notif-link .notif-subtitle::before,
              header > div.notification-box .notifs-list .notif-item .notif-link .notif-subtitle::before,
              header > form.notification-box .notifs-list .notif-item .notif-link .notif-subtitle::before {
                content: '';
                position: absolute;
                left: 0;
                top: 8px;
                border-bottom: solid 1px rgba(221, 221, 221, 0.5);
                width: 10px; }
            header > a.notification-box .notifs-list .notif-item .notif-link:hover,
            header > div.notification-box .notifs-list .notif-item .notif-link:hover,
            header > form.notification-box .notifs-list .notif-item .notif-link:hover {
              background: rgba(0, 0, 0, 0.15);
              cursor: pointer; }
          header > a.notification-box .notifs-list .notif-item .notif-action,
          header > div.notification-box .notifs-list .notif-item .notif-action,
          header > form.notification-box .notifs-list .notif-item .notif-action {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 15px 20px; }
            header > a.notification-box .notifs-list .notif-item .notif-action i,
            header > div.notification-box .notifs-list .notif-item .notif-action i,
            header > form.notification-box .notifs-list .notif-item .notif-action i {
              margin: auto; }
            header > a.notification-box .notifs-list .notif-item .notif-action:hover,
            header > div.notification-box .notifs-list .notif-item .notif-action:hover,
            header > form.notification-box .notifs-list .notif-item .notif-action:hover {
              background: rgba(0, 0, 0, 0.15);
              cursor: pointer; }
              header > a.notification-box .notifs-list .notif-item .notif-action:hover i,
              header > div.notification-box .notifs-list .notif-item .notif-action:hover i,
              header > form.notification-box .notifs-list .notif-item .notif-action:hover i {
                color: #27ae60; }
          header > a.notification-box .notifs-list .notif-item:not(:last-child),
          header > div.notification-box .notifs-list .notif-item:not(:last-child),
          header > form.notification-box .notifs-list .notif-item:not(:last-child) {
            border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
        header > a.notification-box .notifs-list > span,
        header > div.notification-box .notifs-list > span,
        header > form.notification-box .notifs-list > span {
          display: block;
          padding: 15px 20px; }
        @media screen and (max-width: 480px) {
          header > a.notification-box .notifs-list,
          header > div.notification-box .notifs-list,
          header > form.notification-box .notifs-list {
            width: 100vw;
            right: -66px;
            height: -webkit-calc(100vh - 59px);
            height: calc(100vh - 59px);
            overflow-y: auto; } }
      header > a.notification-box.alert::before,
      header > div.notification-box.alert::before,
      header > form.notification-box.alert::before {
        content: '';
        position: absolute;
        top: 14px;
        right: 20px;
        width: 10px;
        height: 10px;
        background: #e74c3c;
        border-radius: 50%; }
      header > a.notification-box.active-item,
      header > div.notification-box.active-item,
      header > form.notification-box.active-item {
        background: rgba(0, 0, 0, 0.15); }
        header > a.notification-box.active-item::after,
        header > div.notification-box.active-item::after,
        header > form.notification-box.active-item::after {
          content: '';
          border: solid 10px transparent;
          border-bottom-color: #354052;
          position: absolute;
          left: -webkit-calc(50% - 10px);
          left: calc(50% - 10px);
          bottom: 0; }
        header > a.notification-box.active-item .notifs-list,
        header > div.notification-box.active-item .notifs-list,
        header > form.notification-box.active-item .notifs-list {
          display: block; }
    header > a:hover,
    header > div:hover,
    header > form:hover {
      background: rgba(0, 0, 0, 0.15);
      cursor: pointer; }

form .form-input {
  margin-bottom: 15px; }
  form .form-input label {
    font-size: 14px;
    color: #777; }
    form .form-input label .fa-asterisk {
      color: #e74c3c;
      font-size: 6px;
      vertical-align: top;
      margin-right: 3px; }
    form .form-input label input,
    form .form-input label textarea,
    form .form-input label select {
      width: 100%;
      box-sizing: border-box;
      display: block;
      font-size: 16px;
      margin-top: 5px;
      border: solid 1px #ddd;
      padding: 10px 15px;
      border-radius: 3px;
      font-family: inherit; }
      form .form-input label input::-webkit-input-placeholder,
      form .form-input label textarea::-webkit-input-placeholder,
      form .form-input label select::-webkit-input-placeholder {
        color: #777; }
      form .form-input label input::-moz-placeholder,
      form .form-input label textarea::-moz-placeholder,
      form .form-input label select::-moz-placeholder {
        color: #777; }
      form .form-input label input::placeholder,
      form .form-input label textarea::placeholder,
      form .form-input label select::placeholder {
        color: #777; }

form .btn {
  margin-top: 0; }

.btn,
.btn:visited {
  border: solid 2px transparent;
  color: #fff;
  padding: 12px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  border-radius: 2px;
  margin-top: 25px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 1;
  text-align: center; }
  .btn i,
  .btn:visited i {
    margin-right: 10px; }
  .btn:hover,
  .btn:visited:hover {
    cursor: pointer; }
  .btn:active,
  .btn:visited:active {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px); }
  .btn.btn-none,
  .btn:visited.btn-none {
    background: none;
    color: inherit;
    border: none;
    padding: 0; }
  .btn.btn-icon,
  .btn:visited.btn-icon {
    color: inherit;
    background: none;
    border: none; }
    .btn.btn-icon:hover,
    .btn:visited.btn-icon:hover {
      color: #8e44ad; }
  .btn.btn-sm,
  .btn:visited.btn-sm {
    font-size: 12px;
    padding: 8px 12px; }
  .btn.btn-green,
  .btn:visited.btn-green {
    border-color: #27ae60;
    background: #27ae60; }
  .btn.btn-blue,
  .btn:visited.btn-blue {
    border-color: #3498db;
    background: #3498db; }
  .btn.btn-orange,
  .btn:visited.btn-orange {
    border-color: #ff793f;
    background: #ff793f; }
  .btn.btn-red,
  .btn:visited.btn-red {
    border-color: #e74c3c;
    background: #e74c3c; }
  .btn.btn-grey,
  .btn:visited.btn-grey {
    border-color: #888;
    background: #888; }

#add-mail-field {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px;
  color: #fff;
  background: #3498db;
  margin-top: 7px; }

table {
  width: 100%;
  border-collapse: collapse; }
  table tr {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #555; }
    table tr th {
      text-transform: uppercase;
      font-weight: normal;
      padding: 20px 18px;
      text-align: left;
      background: #bdc3c7;
      letter-spacing: 2px;
      font-size: 16px;
      font-weight: 500; }
    table tr td {
      padding: 16px 18px; }
      table tr td a:hover {
        color: #3498db; }
      table tr td.td-status span {
        display: inline-block;
        padding: 5px 8px;
        margin: -5px 0;
        color: #333; }
        table tr td.td-status span[data-status="1"] {
          background: rgba(52, 152, 219, 0.5); }
        table tr td.td-status span[data-status="2"] {
          background: rgba(155, 89, 182, 0.5); }
        table tr td.td-status span[data-status="3"] {
          background: rgba(241, 196, 15, 0.5); }
        table tr td.td-status span[data-status="4"] {
          background: rgba(46, 204, 113, 0.5); }
      @media screen and (max-width: 1400px) {
        table tr td {
          padding: 14px; } }
    table tr:not(:last-child) {
      border-bottom: solid 1px #ddd; }
    table tr:hover {
      background: #ddd; }
    table tr.linked-line:hover {
      cursor: pointer; }
    table tr td.action-item input[type="submit"],
    table tr td.action-item button[type="submit"] {
      border: none;
      padding: 0;
      background: none;
      font-size: 16px; }
      table tr td.action-item input[type="submit"]:hover,
      table tr td.action-item button[type="submit"]:hover {
        cursor: pointer;
        color: #706fd3; }

.listing-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .listing-bottom .listing-count {
    margin-left: 15px; }
  .listing-bottom .listing-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 5px; }
    .listing-bottom .listing-pages a,
    .listing-bottom .listing-pages span {
      font-size: 20px;
      width: 20px;
      text-align: center;
      padding: 16px 11px;
      border: solid 1px #ddd; }
      .listing-bottom .listing-pages a:not(:last-child),
      .listing-bottom .listing-pages span:not(:last-child) {
        border-right: none; }
      .listing-bottom .listing-pages a.current,
      .listing-bottom .listing-pages span.current {
        cursor: not-allowed; }
      .listing-bottom .listing-pages a.current, .listing-bottom .listing-pages a:hover,
      .listing-bottom .listing-pages span.current,
      .listing-bottom .listing-pages span:hover {
        background: #3498db;
        color: #fff; }

.full-width {
  width: 100%; }

.hidden {
  display: none; }

ul {
  list-style-type: none;
  padding: 0; }

hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin: 25px 0; }

a,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit; }

input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
  cursor: not-allowed; }

.color-green {
  color: #27ae60; }

.color-red {
  color: #e74c3c; }

.color-orange {
  color: #EE5A24; }

.color-blue {
  color: #3498db; }

.color-goudron {
  color: #2c3e50; }

.color-violet {
  color: #706fd3; }

.bg-green {
  background: #27ae60; }

.bg-red {
  background: #e74c3c; }

.bg-orange {
  background: #EE5A24; }

.bg-blue {
  background: #3498db; }

.bg-goudron {
  background: #2c3e50; }

.bg-violet {
  background: #706fd3; }

.msg-wrapper {
  margin: 15px 0; }
  .msg-wrapper .msg {
    padding: 20px;
    color: #fff;
    display: block;
    margin-bottom: 10px; }
    .msg-wrapper .msg i {
      margin-right: 10px; }
    .msg-wrapper .msg.msg-errors {
      background: #c0392b; }
    .msg-wrapper .msg.msg-warnings {
      background: #f0932b; }
    .msg-wrapper .msg.msg-success {
      background: #27ae60; }
    .msg-wrapper .msg:hover {
      cursor: pointer; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto; }
  .popup-wrapper.shown {
    opacity: 1;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .popup-wrapper .popup-content {
    width: 400px;
    margin: auto;
    background: #fff;
    padding: 40px;
    position: relative; }
    .popup-wrapper .popup-content .popup-title {
      font-size: 20px;
      margin: 0 0 35px 0; }
    .popup-wrapper .popup-content .close-popup {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      font-size: 25px;
      color: #e74c3c; }
      .popup-wrapper .popup-content .close-popup:hover {
        cursor: pointer; }
    @media screen and (max-width: 575px) {
      .popup-wrapper .popup-content {
        width: 100%;
        padding: 25px; } }
  @media screen and (max-width: 575px) {
    .popup-wrapper {
      padding: 15px; } }

html, body {
  background: #eee;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 100vh;
  font-family: "Rubik", sans-serif;
  width: 100%; }
  html.no-scroll, body.no-scroll {
    overflow: hidden; }

.menu-wrapper {
  width: 300px;
  background: #354052; }
  .menu-wrapper .logo {
    display: block;
    max-width: 100px;
    margin: 15px auto 55px auto; }
  .menu-wrapper .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menu-wrapper .menu li a {
      padding: 18px 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #ccc; }
      .menu-wrapper .menu li a i {
        margin-right: 25px; }
    .menu-wrapper .menu li.active {
      background: rgba(0, 0, 0, 0.15); }
      .menu-wrapper .menu li.active i {
        color: #8e44ad; }
  .menu-wrapper > .fa-times {
    display: none; }
  @media screen and (max-width: 991px) {
    .menu-wrapper {
      margin-left: -300px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .menu-wrapper.menu-responsive {
        margin-left: 0;
        position: absolute;
        width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow-y: auto; }
        .menu-wrapper.menu-responsive + .content-wrapper {
          display: none; }
        .menu-wrapper.menu-responsive > .fa-times {
          display: block; }
          .menu-wrapper.menu-responsive > .fa-times:hover {
            cursor: pointer; }
      .menu-wrapper > .fa-times {
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px; } }

.content-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto; }
  .content-wrapper .content {
    width: 100%;
    padding: 40px;
    box-sizing: border-box; }
    .content-wrapper .content h1 {
      font-weight: 300;
      margin: 0 0 40px 0;
      font-size: 35px; }
      @media screen and (max-width: 1200px) {
        .content-wrapper .content h1 {
          font-size: 30px;
          margin-bottom: 30px; } }
    .content-wrapper .content .block {
      width: 100%;
      background: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      box-sizing: border-box; }
      .content-wrapper .content .block .block-head {
        padding: 20px 25px;
        color: #2c3e50;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 15px 0; }
        .content-wrapper .content .block .block-head h2 {
          font-size: 18px;
          margin: 0; }
        .content-wrapper .content .block .block-head .head-action {
          font-size: 18px;
          color: #3498db; }
        @media screen and (max-width: 1400px) {
          .content-wrapper .content .block .block-head {
            padding: 20px; } }
        @media screen and (max-width: 575px) {
          .content-wrapper .content .block .block-head {
            margin: 0; } }
      .content-wrapper .content .block .block-content {
        padding: 25px; }
        .content-wrapper .content .block .block-content canvas {
          width: 100% !important; }
        @media screen and (max-width: 1400px) {
          .content-wrapper .content .block .block-content {
            padding: 20px; } }
    .content-wrapper .content .theme-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 400px;
      background: #000;
      overflow: hidden; }
      .content-wrapper .content .theme-item .color-slash {
        position: absolute;
        left: 50%;
        top: 0;
        width: 80px;
        height: 100%;
        z-index: 0;
        -webkit-transform: translateX(-50%) skewX(-35deg);
            -ms-transform: translateX(-50%) skewX(-35deg);
                transform: translateX(-50%) skewX(-35deg); }
      .content-wrapper .content .theme-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: 0.5; }
      .content-wrapper .content .theme-item .theme-datas {
        z-index: 1;
        margin: auto;
        text-align: center; }
        .content-wrapper .content .theme-item .theme-datas .theme-name {
          display: block;
          font-size: 40px;
          color: #fff; }
          @media screen and (max-width: 1200px) {
            .content-wrapper .content .theme-item .theme-datas .theme-name {
              font-size: 30px; } }
        .content-wrapper .content .theme-item .theme-datas .theme-link {
          display: inline-block;
          margin: 15px auto 0 auto;
          padding: 15px 20px;
          color: #fff;
          border: solid 1px #fff; }
    @media screen and (max-width: 991px) {
      .content-wrapper .content {
        padding: 20px; } }
    @media screen and (max-width: 575px) {
      .content-wrapper .content {
        padding: 10px; } }

.push-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .push-block i {
    font-size: 50px; }
    @media screen and (max-width: 1400px) {
      .push-block i {
        font-size: 35px; } }
  .push-block .global-info {
    text-align: right; }
    .push-block .global-info .info-data {
      display: block;
      font-size: 35px;
      margin-bottom: 5px; }
      @media screen and (max-width: 1400px) {
        .push-block .global-info .info-data {
          font-size: 30px;
          margin-bottom: 0; } }
    .push-block .global-info .info-name {
      display: block;
      font-size: 14px;
      color: #eee; }

.single-website .website-steps {
  width: 100%;
  margin: 0;
  padding: 0; }
  .single-website .website-steps li {
    width: 100%;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-website .website-steps li i {
      font-size: 20px;
      width: 45px;
      color: #888; }
      @media screen and (max-width: 1200px) {
        .single-website .website-steps li i {
          margin-bottom: 5px; } }
    .single-website .website-steps li span {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .single-website .website-steps li.validate i {
      color: #27ae60; }
    .single-website .website-steps li.validate span {
      color: #27ae60;
      font-weight: bold; }
    @media screen and (max-width: 1200px) {
      .single-website .website-steps li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    @media screen and (max-width: 575px) {
      .single-website .website-steps li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left;
        padding: 5px 0; } }
  @media screen and (max-width: 1200px) {
    .single-website .website-steps {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 575px) {
    .single-website .website-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media screen and (max-width: 575px) {
  .single-website hr {
    margin: 15px 0; } }

.single-website .website-logo {
  width: 150px;
  height: 100px;
  display: block;
  margin: 0 auto 15px auto;
  padding: 15px;
  border: solid 1px #ddd; }
  .single-website .website-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.single-website .website-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #3498db;
  margin-bottom: 30px; }
  .single-website .website-link:hover {
    color: #000; }

.single-website .website-name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

.single-website .website-content {
  margin-bottom: 20px; }
  .single-website .website-content a {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 20px;
    font-weight: bold;
    font-size: 20px; }
    .single-website .website-content a i {
      margin-right: 15px; }
    .single-website .website-content a:hover {
      background: #3498db;
      color: #fff; }

.single-website .website-images {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .single-website .website-images .single-img {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    position: relative;
    height: 300px; }
    .single-website .website-images .single-img span {
      display: inline-block;
      padding: 8px 10px;
      background: rgba(255, 255, 255, 0.75);
      position: relative;
      z-index: 1; }
    .single-website .website-images .single-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      object-position: center; }

.single-info {
  padding: 25px 0 10px 0; }
  .single-info i {
    font-size: 18px;
    margin-right: 10px; }
  .single-info .info-data {
    display: block;
    font-size: 20px;
    margin: 5px 0 0 0;
    color: #2c3e50; }
  .single-info .info-name {
    display: block;
    font-size: 16px;
    color: #888; }
  .single-info:not(:last-child) {
    border-bottom: solid 1px #ccc;
    padding: 25px 0; }
    @media screen and (max-width: 575px) {
      .single-info:not(:last-child) {
        padding: 20px 0; } }

.website-block {
  border: solid 1px #ddd;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .website-block .website-datas {
    padding: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .website-block .website-datas .website-link {
      margin-bottom: 0;
      word-break: break-all; }
  .website-block .website-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    background: #ddd; }
    .website-block .website-edit i {
      margin: auto;
      font-size: 25px; }
    .website-block .website-edit:hover {
      background: #3498db;
      color: #fff; }

.website-payment-table tr.complete {
  background: rgba(39, 174, 96, 0.15); }

.website-payment-table tr.failed {
  background: rgba(231, 76, 60, 0.15); }

.folders-list .folder-item,
.folders-list .file-item {
  position: relative;
  padding: 15px 0 15px 55px; }
  .folders-list .folder-item .folder-name,
  .folders-list .folder-item .file-name,
  .folders-list .file-item .folder-name,
  .folders-list .file-item .file-name {
    display: block;
    font-weight: normal;
    margin-bottom: 3px; }
  .folders-list .folder-item .folder-desc,
  .folders-list .folder-item .file-desc,
  .folders-list .file-item .folder-desc,
  .folders-list .file-item .file-desc {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #888; }
  .folders-list .folder-item:not(:last-child),
  .folders-list .file-item:not(:last-child) {
    border-bottom: solid 1px #ddd; }

.folders-list .folder-item::before {
  content: '\f07b';
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #706fd3; }

.folders-list .file-item::before {
  content: '\f15c';
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #706fd3; }

.doc-block {
  border: solid 1px #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .doc-block .doc-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    background: #ddd; }
    .doc-block .doc-icon i {
      margin: auto;
      font-size: 25px; }
  .doc-block .doc-name {
    padding: 25px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px; }
  .doc-block:hover {
    border-color: #3498db;
    color: #3498db; }
    .doc-block:hover .doc-icon {
      color: #fff;
      background-color: #3498db; }
  .doc-block:not(:last-child) {
    margin-bottom: 15px; }

.sidebar > a {
  display: block;
  padding: 12px 15px; }
  .sidebar > a.active, .sidebar > a:hover {
    color: #fff;
    background: #3498db; }

.sidebar > span {
  display: block;
  padding: 12px 15px;
  cursor: not-allowed;
  opacity: 0.35; }

.sidebar i {
  width: 25px; }

@media screen and (max-width: 1200px) {
  .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 575px) {
  .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.block-target {
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .block-target.active {
    display: block; }

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px; }
  .toolbar .toolbar-item {
    padding: 20px;
    border: solid 1px #ddd;
    font-weight: 500;
    color: #3498db; }
    .toolbar .toolbar-item .fa {
      margin-right: 7px; }
      @media screen and (max-width: 575px) {
        .toolbar .toolbar-item .fa {
          display: none; } }
    .toolbar .toolbar-item:not(:last-child) {
      margin-right: 5px; }
    .toolbar .toolbar-item:hover {
      background: #3498db;
      color: #fff;
      border-color: #3498db; }
  @media screen and (max-width: 575px) {
    .toolbar {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.login-page {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #2c3e50; }
  .login-page .login-wrapper {
    width: 350px;
    box-sizing: border-box;
    margin: auto;
    background: #fff;
    padding: 30px; }
    .login-page .login-wrapper .logo {
      display: block;
      width: 150px;
      margin: 20px auto 50px auto; }

.website-history {
  position: relative;
  padding: 10px 0; }
  .website-history .single-history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .website-history .single-history .history-date {
      color: #555;
      width: 160px; }
      @media screen and (max-width: 575px) {
        .website-history .single-history .history-date {
          width: 90px;
          margin-right: 10px; } }
    .website-history .single-history .history-circle {
      width: 16px;
      height: 16px;
      background: #8e44ad;
      border-radius: 50%;
      margin-right: 15px; }
    .website-history .single-history .history-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative; }
      .website-history .single-history .history-content span {
        padding: 10px 15px;
        border-radius: 3px;
        background: #ddd;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .website-history .single-history .history-content::before {
        content: '';
        border: solid 10px transparent;
        border-right-color: #ddd;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%); }
    .website-history .single-history:not(:last-child) {
      margin-bottom: 40px; }
  .website-history::after {
    content: '';
    border: solid 1px #8e44ad;
    height: 100%;
    position: absolute;
    left: 167px;
    top: 0; }
    @media screen and (max-width: 575px) {
      .website-history::after {
        left: 107px; } }
