@charset "UTF-8";
* {
  box-sizing: border-box; }

html, body {
  font-family: "Josefin Sans", sans-serif;
  color: black;
  font-weight: 400;
  padding: 0px;
  margin: 0 auto; }

hr {
  margin: 50px 0px;
  border: 0;
  height: 1px;
  background: #e5e5e5; }

h1, h2, h3, h4 {
  margin-top: 0px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600; }

h1, h2 {
  color: #692A7B;
  font-size: 30px; }

h3, h4 {
  margin-top: 0px;
  font-size: 21px;
  color: black; }

h5, h6 {
  margin-top: 0px;
  font-size: 15px;
  color: #a2a7b9;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 5px; }

p {
  font-weight: 400;
  color: black;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.8;
  margin-top: 0px; }

.row-right {
  padding-right: 40px; }
  @media only screen and (min-width: 1640px) {
    .row-right {
      padding-right: calc((100% - 1200px) /2); } }

.row-left {
  padding-left: 40px; }
  @media only screen and (min-width: 1640px) {
    .row-left {
      padding-left: calc((100% - 1200px) /2); } }

.row {
  padding-left: 40px;
  padding-right: 40px; }
  @media only screen and (min-width: 1640px) {
    .row {
      padding-right: calc((100% - 1200px) /2);
      padding-left: calc((100% - 1200px) /2); } }

.btn, .pop-down-box form button, .pop-down-box form #downloadcsv {
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  border: 0px;
  background: whitesmoke;
  color: black;
  font-size: 18px;
  font-family: "Readex Pro", sans-serif;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer; }
  .btn span, .pop-down-box form button span, .pop-down-box form #downloadcsv span {
    position: relative;
    z-index: 2; }
  .btn .fill-container, .pop-down-box form button .fill-container, .pop-down-box form #downloadcsv .fill-container {
    position: absolute;
    left: -15px;
    top: 50%;
    width: calc(100% + 30px);
    padding-bottom: 100%;
    transform: translateY(-50%) rotate(180deg); }
    .btn .fill-container::after, .pop-down-box form button .fill-container::after, .pop-down-box form #downloadcsv .fill-container::after {
      content: '';
      position: absolute;
      left: -15px;
      top: 0;
      width: calc(100% + 30px);
      height: 100%;
      background-color: black;
      border-radius: 50%;
      transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
      transform: translateY(-100%); }
  .btn.disabled:hover, .pop-down-box form button.disabled:hover, .pop-down-box form .disabled#downloadcsv:hover {
    color: black !important;
    cursor: not-allowed;
    transform: translateY(0px) !important; }
  .btn.disabled .fill-container, .pop-down-box form button.disabled .fill-container, .pop-down-box form .disabled#downloadcsv .fill-container {
    opacity: 0; }
  .btn:hover, .pop-down-box form button:hover, .pop-down-box form #downloadcsv:hover {
    border-color: black;
    transform: translateY(-4px);
    color: white; }
    .btn:hover .fill-container, .pop-down-box form button:hover .fill-container, .pop-down-box form #downloadcsv:hover .fill-container {
      transform: translateY(-50%) rotate(0); }
      .btn:hover .fill-container:after, .pop-down-box form button:hover .fill-container:after, .pop-down-box form #downloadcsv:hover .fill-container:after {
        transform: translateY(0); }

.logo {
  height: 90px;
  width: 90px; }

.error {
  padding: 20px;
  margin: 0 auto;
  background: #f10f40;
  text-align: center;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -20vh;
  transition: all 0.43s ease-in-out; }
  .error.active {
    top: 0; }

.successmsg {
  padding: 20px;
  margin: 0 auto;
  background: #3bf1a7;
  text-align: center;
  color: black;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -20vh;
  transition: all 0.43s ease-in-out; }
  .successmsg.active {
    top: 0; }

section.wrapper {
  display: flex;
  flex-flow: row; }

.left-col {
  width: 100%;
  padding: 50px 30px 50px 30px;
  border-right: solid 1px #f3f2f5;
  max-width: 120px;
  min-height: 100vh;
  overflow-x: hidden;
  position: absolute;
  background: white;
  z-index: 10;
  transition: all 0.8s cubic-bezier(0, 1, 0, 1);
  box-shadow: 0px 0px 0px #99cfe345; }
  .left-col:hover {
    transition: all 0.4s ease-in-out;
    max-width: 300px;
    box-shadow: 0px 10px 20px #99cfe345; }
  @media only screen and (min-width: 1300px) {
    .left-col {
      position: static;
      max-width: 300px;
      box-shadow: 0px 0px 0px #99cfe345 !important; } }
  .left-col img {
    height: 50px;
    width: 70px;
    margin-bottom: 50px;
    padding-left: 7px;
    padding-right: 11px; }
    @media only screen and (min-width: 1300px) {
      .left-col img {
        padding-left: 20px;
        padding-right: 0px; } }

.right-col {
  width: 100%;
  padding: 50px 0px 50px 160px; }
  @media only screen and (min-width: 1300px) {
    .right-col {
      padding: 50px 30px 50px 30px; } }

.menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden; }
  @media only screen and (min-width: 1300px) {
    .menu {
      overflow-x: unset; } }
  .menu hr {
    margin: 30px 0px; }
  .menu li {
    list-style: none;
    align-items: center; }
    .menu li a {
      display: flex;
      padding: 25px 20px 20px 20px;
      border-radius: 7px;
      text-decoration: none;
      margin-bottom: 10px;
      transition: all 0.1s ease-in-out;
      background: transparent;
      white-space: nowrap; }
      @media only screen and (min-width: 1300px) {
        .menu li a {
          white-space: normal; } }
      .menu li a:hover, .menu li a.active {
        background: #692A7B; }
        .menu li a:hover i, .menu li a:hover p, .menu li a.active i, .menu li a.active p {
          color: white; }
      .menu li a i {
        color: #a2a7b9;
        margin-right: 30px; }
      .menu li a p {
        line-height: 1.1;
        margin-bottom: 0px;
        color: #a2a7b9; }

.soemptynotice {
  color: black;
  font-size: 24px; }

.sectionitem {
  padding-top: 30px; }
  .sectionitem .formWrapper {
    padding: 10px 0px 0px 0px !important;
    width: 100%;
    max-width: 800px; }

#exportcsvform:before {
  display: none; }
#exportcsvform .coloptions {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: self-start; }
#exportcsvform select {
  padding: 5px;
  margin-top: 6px;
  width: calc(100% - 20px); }
#exportcsvform #downloadcsv {
  max-width: 220px; }
  #exportcsvform #downloadcsv:after {
    content: '\f019';
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: black;
    transition: all 0.43s ease-in-out;
    position: absolute;
    right: 20px;
    top: 20px; }
  #exportcsvform #downloadcsv:hover:after {
    color: white; }

