@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@font-face {
  font-family: Aka-Acid-Quinfo;
  src: url(../fonts/ACQuinfo/ACQuinfo.otf); }

html {
  padding: 0;
  font-size: 16px; }
  @media all and (max-width: 1366px) {
    html {
      font-size: 14px; } }
  @media all and (max-width: 992px) {
    html {
      font-size: 12px; } }
  html body {
    padding: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    color: #525252;
    background: #f0f0f0; }

footer {
  padding: 15px 0; }
  footer .container .content {
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white; }

.main-sidebar {
  position: fixed;
  background: #11595D url("../img/application/sidebar background.jpg");
  padding: 0;
  left: 0;
  width: 295px;
  transform: none;
  height: 100vh;
  display: block;
  overflow: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media (max-width: 1565px) {
    .main-sidebar {
      display: none; } }
  .main-sidebar .logo {
    margin-top: 30px;
    position: relative;
    padding: 8px 0; }
    .main-sidebar .logo img {
      width: 160px;
      height: auto;
      display: block;
      margin: auto; }
    .main-sidebar .logo:after {
      display: block;
      content: ' ';
      width: 220px;
      height: 1px;
      background: white;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .main-sidebar .moto {
    font-family: Aka-Acid-Quinfo;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    color: white;
    display: block;
    text-align: center; }
  .main-sidebar .sidebar {
    padding: 0;
    margin-top: 65px; }
    .main-sidebar .sidebar ul.navigation {
      overflow-x: hidden;
      padding: 0 30px 0 0;
      list-style-type: none; }
      .main-sidebar .sidebar ul.navigation li {
        position: relative;
        font-family: Roboto;
        height: 56px;
        line-height: 56px;
        text-align: right; }
        .main-sidebar .sidebar ul.navigation li a {
          display: block;
          height: 100%;
          font-weight: 500;
          font-size: 1rem;
          color: #DDCDBF;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .main-sidebar .sidebar ul.navigation li a svg {
            margin-left: 12px;
            width: 28px;
            height: 28px;
            color: #DDCDBF;
            vertical-align: middle; }
            .main-sidebar .sidebar ul.navigation li a svg * {
              color: #DDCDBF;
              fill: #DDCDBF; }
          .main-sidebar .sidebar ul.navigation li a:hover {
            font-size: 1.07rem;
            color: white; }
            .main-sidebar .sidebar ul.navigation li a:hover svg {
              width: 38px;
              height: 38px;
              color: white; }
              .main-sidebar .sidebar ul.navigation li a:hover svg * {
                color: white;
                fill: white; }
          .main-sidebar .sidebar ul.navigation li a:visited {
            text-decoration: none; }
        .main-sidebar .sidebar ul.navigation li.active a {
          font-size: 1.07rem;
          color: white; }
          .main-sidebar .sidebar ul.navigation li.active a svg {
            width: 38px;
            height: 38px;
            color: white; }
            .main-sidebar .sidebar ul.navigation li.active a svg * {
              color: white;
              fill: white; }
        .main-sidebar .sidebar ul.navigation li.active:after {
          content: '';
          display: block;
          position: absolute;
          right: -32px;
          top: 0;
          height: 100%;
          width: 15px;
          background: url("../img/application/navigation arrow.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }

.main-sidebar-closed {
  position: fixed;
  left: 0;
  background: #11595D url("../img/application/sidebar background.jpg");
  width: 65px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  transform: none;
  height: 100vh;
  display: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  overflow: auto; }
  @media (max-width: 1565px) {
    .main-sidebar-closed {
      display: block; } }
  .main-sidebar-closed .logo {
    margin-top: 15px;
    position: relative; }
    .main-sidebar-closed .logo img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .main-sidebar-closed .logo:after {
      display: block;
      content: ' ';
      width: 100%;
      height: 1px;
      background: white;
      position: absolute;
      bottom: -2px;
      left: 50%;
      transform: translateX(-50%); }
  .main-sidebar-closed .sidebar {
    padding: 0 1px;
    margin-top: 65px; }
    .main-sidebar-closed .sidebar ul.navigation {
      padding: 0;
      list-style-type: none; }
      .main-sidebar-closed .sidebar ul.navigation li {
        position: relative;
        font-family: Roboto;
        height: 48px;
        text-align: right; }
        .main-sidebar-closed .sidebar ul.navigation li:not(:first-child) {
          margin-top: 20px; }
        .main-sidebar-closed .sidebar ul.navigation li a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .main-sidebar-closed .sidebar ul.navigation li a:hover {
            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25); }
          .main-sidebar-closed .sidebar ul.navigation li a:visited {
            text-decoration: none; }
          .main-sidebar-closed .sidebar ul.navigation li a svg {
            width: 34px;
            height: auto;
            color: #DDCDBF; }
            .main-sidebar-closed .sidebar ul.navigation li a svg * {
              color: #DDCDBF;
              fill: #DDCDBF; }
          .main-sidebar-closed .sidebar ul.navigation li a img {
            width: 34px;
            height: auto; }
    .main-sidebar-closed .sidebar ul.navigation.user {
      margin-top: 65px; }

.right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .right-menu .account {
    cursor: default;
    padding: 0 8px; }
    .right-menu .account .heading {
      font-size: 0.825rem;
      display: inline-block;
      vertical-align: middle;
      color: #ba997c; }
    .right-menu .account svg {
      display: inline-block;
      vertical-align: middle;
      width: 21px !important;
      height: 21px !important; }
      .right-menu .account svg path {
        fill: #39BCA6; }
  .right-menu .notifications {
    cursor: pointer;
    padding: 0 8px;
    position: relative; }
    .right-menu .notifications svg {
      display: inline-block;
      vertical-align: middle;
      width: 21px !important;
      height: 21px !important; }
      .right-menu .notifications svg path {
        fill: #39BCA6; }
    .right-menu .notifications .pull-right-container {
      position: absolute;
      top: -11px;
      margin-left: -12px; }
    .right-menu .notifications .pull-right-container-hidden {
      margin-left: -12px;
      visibility: hidden; }
  .right-menu .coins {
    cursor: pointer;
    padding: 0 8px; }
    .right-menu .coins svg {
      display: inline-block;
      vertical-align: middle;
      width: 21px !important;
      height: 21px !important; }
      .right-menu .coins svg path {
        fill: #39BCA6; }
    .right-menu .coins .heading {
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle;
      color: #ba997c; }
  .right-menu .buttons {
    padding: 0 8px; }
    .right-menu .buttons .app-btn {
      padding: 8px 8px;
      font-size: 0.875rem; }
  .right-menu .menu-btn {
    width: 52px;
    height: 52px;
    position: relative;
    overflow: hidden; }
    .right-menu .menu-btn span {
      position: absolute;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .right-menu .menu-btn span svg {
        width: 70% !important;
        height: 70% !important; }
        .right-menu .menu-btn span svg path {
          fill: #11595D; }
        .right-menu .menu-btn span svg:hover {
          cursor: pointer; }
    .right-menu .menu-btn span:nth-child(2) {
      position: absolute;
      top: -100%; }
      .right-menu .menu-btn span:nth-child(2) svg path {
        fill: #ba997c; }
  .right-menu.open {
    -webkit-transform: translateX(-295px);
    -ms-transform: translateX(-295px);
    transform: translateX(-295px); }
    .right-menu.open .menu-btn span:nth-child(1) {
      bottom: -100%; }
    .right-menu.open .menu-btn span:nth-child(2) {
      top: 0; }

.right-menu-content {
  position: fixed;
  top: 0;
  right: -295px;
  background: #11595D;
  padding: 0;
  width: 295px;
  transform: none;
  height: 100vh;
  display: block;
  overflow: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .right-menu-content ul {
    list-style: none;
    width: 100%;
    padding: 14px 30px; }
    .right-menu-content ul a {
      width: 235px;
      display: block; }
      .right-menu-content ul a li {
        margin: 30px 0; }
        .right-menu-content ul a li span.icon svg {
          display: inline-block;
          vertical-align: middle;
          max-width: 25px;
          height: auto; }
          .right-menu-content ul a li span.icon svg path {
            fill: #DDCDBF; }
        .right-menu-content ul a li span.title {
          display: inline-block;
          vertical-align: middle;
          margin-left: 15px;
          font-family: Roboto;
          font-weight: 500;
          font-size: 0.875rem;
          color: #DDCDBF; }
        .right-menu-content ul a li span.pull-right-container .label {
          padding: 3px 6px;
          border-radius: 5px; }
        .right-menu-content ul a li.active span.icon svg path, .right-menu-content ul a li:hover span.icon svg path {
          fill: white; }
        .right-menu-content ul a li.active span.title, .right-menu-content ul a li:hover span.title {
          color: white; }

#mobile_prompt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: gainsboro;
  background-size: 40px 40px;
  z-index: 999999;
  display: none; }
  @media all and (max-width: 768px) {
    #mobile_prompt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  #mobile_prompt > .msg {
    font-family: Roboto;
    font-weight: 600;
    line-height: normal;
    font-size: 1.75rem;
    color: #11595D;
    text-align: center;
    padding: 25px; }
  #mobile_prompt > .image {
    padding-bottom: 25px; }
    #mobile_prompt > .image img {
      display: block;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 200px; }

#disable_adblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(220, 220, 220, 0.95);
  background-size: 40px 40px;
  z-index: 999999;
  display: none; }
  #disable_adblock.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #disable_adblock > .image {
    padding-bottom: 25px; }
    #disable_adblock > .image img {
      display: block;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 180px; }
  #disable_adblock .title {
    font-family: Roboto;
    font-weight: 600;
    line-height: normal;
    font-size: 1.75rem;
    color: #323232;
    text-align: center;
    padding: 25px;
    max-width: 680px; }
  #disable_adblock .text {
    font-family: Roboto;
    font-weight: 600;
    line-height: normal;
    font-size: 1.5rem;
    color: #323232;
    text-align: center;
    padding: 25px;
    max-width: 680px; }
  #disable_adblock button {
    font-family: Roboto; }
    #disable_adblock button.refresh {
      background: #11595D;
      color: white;
      outline: none;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s;
      -webkit-box-shadow: none;
      box-shadow: none; }
      #disable_adblock button.refresh:hover {
        background: #198288; }

.form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  color: #11595D; }
.form-group .info {
  margin: 0; }
  .form-group .info .icon svg {
    width: 20px;
    height: 20px; }
  .form-group .info .container-right {
    height: auto;
    padding: 25px 20px; }
    .form-group .info .container-right .body {
      margin: 0; }
      .form-group .info .container-right .body ul {
        margin: 0; }
.form-group.checkbox label {
  display: block;
  position: relative;
  padding: 0 35px 0 0;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .form-group.checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .form-group.checkbox label .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
  .form-group.checkbox label:hover input ~ .checkmark {
    background-color: #ccc; }
  .form-group.checkbox label input:checked ~ .checkmark {
    background-color: #39BCA6; }
  .form-group.checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form-group.checkbox label input:checked ~ .checkmark:after {
    display: block; }
  .form-group.checkbox label .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.form-group.radio label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .form-group.radio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .form-group.radio label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%; }
  .form-group.radio label:hover input ~ .checkmark {
    background-color: #ccc; }
  .form-group.radio label input:checked ~ .checkmark {
    background-color: #39BCA6; }
  .form-group.radio label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .form-group.radio label input:checked ~ .checkmark:after {
    display: block; }
  .form-group.radio label .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }

.radio-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .radio-inline .form-group.radio {
    margin-right: 22px; }

.hidden {
  display: none; }

.payment-methods .title {
  font-size: 1.375rem;
  color: #11595D; }
.payment-methods .braintree-method--active {
  border-color: #39BCA6 !important;
  outline: none; }
  .payment-methods .braintree-method--active .braintree-method__check {
    background-color: #39BCA6 !important;
    width: 41px;
    height: 41px; }

#app {
  overflow-x: hidden; }
  #app .wrapper {
    background-color: #F0F0F0;
    min-height: unset;
    margin: 0;
    width: 100%; }
    #app .wrapper > .content {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      padding-left: 295px;
      padding-right: 0px; }
      #app .wrapper > .content > .alert {
        max-width: calc(100% - 535px);
        background: rgba(255, 255, 255, 0.75);
        border: none;
        border-top: 1px solid #11595D;
        border-bottom: 1px solid #11595D;
        border-radius: 0;
        height: 107px;
        pointer-events: all;
        margin: 0; }
        #app .wrapper > .content > .alert .content {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #app .wrapper > .content > .alert .content > span {
            font-size: 1.125rem;
            color: #E03A3E; }
            #app .wrapper > .content > .alert .content > span a {
              color: #11595D;
              text-decoration: none;
              font-weight: bold;
              -webkit-transition: all 0.2125s;
              -o-transition: all 0.2125s;
              transition: all 0.2125s; }
              #app .wrapper > .content > .alert .content > span a:hover {
                color: #39BCA6; }
            #app .wrapper > .content > .alert .content > span:not(:first-child) {
              margin-left: 7px; }
        @media all and (max-width: 1366px) {
          #app .wrapper > .content > .alert {
            max-width: calc(100% - 499px); } }
        @media all and (max-width: 992px) {
          #app .wrapper > .content > .alert {
            max-width: calc(100% - 465px); } }
      #app .wrapper > .content header {
        background-color: inherit;
        display: block;
        z-index: 998;
        pointer-events: none;
        position: relative; }
        #app .wrapper > .content header .title {
          width: 100%;
          text-align: center;
          font-family: Roboto;
          font-weight: normal;
          font-size: 1.5rem;
          color: #11595D; }
        #app .wrapper > .content header.has-content {
          padding-top: 75px; }
          @media all and (max-width: 992px) {
            #app .wrapper > .content header.has-content {
              padding-top: 40px; } }
      #app .wrapper > .content .container-fluid {
        min-height: 250px;
        padding: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 30px;
        padding-right: 30px; }
        #app .wrapper > .content .container-fluid .subtitle {
          display: block;
          text-align: center;
          font-family: Roboto;
          font-style: normal;
          font-weight: 300;
          font-size: 1.875rem;
          color: #11595D; }
        #app .wrapper > .content .container-fluid .campaign_categories {
          margin-top: 60px;
          padding-bottom: 170px; }
          @media all and (max-width: 1200px) {
            #app .wrapper > .content .container-fluid .campaign_categories {
              margin-top: 35px; } }
          @media all and (max-width: 992px) {
            #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget {
              margin: 30px auto auto auto; } }
          #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container {
            width: 100%;
            padding: 35px 30px 65px 30px;
            margin: 0;
            background: white;
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
            -webkit-border-top-left-radius: 16px;
            border-top-left-radius: 16px;
            -webkit-border-top-right-radius: 16px;
            border-top-right-radius: 16px; }
            @media all and (max-width: 1366px) {
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container {
                padding: 25px 20px 55px 20px; } }
            @media all and (max-width: 1200px) {
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container {
                padding: 20px 15px 40px 15px; } }
            #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type {
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              margin: auto;
              height: 70px; }
              @media all and (max-width: 1200px) {
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type {
                  height: 60px; } }
              @media all and (max-width: 992px) {
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type {
                  height: 45px; } }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type > .title {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
                font-family: Roboto;
                font-weight: 300;
                font-size: 1.875rem;
                color: #11595D; }
                @media all and (max-width: 1200px) {
                  #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type > .title {
                    font-size: 22px; } }
                @media all and (max-width: 992px) {
                  #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type > .title {
                    font-size: 18px; } }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .type > .title .info {
                  margin-top: -10px; }
            #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .image {
              width: 100%; }
              @media all and (max-width: 1565px) {
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .image {
                  margin-top: 20px; } }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .container .image img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                display: block;
                margin: auto;
                overflow: hidden; }
          #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions {
            position: relative;
            margin-top: 5px;
            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; }
            #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box {
              background: white;
              width: 50%;
              height: 50px;
              box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12); }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
                line-height: 45px;
                transition: all 0.15s; }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a .icon {
                  display: inline-block;
                  vertical-align: middle; }
                  @media all and (max-width: 1200px) {
                    #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a .icon svg {
                      width: 80%; } }
                  #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a .icon svg path {
                    fill: #11595D; }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a .text {
                  display: inline-block;
                  vertical-align: middle;
                  font-family: Roboto;
                  font-weight: bold;
                  font-size: 0.875rem;
                  color: #11595D;
                  margin-left: 10px; }
                  @media all and (max-width: 1200px) {
                    #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a .text {
                      margin-left: 0; } }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a:hover {
                  background: #34B7A7; }
                  #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a:hover .icon > svg path, #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a:hover .text {
                    color: white;
                    fill: white; }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a.active {
                  background: #34B7A7; }
                  #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a.active .icon > svg path, #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .action-box a.active .text {
                    color: white;
                    fill: white; }
            #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box {
              margin: 0;
              position: absolute;
              background: white;
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
              top: 100%;
              display: none;
              z-index: 1;
              transition: all 0.15s;
              width: 100%; }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box .icon {
                position: absolute;
                top: -11px;
                left: 25%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                z-index: 3; }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box .icon svg path {
                  fill: #34B7A7; }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box .material-textbox {
                margin-top: 40px;
                width: 70%;
                margin-left: 15%;
                color: #989898; }
                #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box .material-textbox input[type=text] {
                  border-color: #989898; }
              #app .wrapper > .content .container-fluid .campaign_categories .campaign_widget .actions .box a {
                margin-top: 40px;
                margin-bottom: 30px;
                display: block;
                text-align: center;
                font-family: Roboto;
                font-weight: 500;
                font-size: 1rem;
                text-align: center;
                text-decoration-line: underline;
                color: #11595D;
                -webkit-appearance: none; }
        #app .wrapper > .content .container-fluid .add-coins {
          position: relative;
          margin-top: 55px;
          padding: 0 15px; }
          #app .wrapper > .content .container-fluid .add-coins .details .content .title {
            margin-top: 45px;
            max-width: 800px;
            margin-left: 0;
            display: block;
            font-style: normal;
            font-weight: 300;
            font-size: 1.750rem;
            color: #11595D; }
          #app .wrapper > .content .container-fluid .add-coins .details .content .bundles {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-top: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #39BCA6; }
            #app .wrapper > .content .container-fluid .add-coins .details .content .bundles input[type=radio] {
              display: none; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .bundles input[type=radio]:checked + label {
                background: #39BCA6;
                color: white; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .bundles input[type=radio]:checked + label:last-child button {
                color: white; }
            #app .wrapper > .content .container-fluid .add-coins .details .content .bundles label {
              height: 45px;
              min-width: 80px;
              background: -webkit-gradient(linear, left bottom, left top, from(#cdcdcd), to(#ebebeb));
              background: -o-linear-gradient(bottom, #cdcdcd 0%, #ebebeb 100%);
              background: linear-gradient(0deg, #cdcdcd 0%, #ebebeb 100%);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              transition: all 0.2s;
              margin: 0; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .bundles label:not(:last-child) {
                border-right: 1px solid #39BCA6; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .bundles label.bundle-custom button {
                border: none !important;
                background: transparent !important;
                color: #39BCA6; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .bundles label.bundle-custom input {
                width: 80px; }
          #app .wrapper > .content .container-fluid .add-coins .details .content .row.billing-details {
            margin-top: 5px; }
            #app .wrapper > .content .container-fluid .add-coins .details .content .row.billing-details .new-card .braintree-heading {
              font-size: 1rem;
              font-family: Roboto;
              font-style: normal;
              font-weight: normal;
              color: #11595D; }
            #app .wrapper > .content .container-fluid .add-coins .details .content .row.billing-details .new-card .braintree-toggle span {
              color: #11595D;
              border-color: #11595D; }
            #app .wrapper > .content .container-fluid .add-coins .details .content .row.billing-details .new-card .braintree-method--active {
              border-color: #39BCA6 !important;
              outline: none; }
              #app .wrapper > .content .container-fluid .add-coins .details .content .row.billing-details .new-card .braintree-method--active .braintree-method__check {
                background-color: #39BCA6 !important;
                width: 41px;
                height: 41px; }
          #app .wrapper > .content .container-fluid .add-coins .cart {
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-top: 30px;
            padding: 32px 27px;
            -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); }
            #app .wrapper > .content .container-fluid .add-coins .cart .content {
              max-width: 450px;
              margin-right: 0;
              margin-left: 0; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content > .title {
                max-width: 800px;
                margin-left: 0;
                display: block;
                font-style: normal;
                font-weight: normal;
                font-size: 1.875rem;
                color: #11595D; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .price {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .price .title {
                  text-align: left;
                  margin-top: 30px;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1.250rem;
                  line-height: 35px; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .price #price-value {
                  text-align: right;
                  margin-top: 30px;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1rem; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .tax {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .tax .title {
                  text-align: left;
                  margin-top: 0;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1.250rem;
                  line-height: 35px; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .tax #tax-value {
                  text-align: right;
                  margin-top: 0;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1rem; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .total {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .total .title {
                  text-align: left;
                  margin-top: 0;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1.500rem;
                  line-height: 35px; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .total #total-value {
                  text-align: right;
                  margin-top: 0;
                  font-style: normal;
                  color: #11595D;
                  font-weight: 500;
                  font-size: 1.250rem; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .offer-alert {
                color: #11595D;
                font-weight: normal;
                font-size: 1rem;
                visibility: hidden;
                height: 38px;
                line-height: normal;
                text-align: center; }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .material-textbox {
                position: relative; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .material-textbox input[type=text] {
                  padding-right: 50px; }
                #app .wrapper > .content .container-fluid .add-coins .cart .content .material-textbox .coupon-check {
                  box-shadow: none !important;
                  font-weight: bold;
                  color: #11595D;
                  padding: 0px;
                  position: absolute;
                  right: 0;
                  width: 50px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
              #app .wrapper > .content .container-fluid .add-coins .cart .content .app-btn {
                padding: 20px 0;
                width: 90%;
                display: block;
                margin-left: auto;
                margin-right: auto; }
        #app .wrapper > .content .container-fluid .widgets {
          margin-top: 75px; }
          @media all and (max-width: 1200px) {
            #app .wrapper > .content .container-fluid .widgets {
              margin-top: 15px; } }
          #app .wrapper > .content .container-fluid .widgets > * {
            margin-bottom: 25px; }
          #app .wrapper > .content .container-fluid .widgets .widget .container {
            width: auto;
            margin: 0; }
            #app .wrapper > .content .container-fluid .widgets .widget .container .header {
              width: 100%;
              height: 55px;
              position: relative;
              z-index: 1002; }
              #app .wrapper > .content .container-fluid .widgets .widget .container .header .title {
                margin-top: 10px;
                font-family: Roboto;
                font-weight: 300;
                font-size: 1.75rem;
                color: #11595D;
                display: inline-block;
                vertical-align: middle; }
              #app .wrapper > .content .container-fluid .widgets .widget .container .header .info {
                margin-top: 10px; }
              #app .wrapper > .content .container-fluid .widgets .widget .container .header .new {
                border: none;
                background: #FFFFFF;
                box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
                border-radius: 4px;
                padding: 14px 22px;
                float: right;
                margin-right: 1px;
                outline: none; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .new .icon {
                  display: inline-block;
                  vertical-align: middle;
                  width: 26px;
                  height: 26px; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .new .text {
                  display: inline-block;
                  vertical-align: middle;
                  margin-left: 10px;
                  font-family: Roboto;
                  font-weight: bold;
                  font-size: 0.875rem;
                  color: #11595D; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .new.active {
                  background: #34B7A7; }
                  #app .wrapper > .content .container-fluid .widgets .widget .container .header .new.active .icon > svg path, #app .wrapper > .content .container-fluid .widgets .widget .container .header .new.active .text {
                    color: white;
                    fill: white; }
              #app .wrapper > .content .container-fluid .widgets .widget .container .header .box {
                margin: 0;
                position: absolute;
                background: white;
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
                top: 100%;
                display: none;
                z-index: 2;
                transition: all 0.15s;
                width: 450px;
                right: 0; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .box .icon {
                  position: absolute;
                  top: -11px;
                  right: 50px;
                  -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
                  z-index: 3; }
                  #app .wrapper > .content .container-fluid .widgets .widget .container .header .box .icon svg path {
                    fill: #34B7A7; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .box .material-textbox {
                  margin-top: 40px;
                  width: 70%;
                  margin-left: 15%;
                  color: #989898; }
                  #app .wrapper > .content .container-fluid .widgets .widget .container .header .box .material-textbox input[type=text] {
                    border-color: #989898; }
                #app .wrapper > .content .container-fluid .widgets .widget .container .header .box a {
                  margin-top: 40px;
                  margin-bottom: 30px;
                  display: block;
                  text-align: center;
                  font-family: Roboto;
                  font-weight: 500;
                  font-size: 1rem;
                  text-align: center;
                  text-decoration-line: underline;
                  color: #11595D;
                  -webkit-appearance: none; }
            #app .wrapper > .content .container-fluid .widgets .widget .container .content {
              padding: 0 10px 0 0;
              height: 230px;
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
              background: white;
              margin-top: 1px;
              border-bottom: 20px solid white;
              border-left: 20px solid white;
              border-right: 10px solid white; }
              #app .wrapper > .content .container-fluid .widgets .widget .container .content .os-scrollbar-handle {
                margin-top: 60px; }
          #app .wrapper > .content .container-fluid .widgets .widget#campaign_status .container {
            max-width: 100%; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status .container .content {
              height: auto;
              margin-top: 3px;
              overflow-x: hidden;
              overflow-y: visible; }
              @media all and (max-width: 1200px) {
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status .container .content {
                  height: auto; } }
              #app .wrapper > .content .container-fluid .widgets .widget#campaign_status .container .content .box-body {
                height: 100%; }
          #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table {
            margin: 0; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table thead {
              background: white; }
              #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table thead th {
                height: 60px;
                padding: 0;
                vertical-align: middle;
                font-family: Roboto;
                font-weight: 500;
                font-size: 1rem;
                color: #11595D;
                text-align: center;
                border: none;
                border-bottom: 1px solid #DDDDDD; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table thead th.bar {
                  width: 20%; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr {
              border-top: 5px solid white;
              border-bottom: 5px solid white;
              text-align: center;
              height: 80px; }
              #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr:first-child {
                border-top: 10px solid white; }
              #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td {
                color: #11595D;
                font-family: Roboto;
                font-size: 1rem;
                font-weight: normal;
                background: #F0F0F0;
                border: none;
                outline: none;
                vertical-align: middle;
                padding: 0; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td:first-child {
                  border-top-left-radius: 4px;
                  border-bottom-left-radius: 4px; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td:last-child {
                  border-top-right-radius: 4px;
                  border-bottom-right-radius: 4px; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.name input {
                  color: #11595D;
                  font-family: Roboto;
                  font-size: 1rem;
                  font-weight: normal;
                  height: 25px;
                  text-align: center;
                  width: 100%; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.frame img {
                  height: 60px;
                  width: 60px; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.bar {
                  color: #39BCA6;
                  text-align: center;
                  font-weight: 900;
                  font-size: 0.875rem;
                  padding: 0 4px; }
                  #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.bar .progress {
                    font-family: Roboto;
                    background: #DDDDDD;
                    margin-top: 0;
                    height: 6px; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.bar .progress .progress-bar {
                      background-color: #34B7A7;
                      line-height: 6px; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions {
                  text-align: center;
                  color: #959595; }
                  @media all and (max-width: 1600px) {
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions {
                      width: 20%; } }
                  #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a {
                    display: inline-block;
                    width: 50px;
                    height: 45px;
                    cursor: pointer;
                    color: inherit;
                    background-color: #DDDDDD;
                    border-radius: 4px;
                    padding: 9px;
                    margin-top: 2px;
                    margin-bottom: 2px; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:hover {
                      background-color: #34B7A7; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:hover, #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:active, #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:focus, #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:visited {
                      text-decoration: none; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a .icon svg {
                      max-width: 26px;
                      max-height: 26px; }
                      #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a .icon svg path {
                        fill: #11595D; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:nth-child(4) .icon svg path {
                      fill: #dc3545; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:nth-child(4):hover {
                      background: #E03A3E; }
                      #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a:nth-child(4):hover .icon svg path {
                        fill: white; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.actions a.disabled {
                      cursor: not-allowed; }
                #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons {
                  white-space: nowrap; }
                  #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a {
                    width: auto;
                    height: 25px;
                    padding: 0 10px;
                    border-color: #11595D;
                    border-top-right-radius: unset;
                    border-bottom-right-radius: unset; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a.disabled {
                      cursor: not-allowed;
                      color: #939393;
                      background-color: white;
                      border-color: #939393; }
                      #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a.disabled:hover, #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a.disabled:focus, #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a.disabled:active {
                        background-color: #939393; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a:not(:first-child) {
                      margin-left: -5px;
                      border-top-left-radius: unset;
                      border-bottom-left-radius: unset; }
                    #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table tbody tr td.buttons a:last-child {
                      margin-left: -5px;
                      border-top-right-radius: 3px;
                      border-bottom-right-radius: 3px; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table#banners tr th.bar {
              width: 32%; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table#banners tr th.buttons {
              width: 15%; }
            #app .wrapper > .content .container-fluid .widgets .widget#campaign_status table#banners tr td.buttons a {
              display: block;
              margin: auto;
              max-width: 70px; }
          #app .wrapper > .content .container-fluid .widgets .widget#live_preview .content {
            min-height: 328.75px;
            position: relative;
            height: unset;
            padding: 10px;
            border: unset; }
            @media all and (max-width: 1366px) {
              #app .wrapper > .content .container-fluid .widgets .widget#live_preview .content {
                min-height: 262.75px;
                max-width: 262.75px; } }
            #app .wrapper > .content .container-fluid .widgets .widget#live_preview .content .wait {
              background-color: #DDDDDD; }
            #app .wrapper > .content .container-fluid .widgets .widget#live_preview .content img {
              display: block;
              margin: auto;
              max-width: 100%; }
              #app .wrapper > .content .container-fluid .widgets .widget#live_preview .content img.loading {
                width: auto;
                height: auto;
                min-width: 200px;
                min-height: 200px;
                background: transparent url("../img/application/loading_spinner.gif") center no-repeat; }
        @media all and (max-width: 1200px) {
          #app .wrapper > .content .container-fluid {
            padding-left: 5px;
            padding-right: 5px; } }
      @media (max-width: 1565px) {
        #app .wrapper > .content {
          padding-left: 65px; } }
  #app.sidebar-closed .main-sidebar {
    width: 65px; }
  #app.sidebar-closed .wrapper section.content {
    padding-left: 65px; }
  #app.right-menu-open .wrapper {
    background-color: #F0F0F0;
    min-height: unset;
    margin: 0;
    width: 100%; }
    #app.right-menu-open .wrapper > .content {
      padding-left: 0px;
      padding-right: 295px; }
      @media (max-width: 1565px) {
        #app.right-menu-open .wrapper > .content {
          padding-left: 0px; } }
    #app.right-menu-open .wrapper .main-sidebar {
      left: -295px; }
    #app.right-menu-open .wrapper .main-sidebar-closed {
      left: -65px; }
    #app.right-menu-open .wrapper .right-menu-content {
      right: 0; }

