/*
* =======================================
*       David Saufhaus / 2019
*       https://saufhaus.org
* =======================================
*/

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

  html,
  body {

   background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
/*background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 57%, rgba(0,212,255,1) 100%);
*/
background-color: #00DBDE;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
background-color: #FFFFFF;
background-image: linear-gradient(180deg, #FFFFFF 0%, #6284FF 50%, #FF0000 100%);
background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
background-color: #3EECAC;
background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%);
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 11%, rgba(9,11,121,1) 50%, rgba(2,0,36,1) 86%);

  }

  .navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #000;
  }

  .navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }

  .navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1rem;
  }

  .login-nav {
    font-weight: 500;
    list-style: none;
    position: relative;
    float: center;
    display: block;
    margin-bottom: 20px;
  }

  .login-nav.nav-tabs {
    border: 0 none;
  }

  .login-nav.nav-tabs > li > a::after {
    display: none;
  }

  .login-nav li {
    display: inline-block;
    display: inline;
    margin: 0 0.5rem;
  }






/* Wizard */

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }


    .actions  ul {
      display: flex;
      justify-content: space-between; }
    .actions li a {
      padding: 0.5rem 1rem;
      border-radius: 5rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.3rem;
      display: inline-block;
      font-weight: 400;
      color: #212529;
      width: 136px;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
      .actions li a:before {
        position: absolute;}
      .actions li a:hover {
        background: #F5D273; }
    .actions li[aria-disabled="true"] a {
      border-radius: 5rem;
      text-decoration: none;
      opacity: 0;
      transition: all 0.3s; }
    .actions li:first-child a {
      width: 136px;
      text-decoration: none;
      background: #fff;
      color: #212529; }
    .actions li:first-child a:hover {
        background: #F5D273; }

        /*
         * Input aus Admin-Template
         */

        input[type="text"],
        input[type="password"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="city"],
        input[type="date"],
        input[type="month"],
        input[type="time"],
        input[type="week"],
        input[type="number"],
        input[type="email"],
        input[type="url"],
        input[type="search"],
        input[type="tel"],
        input[type="color"],
        select,
        textarea {
          outline: none;
          overflow: visible;
          box-shadow:none !important;
          height: calc(2.85rem + 2px);
        }
        .logo-centered img {
          width: 140px;
          margin-bottom: 50px;
        }

        .logo-centered {
          width: 140px;
          margin: 0 auto;
        }
        .form-control {
          font-size: 1rem;
          line-height: 1.25;
          color: #2c304d;
          border: 1px solid #eee;
          border-radius: 4px;
        }

        .form-control::-moz-placeholder {
          font-size: 0.85rem;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          color: #94a4b0;
        }

        .form-control::-webkit-input-placeholder {
          font-size: 0.85rem;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          color: #94a4b0;
        }

        .form-control:-ms-input-placeholder {
          font-size: 0.85rem;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          color: #94a4b0;
        }

        select.form-control:not([size]):not([multiple]) {
          height: calc(2.85rem + 2px);
        }

        .form-control:focus,
        .has-success .form-control:focus,
        .has-danger .form-control:focus,
        .has-warning .form-control:focus,
        .has-info .form-control:focus {
          border-color: #F5D273 ;
        }

        .has-success .form-control {
          border-color: #5cb85c;
        }

        .has-danger .form-control {
          border-color: #fe195e;
        }

        .has-warning .form-control {
          border-color: #f0ad4e;
        }

        .has-info .form-control {
          border-color: #31b0d5;
        }

        .form-control-label {
          color: #2c304d;
          font-weight: 500;
        }

        .form-control-plaintext {
          color: #2c304d;
          font-weight: 300;
          display: block;
          width: 100%;
          padding-top: .375rem;
          padding-bottom: .375rem;
          margin-bottom: 0;
          background-color: transparent;
          border: solid transparent;
          border-width: 1px 0;
        }

        .invalid-feedback {
          margin: 0;
          font-size: 0.95rem;
          color: #fe195e;
        }

        button, input[type='submit'] {
          cursor: pointer;
          font-family: inherit;
          font-weight: 300 !important;
        }

        form label {
          color: #2c304d;
          font-weight: 500;
        }

        .input-group span.input-group-addon {
          font-weight: 500;
          border-radius: 0;
          border: 0 none;
          padding: 0.75rem 1.07rem;
          text-align: center;
        }

        .input-group span.input-group-addon i {
          font-size: 1.4rem;
        }

        .input-group span.input-group-addon.addon-primary {
          background-color: #F5D273 ;
          color: #fff;
        }

        .input-group span.input-group-addon.addon-secondary {
          background-color: #e4e8f0;
          color: #2c304d;
        }

        .input-group span.input-group-addon.addon-orange {
          background-color: #e76c90;
          color: #fff;
        }

        .input-group .input-group-btn .btn {
          padding: 0.9rem 1.07rem;
          border-radius: 0;
          font-weight: 500;
        }

        .input-group .input-group-btn .btn i {
          font-size: 1.4rem;
        }

        .input-group .dropdown-toggle {
          background: #f5f5f5;
          color: #94a4b0;
        }

        .input-group ul.dropdown-menu {
          padding: 15px;
          color: #94a4b0;
          border-radius: 0;
        }

        .input-group ul.dropdown-menu a {
          padding: 5px 0;
          color: inherit;
          text-decoration: none;
        }

        .input-group ul.dropdown-menu a:hover {
          color: #F5D273 ;
        }

        .rating {
          display: inline-block;
          position: relative;
          height: 50px;
          line-height: 50px;
          font-size: 50px;
        }

        .rating label {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          cursor: pointer;
        }

        .rating label:last-child {
          position: static;
        }

        .rating label:nth-child(1) {
          z-index: 5;
        }

        .rating label:nth-child(2) {
          z-index: 4;
        }

        .rating label:nth-child(3) {
          z-index: 3;
        }

        .rating label:nth-child(4) {
          z-index: 2;
        }

        .rating label:nth-child(5) {
          z-index: 1;
        }

        .rating label input {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
        }

        .rating label .icon {
          float: left;
          color: transparent;
        }

        .rating label:last-child .icon {
          color: #000;
        }

        .rating:not(:hover) label input:checked ~ .icon,
        .rating:hover label:hover input ~ .icon {
          color: #dc2430;
        }

        .rating label input:focus:not(:checked) ~ .icon:last-child {
          color: #000;
          text-shadow: 0 0 5px #dc2430;
        }


        .styled-radio {
          position: relative;
          padding-left: 35px;
          text-align: left;
        }

        .styled-radio label {
          cursor: pointer;
        }

        .styled-radio label:before,
        .styled-radio label:after {
          content: '';
          position: absolute;
          top: 50%;
          border-radius: 50%;
        }

        .styled-radio label:before {
          left: 0;
          width: 20px;
          height: 20px;
          margin: -15px 0 0;
          background: rgba(52, 40, 104, 0.1);
          box-shadow: 0 0 1px #eee;
        }

        .styled-radio label:after {
          left: 5px;
          width: 10px;
          height: 10px;
          margin: -10px 0 0;
          opacity: 0;
          background: #F5D273 ;
          -webkit-transform: translate3d(-15px, 0, 0) scale(0.5);
                  transform: translate3d(-15px, 0, 0) scale(0.5);
          -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        }

        .styled-radio input[type="radio"] {
          position: absolute;
          top: 0;
          left: -9999px;
          visibility: hidden;
        }

        .radio-disabled,
        .radio-disabled.styled-radio label  {
          cursor: not-allowed;
          opacity: 0.8;
        }

        .styled-radio input[type="radio"]:checked + label:after {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          opacity: 1;
        }

        .styled-checkbox {
          position: relative;
          padding-left: 35px;
          text-align: left;
        }

        .styled-checkbox label {
          cursor: pointer;
        }

        .styled-checkbox label:before,
        .styled-checkbox label:after {
          content: '';
          position: absolute;
          top: 50%;
          border-radius: 4px;
        }

        .styled-checkbox label:before {
          left: 0;
          width: 20px;
          height: 20px;
          margin: -15px 0 0;
          background: rgba(52, 40, 104, 0.1);
          box-shadow: 0 0 1px #eee;
        }

        .styled-checkbox label:after {
          font-family: 'Ionicons';
          content: "\f383";
          font-size: 1rem;
          left: 5px;
          margin: -15px 0 0;
          opacity: 0;
          color: #F5D273 ;
          -webkit-transform: translate3d(-15px, 0, 0) rotate(90deg);
                  transform: translate3d(-15px, 0, 0) rotate(90deg);
          -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        }

        .styled-checkbox input[type="checkbox"] {
          position: absolute;
          top: 0;
          left: -9999px;
          visibility: hidden;
        }

        .checkbox-disabled,
        .checkbox-disabled.styled-checkbox label  {
          cursor: not-allowed;
          opacity: 0.8;
        }

        .styled-checkbox input[type="checkbox"]:checked + label:after {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          opacity: 1;
        }

        .checkbox {
          cursor: pointer;
          border-radius: 50%;
          display: block;
          color: rgba(52, 40, 104, 0.3);
          transition: color 0.8s ease;
        }

        .checkbox:hover:after {
          color: rgba(52, 40, 104, 0.4);
        }

        .checkbox:after {
          line-height: 40px;
          font-family: "Ionicons";
          display: block;
          content: "";
          text-align: center;
          font-size: 1.4rem;
          transition: color 0.5s ease;
        }

        .check:after {
          content: "\f383";
        }

        .check.is-checked:after {
          color: #60c400;
        }

        .heart:after {
          content: "\f141";
        }

        .heart.is-checked:after {
          color: #f14c38;
        }

        .star:after {
          content: "\f24e";
        }

        .star.is-checked:after {
          color: #fcc525;
        }

        .toggle-checkbox {
          display: none;
        }

        .toggle-checkbox + span {
          width: 60px;
          height: 30px;
          border-radius: 35px;
          background-color: #dfdde7;
          transition-duration: 0.3s;
          transition-property: background-color;
          cursor: pointer;
        }

        .toggle-checkbox:checked + span {
          background-color: #F5D273 ;
        }

        .toggle-checkbox + span > span {
          float: left;
          width: 26px;
          height: 26px;
          margin-top: 2px;
          margin-left: 2px;
          border-radius: 50%;
          background-color: white;
          transition-timing-function: ease;
          transition-duration: 0.3s;
          transition-property: transform;
          pointer-events: none;
        }

        .toggle-checkbox:checked + span > span {
          transform: translateX(30px);
        }

        .toggle-checkbox-sm {
          display: none;
        }

        .toggle-checkbox-sm + span {
          width: 50px;
          height: 25px;
          border-radius: 35px;
          background-color: #dfdde7;
          transition-duration: 0.3s;
          transition-property: background-color;
          cursor: pointer;
        }

        .toggle-checkbox-sm:checked + span {
          background-color: #F5D273 ;
        }

        .toggle-checkbox-sm + span > span {
          float: left;
          width: 20px;
          height: 20px;
          margin-top: 2px;
          margin-left: 2px;
          border-radius: 50%;
          background-color: white;
          transition-timing-function: ease;
          transition-duration: 0.3s;
          transition-property: transform;
          pointer-events: none;
        }

        .toggle-checkbox-sm:checked + span > span {
          transform: translateX(25px);
        }

        .btn-xl {
          text-transform: uppercase;
          background: #F5D273;
          border-color:#F5D273;
          padding: 1.5rem 1.8rem;
          font-size: 0.9rem;
          font-weight: 700;
          letter-spacing: 0.1rem;
        }

        .btn-gold {
          text-transform: uppercase;
          color: #000;
          background-color: #F5D273;
        }

        .btn-gold:hover{
            background: #F5D273;
        }


        .btn-xl i {
          font-size: 1.2rem;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.4rem;
        }

        .btn-xl:hover {
          color: #000000;
          background-color: #F5D273;
          border-color: #000000;
        }

        .btn-xl:focus, .btn-xl.focus {
          border-color: transparent;
          box-shadow: none;
        }

        .btn-xl.disabled, .btn-xl:disabled {
          color: #9e9ead;
          background-color: #edf0f5;
          border-color: #edf0f5;
        }

        .btn-xl:active, .btn-xl.active,
        .show > .btn-xl.dropdown-toggle {
          color: #fff;
          background-color: #F5D273;
          background-image: none;
        }

        .bg-black {
          background-color: #000 !important;
        }


        header.masthead {
          position: relative;
          width: 100%;
          padding-bottom: 100px;
          color: white;
        }

        header.masthead .header-content {
          max-width: 500px;
          margin-bottom: 100px;
          text-align: center;
        }

        header.masthead .header-content h1 {
          font-size: 30px;
        }

        header.masthead .device-container {
          max-width: 325px;
          margin-right: auto;
          margin-left: auto;
        }

        header.masthead .device-container .screen img {
          border-radius: 3px;
        }

        @media (min-width: 992px) {
          header.masthead {
            height: 100vh;
            min-height: 775px;
            padding-top: 0;
            padding-bottom: 0;
          }
          header.masthead .header-content {
            margin-bottom: 0;
            text-align: left;
          }
          header.masthead .header-content h1 {
            font-size: 50px;
          }
          header.masthead .device-container {
            max-width: 325px;
          }
        }

        header.masthead .header-wizard {
          background: #fff;
          font-size: 1rem;
          overflow:hidden;
          color: #000000;
          padding: 1rem 3rem;
          display: block;
          max-width: 500px;
          border-radius: 6px;
          box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 15px 25px 2px rgba(0,0,0,.14),0 5px 30px 5px rgba(0,0,0,.12);
          max-width: 500px;
          text-align: center;
        }



        .bg-primary {
          background: #F5D273;
          background: -webkit-gradient(linear, left top, left bottom, from(#fdcc52), to(#fdc539));
          background: linear-gradient(#fdcc52, #fdc539);
        }

        .noty_layout_mixin,
        #noty_layout__top,
        #noty_layout__topLeft,
        #noty_layout__topCenter,
        #noty_layout__topRight,
        #noty_layout__bottom,
        #noty_layout__bottomLeft,
        #noty_layout__bottomCenter,
        #noty_layout__bottomRight,
        #noty_layout__center,
        #noty_layout__centerLeft,
        #noty_layout__centerRight {
          position: fixed;
          margin: 0;
          padding: 0;
          z-index: 9999999;
          border-radius: 4px;
          -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-font-smoothing: subpixel-antialiased;
          filter: blur(0);
          -webkit-filter: blur(0);
          max-width: 90%;
        }

        #noty_layout__top {
          top: 0;
          left: 5%;
          width: 90%;
        }

        #noty_layout__topLeft {
          top: 20px;
          left: 20px;
          width: 325px;
        }

        #noty_layout__topCenter {
          top: 5%;
          left: 50%;
          width: 325px;
          -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
        }

        #noty_layout__topRight {
          top: 20px;
          right: 20px;
          width: 325px;
        }

        #noty_layout__bottom {
          bottom: 0;
          left: 5%;
          width: 90%;
        }

        #noty_layout__bottomLeft {
          bottom: 20px;
          left: 20px;
          width: 325px;
        }

        #noty_layout__bottomCenter {
          bottom: 5%;
          left: 50%;
          width: 325px;
          -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
        }

        #noty_layout__bottomRight {
          bottom: 20px;
          right: 20px;
          width: 325px;
        }

        #noty_layout__center {
          top: 50%;
          left: 50%;
          width: 325px;
          -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
        }

        #noty_layout__centerLeft {
          top: 50%;
          left: 20px;
          width: 325px;
          -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
        }

        #noty_layout__centerRight {
          top: 50%;
          right: 20px;
          width: 325px;
          -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
        }

        .noty_progressbar {
          display: none;
        }

        .noty_has_timeout.noty_has_progressbar .noty_progressbar {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          border-radius: 0 0 4px 4px;
          opacity: 0.3;
          filter: alpha(opacity=10);
        }

        .noty_bar {
          -webkit-backface-visibility: hidden;
          -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
          -ms-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
          -webkit-font-smoothing: subpixel-antialiased;
          overflow: hidden;
        }

        .noty_effects_open {
          opacity: 0;
          -webkit-transform: translate(50%);
          -ms-transform: translate(50%);
          transform: translate(50%);
          -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
        }

        .noty_effects_close {
          -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
        }

        .noty_fix_effects_height {
          -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out;
        }

        .noty_close_with_click {
          cursor: pointer;
        }

        .noty_close_button {
          position: absolute;
          top: 2px;
          right: 2px;
          font-weight: bold;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          background-color: #000;
          border-radius: 2px;
          cursor: pointer;
          -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
        }

        .noty_close_button:hover {
          background-color: rgba(0, 0, 0, 0.1);
        }

        .noty_modal {
          position: fixed;
          width: 100%;
          height: 100%;
          background-color: #000;
          z-index: 10000;
          opacity: .7;
          left: 0;
          top: 0;
        }

        .noty_modal.noty_modal_open {
          opacity: 0;
          -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out;
        }

        .noty_modal.noty_modal_close {
          -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
        }

        @-webkit-keyframes noty_modal_in {
          100% {
            opacity: .3;
          }
        }

        @keyframes noty_modal_in {
          100% {
            opacity: .3;
          }
        }

        @-webkit-keyframes noty_modal_out {
          100% {
            opacity: 0;
          }
        }

        @keyframes noty_modal_out {
          100% {
            opacity: 0;
          }
        }

        @keyframes noty_modal_out {
          100% {
            opacity: 0;
          }
        }

        @-webkit-keyframes noty_anim_in {
          100% {
            -webkit-transform: translate(0);
            transform: translate(0);
            opacity: 1;
          }
        }

        @keyframes noty_anim_in {
          100% {
            -webkit-transform: translate(0);
            transform: translate(0);
            opacity: 1;
          }
        }

        @-webkit-keyframes noty_anim_out {
          100% {
            -webkit-transform: translate(50%);
            transform: translate(50%);
            opacity: 0;
          }
        }

        @keyframes noty_anim_out {
          100% {
            -webkit-transform: translate(50%);
            transform: translate(50%);
            opacity: 0;
          }
        }

        @-webkit-keyframes noty_anim_height {
          100% {
            height: 0;
          }
        }

        @keyframes noty_anim_height {
          100% {
            height: 0;
          }
        }

        .noty_bar {
          margin: 4px 0;
          overflow: hidden;
          position: relative;
          border: 1px solid transparent;
          border-radius: .25rem;
        }


        .noty_bar .noty_body {
          font-weight: 600;
          padding: 1.07rem 1.25rem;
        }

        .noty_bar .noty_buttons {
          padding: 1.07rem;
        }

        .noty_bar .noty_close_button {
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 1;
          color: #000;
          filter: alpha(opacity=20);
          opacity: .5;
          background: transparent;
        }

        .noty_bar .noty_close_button:hover {
          background: transparent;
          text-decoration: none;
          cursor: pointer;
          filter: alpha(opacity=50);
          opacity: .75;
        }

        .noty_type__alert,
        .noty_type__notification {
          background-color: rgba(44, 48, 77, 0.8);
          color: #fff;
        }

        .noty_type__notification.noty_has_timeout.noty_has_progressbar .noty_progressbar {
          background-color: #e76c90;
          opacity: 0.5;
        }

        .noty_type__warning {
          background-color: #f0ad4e;
          color: #fff;
          border-color: #f0ad4e;
        }

        .noty_type__error {
          background-color: rgb(255, 0, 0);
          color: #fff;
          border-color: rgb(255, 0, 0);
        }

        .noty_type__info,
        .noty_type__information {
          background-color: #fff;
          color: #000;
          border-color: #fff;
        }

        .noty_type__success {
          background-color: #5cb85c;
          color: #fff;
          border-color: #5cb85c;
        }

        #preloader {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #000;
          z-index: 999999;
        }

        .canvas {
          position: absolute;
          margin: auto;
          top: 50%; left: 50%;
          -webkit-transform: translate(-50%,-50%);
              -ms-transform: translate(-50%,-50%);
                  transform: translate(-50%,-50%);
        }

        .loader-logo {
          display: block;
          width: 120px;
          margin-bottom: 25px;
        }

        .spinner {
          animation: spinner 1s linear infinite;
          border: solid 5px transparent;
          border-top: solid 5px #F5D273;
          border-radius: 100%;
          width: 60px;
          height: 60px;
          margin: 0 auto;
        }

        @keyframes spinner {
          0% {
            transform: rotate(0deg);
          }
          100% {
            transform: rotate(360deg);
          }
        }