#full-centred {
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100vh;
  min-height: 500px; }
  #full-centred .buttonwrap {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #full-centred .buttonwrap .btn, #full-centred .buttonwrap .pop-down-box form button, .pop-down-box form #full-centred .buttonwrap button, #full-centred .buttonwrap .pop-down-box form #downloadcsv, .pop-down-box form #full-centred .buttonwrap #downloadcsv {
      display: inline-block;
      width: 100%;
      max-width: 200px;
      padding: 20px;
      border-radius: 7px;
      border: 0px;
      background: whitesmoke;
      color: black;
      font-size: 18px;
      font-family: "Readex Pro", sans-serif;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      cursor: pointer; }
      #full-centred .buttonwrap .btn span, #full-centred .buttonwrap .pop-down-box form button span, .pop-down-box form #full-centred .buttonwrap button span, #full-centred .buttonwrap .pop-down-box form #downloadcsv span, .pop-down-box form #full-centred .buttonwrap #downloadcsv span {
        position: relative;
        z-index: 2; }
      #full-centred .buttonwrap .btn:first-child, #full-centred .buttonwrap .pop-down-box form button:first-child, .pop-down-box form #full-centred .buttonwrap button:first-child, #full-centred .buttonwrap .pop-down-box form #downloadcsv:first-child, .pop-down-box form #full-centred .buttonwrap #downloadcsv:first-child {
        margin-right: 10px; }
      #full-centred .buttonwrap .btn:hover, #full-centred .buttonwrap .pop-down-box form button:hover, .pop-down-box form #full-centred .buttonwrap button:hover, #full-centred .buttonwrap .pop-down-box form #downloadcsv:hover, .pop-down-box form #full-centred .buttonwrap #downloadcsv:hover {
        background: black;
        color: white; }
        #full-centred .buttonwrap .btn:hover:after, #full-centred .buttonwrap .pop-down-box form button:hover:after, .pop-down-box form #full-centred .buttonwrap button:hover:after, #full-centred .buttonwrap .pop-down-box form #downloadcsv:hover:after, .pop-down-box form #full-centred .buttonwrap #downloadcsv:hover:after {
          color: white !important; }
      #full-centred .buttonwrap .btn.loginicon:after, #full-centred .buttonwrap .pop-down-box form button.loginicon:after, .pop-down-box form #full-centred .buttonwrap button.loginicon:after, #full-centred .buttonwrap .pop-down-box form .loginicon#downloadcsv:after, .pop-down-box form #full-centred .buttonwrap .loginicon#downloadcsv:after {
        content: '\f084';
        font-weight: 500;
        font-family: "Font Awesome 6 Pro";
        color: black;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
      #full-centred .buttonwrap .btn.designicon:after, #full-centred .buttonwrap .pop-down-box form button.designicon:after, .pop-down-box form #full-centred .buttonwrap button.designicon:after, #full-centred .buttonwrap .pop-down-box form .designicon#downloadcsv:after, .pop-down-box form #full-centred .buttonwrap .designicon#downloadcsv:after {
        content: '\f5ad';
        font-weight: 500;
        font-family: "Font Awesome 6 Pro";
        color: black;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
  #full-centred h1 {
    font-size: 4.2em;
    margin-bottom: 20px;
    color: #692A7B; }
    @media only screen and (min-width: 720px) {
      #full-centred h1 {
        font-size: 6.3em; } }
    @media only screen and (min-width: 1200px) {
      #full-centred h1 {
        font-size: 8.2em; } }

#campaign-leads {
  display: flex;
  flex-flow: row wrap;
  padding-top: 40px; }
  #campaign-leads .leads-wrapper-class {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 20px;
    border: solid 1px #f3f2f5;
    border-radius: 5px; }
    @media only screen and (min-width: 720px) {
      #campaign-leads .leads-wrapper-class {
        margin: 10px;
        width: calc((100% / 2) - 20px); } }
    @media only screen and (min-width: 1200px) {
      #campaign-leads .leads-wrapper-class {
        width: calc((100% / 3) - 20px); } }
    @media only screen and (min-width: 1300px) {
      #campaign-leads .leads-wrapper-class {
        width: calc((100% / 4) - 20px); } }
    #campaign-leads .leads-wrapper-class .id {
      color: #a2a7b9;
      font-size: 0.6em; }
    #campaign-leads .leads-wrapper-class h3, #campaign-leads .leads-wrapper-class p {
      position: relative;
      padding-left: 20px; }
      #campaign-leads .leads-wrapper-class h3:before, #campaign-leads .leads-wrapper-class p:before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px; }
    #campaign-leads .leads-wrapper-class p:before {
      content: '\e29e'; }
    #campaign-leads .leads-wrapper-class h3:before {
      content: '\f649';
      top: 8px; }
    #campaign-leads .leads-wrapper-class .btn, #campaign-leads .leads-wrapper-class .pop-down-box form button, .pop-down-box form #campaign-leads .leads-wrapper-class button, #campaign-leads .leads-wrapper-class .pop-down-box form #downloadcsv, .pop-down-box form #campaign-leads .leads-wrapper-class #downloadcsv {
      background: #692A7B;
      color: white;
      text-align: center;
      text-decoration: none;
      display: block; }
      #campaign-leads .leads-wrapper-class .btn.notactive, #campaign-leads .leads-wrapper-class .pop-down-box form button.notactive, .pop-down-box form #campaign-leads .leads-wrapper-class button.notactive, #campaign-leads .leads-wrapper-class .pop-down-box form .notactive#downloadcsv, .pop-down-box form #campaign-leads .leads-wrapper-class .notactive#downloadcsv {
        background: whitesmoke;
        color: #a2a7b9;
        cursor: no-drop; }