.ui-tooltip {
  border: 1px solid #DDDDDD !important;
  background: white !important;
  color: #11595D !important;
  opacity: 1 !important;
  font-family: Roboto !important;
  font-weight: bold !important;
  font-size: 0.75rem !important;
  text-align: center !important;
  padding: 5px 14px !important; }

.ui-helper-hidden-accessible {
  display: none !important; }

.campaign_image_scroll {
  top: -50px !important;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s; }

@-webkit-keyframes expand {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(0) scaleY(0.2);
    transform: rotate(0deg) scaleX(0) scaleY(0.2); }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(0.2);
    transform: rotate(0deg) scaleX(1) scaleY(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1); } }
@keyframes expand {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(0) scaleY(0.2);
    transform: rotate(0deg) scaleX(0) scaleY(0.2); }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(0.2);
    transform: rotate(0deg) scaleX(1) scaleY(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1); } }
.campaign_input_show {
  visibility: visible !important;
  -webkit-animation: expand 0.5s;
  animation: expand 0.5s; }

@-webkit-keyframes shrink {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1); }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(0.2);
    transform: rotate(0deg) scaleX(1) scaleY(0.2); }
  100% {
    visibility: hidden;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(0) scaleY(0.2);
    transform: rotate(0deg) scaleX(0) scaleY(0.2); } }