.leadinfo {
  padding-left: 20px;
  margin: 0px;
  display: block;
  width: 100%; }
  .leadinfo li {
    border-bottom: solid 1px #f3f2f5;
    padding-top: 30px; }
    .leadinfo li:first-child {
      padding-top: 0px; }
    .leadinfo li strong {
      color: #a2a7b9; }
    .leadinfo li p {
      font-size: 1.8em; }

#leads-filter-bar {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  #leads-filter-bar .filter-toggles {
    display: flex; }
  #leads-filter-bar #filter-option-wrapper {
    display: flex; }
    #leads-filter-bar #filter-option-wrapper .filter-toggles {
      margin-right: 20px;
      align-items: center; }
      #leads-filter-bar #filter-option-wrapper .filter-toggles input[type=checkbox] {
        height: 25px;
        width: 25px;
        margin: 0; }
      #leads-filter-bar #filter-option-wrapper .filter-toggles.single-line {
        padding-right: 20px;
        border-right: solid 1px #f3f2f5; }
      #leads-filter-bar #filter-option-wrapper .filter-toggles label {
        margin-right: 20px; }
      #leads-filter-bar #filter-option-wrapper .filter-toggles select {
        width: 150px;
        padding: 5px; }
  #leads-filter-bar #filtertarget {
    padding: 10px 30px;
    background: #3bf1a7;
    color: black;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s ease-in-out; }
    #leads-filter-bar #filtertarget:hover {
      color: white;
      background: black; }
    #leads-filter-bar #filtertarget:before {
      content: '\f0b0';
      font-weight: 500;
      font-family: "Font Awesome 6 Pro";
      position: relative;
      padding-right: 20px; }

#pagination {
  margin-top: 45px; }
  #pagination a {
    padding: 10px 30px;
    margin-right: 20px;
    background: #f6d55c;
    border-radius: 4px;
    color: black;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }
    #pagination a:hover {
      color: white;
      background: black; }
      #pagination a:hover:before {
        right: 10px !important; }
      #pagination a:hover:after {
        left: 10px !important; }
    #pagination a.prev:before {
      content: '\f0a5';
      font-weight: 500;
      font-family: "Font Awesome 6 Pro";
      position: relative;
      padding-right: 20px;
      right: 0px; }
    #pagination a.next:after {
      content: '\f0a4';
      font-weight: 500;
      font-family: "Font Awesome 6 Pro";
      position: relative;
      padding-left: 20px;
      left: 0px; }

a.green {
  text-decoration: none;
  background: #3bf1a7 !important;
  padding-right: 50px; }
  a.green span {
    color: black !important;
    transition: all 0.43s ease-in-out; }
  a.green:after {
    content: '\f0a4';
    right: 20px;
    position: absolute;
    z-index: 3;
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    transition: all 0.43s ease-in-out; }
  a.green.upload:after {
    content: '\e35e'; }
  a.green:hover span {
    color: white !important; }
  a.green:hover:after {
    color: white;
    right: 10px; }

.section-target-wrap {
  padding-top: 40px; }

.boxed-wrapper {
  margin: 10px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  box-shadow: 0px 20px 50px #cccccc4d;
  margin-bottom: 40px;
  position: relative; }
  .boxed-wrapper.engagwrapper {
    --s: 150px;
    --c1: #f5f4e7;
    --c2: #692A7B;
    --_g:
        var(--c1) 0% 5% ,var(--c2) 6% 15%,var(--c1) 16% 25%,var(--c2) 26% 35%,var(--c1) 36% 45%,
        var(--c2) 46% 55%,var(--c1) 56% 65%,var(--c2) 66% 75%,var(--c1) 76% 85%,var(--c2) 86% 95%,
        #0000 96%;
    background: radial-gradient(50% 50% at 100% 0, var(--_g)), radial-gradient(50% 50% at 0 100%, var(--_g)), radial-gradient(50% 50%, var(--_g)), radial-gradient(50% 50%, var(--_g)) calc(var(--s)/2) calc(var(--s)/2) var(--c1);
    background-size: var(--s) var(--s); }
    .boxed-wrapper.engagwrapper i, .boxed-wrapper.engagwrapper span, .boxed-wrapper.engagwrapper h2, .boxed-wrapper.engagwrapper .importantnotice {
      position: relative;
      color: white;
      z-index: 2; }
    .boxed-wrapper.engagwrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 8px;
      background: linear-gradient(to right, rgba(122, 90, 163, 0.74) 34%, transparent); }
  .boxed-wrapper span {
    color: #a2a7b9; }
  .boxed-wrapper i {
    color: #692A7B;
    margin-bottom: 20px;
    font-size: 1.34em; }
    .boxed-wrapper i.fa-fire {
      background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#edef6a));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .boxed-wrapper h2 {
    margin-bottom: 0px;
    margin: 10px 0px 10px; }
  .boxed-wrapper .importantnotice {
    font-size: 0.65em;
    background: #3bf1a7;
    padding: 10px;
    border-radius: 50px;
    color: black !important;
    max-width: max-content; }
    .boxed-wrapper .importantnotice.down {
      background: #f10f40;
      color: white !important; }

#pagevisitschartContainer {
  position: relative;
  height: 230px;
  width: 100%; }
  #pagevisitschartContainer .canvasjs-chart-credit {
    display: none; }

#line-graph-dashboard h2 {
  margin-bottom: 25px; }
#line-graph-dashboard #CurrentYearCount {
  position: relative;
  height: 400px;
  width: 100%; }
  #line-graph-dashboard #CurrentYearCount .canvasjs-chart-credit {
    display: none; }