@keyframes shrink {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1); }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(0.2);
    transform: rotate(0deg) scaleX(1) scaleY(0.2); }
  100% {
    visibility: hidden;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(0) scaleY(0.2);
    transform: rotate(0deg) scaleX(0) scaleY(0.2); } }
.campaign_input_hide {
  visibility: hidden !important;
  -webkit-animation: shrink 0.5s;
  animation: shrink 0.5s; }

.btn-izyads {
  outline: none;
  background: transparent;
  color: #11595D;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #11595D;
  box-sizing: border-box;
  border-radius: 3px; }
  .btn-izyads:hover {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    background-color: #11595D;
    color: white; }

.a-btn-izyads {
  outline: none;
  background: transparent;
  color: #11595D;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #11595D;
  box-sizing: border-box;
  border-radius: 3px; }
  .a-btn-izyads:hover {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    background-color: #11595D;
    color: white; }

.btn-izyads-danger {
  outline: none;
  background: transparent;
  color: #dc3545;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #dc3545;
  box-sizing: border-box;
  border-radius: 3px; }
  .btn-izyads-danger:hover {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    background-color: #dc3545;
    color: white; }

.btn-izyads-light {
  outline: none;
  background: transparent;
  color: #34B7A7;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #34B7A7;
  box-sizing: border-box;
  border-radius: 3px; }
  .btn-izyads-light:hover {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    background-color: #34B7A7;
    color: white; }

.btn-izyads-light-reverse {
  outline: none;
  background: #34B7A7;
  color: white !important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 3px; }
  .btn-izyads-light-reverse:hover {
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    background-color: transparent !important;
    color: #34B7A7 !important;
    border: 1px solid #34B7A7; }

.ui-autocomplete {
  max-height: 220px;
  overflow-y: auto;
  z-index: 800 !important;
  font-weight: bold;
  background-color: white; }
  .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    cursor: default !important;
    color: #525252 !important;
    margin: 0 !important; }
    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:active, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus {
      color: #525252 !important;
      background: #ededed; }

.notification-modal .modal-content {
  border-radius: 25px;
  padding: 0 3px; }
  .notification-modal .modal-content .modal-header h5 {
    color: #39BCA6;
    font-weight: 500; }
  .notification-modal .modal-content .modal-header .close {
    outline: none; }
  .notification-modal .modal-content .modal-body {
    font-weight: 500; }
  .notification-modal .modal-content .modal-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .notification-modal .modal-content .modal-footer .btn-izyads-light-reverse {
      outline: none !important;
      background: #34B7A7 !important;
      color: white !important;
      font-size: 1rem !important;
      border: 1px solid transparent !important;
      border-radius: 3px !important; }
      .notification-modal .modal-content .modal-footer .btn-izyads-light-reverse:hover {
        -webkit-transition: background-color 0.1s;
        -o-transition: background-color 0.1s;
        transition: background-color 0.1s;
        -webkit-transition: color 0.1s;
        -o-transition: color 0.1s;
        transition: color 0.1s;
        background-color: transparent !important;
        color: #34B7A7 !important;
        border: 1px solid #34B7A7 !important; }

.wizard-navigation .progress-with-circle {
  background: #DDDDDD; }
  .wizard-navigation .progress-with-circle .progress-bar {
    background-color: #34B7A7; }
.wizard-navigation ul li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 1rem;
  text-align: center; }
  .wizard-navigation ul li a .icon-circle {
    background: #DDDDDD;
    border-color: #DDDDDD;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .wizard-navigation ul li a .icon-circle i {
      color: #AAAAAA;
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .wizard-navigation ul li a .icon-circle svg {
      width: 34px;
      height: auto; }
      .wizard-navigation ul li a .icon-circle svg path {
        fill: #AAAAAA; }
  .wizard-navigation ul li a.active {
    border-color: transparent;
    border-top-color: transparent;
    color: #34B7A7; }
    .wizard-navigation ul li a.active .icon-circle {
      background: #34B7A7;
      border-color: #34B7A7; }
      .wizard-navigation ul li a.active .icon-circle i, .wizard-navigation ul li a.active .icon-circle ion-icon {
        color: white; }
      .wizard-navigation ul li a.active .icon-circle svg path {
        fill: white; }
      .wizard-navigation ul li a.active .icon-circle:after {
        background-color: #34B7A7; }

.wizard-card {
  height: calc(100vh - 30px);
  position: relative;
  background: transparent;
  border: none;
  outline: none; }
  .wizard-card .wizard-header h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.75rem;
    color: #11595D; }
  .wizard-card .wizard-navigation {
    width: 50%;
    margin: 0 auto; }
  .wizard-card > .tab-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .wizard-card > .tab-content .tab-pane {
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%; }
      .wizard-card > .tab-content .tab-pane:not([id^=v-pills]) {
        height: 100%; }
      .wizard-card > .tab-content .tab-pane.active {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .wizard-card > .tab-content .tab-pane[class^=v-pills] {
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset; }
      .wizard-card > .tab-content .tab-pane .button {
        margin: 0; }
    .wizard-card > .tab-content #xml-method .force-center {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .wizard-card > .tab-content #xml-method .force-center #upload_method {
        z-index: 99; }
      .wizard-card > .tab-content #xml-method .force-center .xml-methods {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .wizard-card > .tab-content #xml-method .force-center .xml-methods .method {
          margin: 0 20px; }
          .wizard-card > .tab-content #xml-method .force-center .xml-methods .method input {
            display: none; }
            .wizard-card > .tab-content #xml-method .force-center .xml-methods .method input:checked + label .choice {
              background: #39BCA6; }
              .wizard-card > .tab-content #xml-method .force-center .xml-methods .method input:checked + label .choice .title {
                color: white; }
              .wizard-card > .tab-content #xml-method .force-center .xml-methods .method input:checked + label .choice .image svg path, .wizard-card > .tab-content #xml-method .force-center .xml-methods .method input:checked + label .choice .image svg * {
                fill: white; }
          .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice {
            width: 320px;
            height: 270px;
            background: white;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16), inset 0px 4px 0px #39BCA6;
            transition: all 0.2s;
            padding: 50px; }
            .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice .title {
              font-style: normal;
              font-weight: normal;
              font-size: 1.25rem;
              display: block;
              text-align: center;
              color: #11595D; }
            .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice .image {
              margin-top: 40px; }
              .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice .image svg {
                display: block;
                margin: auto;
                width: auto;
                height: 100%;
                max-width: 100%;
                max-height: 100%; }
                .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice .image svg path, .wizard-card > .tab-content #xml-method .force-center .xml-methods .method label .choice .image svg * {
                  fill: #11595D; }
          .wizard-card > .tab-content #xml-method .force-center .xml-methods .method:hover label .choice {
            background: #39BCA6; }
            .wizard-card > .tab-content #xml-method .force-center .xml-methods .method:hover label .choice .title {
              color: white; }
            .wizard-card > .tab-content #xml-method .force-center .xml-methods .method:hover label .choice .image svg path, .wizard-card > .tab-content #xml-method .force-center .xml-methods .method:hover label .choice .image svg * {
              fill: white; }
      .wizard-card > .tab-content #xml-method .force-center #xml_existed {
        text-align: center;
        display: none; }
        .wizard-card > .tab-content #xml-method .force-center #xml_existed span {
          display: block;
          margin: auto; }
          .wizard-card > .tab-content #xml-method .force-center #xml_existed span svg {
            font-size: 2.125rem;
            color: #11595D;
            display: inline-block;
            vertical-align: middle; }
          .wizard-card > .tab-content #xml-method .force-center #xml_existed span .wizard-label {
            margin: 0;
            display: inline-block;
            vertical-align: middle; }
        .wizard-card > .tab-content #xml-method .force-center #xml_existed span.remove {
          cursor: pointer; }
          .wizard-card > .tab-content #xml-method .force-center #xml_existed span.remove svg {
            color: #dc3545;
            font-size: 1.125rem; }
      .wizard-card > .tab-content #xml-method .force-center #file_upload {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .wizard-card > .tab-content #xml-method .force-center #file_upload .picture-container {
          width: 110px; }
          .wizard-card > .tab-content #xml-method .force-center #file_upload .picture-container .picture i {
            font-size: 3rem;
            padding: 0;
            margin: auto;
            display: block;
            line-height: 98px; }
          .wizard-card > .tab-content #xml-method .force-center #file_upload .picture-container .picture:hover {
            border-color: #34B7A7; }
      .wizard-card > .tab-content #xml-method .force-center #link_upload {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .wizard-card > .tab-content #xml-method .force-center #link_upload .form-group {
          display: block;
          width: 40%; }
    .wizard-card > .tab-content #xml-method.on-method {
      width: 100%; }
      .wizard-card > .tab-content #xml-method.on-method #upload_method {
        position: absolute;
        left: 0; }
        .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods {
          z-index: 1;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 50px; }
          .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods > * {
            margin: 0; }
            .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods > * [data-toggle="wizard-checkbox"] {
              margin-top: 0; }
          @media (max-width: 1565px) {
            .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods .method .choice {
              width: 180px;
              height: 180px;
              padding: 40px; }
              .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods .method .choice .image {
                margin-top: 15px; }
                .wizard-card > .tab-content #xml-method.on-method #upload_method .xml-methods .method .choice .image svg {
                  max-height: 60px; } }
    .wizard-card > .tab-content #xml-assign > .wizard-label {
      max-width: 800px; }
    .wizard-card > .tab-content #xml-assign .button {
      margin: auto; }
    .wizard-card > .tab-content #xml-assign table {
      margin: 20px auto auto auto;
      width: 600px;
      color: #11595D; }
      .wizard-card > .tab-content #xml-assign table tr {
        height: 50px;
        background: #E0E0E0;
        border-bottom: 2px solid #f0f0f0;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem; }
        .wizard-card > .tab-content #xml-assign table tr:first-child {
          border-bottom: 4px solid #f0f0f0;
          font-weight: 500; }
        .wizard-card > .tab-content #xml-assign table tr th, .wizard-card > .tab-content #xml-assign table tr td {
          padding: 10px 35px; }
          .wizard-card > .tab-content #xml-assign table tr th:first-child, .wizard-card > .tab-content #xml-assign table tr td:first-child {
            width: 40%; }
          .wizard-card > .tab-content #xml-assign table tr th:nth-child(2), .wizard-card > .tab-content #xml-assign table tr td:nth-child(2) {
            text-align: center;
            width: 60%; }
            .wizard-card > .tab-content #xml-assign table tr th:nth-child(2) .form-group, .wizard-card > .tab-content #xml-assign table tr td:nth-child(2) .form-group {
              margin: auto; }
              .wizard-card > .tab-content #xml-assign table tr th:nth-child(2) .form-group select, .wizard-card > .tab-content #xml-assign table tr td:nth-child(2) .form-group select {
                display: block;
                margin: auto;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0; }
    .wizard-card > .tab-content #xml-assign .error {
      color: #E03A3E;
      display: none;
      text-align: center;
      margin-top: 20px; }
    .wizard-card > .tab-content #logo .selected-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 22px; }
      .wizard-card > .tab-content #logo .selected-logo .text .title {
        font-size: 1.375rem;
        color: #11595D; }
      .wizard-card > .tab-content #logo .selected-logo .text .change {
        font-size: 1rem;
        color: #11595D;
        cursor: pointer;
        text-align: center;
        width: 100%;
        text-decoration: underline; }
      .wizard-card > .tab-content #logo .selected-logo .logo-holder {
        margin-left: 17px;
        height: 100%; }
        .wizard-card > .tab-content #logo .selected-logo .logo-holder img {
          display: block;
          margin: auto;
          width: auto;
          height: auto;
          max-width: 140px;
          max-height: 140px; }
    .wizard-card > .tab-content #frames {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .wizard-card > .tab-content #frames .box {
        height: calc(100% - 40px);
        border-top-color: #11595D;
        box-shadow: none; }
        .wizard-card > .tab-content #frames .box .box-header {
          background-color: #11595D;
          color: white;
          padding: 6px; }
          .wizard-card > .tab-content #frames .box .box-header h3 {
            font-size: 1.25rem;
            margin: 0; }
        .wizard-card > .tab-content #frames .box .box-body {
          height: 100%;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-top: none; }
          .wizard-card > .tab-content #frames .box .box-body * {
            color: #34B7A7; }
          .wizard-card > .tab-content #frames .box .box-body .nav-link.active {
            background: #34B7A7;
            color: white; }
          .wizard-card > .tab-content #frames .box .box-body .nav-link:hover {
            background: #34B7A7;
            color: white; }
          .wizard-card > .tab-content #frames .box .box-body #frames_container {
            height: 100%;
            overflow-x: hidden;
            padding: 0 2px 10px 0; }
            .wizard-card > .tab-content #frames .box .box-body #frames_container.with-filters {
              height: calc(100% - 40px); }
            .wizard-card > .tab-content #frames .box .box-body #frames_container .tab-content {
              height: 100%;
              overflow: hidden; }
              .wizard-card > .tab-content #frames .box .box-body #frames_container .tab-content .tab-pane {
                z-index: 1; }
              .wizard-card > .tab-content #frames .box .box-body #frames_container .tab-content .tab-pane:not(.active) {
                display: none; }
            .wizard-card > .tab-content #frames .box .box-body #frames_container .row {
              padding-right: 5px;
              margin: 0; }
              .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] {
                padding: 0 5px; }
                .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] input[type="radio"] {
                  display: none; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] input[type="radio"]:checked + label {
                    border: 3px solid #34B7A7; }
                .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label {
                  cursor: pointer;
                  border: 3px solid transparent; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image {
                    position: relative;
                    overflow: hidden; }
                    .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image img {
                      display: block;
                      width: 100%;
                      height: auto;
                      margin: auto; }
                    .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image .preview-alert {
                      position: absolute;
                      width: 100%;
                      height: 0%;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -webkit-box-align: center;
                      -ms-flex-align: center;
                      align-items: center;
                      -webkit-box-pack: center;
                      -ms-flex-pack: center;
                      justify-content: center;
                      background: rgba(73, 80, 87, 0.9);
                      bottom: 0;
                      visibility: hidden;
                      -webkit-transition: height 75ms ease-in;
                      -o-transition: height 75ms ease-in;
                      transition: height 75ms ease-in;
                      cursor: pointer; }
                      .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image .preview-alert .content svg {
                        display: block;
                        width: 25px;
                        height: auto;
                        margin: auto; }
                        .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image .preview-alert .content svg path {
                          fill: #39BCA6; }
                      .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .image .preview-alert .content .text {
                        line-height: normal;
                        text-align: center;
                        color: #39BCA6;
                        font-size: 0.825rem;
                        font-weight: 400; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .attributes {
                    display: none !important;
                    padding: 7px;
                    background: #3B444B;
                    color: white;
                    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;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between; }
                    .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .attributes i {
                      color: inherit;
                      text-align: center; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label .title {
                    display: block;
                    text-align: center; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label:hover {
                    border: 3px solid #34B7A7; }
                    .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label:hover .preview-alert {
                      height: 65px;
                      visibility: visible; }
                  .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label.banner_collection {
                    width: 100%; }
                    .wizard-card > .tab-content #frames .box .box-body #frames_container .row [class^='col-'] label.banner_collection .image img {
                      width: auto;
                      height: auto;
                      max-width: 100%;
                      max-height: 100%; }
      .wizard-card > .tab-content #frames #category_list {
        -webkit-box-flex: 0.16;
        -webkit-flex: 0.16;
        -ms-flex: 0.16;
        flex: 0.16;
        max-width: 16%;
        height: 100%; }
        .wizard-card > .tab-content #frames #category_list .box .box-body {
          height: 100%;
          padding: 20px 2px 10px 10px; }
          .wizard-card > .tab-content #frames #category_list .box .box-body #search-fa {
            color: #525252;
            padding: 7px 18px 7px 7px;
            font-family: Roboto; }
          .wizard-card > .tab-content #frames #category_list .box .box-body .categories {
            overflow-y: auto;
            overflow-x: hidden;
            margin-top: 20px;
            height: calc(100% - 60px);
            padding-right: 12px; }
        @media all and (max-width: 1200px) {
          .wizard-card > .tab-content #frames #category_list {
            -webkit-box-flex: 0.22;
            -webkit-flex: 0.22;
            -ms-flex: 0.22;
            flex: 0.22;
            max-width: 22%; } }
      .wizard-card > .tab-content #frames #category_frames {
        -webkit-box-flex: 0.84;
        -webkit-flex: 0.84;
        -ms-flex: 0.84;
        flex: 0.84;
        max-width: 84%;
        margin-left: 20px; }
        .wizard-card > .tab-content #frames #category_frames .box .filters {
          width: 100%;
          background-color: #F3F2EE;
          margin-bottom: 5px; }
          .wizard-card > .tab-content #frames #category_frames .box .filters .options {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            color: inherit;
            padding: 10px 10px 5px 10px; }
            .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
              .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] {
                margin: 0;
                position: absolute;
                visibility: hidden;
                opacity: 0; }
                .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label {
                  margin: 0;
                  padding-left: 10px;
                  padding-right: 10px; }
                .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"]:checked + label[for="showAll"] {
                  background-color: #34B7A7;
                  color: white;
                  font-weight: 600;
                  outline: 1px solid #51cdbe; }
                .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"]:checked + label[for="showWithFilters"] {
                  outline: 1px solid #34B7A7;
                  font-weight: bold; }
                .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showAll"] {
                  outline: 1px solid white;
                  height: 26px; }
                .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] {
                  display: -webkit-inline-box;
                  display: -webkit-inline-flex;
                  display: -ms-inline-flexbox;
                  display: inline-flex;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: start;
                  -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                  justify-content: flex-start;
                  margin-left: 12px;
                  padding-left: 15px;
                  padding-right: 15px;
                  outline: 1px solid white;
                  height: 26px; }
                  .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .title {
                    display: inline-block;
                    vertical-align: middle;
                    font-weight: 600;
                    line-height: normal; }
                  .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .form-check {
                    margin-left: 11px;
                    display: -webkit-inline-flex;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center; }
                    .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .form-check > .form-check-input, .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .form-check > .form-check-label {
                      position: relative; }
                      .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .form-check > .form-check-input.form-check-label, .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container input[type="radio"] + label[for="showWithFilters"] .form-check > .form-check-label.form-check-label {
                        line-height: normal;
                        margin-left: 3px; }
              .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container label {
                color: #34B7A7; }
              .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container .form-check-label, .wizard-card > .tab-content #frames #category_frames .box .filters .options .filters-radio-container label[for="showAll"] {
                cursor: pointer;
                font-weight: 600; }
        @media all and (max-width: 1200px) {
          .wizard-card > .tab-content #frames #category_frames {
            margin-left: 10px;
            -webkit-box-flex: 0.78;
            -webkit-flex: 0.78;
            -ms-flex: 0.78;
            flex: 0.78;
            max-width: 78%; } }
      .wizard-card > .tab-content #frames.active {
        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: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    .wizard-card > .tab-content #type .title {
      display: block;
      font-family: Roboto;
      font-weight: 300;
      line-height: normal;
      font-size: 1.75rem;
      text-align: center;
      color: #11595D; }
    .wizard-card > .tab-content #type .banners-type {
      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-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .wizard-card > .tab-content #type .banners-type .type {
        margin: 0 30px; }
        .wizard-card > .tab-content #type .banners-type .type input[type=radio] {
          height: 100%;
          display: none; }
        .wizard-card > .tab-content #type .banners-type .type label {
          height: 100%; }
          .wizard-card > .tab-content #type .banners-type .type label .choice .card {
            margin: 0;
            padding: 0;
            background: white;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16), inset 0px 4px 0px #34B7A7;
            border-radius: unset;
            transition: all 0.2s; }
            .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner {
              width: 420px;
              padding: 60px 25px 45px 25px;
              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; }
              .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .images {
                -webkit-box-flex: 0;
                -webkit-flex: 0 30%;
                -ms-flex: 0 30%;
                flex: 0 30%; }
                .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .images svg {
                  display: block;
                  margin: auto;
                  width: auto;
                  height: 100%;
                  max-width: 100%;
                  max-height: 100%; }
                  .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .images svg path, .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .images svg * {
                    fill: #11595D; }
              .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .contents {
                -webkit-box-flex: 0;
                -webkit-flex: 0 70%;
                -ms-flex: 0 70%;
                flex: 0 70%;
                padding-left: 20px; }
                .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .contents .title {
                  font-family: Roboto;
                  font-weight: normal;
                  font-size: 1.25rem;
                  text-align: left;
                  color: #11595D;
                  display: block; }
                .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .contents .desc {
                  margin-top: 30px;
                  font-family: Roboto;
                  font-style: normal;
                  font-weight: normal;
                  line-height: 26px;
                  font-size: 1rem;
                  text-align: left;
                  height: 200px;
                  color: #11595D;
                  display: block; }
              @media all and (max-width: 992px) {
                .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner {
                  width: 300px;
                  padding: 40px 25px 25px 25px; }
                  .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .images {
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 25% !important;
                    -ms-flex: 0 25% !important;
                    flex: 0 25% !important; }
                  .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .contents {
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 75% !important;
                    -ms-flex: 0 75% !important;
                    flex: 0 75% !important; }
                    .wizard-card > .tab-content #type .banners-type .type label .choice .card .banner .contents .desc {
                      height: 220px; } }
          .wizard-card > .tab-content #type .banners-type .type label .choice.active .card, .wizard-card > .tab-content #type .banners-type .type label .choice:hover .card {
            background: #34B7A7;
            box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.26); }
            .wizard-card > .tab-content #type .banners-type .type label .choice.active .card .images svg path, .wizard-card > .tab-content #type .banners-type .type label .choice.active .card .images svg *, .wizard-card > .tab-content #type .banners-type .type label .choice:hover .card .images svg path, .wizard-card > .tab-content #type .banners-type .type label .choice:hover .card .images svg * {
              fill: white; }
            .wizard-card > .tab-content #type .banners-type .type label .choice.active .card .contents .title, .wizard-card > .tab-content #type .banners-type .type label .choice:hover .card .contents .title {
              color: white; }
            .wizard-card > .tab-content #type .banners-type .type label .choice.active .card .contents .desc, .wizard-card > .tab-content #type .banners-type .type label .choice:hover .card .contents .desc {
              color: white; }
    .wizard-card > .tab-content #personalize, .wizard-card > .tab-content #export {
      width: 100%;
      height: 100%; }
      .wizard-card > .tab-content #personalize .box .box-header, .wizard-card > .tab-content #export .box .box-header {
        background-color: #11595D;
        color: white;
        padding: 6px; }
        .wizard-card > .tab-content #personalize .box .box-header h3, .wizard-card > .tab-content #export .box .box-header h3 {
          font-size: 1.25rem;
          margin: 0; }
      .wizard-card > .tab-content #personalize .box .box-body *, .wizard-card > .tab-content #export .box .box-body * {
        color: #11595D; }
      .wizard-card > .tab-content #personalize #atts, .wizard-card > .tab-content #personalize .export-left-container, .wizard-card > .tab-content #export #atts, .wizard-card > .tab-content #export .export-left-container {
        -webkit-box-flex: 0.7;
        -webkit-flex: 0.7;
        -ms-flex: 0.7;
        flex: 0.7;
        max-width: 70%;
        height: 100%; }
        .wizard-card > .tab-content #personalize #atts.export-left-container .box.container, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container, .wizard-card > .tab-content #export #atts.export-left-container .box.container, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container {
          border: none;
          height: 100%; }
          .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads {
            height: 100%; }
            .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body {
              position: relative;
              width: 100%;
              height: calc(100% - 40px);
              display: block;
              padding: 0;
              overflow: visible; }
              .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body .product-counter-warning, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body .product-counter-warning, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body .product-counter-warning, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body .product-counter-warning {
                text-align: center;
                margin: 37px auto; }
              .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card {
                border: none;
                border-radius: 0; }
                .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header {
                  background: #39BCA6;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  padding: 0;
                  height: 50px;
                  border-radius: 0; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button {
                    color: white;
                    border: none;
                    font-weight: bold;
                    width: 100%;
                    height: 100%;
                    border-radius: 0;
                    text-align: left;
                    font-size: 1.125rem;
                    outline: none; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete {
                      width: auto;
                      text-align: right;
                      background: #ffffff;
                      padding: 0 9px; }
                      .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete path, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete path, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete path, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete path {
                        fill: #dc3545; }
                      .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:hover, .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:focus, .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:active, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:hover, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:focus, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:active, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:hover, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:focus, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:active, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:hover, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:focus, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.delete:active {
                        background: #e1e1e1; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.add-new, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.add-new, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.add-new, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button.add-new {
                      text-align: center;
                      font-size: 1.5rem; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:hover, .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:focus, .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:active, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:hover, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:focus, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:active, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:hover, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:focus, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:active, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:hover, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:focus, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .card-header button:active {
                      background: none;
                      outline: none; }
                .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body {
                  padding: 25px 75px; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link {
                      -webkit-box-flex: 0.7;
                      -ms-flex: 0.7;
                      flex: 0.7;
                      position: relative; }
                      .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link input, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link input, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link input, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link input {
                        padding-right: 33px; }
                      .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link .info, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link .info, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link .info, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .product_link .info {
                        position: absolute;
                        right: 2px;
                        bottom: 6px; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container span, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container span, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container span, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container span {
                      -webkit-box-flex: 0.1;
                      -ms-flex: 0.1;
                      flex: 0.1;
                      text-align: center; }
                    .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic {
                      -webkit-box-flex: 0.2;
                      -ms-flex: 0.2;
                      flex: 0.2;
                      font-size: 15px; }
                      .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic .text, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic .text, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic .text, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .container .pic .text {
                        display: block;
                        font-size: 14px;
                        font-weight: bold; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .upload-holder-error, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .upload-holder-error, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .upload-holder-error, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder .upload-holder-error {
                    color: #dc3545;
                    display: none;
                    text-align: center;
                    font-size: 0.875rem; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder.hidden, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder.hidden, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder.hidden, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .upload-holder.hidden {
                    display: none; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder .img, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder .img, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder .img, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder .img {
                    display: block;
                    margin: auto;
                    width: 90px;
                    height: 90px;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-position: center; }
                  .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder.hidden, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder.hidden, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder.hidden, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapse .card-body .image-holder .current-holder.hidden {
                    display: none; }
                .wizard-card > .tab-content #personalize #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapsing, .wizard-card > .tab-content #personalize .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapsing, .wizard-card > .tab-content #export #atts.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapsing, .wizard-card > .tab-content #export .export-left-container.export-left-container .box.container .box.uploads .box-body #product_frames .card .collapsing {
                  opacity: 0; }
        .wizard-card > .tab-content #personalize #atts .box .box-body, .wizard-card > .tab-content #personalize .export-left-container .box .box-body, .wizard-card > .tab-content #export #atts .box .box-body, .wizard-card > .tab-content #export .export-left-container .box .box-body {
          padding: 25px 0; }
          .wizard-card > .tab-content #personalize #atts .box .box-body .selected-logo img, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .selected-logo img, .wizard-card > .tab-content #export #atts .box .box-body .selected-logo img, .wizard-card > .tab-content #export .export-left-container .box .box-body .selected-logo img {
            width: auto;
            height: auto;
            max-width: 140px;
            max-height: 140px;
            display: block;
            margin-bottom: 7px; }
          .wizard-card > .tab-content #personalize #atts .box .box-body .selected-logo .btn-izyads-light-reverse, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .selected-logo .btn-izyads-light-reverse, .wizard-card > .tab-content #export #atts .box .box-body .selected-logo .btn-izyads-light-reverse, .wizard-card > .tab-content #export .export-left-container .box .box-body .selected-logo .btn-izyads-light-reverse {
            width: 100px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 10px; }
          .wizard-card > .tab-content #personalize #atts .box .box-body .ctas, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas, .wizard-card > .tab-content #export #atts .box .box-body .ctas, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas {
            border: 2px solid #11595D;
            border-radius: 6px; }
            .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content, .wizard-card > .tab-content #export #atts .box .box-body .ctas .content, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content {
              width: 100%;
              min-height: unset;
              height: 103px;
              overflow-y: auto;
              padding: 3.5px; }
              .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content input[type=radio], .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content input[type=radio], .wizard-card > .tab-content #export #atts .box .box-body .ctas .content input[type=radio], .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content input[type=radio] {
                display: none; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #export #atts .box .box-body .ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content input[type=radio]:checked + label {
                  background: #39BCA6;
                  color: white; }
              .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content label.cta, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content label.cta, .wizard-card > .tab-content #export #atts .box .box-body .ctas .content label.cta, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content label.cta {
                display: inline;
                min-width: 40px;
                float: left;
                padding: 5px 10px;
                text-align: center;
                border: 1px solid #39BCA6;
                border-radius: 20px;
                margin: 5px;
                font-size: 1rem;
                color: #39BCA6;
                font-weight: 600;
                -webkit-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content label.cta:hover, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content label.cta:hover, .wizard-card > .tab-content #export #atts .box .box-body .ctas .content label.cta:hover, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content label.cta:hover {
                  cursor: pointer;
                  background: #39BCA6;
                  color: white; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content label.cta input[type=text], .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content label.cta input[type=text], .wizard-card > .tab-content #export #atts .box .box-body .ctas .content label.cta input[type=text], .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content label.cta input[type=text] {
                  width: auto;
                  min-width: 75px;
                  height: 25px;
                  font-family: Roboto;
                  text-align: center;
                  font-size: 1rem;
                  font-weight: 600;
                  color: #39BCA6;
                  background: #F1F1F1;
                  outline: none;
                  border: none;
                  border-radius: 20px; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .ctas .content label.cta[for="cta_custom"]:hover, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .ctas .content label.cta[for="cta_custom"]:hover, .wizard-card > .tab-content #export #atts .box .box-body .ctas .content label.cta[for="cta_custom"]:hover, .wizard-card > .tab-content #export .export-left-container .box .box-body .ctas .content label.cta[for="cta_custom"]:hover {
                  background: #F1F1F1;
                  color: #39BCA6; }
          .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas, .wizard-card > .tab-content #export #atts .box .box-body .button_ctas, .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas {
            border: 2px solid #34B7A7; }
            .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content, .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content, .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content {
              width: 100%;
              min-height: unset;
              height: 103px;
              overflow-y: auto;
              padding: 3.5px; }
              .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content input[type=radio], .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content input[type=radio], .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content input[type=radio], .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content input[type=radio] {
                display: none; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content input[type=radio]:checked + label, .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content input[type=radio]:checked + label {
                  background: #11595D;
                  color: white; }
              .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content label.cta, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content label.cta, .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content label.cta, .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content label.cta {
                display: inline;
                float: left;
                padding: 5px 10px;
                text-align: center;
                border: 1px solid #11595D;
                border-radius: 20px;
                margin: 5px;
                font-size: 1rem;
                color: #11595D;
                font-weight: 600;
                -webkit-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content label.cta:hover, .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content label.cta:hover, .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content label.cta:hover, .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content label.cta:hover {
                  cursor: pointer;
                  background: #11595D;
                  color: white; }
                .wizard-card > .tab-content #personalize #atts .box .box-body .button_ctas .content label.cta input[type=text], .wizard-card > .tab-content #personalize .export-left-container .box .box-body .button_ctas .content label.cta input[type=text], .wizard-card > .tab-content #export #atts .box .box-body .button_ctas .content label.cta input[type=text], .wizard-card > .tab-content #export .export-left-container .box .box-body .button_ctas .content label.cta input[type=text] {
                  width: 25px;
                  min-width: 20px;
                  height: 25px;
                  font-family: FontAwesome;
                  text-align: center;
                  font-size: 1rem;
                  font-weight: 600;
                  color: #11595D;
                  outline: none;
                  border: none;
                  border-radius: 20px; }
          .wizard-card > .tab-content #personalize #atts .box .box-body [name=promo_text], .wizard-card > .tab-content #personalize .export-left-container .box .box-body [name=promo_text], .wizard-card > .tab-content #export #atts .box .box-body [name=promo_text], .wizard-card > .tab-content #export .export-left-container .box .box-body [name=promo_text] {
            width: 100%;
            height: 35px;
            outline: none;
            border: 2px solid #11595D;
            border-radius: 6px;
            font-size: 1rem;
            color: #11595D;
            padding-left: 8px; }
        @media all and (max-width: 1200px) {
          .wizard-card > .tab-content #personalize #atts, .wizard-card > .tab-content #personalize .export-left-container, .wizard-card > .tab-content #export #atts, .wizard-card > .tab-content #export .export-left-container {
            margin-left: 10px;
            -webkit-box-flex: 0.58;
            -webkit-flex: 0.58;
            -ms-flex: 0.58;
            flex: 0.58;
            max-width: 58%; } }
      .wizard-card > .tab-content #personalize .preview, .wizard-card > .tab-content #export .preview {
        -webkit-box-flex: 0.3;
        -webkit-flex: 0.3;
        -ms-flex: 0.3;
        flex: 0.3;
        max-width: 30%;
        margin-left: 20px;
        height: 100%; }
        .wizard-card > .tab-content #personalize .preview .box, .wizard-card > .tab-content #export .preview .box {
          width: 100%;
          height: 100%; }
          .wizard-card > .tab-content #personalize .preview .box .box-body, .wizard-card > .tab-content #export .preview .box .box-body {
            width: 100%;
            height: calc(100% - 40px); }
        .wizard-card > .tab-content #personalize .preview .carousel, .wizard-card > .tab-content #export .preview .carousel {
          width: 100%;
          height: 100%; }
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-indicators li, .wizard-card > .tab-content #export .preview .carousel .carousel-indicators li {
            color: #39BCA6; }
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-inner, .wizard-card > .tab-content #export .preview .carousel .carousel-inner {
            width: 100%;
            height: 100%; }
            .wizard-card > .tab-content #personalize .preview .carousel .carousel-inner .carousel-item, .wizard-card > .tab-content #export .preview .carousel .carousel-inner .carousel-item {
              width: 100%;
              height: 100%;
              outline: none;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              visibility: hidden; }
              .wizard-card > .tab-content #personalize .preview .carousel .carousel-inner .carousel-item.active, .wizard-card > .tab-content #export .preview .carousel .carousel-inner .carousel-item.active {
                visibility: visible; }
              .wizard-card > .tab-content #personalize .preview .carousel .carousel-inner .carousel-item img, .wizard-card > .tab-content #export .preview .carousel .carousel-inner .carousel-item img {
                display: block;
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                margin: auto; }
              .wizard-card > .tab-content #personalize .preview .carousel .carousel-inner .carousel-item .carousel-caption, .wizard-card > .tab-content #export .preview .carousel .carousel-inner .carousel-item .carousel-caption {
                background: rgba(201, 201, 201, 0.5); }
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-control-prev-icon,
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-control-next-icon, .wizard-card > .tab-content #export .preview .carousel .carousel-control-prev-icon,
          .wizard-card > .tab-content #export .preview .carousel .carousel-control-next-icon {
            height: 100px;
            width: 100px;
            background-image: none; }
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-control-next-icon:after, .wizard-card > .tab-content #export .preview .carousel .carousel-control-next-icon:after {
            content: '>';
            font-size: 3.4375rem;
            color: #39BCA6; }
          .wizard-card > .tab-content #personalize .preview .carousel .carousel-control-prev-icon:after, .wizard-card > .tab-content #export .preview .carousel .carousel-control-prev-icon:after {
            content: '<';
            font-size: 3.4375rem;
            color: #39BCA6; }
        @media all and (max-width: 1200px) {
          .wizard-card > .tab-content #personalize .preview, .wizard-card > .tab-content #export .preview {
            margin-left: 10px;
            -webkit-box-flex: 0.42;
            -webkit-flex: 0.42;
            -ms-flex: 0.42;
            flex: 0.42;
            max-width: 42%; } }
      .wizard-card > .tab-content #personalize.active, .wizard-card > .tab-content #export.active {
        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: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    .wizard-card > .tab-content#banners_content #frames_container {
      padding: 5px 2px 10px 0 !important; }
  .wizard-card .wizard-footer {
    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; }
    .wizard-card .wizard-footer .btn-wd {
      padding: 10px 38px;
      font-style: normal;
      font-weight: bold;
      font-size: 0.875rem;
      text-align: center;
      color: #11595D;
      background: white;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
      border-color: transparent;
      border-radius: 4px;
      outline: none;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .wizard-card .wizard-footer .btn-wd svg {
        margin-left: 7px; }
      .wizard-card .wizard-footer .btn-wd:active, .wizard-card .wizard-footer .btn-wd:focus {
        color: #11595D;
        border-color: transparent;
        background: white; }
      .wizard-card .wizard-footer .btn-wd:hover {
        color: white;
        background-color: #39BCA6;
        border-color: transparent; }

.banner-zoom {
  position: absolute;
  width: 600px;
  height: auto;
  max-width: 50vw;
  max-height: 70vh;
  z-index: 100;
  display: none;
  outline: 1px solid rgba(91, 91, 91, 0.3); }
  .banner-zoom img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

body .wizard-card .wizard-label {
  padding: 12px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  color: #11595D;
  margin: 0; }
  body .wizard-card .wizard-label.full-center {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
  body .wizard-card .wizard-label.red {
    color: #E03A3E; }

.button {
  display: block;
  margin: auto;
  width: 160px;
  text-align: center;
  height: 40px;
  padding: 6px;
  border-radius: 20px; }
  .button:hover {
    cursor: pointer; }

#logo_select .modal-header h3 {
  display: block;
  text-align: center;
  color: #11595D; }
#logo_select .modal-body {
  height: 580px;
  max-height: calc(100vh - 220px); }
  #logo_select .modal-body .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; }
    #logo_select .modal-body .images .img {
      position: relative;
      -webkit-flex-basis: 19.0822553634%;
      -ms-flex-preferred-size: 19.0822553634%;
      flex-basis: 19.0822553634%;
      margin-bottom: 10px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      width: 112px;
      height: 93px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 10px;
      background-position: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      #logo_select .modal-body .images .img .actions {
        display: none;
        text-transform: capitalize;
        z-index: 2; }
        #logo_select .modal-body .images .img .actions i {
          text-align: center;
          width: 100%;
          font-size: 1.75rem; }
        #logo_select .modal-body .images .img .actions .delete {
          position: absolute;
          width: 44px;
          height: 44px;
          color: white;
          top: 0;
          right: 0; }
          #logo_select .modal-body .images .img .actions .delete svg {
            position: absolute;
            left: 55%;
            top: 15%; }
          #logo_select .modal-body .images .img .actions .delete:after {
            position: absolute;
            content: "";
            display: block;
            top: 0;
            right: 0;
            border-bottom: 22px solid transparent;
            border-left: 22px solid transparent;
            border-top: 22px solid #E03A3E;
            border-right: 22px solid #E03A3E;
            z-index: -1; }
          #logo_select .modal-body .images .img .actions .delete.hidden {
            display: none;
            pointer-events: none; }
      #logo_select .modal-body .images .img:nth-child(5n) {
        margin-right: 0; }
      #logo_select .modal-body .images .img:after {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-transition: opacity .1s ease-in;
        -o-transition: opacity .1s ease-in;
        transition: opacity .1s ease-in;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        opacity: 0;
        position: absolute; }
      #logo_select .modal-body .images .img:hover .actions {
        display: block;
        color: #fff; }
      #logo_select .modal-body .images .img:hover:after {
        display: block;
        background-color: #11595D;
        opacity: .9; }
      #logo_select .modal-body .images .img.selected .actions {
        display: block;
        color: #fff; }
      #logo_select .modal-body .images .img.selected:after {
        display: block;
        background-color: #11595D;
        opacity: .9; }