.login {
  display: flex; }
  .login .two-col {
    display: flex;
    flex-flow: column;
    width: calc(100% / 2); }
    .login .two-col:first-child {
      padding: 90px; }
    .login .two-col.right {
      position: fixed;
      right: 0;
      height: 100vh;
      overflow: hidden; }
      .login .two-col.right img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.formWrapper {
  padding: 80px 0px; }
  @media only screen and (min-width: 1300px) {
    .formWrapper {
      padding: 80px 120px; } }
  .formWrapper h5 {
    display: flex;
    align-items: center; }
    .formWrapper h5 img {
      margin-right: 10px; }
  .formWrapper form div {
    display: flex;
    margin-bottom: 50px; }
    .formWrapper form div i {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 20px;
      padding: 0px 10px;
      color: #a2a7b9;
      position: relative; }
      .formWrapper form div i:after {
        content: '';
        position: absolute;
        bottom: -10px;
        height: 10px;
        width: 100%;
        background: #692A7B;
        border-radius: 50px; }
  .formWrapper form textarea:focus, .formWrapper form input:focus {
    outline: none; }
  .formWrapper form label {
    display: flex;
    flex-flow: row;
    width: calc(100% - 40px);
    position: relative; }
    .formWrapper form label.active span {
      top: 0%; }
    .formWrapper form label span {
      transition: all 0.43s ease-in-out;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #a2a7b9;
      pointer-events: none; }
    .formWrapper form label input {
      padding: 20px 20px 20px 0px;
      width: 100%;
      border: 0px;
      transition: all 0.43s ease-in-out; }
    .formWrapper form label:after {
      content: '';
      position: absolute;
      bottom: -10px;
      height: 10px;
      width: 100%;
      background: #692A7B;
      border-radius: 50px; }
  .formWrapper form button {
    margin-top: 30px;
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    border: 0px;
    background: whitesmoke;
    color: black;
    font-size: 18px;
    font-family: "Readex Pro", sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer; }
    .formWrapper form button span {
      position: relative;
      z-index: 2; }
    .formWrapper form button .fill-container {
      position: absolute;
      left: -15px;
      top: 50%;
      width: calc(100% + 30px);
      padding-bottom: 100%;
      transform: translateY(-50%) rotate(180deg); }
      .formWrapper form button .fill-container::after {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        width: calc(100% + 30px);
        height: 100%;
        background-color: black;
        border-radius: 50%;
        transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1);
        transform: translateY(-100%); }
    .formWrapper form button:hover {
      border-color: black;
      transform: translateY(-4px);
      color: white; }
      .formWrapper form button:hover .fill-container {
        transform: translateY(-50%) rotate(0); }
        .formWrapper form button:hover .fill-container:after {
          transform: translateY(0); }

.heading-wrap {
  display: flex;
  min-height: 63px; }
  @media only screen and (min-width: 720px) {
    .heading-wrap {
      flex-flow: row;
      justify-content: space-between;
      align-items: center; } }
  .heading-wrap h1, .heading-wrap h2, .heading-wrap h3, .heading-wrap h4 {
    margin-bottom: 0px; }
  .heading-wrap .btn, .heading-wrap .pop-down-box form button, .pop-down-box form .heading-wrap button, .heading-wrap .pop-down-box form #downloadcsv, .pop-down-box form .heading-wrap #downloadcsv {
    max-width: 300px;
    background: #692A7B;
    color: white;
    text-decoration: none;
    text-align: center; }
    .heading-wrap .btn.green, .heading-wrap .pop-down-box form button.green, .pop-down-box form .heading-wrap button.green, .heading-wrap .pop-down-box form .green#downloadcsv, .pop-down-box form .heading-wrap .green#downloadcsv {
      background: #3bf1a7;
      color: black; }
      .heading-wrap .btn.green:hover, .heading-wrap .pop-down-box form button.green:hover, .pop-down-box form .heading-wrap button.green:hover, .heading-wrap .pop-down-box form .green#downloadcsv:hover, .pop-down-box form .heading-wrap .green#downloadcsv:hover {
        color: white; }
    .heading-wrap .btn.yellow, .heading-wrap .pop-down-box form button.yellow, .pop-down-box form .heading-wrap button.yellow, .heading-wrap .pop-down-box form .yellow#downloadcsv, .pop-down-box form .heading-wrap .yellow#downloadcsv {
      color: black;
      max-width: 200px;
      margin-right: 20px;
      background: #f6d55c; }
      .heading-wrap .btn.yellow:hover, .heading-wrap .pop-down-box form button.yellow:hover, .pop-down-box form .heading-wrap button.yellow:hover, .heading-wrap .pop-down-box form .yellow#downloadcsv:hover, .pop-down-box form .heading-wrap .yellow#downloadcsv:hover {
        color: white; }
    .heading-wrap .btn.small, .heading-wrap .pop-down-box form button.small, .pop-down-box form .heading-wrap button.small, .heading-wrap .pop-down-box form .small#downloadcsv, .pop-down-box form .heading-wrap .small#downloadcsv {
      max-width: 65px; }
      .heading-wrap .btn.small .fill-container:after, .heading-wrap .pop-down-box form button.small .fill-container:after, .pop-down-box form .heading-wrap button.small .fill-container:after, .heading-wrap .pop-down-box form .small#downloadcsv .fill-container:after, .pop-down-box form .heading-wrap .small#downloadcsv .fill-container:after {
        transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
  .heading-wrap .two-wrap {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: end;
    max-width: 500px; }