#logo_select .modal-footer .btn {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 7px 18px;
  border-color: #66615B;
  color: #66615B;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }
  #logo_select .modal-footer .btn:hover {
    outline: 0 !important;
    background-color: #66615B;
    color: rgba(255, 255, 255, 0.85);
    border-color: #66615B; }

.account-menu {
  margin: 45px auto;
  padding: 10px;
  max-width: 1120px; }
  .account-menu .option {
    height: 35px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #AAAAAA !important;
    border-bottom: 1px solid #DDDDDD; }
    .account-menu .option.active {
      border-bottom: 1px solid #11595D;
      color: #11595D !important; }
    .account-menu .option:focus, .account-menu .option:visited, .account-menu .option:hover {
      text-decoration: none; }

.account-tab .title, .billing-tab .title, .pricing-tab .title {
  display: block;
  font-style: normal;
  font-size: 1.375rem;
  color: #11595D;
  margin-bottom: 7px; }
.account-tab .box, .billing-tab .box, .pricing-tab .box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
  border: none; }
  .account-tab .box .alert, .billing-tab .box .alert, .pricing-tab .box .alert {
    color: #11595D;
    font-size: 1.125rem; }
    .account-tab .box .alert.mandatory, .billing-tab .box .alert.mandatory, .pricing-tab .box .alert.mandatory {
      font-size: 1.125rem;
      display: block;
      text-align: center;
      color: #E03A3E; }
  .account-tab .box .form-group.checkbox label, .billing-tab .box .form-group.checkbox label, .pricing-tab .box .form-group.checkbox label {
    margin: 0; }
  .account-tab .box .form-group + form, .billing-tab .box .form-group + form, .pricing-tab .box .form-group + form {
    margin-top: 17px; }
  .account-tab .box .row #material_password input[type=button], .billing-tab .box .row #material_password input[type=button], .pricing-tab .box .row #material_password input[type=button] {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    text-align: left;
    text-decoration-line: underline;
    color: #11595D; }
  .account-tab .box.no-actions, .billing-tab .box.no-actions, .pricing-tab .box.no-actions {
    margin-bottom: 0; }
  .account-tab .box .actions, .billing-tab .box .actions, .pricing-tab .box .actions {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: -60px;
    left: 0; }
    .account-tab .box .actions input[type=button], .billing-tab .box .actions input[type=button], .pricing-tab .box .actions input[type=button] {
      background-color: transparent;
      border: none;
      outline: none;
      padding: 15px 35px; }
      .account-tab .box .actions input[type=button].btn-left, .billing-tab .box .actions input[type=button].btn-left, .pricing-tab .box .actions input[type=button].btn-left {
        padding-left: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 0.875rem;
        text-align: left;
        text-decoration-line: underline;
        color: #11595D; }
      .account-tab .box .actions input[type=button].btn-right, .billing-tab .box .actions input[type=button].btn-right, .pricing-tab .box .actions input[type=button].btn-right {
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
        text-align: center;
        color: #11595D;
        background: white;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        float: right; }
.account-tab.account-tab .box .notifications, .billing-tab.account-tab .box .notifications, .pricing-tab.account-tab .box .notifications {
  height: 100%; }
  .account-tab.account-tab .box .notifications .alert, .billing-tab.account-tab .box .notifications .alert, .pricing-tab.account-tab .box .notifications .alert {
    margin-right: 14px; }
    .account-tab.account-tab .box .notifications .alert .close, .billing-tab.account-tab .box .notifications .alert .close, .pricing-tab.account-tab .box .notifications .alert .close {
      outline: none; }

.pricing-plans [class^=col] {
  padding: 0 18px; }
  .pricing-plans [class^=col] .card-flip {
    perspective: 1000px; }
    .pricing-plans [class^=col] .card-flip.flipped .flip {
      transform: rotateY(180deg); }
    .pricing-plans [class^=col] .card-flip .front, .pricing-plans [class^=col] .card-flip .back {
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      padding: 40px 30px; }
    .pricing-plans [class^=col] .card-flip .front {
      z-index: 2;
      transform: rotateY(0deg); }
      .pricing-plans [class^=col] .card-flip .front .badge {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0; }
    .pricing-plans [class^=col] .card-flip .back {
      transform: rotateY(180deg); }
      .pricing-plans [class^=col] .card-flip .back .flip-trigger {
        font-size: 1rem !important;
        font-weight: bold !important; }
    .pricing-plans [class^=col] .card-flip .flip.plan {
      height: 500px;
      background: #EEEEEE;
      border-radius: 8px;
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative; }
      .pricing-plans [class^=col] .card-flip .flip.plan .title {
        display: block;
        margin-top: 20px;
        font-style: normal;
        font-weight: 300;
        font-size: 1.875rem;
        text-align: center;
        color: #11595D; }
      .pricing-plans [class^=col] .card-flip .flip.plan .volume {
        min-height: 26px;
        display: block;
        margin-top: 45px;
        font-style: normal;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        color: #11595D; }
      .pricing-plans [class^=col] .card-flip .flip.plan .service {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 12px 0; }
        .pricing-plans [class^=col] .card-flip .flip.plan .service svg {
          margin: 3px 3px 0 0;
          color: #11595D; }
          .pricing-plans [class^=col] .card-flip .flip.plan .service svg.not-included {
            color: #E03A3E; }
        .pricing-plans [class^=col] .card-flip .flip.plan .service .text {
          display: block;
          font-style: normal;
          font-weight: normal;
          font-size: 1rem;
          color: #11595D;
          line-height: 20px;
          text-align: left; }
      .pricing-plans [class^=col] .card-flip .flip.plan .flip-trigger {
        display: block;
        cursor: pointer;
        margin-top: 24px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 0.875rem;
        text-decoration-line: underline;
        color: #11595D; }
      .pricing-plans [class^=col] .card-flip .flip.plan .price-yearly {
        min-height: 32px;
        margin-top: 40px;
        text-align: center;
        font-size: 1.125em;
        color: #11595D; }
        .pricing-plans [class^=col] .card-flip .flip.plan .price-yearly .big {
          font-size: 2.000em;
          font-weight: bold; }
        .pricing-plans [class^=col] .card-flip .flip.plan .price-yearly .medium {
          font-size: 1.556em;
          font-weight: bold; }
      .pricing-plans [class^=col] .card-flip .flip.plan .price-monthly {
        min-height: 30px;
        text-align: center;
        font-size: 1.000em;
        color: #11595D; }
        .pricing-plans [class^=col] .card-flip .flip.plan .price-monthly .medium {
          font-size: 1.556em;
          font-weight: bold; }
      .pricing-plans [class^=col] .card-flip .flip.plan .app-btn {
        display: block;
        margin: 88px auto auto auto;
        height: 50px;
        padding: 0;
        width: 150px; }
        .pricing-plans [class^=col] .card-flip .flip.plan .app-btn.subscribed {
          background: #a5a5a5;
          border: 2px solid #a5a5a5;
          pointer-events: none; }
          .pricing-plans [class^=col] .card-flip .flip.plan .app-btn.subscribed:hover {
            background: #a5a5a5;
            border: 2px solid #a5a5a5; }
  .pricing-plans [class^=col] .cancel input {
    color: #11595D;
    margin: 0 0 0 auto;
    display: block; }
    .pricing-plans [class^=col] .cancel input:hover, .pricing-plans [class^=col] .cancel input:focus, .pricing-plans [class^=col] .cancel input:active {
      box-shadow: none; }
  @media all and (max-width: 1200px) {
    .pricing-plans [class^=col] {
      margin-top: 25px; } }

#account_billing .payment-methods .alert {
  font-size: 1.250rem;
  color: #E03A3E; }
  #account_billing .payment-methods .alert span {
    display: block;
    text-align: center; }
    #account_billing .payment-methods .alert span a {
      color: #11595D;
      text-decoration: none;
      font-weight: bold;
      -webkit-transition: all 0.2125s;
      -o-transition: all 0.2125s;
      transition: all 0.2125s; }
      #account_billing .payment-methods .alert span a:hover {
        color: #39BCA6; }
#account_billing .new-card .braintree-heading {
  font-size: 1.375rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  color: #11595D; }
#account_billing .new-card .braintree-toggle span {
  color: #11595D;
  border-color: #11595D; }
#account_billing .new-card #submit-button {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #11595D;
  background: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: block;
  width: 70%;
  margin: 12px auto;
  border: none;
  outline: none;
  padding: 15px 35px; }
#account_billing .radio-inline {
  margin: 45px 0 0 0; }
  #account_billing .radio-inline:first-child {
    margin-top: 0; }
#account_billing .default-billing-details table tr td {
  line-height: 20px; }
  #account_billing .default-billing-details table tr td:first-child {
    width: 150px;
    color: #11595D;
    font-weight: bold; }

#account_pricing .pricing-tab {
  position: relative; }
  #account_pricing .pricing-tab .cd-intro {
    position: absolute;
    z-index: 1;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -28px; }
    #account_pricing .pricing-tab .cd-intro h1 {
      font-size: 26px;
      color: #39BCA6; }
      #account_pricing .pricing-tab .cd-intro h1 .cd-words-wrapper {
        font-weight: bold; }
      #account_pricing .pricing-tab .cd-intro h1 .end-text {
        font-weight: 500; }

#delete_account_modal .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#update_password_modal .modal-body .material-textbox {
  margin-top: 50px; }
#update_password_modal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.modal.plan-subscription-confirm .modal-dialog {
  max-width: 900px !important; }
  .modal.plan-subscription-confirm .modal-dialog .modal-body {
    padding: 25px; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content > .title {
      font-weight: 500; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .title {
      margin-top: 15px;
      display: block;
      text-align: center;
      font-weight: 300;
      font-size: 1.875rem;
      line-height: 35px;
      color: #11595D; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods {
      margin-top: 25px; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods .braintree-heading {
        font-size: 1.25rem;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        color: #11595D; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods [data-braintree-id="methods-edit"] {
        display: none;
        pointer-events: none; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods [data-braintree-id="upper-container"], .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods [data-braintree-id="toggle"] {
        max-width: 360px;
        display: block;
        margin: auto; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods .braintree-toggle {
        padding: 0; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods .braintree-toggle span {
          color: #11595D;
          border-color: #11595D; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-methods #submit-button {
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
        text-align: center;
        color: #11595D;
        background: white;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        display: block;
        width: auto;
        margin: 12px auto;
        border: none;
        outline: none;
        padding: 10px 20px; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .label {
      display: block;
      text-align: center;
      margin: 40px 0 12px 0;
      font-style: normal;
      color: #11595D;
      text-align: center;
      font-weight: 300;
      font-size: 1.875rem;
      line-height: 35px; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-period {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-period .form-group {
        margin-bottom: 0; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .payment-period .form-group label {
          margin: 0; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .material-textbox {
      margin-top: 45px; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .material-textbox.error:after {
        top: 35px; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body #period_warning {
      display: none;
      text-align: center;
      font-size: 0.875rem;
      color: #E03A3E;
      max-width: 500px;
      margin: 7px auto 0 auto;
      line-height: 1.2; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .app-btn {
      padding: 20px 40px;
      display: block;
      margin: 40px auto auto auto; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .close {
      float: none;
      text-decoration: underline;
      font-size: 0.875rem;
      display: block;
      margin: 40px auto auto auto;
      font-weight: 500; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .subscription-details .content {
      max-width: 450px;
      margin-left: 0; }
    .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content {
      max-width: 450px;
      margin-right: 0;
      margin-left: 0; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .price .title {
          text-align: left;
          margin-top: 30px;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1.250rem; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .price #price-value {
          text-align: right;
          margin-top: 30px;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1rem; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .tax {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .tax .title {
          text-align: left;
          margin-top: 0;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1.250rem; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .tax #tax-value {
          text-align: right;
          margin-top: 0;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1rem; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .total {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .total .title {
          text-align: left;
          margin-top: 0;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1.500rem; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .total #total-value {
          text-align: right;
          margin-top: 0;
          font-style: normal;
          color: #11595D;
          font-weight: 500;
          font-size: 1.250rem; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .material-textbox {
        position: relative; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .material-textbox input[type=text] {
          padding-right: 50px; }
        .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .material-textbox .coupon-check {
          box-shadow: none !important;
          font-weight: bold;
          color: #11595D;
          padding: 0px;
          position: absolute;
          right: 0;
          width: 50px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .offer-alert {
        color: #11595D;
        font-weight: normal;
        font-size: 1rem;
        visibility: hidden;
        height: 38px;
        line-height: normal;
        text-align: center; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart .content .app-btn {
        padding: 20px 0;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    @media all and (max-width: 1200px) {
      .modal.plan-subscription-confirm .modal-dialog .modal-body .content {
        margin: auto !important; }
      .modal.plan-subscription-confirm .modal-dialog .modal-body .cart {
        margin-top: 30px; } }

.modal.cancel-modal .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.modal {
  background: rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  z-index: 0; }

.app-btn {
  line-height: 14px;
  font-size: 0.875rem;
  padding: 18px 30px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background: #ff771a;
  border: 2px solid #ff771a;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  outline: none !important; }
  .app-btn:hover {
    background: #FF954D;
    border: 2px solid #FF954D; }
  .app-btn:hover, .app-btn:focus, .app-btn:visited {
    text-decoration: none;
    color: white; }

.wait {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(211, 211, 211, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wait .lds-roller {
    opacity: 1; }
    .wait .lds-roller > div:after {
      background: #11595D; }

.input-field {
  width: 100%; }
  .input-field:not(:first-child) {
    margin-top: 30px; }

.pic {
  background-color: #F5F7FA;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  padding: 29px 0;
  text-transform: uppercase;
  color: #848EA1;
  font-size: 1.375rem;
  cursor: pointer;
  -webkit-flex-basis: 19.0822553634%;
  -ms-flex-preferred-size: 19.0822553634%;
  flex-basis: 19.0822553634%;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.125s; }
  .pic:hover, .pic:focus, .pic:active {
    border: 2px solid #848EA1; }
    .pic:hover .zoom-on-hover, .pic:focus .zoom-on-hover, .pic:active .zoom-on-hover {
      zoom: 1.25; }

.info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 28px;
  height: 28px; }
  .info .icon svg path {
    fill: #39BCA6; }
  .info .container-right, .info .container-left {
    visibility: hidden;
    position: absolute;
    width: 320px;
    min-height: 400px;
    top: 0;
    right: -325px;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16), inset 0px 4px 0px #39BCA6;
    padding: 40px 20px;
    z-index: 1002; }
    .info .container-right .title, .info .container-left .title {
      font-family: Roboto;
      font-size: 1.25rem;
      color: #11595D;
      display: block; }
    .info .container-right .body, .info .container-left .body {
      margin-top: 35px;
      font-family: Roboto;
      line-height: 26px;
      font-size: 1rem;
      color: #11595D;
      display: block; }
  .info .container-left {
    left: -325px; }
  .info:hover {
    cursor: pointer; }
    .info:hover .container-right {
      visibility: visible; }
    .info:hover .container-left {
      visibility: visible; }

.clearfix {
  clear: both; }

.clearfix:after {
  clear: both;
  content: "";
  display: table; }

.material-textbox {
  color: #11595D;
  position: relative;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem; }
  .material-textbox > label {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
    color: inherit;
    position: absolute;
    top: -0.6rem;
    left: 0rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); }
    .material-textbox > label.active {
      -webkit-transform: translateY(-15px) scale(0.8);
      transform: translateY(-15px) scale(0.8);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
  .material-textbox input[type=text], .material-textbox input[type=email], .material-textbox input[type=password], .material-textbox input[type=tel] {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
    color: #9e9e9e;
    width: 100%;
    left: 0;
    padding-left: 0.1rem;
    border: none;
    background: transparent;
    border-bottom: 1px solid #11595D;
    outline: none; }
  .material-textbox.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .material-textbox.inline input[type=text] {
      width: auto; }
  .material-textbox.error input[type=text] {
    border-bottom: 1px solid #dc3545 !important; }
  .material-textbox.error > label {
    color: #dc3545 !important;
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .material-textbox.error:after {
    content: attr(data-error-content);
    position: absolute;
    left: 0;
    top: 35px;
    color: #dc3545 !important;
    line-height: 16px; }

.frames-loader {
  display: none;
  position: relative;
  padding: 25px 0; }
  .frames-loader img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%; }

.user-actions {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  background: url("../img/application/login register background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .user-actions .logo {
    display: block;
    text-align: center;
    padding-top: 8vh;
    padding-bottom: 2vh; }
    .user-actions .logo img {
      max-width: 180px;
      height: auto; }
  .user-actions .row.align-items-center {
    margin: 0;
    max-width: 100%;
    overflow: hidden; }
    .user-actions .row.align-items-center .login_register {
      margin-top: 40px; }
      .user-actions .row.align-items-center .login_register .panel-heading {
        font-size: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .user-actions .row.align-items-center .login_register .panel-heading .title {
          font-size: 2rem;
          color: #39BCA6;
          font-weight: 500; }
      .user-actions .row.align-items-center .login_register .panel-body {
        padding: 0 80px; }
        .user-actions .row.align-items-center .login_register .panel-body .row {
          margin: 50px 0 40px 0; }
          .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] {
            padding: 0; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] label {
              display: block;
              font-size: 1.125rem;
              color: #11595D; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] input {
              display: block;
              outline: none;
              padding: 0 15px;
              color: #39BCA6;
              font-size: 1.125rem;
              border: 1px solid #39BCA6;
              box-sizing: border-box;
              border-radius: 4px;
              width: 100%;
              height: 52px; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] .reCaptcha-msg {
              color: #E03A3E;
              font-size: 1rem;
              font-weight: 500; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] .form-check [type=checkbox] {
              width: 20px;
              height: 20px; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col] .form-check label {
              color: #39BCA6;
              font-size: 1rem;
              font-weight: 500; }
            .user-actions .row.align-items-center .login_register .panel-body .row [class^=col]:not(:first-child) {
              margin-top: 45px; }
        .user-actions .row.align-items-center .login_register .panel-body button {
          width: 100%;
          font-weight: bold;
          font-size: 0.875rem;
          line-height: normal;
          text-align: center;
          color: white;
          background: #11595D;
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
          border: none;
          border-radius: 4px;
          height: 52px; }
        .user-actions .row.align-items-center .login_register .panel-body a {
          color: #39BCA6;
          padding: 0;
          display: block;
          text-align: right;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 10px 0 0 auto; }
          .user-actions .row.align-items-center .login_register .panel-body a:hover {
            color: #11595D;
            text-decoration: none; }
          .user-actions .row.align-items-center .login_register .panel-body a:focus, .user-actions .row.align-items-center .login_register .panel-body a:visited {
            color: #11595D;
            text-decoration: none; }
        .user-actions .row.align-items-center .login_register .panel-body .switch {
          margin-top: 40px;
          text-align: center; }
          .user-actions .row.align-items-center .login_register .panel-body .switch .text {
            display: inline-block;
            vertical-align: bottom;
            color: #11595D;
            font-size: 1.250rem; }
          .user-actions .row.align-items-center .login_register .panel-body .switch a {
            margin: 0 0 0 7px;
            display: inline-block;
            vertical-align: bottom;
            color: #39BCA6;
            font-size: 1.250rem;
            font-weight: bold;
            text-align: left;
            -webkit-transition: all 0.2125s;
            -o-transition: all 0.2125s;
            transition: all 0.2125s; }
            .user-actions .row.align-items-center .login_register .panel-body .switch a:hover {
              color: #11595D; }
        .user-actions .row.align-items-center .login_register .panel-body.login {
          padding: 0 80px; }
    .user-actions .row.align-items-center .email-confirmation .panel-heading .title {
      font-weight: 300;
      font-size: 2rem;
      width: 100%;
      padding: 10px 0 30px 0;
      text-align: center;
      color: #39BCA6;
      pointer-events: none;
      line-height: normal; }
    .user-actions .row.align-items-center .email-confirmation .panel-body {
      padding: 30px 0 0 0; }
      .user-actions .row.align-items-center .email-confirmation .panel-body .text {
        color: #39BCA6; }
      .user-actions .row.align-items-center .email-confirmation .panel-body a {
        cursor: pointer;
        display: inline-block;
        line-height: normal;
        margin: 0;
        color: #11595D;
        -webkit-transition: all 0.2125s;
        -o-transition: all 0.2125s;
        transition: all 0.2125s; }
        .user-actions .row.align-items-center .email-confirmation .panel-body a:hover {
          color: #39BCA6; }
      .user-actions .row.align-items-center .email-confirmation .panel-body .reCaptcha-msg {
        margin-top: 15px;
        color: #E03A3E;
        font-size: 1rem;
        font-weight: 500;
        display: block;
        text-align: center; }
  @media all and (max-width: 1565px) {
    .user-actions .row.align-items-center .login_register .panel-body {
      padding: 0 60px; }
      .user-actions .row.align-items-center .login_register .panel-body.login {
        padding: 0 60px; } }
  @media all and (max-width: 1366px) {
    .user-actions .row.align-items-center .login_register .panel-body {
      padding: 0 40px; }
      .user-actions .row.align-items-center .login_register .panel-body.login {
        padding: 0 40px; } }
  @media all and (max-width: 992px) {
    .user-actions .row.align-items-center .login_register {
      margin-top: 20px; }
      .user-actions .row.align-items-center .login_register .panel-body {
        padding: 0 10px; }
        .user-actions .row.align-items-center .login_register .panel-body .row {
          margin: 30px 0 20px 0; }
          .user-actions .row.align-items-center .login_register .panel-body .row [class^=col]:not(:first-child) {
            margin-top: 25px; }
        .user-actions .row.align-items-center .login_register .panel-body.login {
          padding: 0 10px; }
    .user-actions .logo img {
      max-width: 120px; } }

.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0; }
  .form-check [type=checkbox] {
    margin: 0; }
  .form-check label {
    margin: 0 0 0 25px;
    color: #39BCA6; }

.search-empty::-webkit-input-placeholder {
  font-family: "Font Awesome 5 Free";
  text-align: right;
  color: #34B7A7;
  font-weight: 900; }

.search-empty:-ms-input-placeholder {
  font-family: "Font Awesome 5 Free";
  text-align: right;
  color: #34B7A7;
  font-weight: 900; }

.search-empty::-ms-input-placeholder {
  font-family: "Font Awesome 5 Free";
  text-align: right;
  color: #34B7A7;
  font-weight: 900; }

.search-empty::placeholder {
  font-family: "Font Awesome 5 Free";
  text-align: right;
  color: #34B7A7;
  font-weight: 900; }

/*# sourceMappingURL=styles.css.map */