.pop-down-box {
  margin: 20px 0px 20px 0px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .pop-down-box.full {
    max-height: 1000px;
    transition: max-height 1s ease-in-out; }
  .pop-down-box form {
    display: flex;
    padding: 20px;
    background: white;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    margin: 30px;
    margin: 10px 10px 30px 10px;
    box-shadow: 0px 10px 20px #99cfe345; }
    .pop-down-box form:before {
      content: '\e027';
      font-weight: 300;
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      font-size: 23px; }
    .pop-down-box form div {
      width: 100%;
      display: flex;
      align-items: flex-end; }
      .pop-down-box form div input {
        background: transparent;
        width: calc(100% - 40px);
        border: 0px;
        background: 0px;
        color: black;
        font-size: 25px;
        padding: 13px 13px 13px 45px;
        font-weight: 300; }
        .pop-down-box form div input:focus {
          outline: none; }
    .pop-down-box form button, .pop-down-box form #downloadcsv {
      max-width: 160px;
      background: #3bf1a7; }
      .pop-down-box form button.disabled, .pop-down-box form #downloadcsv.disabled {
        background: #9af8d2; }

#campaign-targets .file-wrapper-class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: whitesmoke;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: solid 5px #692A7B; }
  #campaign-targets .file-wrapper-class:hover .delete {
    width: 50px; }
  #campaign-targets .file-wrapper-class div {
    padding: 20px 15px 20px 80px;
    position: relative; }
    #campaign-targets .file-wrapper-class div p {
      margin-bottom: 0px;
      line-height: 1; }
  #campaign-targets .file-wrapper-class section {
    display: flex; }
    #campaign-targets .file-wrapper-class section a:after {
      top: calc(-100% - -10px) !important; }
    #campaign-targets .file-wrapper-class section .edit {
      text-decoration: none;
      height: 100%;
      padding: 20px 40px;
      background: #3bf1a7;
      color: black;
      transition: all 0.1s ease-in-out;
      position: relative; }
      #campaign-targets .file-wrapper-class section .edit:hover {
        color: white;
        background: #692A7B; }
    #campaign-targets .file-wrapper-class section .link {
      background: #f6d55c;
      position: relative;
      display: block;
      width: 50px;
      transition: all 0.1s ease-in-out; }
      @media only screen and (min-width: 720px) {
        #campaign-targets .file-wrapper-class section .link:hover {
          background: #692A7B; }
          #campaign-targets .file-wrapper-class section .link:hover::before {
            color: white; } }
      #campaign-targets .file-wrapper-class section .link:before {
        content: '\f0c1';
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.1s ease-in-out; }
    #campaign-targets .file-wrapper-class section .duplicate {
      background: #5E35B1;
      position: relative;
      display: block;
      width: 50px;
      transition: all 0.1s ease-in-out; }
      @media only screen and (min-width: 720px) {
        #campaign-targets .file-wrapper-class section .duplicate:hover {
          background: #692A7B; } }
      #campaign-targets .file-wrapper-class section .duplicate:before {
        content: '\f0c5';
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #campaign-targets .file-wrapper-class section .delete {
      background: #f10f40;
      position: relative;
      display: block;
      width: 50px;
      transition: all 0.1s ease-in-out;
      overflow: hidden; }
      @media only screen and (min-width: 720px) {
        #campaign-targets .file-wrapper-class section .delete {
          width: 0px; } }
      #campaign-targets .file-wrapper-class section .delete:before {
        content: '\f1f8';
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.buildhead {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }
  .buildhead button {
    padding: 10px 20px;
    margin-left: 15px;
    border: solid 1px #ccc;
    cursor: pointer;
    background: white;
    font-weight: 600;
    border-radius: 7px;
    transition: all 0.43s ease-in-out; }
    .buildhead button:first-child {
      margin-left: 0px; }
    .buildhead button.active, .buildhead button:hover {
      background: #692A7B;
      color: white;
      border-color: #692A7B; }
  .buildhead div button i {
    margin-right: 15px; }

.editing-wrapper-flow {
  position: relative;
  z-index: 2;
  margin-top: 30px; }
  .editing-wrapper-flow .default-section-size {
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 0;
    pointer-events: none;
    background: white;
    overflow: hidden;
    top: -100vh;
    transition: opacity 0.34s ease-in-out; }
    .editing-wrapper-flow .default-section-size#header-code-target {
      padding: 15px 30px 30px 30px; }
    .editing-wrapper-flow .default-section-size.active {
      top: auto;
      pointer-events: all;
      overflow: unset;
      height: auto;
      z-index: 2;
      opacity: 1; }

.add-more {
  max-width: 70px;
  margin-top: 20px; }
  .add-more .fill-container:after {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }

.input-settings {
  background: transparent;
  box-shadow: 0px 10px 20px #99cfe345;
  border: 0px;
  width: 100%;
  background: 0px;
  color: black;
  font-size: 18px;
  padding: 15px 55px 15px 55px;
  font-weight: 300; }
  .input-settings:focus {
    outline: none; }

#tag-inner figure, #tag-inner div, div[data-name='extra-css'] figure, div[data-name='extra-css'] div, .input-inner figure, .input-inner div, .textarea-figure figure, .textarea-figure div {
  margin: 0px;
  position: relative;
  margin-bottom: 30px; }
  #tag-inner figure .remove, #tag-inner div .remove, div[data-name='extra-css'] figure .remove, div[data-name='extra-css'] div .remove, .input-inner figure .remove, .input-inner div .remove, .textarea-figure figure .remove, .textarea-figure div .remove {
    position: absolute;
    right: 0;
    background: #f10f40;
    top: 0;
    height: 100%;
    width: 40px;
    border-radius: 0px 7px 7px 0px;
    cursor: pointer;
    overflow: hidden; }
    #tag-inner figure .remove:before, #tag-inner div .remove:before, div[data-name='extra-css'] figure .remove:before, div[data-name='extra-css'] div .remove:before, .input-inner figure .remove:before, .input-inner div .remove:before, .textarea-figure figure .remove:before, .textarea-figure div .remove:before {
      font-weight: 400;
      font-family: "Font Awesome 6 Pro";
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #tag-inner figure.textarea.smalltextarea, #tag-inner div.textarea.smalltextarea, div[data-name='extra-css'] figure.textarea.smalltextarea, div[data-name='extra-css'] div.textarea.smalltextarea, .input-inner figure.textarea.smalltextarea, .input-inner div.textarea.smalltextarea, .textarea-figure figure.textarea.smalltextarea, .textarea-figure div.textarea.smalltextarea {
    padding-bottom: 20px;
    border-bottom: solid 2px #e9f5f9; }
    #tag-inner figure.textarea.smalltextarea textarea, #tag-inner div.textarea.smalltextarea textarea, div[data-name='extra-css'] figure.textarea.smalltextarea textarea, div[data-name='extra-css'] div.textarea.smalltextarea textarea, .input-inner figure.textarea.smalltextarea textarea, .input-inner div.textarea.smalltextarea textarea, .textarea-figure figure.textarea.smalltextarea textarea, .textarea-figure div.textarea.smalltextarea textarea {
      min-height: 180px; }
  #tag-inner figure.textarea textarea, #tag-inner div.textarea textarea, div[data-name='extra-css'] figure.textarea textarea, div[data-name='extra-css'] div.textarea textarea, .input-inner figure.textarea textarea, .input-inner div.textarea textarea, .textarea-figure figure.textarea textarea, .textarea-figure div.textarea textarea {
    width: 100%;
    resize: vertical;
    min-height: 300px; }
  #tag-inner figure.textarea:before, #tag-inner div.textarea:before, div[data-name='extra-css'] figure.textarea:before, div[data-name='extra-css'] div.textarea:before, .input-inner figure.textarea:before, .input-inner div.textarea:before, .textarea-figure figure.textarea:before, .textarea-figure div.textarea:before {
    content: '\e0ae';
    top: 15px;
    transform: translateY(0%); }
  #tag-inner figure.testimoinal-tag:before, #tag-inner div.testimoinal-tag:before, div[data-name='extra-css'] figure.testimoinal-tag:before, div[data-name='extra-css'] div.testimoinal-tag:before, .input-inner figure.testimoinal-tag:before, .input-inner div.testimoinal-tag:before, .textarea-figure figure.testimoinal-tag:before, .textarea-figure div.testimoinal-tag:before {
    content: '\e5c5'; }
  #tag-inner figure.google-tag:before, #tag-inner div.google-tag:before, div[data-name='extra-css'] figure.google-tag:before, div[data-name='extra-css'] div.google-tag:before, .input-inner figure.google-tag:before, .input-inner div.google-tag:before, .textarea-figure figure.google-tag:before, .textarea-figure div.google-tag:before {
    content: '\f02b'; }
  #tag-inner figure.background-color .clr-field, #tag-inner div.background-color .clr-field, div[data-name='extra-css'] figure.background-color .clr-field, div[data-name='extra-css'] div.background-color .clr-field, .input-inner figure.background-color .clr-field, .input-inner div.background-color .clr-field, .textarea-figure figure.background-color .clr-field, .textarea-figure div.background-color .clr-field {
    width: 100%; }
    #tag-inner figure.background-color .clr-field button, #tag-inner div.background-color .clr-field button, div[data-name='extra-css'] figure.background-color .clr-field button, div[data-name='extra-css'] div.background-color .clr-field button, .input-inner figure.background-color .clr-field button, .input-inner div.background-color .clr-field button, .textarea-figure figure.background-color .clr-field button, .textarea-figure div.background-color .clr-field button {
      top: 50%;
      left: 15px; }
  #tag-inner figure.background-image:before, #tag-inner div.background-image:before, div[data-name='extra-css'] figure.background-image:before, div[data-name='extra-css'] div.background-image:before, .input-inner figure.background-image:before, .input-inner div.background-image:before, .textarea-figure figure.background-image:before, .textarea-figure div.background-image:before {
    content: '\f03e'; }
  #tag-inner figure.font-select:before, #tag-inner div.font-select:before, div[data-name='extra-css'] figure.font-select:before, div[data-name='extra-css'] div.font-select:before, .input-inner figure.font-select:before, .input-inner div.font-select:before, .textarea-figure figure.font-select:before, .textarea-figure div.font-select:before {
    content: '\f5ac'; }
  #tag-inner figure.domain-name:before, #tag-inner div.domain-name:before, div[data-name='extra-css'] figure.domain-name:before, div[data-name='extra-css'] div.domain-name:before, .input-inner figure.domain-name:before, .input-inner div.domain-name:before, .textarea-figure figure.domain-name:before, .textarea-figure div.domain-name:before {
    content: '\f5f6'; }
  #tag-inner figure.campaign-name:before, #tag-inner div.campaign-name:before, div[data-name='extra-css'] figure.campaign-name:before, div[data-name='extra-css'] div.campaign-name:before, .input-inner figure.campaign-name:before, .input-inner div.campaign-name:before, .textarea-figure figure.campaign-name:before, .textarea-figure div.campaign-name:before {
    content: '\f07b'; }
  #tag-inner figure.meta-title:before, #tag-inner div.meta-title:before, div[data-name='extra-css'] figure.meta-title:before, div[data-name='extra-css'] div.meta-title:before, .input-inner figure.meta-title:before, .input-inner div.meta-title:before, .textarea-figure figure.meta-title:before, .textarea-figure div.meta-title:before {
    content: '\f1dc'; }
  #tag-inner figure.meta-desc:before, #tag-inner div.meta-desc:before, div[data-name='extra-css'] figure.meta-desc:before, div[data-name='extra-css'] div.meta-desc:before, .input-inner figure.meta-desc:before, .input-inner div.meta-desc:before, .textarea-figure figure.meta-desc:before, .textarea-figure div.meta-desc:before {
    content: ""; }
  #tag-inner figure:before, #tag-inner div:before, div[data-name='extra-css'] figure:before, div[data-name='extra-css'] div:before, .input-inner figure:before, .input-inner div:before, .textarea-figure figure:before, .textarea-figure div:before {
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 23px; }

code.notallowed {
  margin-left: 10px;
  padding: 10px;
  background: whitesmoke;
  border-radius: 7px;
  font-size: 15px; }
  code.notallowed:before {
    content: '\f05e';
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    color: #f10f40;
    margin-right: 10px; }

.clr-field {
  overflow: unset !important;
  max-height: 1000px !important; }
  .clr-field button[aria-labelledby='clr-open-label'] {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    right: auto;
    left: 0;
    top: 16px; }
  .clr-field input[data-flow="manipualtColor"] {
    padding-left: 30px !important; }

.unactive-DOM-elment {
  pointer-events: none;
  opacity: 0.3; }

.fourwrap {
  display: flex;
  flex-flow: row;
  gap: 10px; }
  .fourwrap figure {
    margin: 10px 0px 5px 0px; }
    .fourwrap figure span {
      color: #692A7B !important; }
    .fourwrap figure input {
      padding-left: 5px !important; }

.additemtowrapper:after, .additemtoformwrapper:after, .tooltipitems:after {
  content: attr(data-tooltip);
  position: absolute;
  pointer-events: none;
  top: calc(-100% - 5px);
  left: 0px;
  border-radius: 8px;
  background: #692A7B;
  color: white;
  padding: 10px;
  opacity: 0;
  display: block;
  z-index: 10;
  font-size: 13px;
  white-space: nowrap; }
.additemtowrapper:hover:after, .additemtoformwrapper:hover:after, .tooltipitems:hover:after {
  opacity: 1; }

.anchortargetlink {
  width: 100%;
  padding: 10px; }

#uploadbtn #companyName {
  display: none; }
#uploadbtn form {
  padding: 0px;
  flex-flow: column; }
  #uploadbtn form:before {
    display: none; }
  #uploadbtn form #uploadwrapper {
    position: relative;
    align-items: center;
    flex-flow: column;
    padding: 60px 30px; }
    #uploadbtn form #uploadwrapper #myfile {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
    #uploadbtn form #uploadwrapper h4 {
      margin-bottom: 10px;
      color: #a2a7b9; }
      #uploadbtn form #uploadwrapper h4 strong {
        color: #692A7B; }
    #uploadbtn form #uploadwrapper p {
      font-size: 15px;
      color: #a2a7b9;
      margin-bottom: 0px; }

#uploadinfowrapper .file-notice {
  box-shadow: 0px 10px 20px #99cfe345;
  margin-bottom: 22px;
  padding: 15px 30px 15px 90px;
  position: relative; }
  #uploadinfowrapper .file-notice span {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
    display: none; }
  #uploadinfowrapper .file-notice:before {
    content: '\e09b';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    left: 30px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    color: white;
    background: #692A7B;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px; }
  #uploadinfowrapper .file-notice .progress-bar {
    height: 5px;
    width: 100%;
    position: relative;
    background: #692a7b;
    background: linear-gradient(73deg, #692a7b 0%, #ff009c 32%, #692a7b 67%, #ff009c 100%);
    background-size: 500%;
    position: relative;
    animation: pulse 10s linear infinite; }
    #uploadinfowrapper .file-notice .progress-bar .inner {
      background: #f3f2f5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      transition: all .02s ease-in-out; }
  #uploadinfowrapper .file-notice.error-file-box:before {
    content: '\e420';
    background: #f10f40; }
  #uploadinfowrapper .file-notice.error-file-box .progress-bar {
    background: #ff330a;
    background: linear-gradient(73deg, #ff330a 0%, #ff0086 32%, #e20e64 67%, #ff00b9 100%); }
  #uploadinfowrapper .file-notice.error-file-box span {
    display: block; }
  #uploadinfowrapper .file-notice.success-file-box:before {
    content: '\f164';
    background: #3bf1a7; }
  #uploadinfowrapper .file-notice.success-file-box .progress-bar {
    background: #0affa2;
    background: linear-gradient(73deg, #0affa2 0%, #00ff6f 32%, #0ee2ce 67%, #0eff00 100%); }
  #uploadinfowrapper .file-notice.success-file-box span {
    display: block; }

#mediaToggle {
  display: flex;
  flex-flow: row wrap;
  gap: 10px; }
  #mediaToggle .file-item-target {
    width: calc((100% / 4) - 20px);
    display: flex;
    flex-flow: column;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    border: solid 1px whitesmoke; }
    #mediaToggle .file-item-target .lazyload-item {
      background: #f3f2f5;
      min-height: 150px;
      margin-bottom: 20px;
      background-position: 50%;
      background-size: contain;
      background-repeat: no-repeat; }
      #mediaToggle .file-item-target .lazyload-item:before {
        content: '\f03e';
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        position: relative;
        top: 20px;
        left: 20px;
        font-size: 25px; }
      #mediaToggle .file-item-target .lazyload-item.pdf:before, #mediaToggle .file-item-target .lazyload-item.doc:before, #mediaToggle .file-item-target .lazyload-item.docx:before {
        content: ""; }
      #mediaToggle .file-item-target .lazyload-item.mp4:before {
        content: ""; }
      #mediaToggle .file-item-target .lazyload-item.zip:before {
        content: ""; }
    #mediaToggle .file-item-target .delete-file-item {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
      #mediaToggle .file-item-target .delete-file-item:before {
        content: '\e2ae';
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        color: #f10f40; }
    #mediaToggle .file-item-target span {
      padding: 0px 20px;
      width: 100%;
      display: block; }
      #mediaToggle .file-item-target span.file-title {
        font-size: 18px;
        margin-bottom: 10px; }
      #mediaToggle .file-item-target span.file-size, #mediaToggle .file-item-target span.file-date {
        color: #a2a7b9;
        font-size: 14px;
        margin-bottom: 5px; }

@keyframes pulse {
  0% {
    background-position: 0 0; }
  0% {
    background-position: 100% 0; } }
.clr-picker {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 200px;
  z-index: 1000;
  border-radius: 10px;
  background-color: #fff;
  justify-content: flex-end;
  direction: ltr;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.clr-picker.clr-open, .clr-picker[data-inline=true] {
  display: flex; }

.clr-picker[data-inline=true] {
  position: relative; }

.clr-gradient {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), linear-gradient(90deg, #fff, currentColor);
  cursor: pointer; }

.clr-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer; }

.clr-picker input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px; }

.clr-picker input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-appearance: none; }

.clr-picker input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  border: 0; }

.clr-picker input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0; }

.clr-hue {
  background-image: linear-gradient(to right, red 0, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, red 100%); }

.clr-alpha, .clr-hue {
  position: relative;
  width: calc(100% - 40px);
  height: 8px;
  margin: 5px 20px;
  border-radius: 4px; }

.clr-alpha span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), currentColor); }

.clr-alpha input, .clr-hue input {
  position: absolute;
  width: calc(100% + 32px);
  height: 16px;
  left: -16px;
  top: -4px;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none; }

.clr-alpha div, .clr-hue div {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-left: -8px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 1px #888;
  pointer-events: none; }

.clr-alpha div:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: currentColor; }

.clr-format {
  display: none;
  order: 1;
  width: calc(100% - 40px);
  margin: 0 20px 20px; }

.clr-segmented {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  color: #999;
  font-size: 12px; }

.clr-segmented input, .clr-segmented legend {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none; }

.clr-segmented label {
  flex-grow: 1;
  margin: 0;
  padding: 4px 0;
  font-size: inherit;
  font-weight: 400;
  line-height: initial;
  text-align: center;
  cursor: pointer; }

.clr-segmented label:first-of-type {
  border-radius: 10px 0 0 10px; }

.clr-segmented label:last-of-type {
  border-radius: 0 10px 10px 0; }

.clr-segmented input:checked + label {
  color: #fff;
  background-color: #666; }

.clr-swatches {
  order: 2;
  width: calc(100% - 32px);
  margin: 0 16px; }

.clr-swatches div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  justify-content: center; }

.clr-swatches button {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px 6px 4px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

.clr-swatches button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

input.clr-color {
  order: 1;
  width: calc(100% - 80px);
  height: 32px;
  margin: 15px 20px 20px auto;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 16px;
  color: #444;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  box-shadow: none; }

input.clr-color:focus {
  outline: 0;
  border: 1px solid #1e90ff; }

.clr-clear, .clr-close {
  display: none;
  order: 2;
  height: 24px;
  margin: 0 20px 20px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background-color: #666;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer; }

.clr-close {
  display: block;
  margin: 0 20px 20px auto; }

.clr-preview {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 15px 0 20px 20px;
  border-radius: 50%;
  overflow: hidden; }

.clr-preview:after, .clr-preview:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 50%; }

.clr-preview:after {
  border: 0;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

.clr-preview button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline-offset: -2px;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden; }

.clr-alpha div, .clr-color, .clr-hue div, .clr-marker {
  box-sizing: border-box; }

.clr-field {
  display: inline-block;
  position: relative;
  color: transparent; }

.clr-field input {
  margin: 0;
  direction: ltr; }

.clr-field.clr-rtl input {
  text-align: right; }

.clr-field button {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none; }

.clr-field.clr-rtl button {
  right: auto;
  left: 0; }

.clr-field button:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }

.clr-alpha, .clr-alpha div, .clr-field button, .clr-preview:before, .clr-swatches button {
  background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
  background-position: 0 0,4px 4px;
  background-size: 8px 8px; }

.clr-marker:focus {
  outline: 0; }

.clr-keyboard-nav .clr-alpha input:focus + div, .clr-keyboard-nav .clr-hue input:focus + div, .clr-keyboard-nav .clr-marker:focus, .clr-keyboard-nav .clr-segmented input:focus + label {
  outline: 0;
  box-shadow: 0 0 0 2px #1e90ff,0 0 2px 2px #fff; }

.clr-picker[data-alpha=false] .clr-alpha {
  display: none; }

.clr-picker[data-minimal=true] {
  padding-top: 16px; }

.clr-picker[data-minimal=true] .clr-alpha, .clr-picker[data-minimal=true] .clr-color, .clr-picker[data-minimal=true] .clr-gradient, .clr-picker[data-minimal=true] .clr-hue, .clr-picker[data-minimal=true] .clr-preview {
  display: none; }

.clr-dark {
  background-color: #444; }

.clr-dark .clr-segmented {
  border-color: #777; }

.clr-dark .clr-swatches button:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.clr-dark input.clr-color {
  color: #fff;
  border-color: #777;
  background-color: #555; }

.clr-dark input.clr-color:focus {
  border-color: #1e90ff; }

.clr-dark .clr-preview:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }

.clr-dark .clr-alpha, .clr-dark .clr-alpha div, .clr-dark .clr-preview:before, .clr-dark .clr-swatches button {
  background-image: repeating-linear-gradient(45deg, #666 25%, transparent 25%, transparent 75%, #888 75%, #888), repeating-linear-gradient(45deg, #888 25%, #444 25%, #444 75%, #888 75%, #888); }

.clr-picker.clr-polaroid {
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 30px rgba(0, 0, 0, 0.2); }

.clr-picker.clr-polaroid:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  left: 20px;
  top: -10px;
  border: solid transparent;
  border-width: 0 8px 10px 8px;
  border-bottom-color: currentColor;
  box-sizing: border-box;
  color: #fff;
  filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.1));
  pointer-events: none; }

.clr-picker.clr-polaroid.clr-dark:before {
  color: #444; }

.clr-picker.clr-polaroid.clr-left:before {
  left: auto;
  right: 20px; }

.clr-picker.clr-polaroid.clr-top:before {
  top: auto;
  bottom: -10px;
  transform: rotateZ(180deg); }

.clr-polaroid .clr-gradient {
  width: calc(100% - 20px);
  height: 120px;
  margin: 10px;
  border-radius: 3px; }

.clr-polaroid .clr-alpha, .clr-polaroid .clr-hue {
  width: calc(100% - 30px);
  height: 10px;
  margin: 6px 15px;
  border-radius: 5px; }

.clr-polaroid .clr-alpha div, .clr-polaroid .clr-hue div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.clr-polaroid .clr-format {
  width: calc(100% - 20px);
  margin: 0 10px 15px; }

.clr-polaroid .clr-swatches {
  width: calc(100% - 12px);
  margin: 0 6px; }

.clr-polaroid .clr-swatches div {
  padding-bottom: 10px; }

.clr-polaroid .clr-swatches button {
  width: 22px;
  height: 22px; }

.clr-polaroid input.clr-color {
  width: calc(100% - 60px);
  margin: 10px 10px 15px auto; }

.clr-polaroid .clr-clear {
  margin: 0 10px 15px 10px; }

.clr-polaroid .clr-close {
  margin: 0 10px 15px auto; }

.clr-polaroid .clr-preview {
  margin: 10px 0 15px 10px; }

.clr-picker.clr-large {
  width: 275px; }

.clr-large .clr-gradient {
  height: 150px; }

.clr-large .clr-swatches button {
  width: 22px;
  height: 22px; }

.clr-picker.clr-pill {
  width: 380px;
  padding-left: 180px;
  box-sizing: border-box; }

.clr-pill .clr-gradient {
  position: absolute;
  width: 180px;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
  border-radius: 3px 0 0 3px; }

.clr-pill .clr-hue {
  margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
