@font-face {
  font-family: "WOW";
  src: url("https://d27jz0887nb4wl.cloudfront.net/94849340-d104-4dea-b3cc-242c30aeb543/assets/fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  background: #f7f8fc;
  background-attachment:fixed;
  scroll-behavior: smooth;
  color:#8b8794;
  font-size: 17px;
  line-height: 1.5;
}

a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

p {
  margin: 0 0 20px;
}

h1,h2,h3,h4,h5 {
  color: #4e4877;
}

.text-400 {
  font-weight: 400 !important;
}

.wrapper-mobile {
  display: none;
}

.content {
  padding: 4% 6%;
}

.text-bold {
  font-weight: 600;
}

.pageTitle {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 2.9rem;
  letter-spacing: -0.02rem;
}

.pageSubtitle {
  font-size: 1.7rem;
  margin: 0 0 30px;
  color: #938aa0;
}

#selected-leads-message {
    display: none;
}

.pageSubtitle strong {
  color: #646080;
  font-weight: 600;
}

div.phpdebugbar {
  z-index: 600000000000000 !important;
}

hr {
  margin: 29px -30px 25px;
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
}

label.uppercase {
  font-weight: 600;
  display: block;
  color: #4e4877;
  font-size: 66%;
  line-height: 150%;
  margin-top: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.table {
  table-layout: fixed;
}

.table tr td {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.table tr td strong {
  font-weight: 600;
}

.table tr td .note-right {
  position: absolute;
  right: 6px;
  top: 10px;
  line-height: 20px;
  font-size: 10px;
  color: rgba(0,0,0,0.33);
  background: #f3f3f5;
}

.table tr td .initials {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px -1px -4px;
  padding: 0 3px;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  text-transform: uppercase;
  background: #d9d8e0;
  color: white;
  font-size: 12px;
  font-weight: 800;
  word-break: break-all;
  white-space: normal;
}

.table tr:nth-of-type(1) td .initials {
  background: #f96c6c;
}
.table tr:nth-of-type(2) td .initials {
  background: #6ccbf9;
}
.table tr:nth-of-type(3) td .initials {
  background: #8f6cf9;
}
.table tr:nth-of-type(4) td .initials {
  background: #f96ce1;
}
.table tr:nth-of-type(5) td .initials {
  background: #46e2fb;
}
.table tr:nth-of-type(6) td .initials {
  background: #ffc23a;
}
.table tr:nth-of-type(7) td .initials {
  background: #7ef342;
}
.table tr:nth-of-type(8) td .initials {
  background: #f96c6c;
}
.table tr:nth-of-type(9) td .initials {
  background: #6ccbf9;
}
.table tr:nth-of-type(10) td .initials {
  background: #8f6cf9;
}
.table tr:nth-of-type(11) td .initials {
  background: #f96ce1;
}
.table tr:nth-of-type(12) td .initials {
  background: #46e2fb;
}
.table tr:nth-of-type(13) td .initials {
  background: #ffc23a;
}
.table tr:nth-of-type(14) td .initials {
  background: #7ef342;
}
.table tr:nth-of-type(15) td .initials {
  background: #f96c6c;
}
.table tr:nth-of-type(16) td .initials {
  background: #8f6cf9;
}
.table tr:nth-of-type(17) td .initials {
  background: #f96ce1;
}
.table tr:nth-of-type(18) td .initials {
  background: #46e2fb;
}
.table tr:nth-of-type(19) td .initials {
  background: #ffc23a;
}
.table tr:nth-of-type(20) td .initials {
  background: #7ef342;
}
.table tr:nth-of-type(21) td .initials {
  background: #f96c6c;
}
.table tr:nth-of-type(22) td .initials {
  background: #8f6cf9;
}
.table tr:nth-of-type(23) td .initials {
  background: #f96ce1;
}
.table tr:nth-of-type(24) td .initials {
  background: #46e2fb;
}
.table tr:nth-of-type(25) td .initials {
  background: #ffc23a;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px 3px;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
}

.table strong {
  color: #787084;
  font-weight: 600;
}

.table a {
  border: 0 !important;
}

.pagination {
  display: block;
  width: 100%;
  margin: 20px 0 -8px;
  overflow: auto;
}

.pagination > li {
  display: block;
  width: 30%;
}

.pagination > li > a,
.pagination > li > span {
  padding: 6px 0;
  width: 100%;
  display: block;
  text-align: center;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  cursor: not-allowed;
  font-weight: 600;
  color: #9999a9;
  text-shadow: 0 1px #fff;
  background: #f8f8fb;
  background: -moz-linear-gradient(90deg, #f8f8fb 0%, #eceaf5 100%);
  background: -webkit-linear-gradient(90deg, #f8f8fb 0%, #eceaf5 100%);
  background: linear-gradient(0deg, #f8f8fb 0%, #eceaf5 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fb', endcolorstr='#eceaf5',GradientType=1 );
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), inset 0 3px 10px rgba(0,0,0,0.05);
  border-radius: 4px;
  border: 0;
}

.pagination > li > a, .pagination > li > span {
  display: block;
  float: none;
  text-align: center;
  margin: 0 3px 3px;
  vertical-align: 0;
  padding: 7px 20px 8px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  border: 0;
  border-radius: 6px;
  color: #4e4877;
  text-shadow: -1px -1px #fff;
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  border: 0;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,0.4);
  transition: none;
  background: #442cc5;
  background: -moz-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: -webkit-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: linear-gradient(0deg, #442cc5 0%, #6749f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#6749f5',GradientType=1 );
}

.pagination > li.pull-left i {
  margin: 0 4px 0 -8px;
  font-size: 90%;
}

.pagination > li.pull-right i {
  margin: 0 -8px 0 4px;
  font-size: 90%;
}

.box .pagination > li > a, .box .pagination > li > span {
  font-size: 11px !important;
}

a.external {
  margin-left: 5px;
  font-size: 90%;
  color: #c3c1d6;
}

a.external:hover {
  color: #8d8aa7;
}

#leads_wrapper div.dataTables_info {
  margin:10px;
  font-size: 120%;
  font-weight: 400;
  color: #5b5687;
}

#leads_wrapper #leads_paginate {
  margin:10px 0 20px;
}

#leads {
  border-collapse:separate;
  border-spacing:0 6px;
  margin-top: -15px;
}

#leads tr {
  border-radius: 4px;
  box-shadow: 0 1px rgba(0,0,0,0.02), 0 1px 3px rgba(0,0,0,0.15);
}

#leads tr td {
  background: #fff;
  color: #91889e;
  overflow: hidden;
  padding: 10px 14px !important;
  border: 0;
}

#leads tr td:first-child {
  border-radius: 4px 0 0 4px;
}

#leads tr td:last-child {
  border-radius: 0 4px 4px 0;
}

#leads thead tr {
  box-shadow: none;
}

#leads thead tr th {
  border: 0;
  padding: 0 14px !important;
  opacity: 0.8;
  letter-spacing: 0.1em;
}

#leads tr .text-bold, #leads tr strong,
.table-striped tr .text-bold, .table-striped tr strong {
  color: #4e4877;
  font-weight: 600;
}

.configuration .tableLabel {
  font-weight: 600;
  cursor: pointer;
  color: #676380;
  margin: 20px 0 10px;
  font-size: 75%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.configuration .tableFilter select {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.1) !important;
}

.configuration .tableFilter #filterLeads {
  margin: 35px 0 40px;
  padding: 8px 20px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.configuration .notification {
  background: #f7f4ff;
  padding: 23px 27px 30px;
  border-radius: 7px;
  text-align: left;
}

.configuration .notification h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
  color: #666382;
}

.configuration .notification h4 i {
  color: #c7c3dc;
}

.configuration .notification p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 12px;
  color: #8481a9;
  line-height: 140%;
}

.configuration .notification .btn {
  display: inline;
  background: #c7c3dc;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  padding: 6px 14px 7px;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  border-radius: 4px;
  box-shadow: inset 0 -1px rgba(0,0,0,0.05);
  border: 0;
}

.configuration .notification .btn:hover {
  background: #666382;
}

.plan-tag {
  background: #f2f3f7;
  color: #999dab;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.06em;
  vertical-align: 1px;
  padding: 3px 6px 3px;
  border-radius: 4px;
  box-shadow: inset -1px -1px rgba(0,0,0,0.04);
}

.plan-tag.orange {
  background: #fff4eb;
  color: #b9977b;
}

.plan-tag.purple {
  background: #f9ecfb;
  color: #bf96c5;
}

.plan-tag.green {
  background: #e7fde0;
  color: #7db374;
}

.plan-tag.blue {
  background: #e7f7ff;
  color: #76adc7;
}

.btn-dropdown, .btn-dropdown:hover, .btn-dropdown:active, .btn-dropdown:focus {
  display: block;
  margin: 0 -15px;
  padding: 12px 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #645f84;
  text-shadow: 1px 1px #fff;
  background: #ebe9f5;
  background: -moz-linear-gradient(90deg, #ebe9f5 0%, #f1f0f9 100%);
  background: -webkit-linear-gradient(90deg, #ebe9f5 0%, #f1f0f9 100%);
  background: linear-gradient(0deg, #ebe9f5 0%, #f1f0f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f5', endcolorstr='#f1f0f9',GradientType=1 );
  box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03), inset 0 -1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.8);
}

.btn-dropdown:hover {
  color: #8882a9;
  background: #f1f0f9;
  background: -moz-linear-gradient(90deg, #f1f0f9 0%, #f3f3f7 100%);
  background: -webkit-linear-gradient(90deg, #f1f0f9 0%, #f3f3f7 100%);
  background: linear-gradient(0deg, #f1f0f9 0%, #f3f3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f9', endcolorstr='#f3f3f7',GradientType=1 );
}

.btn-dropdown:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  display: inline-block;
  float: right;
  width: 28px;
  font-weight: 900;
  text-align: right;
  color: #a5a0c3;
  text-shadow: 1px 1px #fff;
}

.btn-dropdown.collapsed:after {
  content: "\f0d7";
}

.btn-dropdown i {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin: 0 0 0 -5px;
  font-size: 83%;
  opacity: 0.9;
}

.card {
  padding: 20px 10px 30px;
}

.optionPicker {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.optionPicker * {
  transition: all 0.2s;
}

.optionPicker img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.optionPicker.selected img {
  -webkit-filter: none;
  filter: none;
}

.optionPicker .overlay {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  color: #fff;
  font-size: 5rem;
  text-align: center;
  text-shadow: 2px 3px 0px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.2);
  box-shadow: inset 0 0 0 3px rgba(0,0,0,0.05);
  border-radius: 7px;
}

.optionPicker .overlay:hover {
  background: rgba(255,255,255,0);
  box-shadow: inset 0 0 0 3px rgba(0,0,0,0.15);
}

.optionPicker.selected .overlay, .optionPicker.selected .overlay:hover {
  cursor: default;
  padding-top: 13%;
  background: rgba(190, 180, 239, 0.24);
  box-shadow: inset 0 0 0 3px rgba(174, 161, 239, 0.7);
}

.optionPicker .overlay i {
  display: none;
}

.optionPicker.selected .overlay i {
  display: inline;
}

.btn-float {
  position: fixed;
  width: calc((100% - 210px) / 3);
  right: 0;
  border-radius: 0 !important;
  bottom: 0;
  line-height: 30px;
  font-size: 1.6rem;
  z-index: 999;
}

.btn-float:hover {
  transform: none !important;
  background: #4631b5;
  background: -moz-linear-gradient(90deg, #4631b5 0%, #7a5efd 100%);
  background: -webkit-linear-gradient(90deg, #4631b5 0%, #7a5efd 100%);
  background: linear-gradient(0deg, #4631b5 0%, #7a5efd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4631b5', endcolorstr='#7a5efd',GradientType=1 );
}

.daterange {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  box-shadow:  0 1px 1px rgba(0,0,0,0.2), 0 0 0px 1px rgba(0,0,0,0.1), 1px 1px 6px rgba(0,0,0,0.1) !important;
  border-radius: 6px;
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
}

.daterange:hover {
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 1px 2px rgba(0,0,0,0.20), 0 4px 10px rgba(0,0,0,0.1);
}

.daterange .form-control {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  height: 35px;
  padding: 5px 10px;
  color: #4e4877;
  letter-spacing: 0;
  text-shadow: -1px -1px #fff;
  border: 0;
  background: transparent;
  box-shadow: inset 1px 0 0 rgba(0,0,0,0.15) !important;
}

.daterange .input-group-addon {
  font-size: 1.8rem;
  height: 32px;
  color: rgba(113, 107, 158, 0.63);
  text-shadow: -1px -1px #fff;
  border: 0;
  background: transparent;
}

.daterangepicker {
  box-shadow: 0 2px 3px rgba(0,0,0,0.3), 0 0 100px 10px rgba(0,0,0,0.2) !important;
  border: 0 !important;
  border-radius: 7px !important;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 9px;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
}

.daterangepicker .drp-selected {
  float: left;
  line-height: 32px !important;
  font-size: 15px !important;
  padding: 0 0 0 8px;
  color: #747088;
  font-weight: 400;
}

.daterangepicker td.in-range {
  background-color: #f5f3ff !important;
  color: #4e4877;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  color: #fff;
  background: #442cc5;
  background: -moz-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: -webkit-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: linear-gradient(0deg, #442cc5 0%, #6749f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#6749f5',GradientType=1 );
  border-top: 1px solid #545760;
  border-left: 1px solid #545760;
  border-right: 1px solid #282a34;
  border-bottom: 1px solid #282a34;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(255,255,255,0.1), 0 2px 2px rgba(0,0,0,0.3);
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.tableFilter {
  display: block;
  width: 100%;
  position: relative;
}

.tableFilter input.form-control,
.tableFilter select.form-control {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  height: 35px;
  padding: 5px 10px;
  color: #4e4877;
  letter-spacing: 0;
  text-shadow: -1px -1px #fff;
  border: 0;
  border-radius: 6px;
  background: #fff;
  background: -moz-linear-gradient(90deg, #fefeff 0%, #f2f1f8 100%);
  background: -webkit-linear-gradient(90deg, #fefeff 0%, #f2f1f8 100%);
  background: linear-gradient(0deg, #fefeff 0%, #f2f1f8 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endcolorstr='#f2f1f8',GradientType=1 );
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), inset 0 0 0px 1px rgba(0,0,0,0.1), inset 1px 1px 6px rgba(0,0,0,0.05) !important;
}

.tableFilter select.form-control {
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
  box-shadow:  0 1px 1px rgba(0,0,0,0.2), 0 0 0px 1px rgba(0,0,0,0.1), 1px 1px 6px rgba(0,0,0,0.1) !important;
}

.tableFilter select.form-control:hover, .tableFilter select.form-control:active, .tableFilter select.form-control:focus {
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 1px 2px rgba(0,0,0,0.20), 0 4px 10px rgba(0,0,0,0.1);
}

.tableFilter input.form-control:hover, .tableFilter input.form-control:active, .tableFilter input.form-control:focus {
  background: #fff;
  background: -moz-linear-gradient(90deg, #fefeff 0%, #f8f7fe 100%);
  background: -webkit-linear-gradient(90deg, #fefeff 0%, #f8f7fe 100%);
  background: linear-gradient(0deg, #fefeff 0%, #f8f7fe 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endcolorstr='#f8f7fe',GradientType=1 );
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), inset 0 3px 10px rgba(0,0,0,0.05);
}

.tableFilter .input-group-addon {
  font-size: 1.8rem;
  height: 32px;
  border-radius: 6px 0 0 6px;
  color: rgba(113, 107, 158, 0.63);
  text-shadow: -1px -1px #fff;
  background: #fff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fff',GradientType=1 );
}

.filterSearch input {
  padding-left: 32px !important;
}

.filterSearch:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 110%;
  position: absolute;
  z-index: 999;
  width: 28px;
  line-height: 37px;
  text-align: right;
  color: #a6a1c2;
  text-shadow: 1px 1px #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {display:none;}

#mainForm > .row > .col-sm-3 {
  text-shadow: 0 0 5px #ecf0f5;
  color: #5a5586;
}

#mainForm > .row > .col-sm-3 h3 {
  color: #4e4877;
}

.box {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  border:none;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.05);
}

.box-primary {
  font-size: 1.6rem;
}

.box-primary h2 {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 3rem;
}

.box-primary .kpi {
  text-align: right;
}

.box-primary .kpi .subtitle {
  display: block;
  font-size: 1.08rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin: 10px 0 0;
}

.box-primary .kpi .metric {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
}

.box-primary .kpi .metric i {
  font-size: 60%;
  vertical-align: 3px;
}

.box-primary .kpi .compare {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.box-campaign {
  transition: all 0.3s;
}

.box-campaign:hover {
  z-index: 999;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.box-campaign div.box-body {
  padding: 13px 20px 0;
}

.box-campaign a.box-body {
  position: relative;
  display: block;
  height: 217px;
  margin: 0;
  padding: 55px 0 0;
  border-radius: 8px;
  color: #726a9e;
  text-align: center;
  text-shadow: 1px 1px #fff;
  background: #ecf0f5;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fff 90%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fff 90%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fff 90%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fff',GradientType=1 );
}

.box-campaign a.box-body:hover {
  color: #594e8c;
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 5px 15px rgba(0,0,0,0.05);
}

.box-campaign a.box-body i {
  display: block;
  font-size: 5rem;
  margin: 0 0 20px;
}

.box-campaign a {
  margin: 3px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #eee;
  line-height: 100%;
  color: #594e8c;
  position: relative;
}

.box-campaign a:hover, .box-campaign a:focus {
  color: #231f42;
}

.box-campaign p {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #aca9c5;
  margin: -4px 0 15px;
  min-height: 15px;
}

.box-campaign span.icon {
  display: none;
  position: absolute;
  width: 26px;
  right: -26px;
  bottom: 0;
  color: #d0cee0;
}

.box-campaign span.icon i {
  display: block;
  font-size: 10px;
  vertical-align: 0px;
  text-align: center;
  line-height: 150%;
  cursor: default;
}

.box-campaign span.edit {
  right: -26px;
  bottom: 0;
}

.box-campaign span.delete {
  right: -45px;
  bottom: 0;
}

.box-campaign i:hover {
  color: #aca9c5;
}

.box-campaign a:hover span.icon,
.box-campaign p:hover span.icon {
  display:block;
}

.box-campaign .kpi-small {
  margin: 0 -20px 0;
  padding: 5px 0 12px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 -1px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.02);
  background: #fff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 100%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 100%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
}

.box-campaign .kpi-small .metric {
  font-size: 1.8rem;
}

.box-campaign .kpi-small .subtitle {
  font-size: 8px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #aca9c5;
}

.box-campaign:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 10px 30px rgba(0,0,0,0.2);
}

.box-campaign:hover .box-body a {
  color: #231f42;
}

.box-campaign:hover .box-body .metric {
  color: #635e6d;
}

.box-campaign:hover .kpi-small {
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #ffffff 100%);
  box-shadow: 0 -1px rgba(0,0,0,0.2), inset 0 3px 2px rgba(0,0,0,0.03);
}

.box-campaign:hover .kpi-small .subtitle {
  color: #86839c;
}

.box-campaign:hover p {
  color: #8c8a9a;
}


.box-metric {
  display: block;
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
}

.box-metric:hover {
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 5px 15px rgba(0,0,0,0.05)
}

.box-metric.active,
.box-metric.active:hover {
  background: #fff;
  background: -moz-linear-gradient(90deg, #fefeff 0%, #f2f1f8 100%);
  background: -webkit-linear-gradient(90deg, #fefeff 0%, #f2f1f8 100%);
  background: linear-gradient(0deg, #fefeff 0%, #f2f1f8 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endcolorstr='#f2f1f8',GradientType=1 );
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), inset 0 3px 10px rgba(0,0,0,0.05);
}

.box-metric .box-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.box-metric h4 {
  margin: 0 0 3px;
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
  line-height: 120%;
  color: #594e8c;
}

.box-metric p {
  font-size: 1.1rem;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075rem;
  color: rgba(113, 107, 158, 0.63);
  margin: 0 0 7px;
}

.box-metric .chartSmall {
  height: 66px;
  margin: -33px 0px 0;
  width: 60%;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  border-radius: 6px;
}

.chartOverlay {
  position: absolute;
  left: 0;
  bottom: 50%;
  text-align: center;
  width: 100%;
  height: 36px;
  font-size: 25px;
  line-height: 36px;
  opacity: 0.5;
  pointer-events: none;
}

.custom-file {
  position: relative;
  max-width: 40%;
  min-width: 145px;
  height: 32px;
  margin: 6px 0 0;
  float: right;
}

.custom-file .custom-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file .btn-secondary {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
  line-height: 100%;
  border: 1px solid #d7cbe8;
  box-shadow: inset 0 -1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
  text-shadow: 0 1px 0 #fff;
}

.form-group p {
  margin: -3px 0 0;
  font-size: 95%;
  opacity: 0.85;
}

.image-upload {
  position: relative;
  padding: 20px;
  margin: 10px 0 17px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1),
              inset -1px -1px rgba(0,0,0,0.2),
              inset 0 10px 30px rgba(255,255,255,0.05),
              inset 0 -10px 30px rgba(0,0,0,0.05),
              1px 1px 2px rgba(0,0,0,0.1);
}

.image-upload i {
  cursor: pointer;
  color: #b3b3b3;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1em;
  opacity: 0;
}

.image-upload:hover i {
  opacity: 0.4;
}

.image-upload i:hover {
  opacity: 1;
}

.image-upload.removed i {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cdc7d6;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #694fe6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #694fe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.label-xl {
	font-size: 18px;
	vertical-align: -3px;
	margin: 0 0 0 5px;
}

.switch-xl {
  width:46px;
  height:26px;
}

.switch-xl .slider:before {
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
}

.switch-xl input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

.help {
    color: #bbb;
    font-size: 1.1em;
    vertical-align: -20%;
}
.help:hover, .help:focus, .help:active {
    color: #888;
}

.form-control {
  border-radius: 4px;
  background: #f3f3f5;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.15) !important;
  border: 0;
  height: 30px;
  padding: 4px 10px;
  font-size: 15px;
  color: #676380;
}

input.form-control:hover, textarea.form-control:hover, input.form-control:focus, textarea.form-control:focus {
  background: #f7f7f9;
}

select.form-control, button.form-control {
  color: #4e4877;
  font-weight: 600;
  background: #f9f9f9;
  font-size: 95%;
  border: 1px solid #e5e1ea;
  border-right-color: #d3cddc;
  border-bottom-color: #d3cddc;
  box-shadow: inset 0 3px 10px #fff, inset 1px 1px #fff, 0 1px 2px rgba(0,0,0,0.07) !important;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}

#collapseColors .input-group .input-group-addon {
  width: 30%;
  border-radius: 0 3px 3px 0;
  display: -webkit-box;
  padding: 5px 7px;
  margin: 0;
  border: 0;
  background: #ededf1;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
}

#collapseColors .input-group .input-group-addon i {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.15) -1px -1px 0px inset, 1px 1px 2px rgba(0, 0, 0, 0.15);
}

#collapseColors .input-group .input-group-addon i span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endcolorstr='rgba(255, 255, 255, 0.1)',GradientType=1 );
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background:transparent;
}

.box-notification {
  position: relative;
  font-size: 78%;
  padding: 14px 90px 14px 25px;
  margin: 20px 0;
  border-radius: 8px;
  color: #4e4877;
  font-size: 15px;
  border: 1px solid #d0cfda;
  background: transparent;
}

.box-notification strong {
  font-weight: 600;
}

.box-notification input {
  width: 40%;
  border-radius: 5px;
  border: 1px solid #d0cfda;
  padding: 3px 8px;
  margin: -4px 8px;
}

.box-notification button.btn {
  position: absolute;
  right: 10px;
  top: 9px;
  box-shadow: none;
  text-shadow: none;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4e4877;
  font-size: 11px;
  border: 1px solid #4e4877;
  background: transparent;
  border-radius: 5px;
}

.box-notification button.btn:hover,
.box-notification button.btn:focus {
  background: #4e4877;
  color: #fff;
}

.box-notification i.fa {
  font-size: 110%;
  vertical-align: -1px;
  margin-right: 5px;
}

.configuration {
  overflow-y: auto;
  overflow-x: hidden;
  background:#fff;
  height: calc(100vh - 50px);
  padding-bottom:150px;
  font-size: 15px;
}

.configuration label {
    font-weight: 600;
    cursor: pointer;
    color: #676380;
}

.configuration .box-idented {
  margin: 8px 0 20px 38px;
  background: #f3f3f5;
  padding: 10px 0 12px 15px;
  border-radius: 7px;
  box-shadow: inset -1px -1px rgba(0,0,0,0.1);
}

.configuration .box-idented .form-control {
  background: #fff;
}

.content-wrapper {
    background:transparent;
}
.main-sidebar, .left-side {
    display:none;
}
.content-wrapper, .right-side, .main-footer {
    margin: 0 0 0 210px;
    padding: 0;
}
.box-body {
    padding: 25px 30px;
}
.padding-0 {
   padding: 0 !important;
}
.margin-0 {
   margin: 0 !important;
}
.colorpicker-element .add-on i, .colorpicker-element .input-group-addon i {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    margin-right:-5px;
}
.faded {
    opacity: 0.3;
    pointer-events: none;
}
.normal {
    opacity: 1;
    pointer-events: all;
}

#code1::-webkit-input-placeholder, #code2::-webkit-input-placeholder, #code3::-webkit-input-placeholder,
#code4::-webkit-input-placeholder, #code5::-webkit-input-placeholder, #code6::-webkit-input-placeholder,
#code7::-webkit-input-placeholder, #code8::-webkit-input-placeholder, #code9::-webkit-input-placeholder,
#code10::-webkit-input-placeholder, #code11::-webkit-input-placeholder, #code12::-webkit-input-placeholder {
	color: red;
}

#code1.losing-slice::placeholder,
#code2.losing-slice::placeholder,
#code3.losing-slice::placeholder,
#code4.losing-slice::placeholder,
#code5.losing-slice::placeholder,
#code6.losing-slice::placeholder,
#code7.losing-slice::placeholder,
#code8.losing-slice::placeholder,
#code9.losing-slice::placeholder,
#code10.losing-slice::placeholder,
#code11.losing-slice::placeholder,
#code12.losing-slice::placeholder {
    color: black !important; /* Override the red color */
}

.main-header .navbar {
	margin-left:0;
}

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.table thead tr th {
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 11px;
  padding-top: 0;
  color: #928c9c;
}

.table tr th:first-child, .table tr td:first-child {
  padding-left: 0 !important;
  text-align: left !important;
}

.table tr th:last-child, .table tr td:last-child {
  padding-right: 0 !important;
  text-align: right !important;
}

.btn-primary {
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  padding: 6px 20px 8px;
  letter-spacing: 0.05em;
  transition:all 0.3s;
  background: #442cc5;
  background: -moz-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: -webkit-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: linear-gradient(0deg, #442cc5 0%, #6749f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#6749f5',GradientType=1 );
  border: 0;
  border-radius: 50px;
  text-shadow: 0 -1px rgba(0,0,0,0.4);
}

.btn-primary:hover {
  box-shadow: 0 1px 7px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.btn-primary:active, .btn-primary:focus {
  outline:none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
  background: #442cc5;
  background: -moz-linear-gradient(90deg, #442cc5 0%, #442cc5 100%);
  background: -webkit-linear-gradient(90deg, #442cc5 0%, #442cc5 100%);
  background: linear-gradient(0deg, #442cc5 0%, #442cc5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#442cc5',GradientType=1 );
}

.btn i {
  margin: 0 5px 0 0;
  font-size: 110%;
  vertical-align: -1px;
}

.btn-standalone i {
  margin: 0;
  font-size: 110%;
  vertical-align: -1px;
}

.btn-secondary {
  display: inline-block;
  margin: 0;
  vertical-align: 0;
  padding: 7px 12px 7px;
  letter-spacing: 0.05em;
  transition:all 0.3s;
  border: 0;
  border-radius: 6px;
  color: #4e4877;
  text-shadow: -1px -1px #fff;
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
  box-shadow:  0 1px 1px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.1);
}

.btn-secondary:hover {
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 1px 2px rgba(0,0,0,0.20), 0 4px 10px rgba(0,0,0,0.1);
}

.btn-save {
  font-family: 'Helvetica Neue',Helvetica,Arial,'lucida grande',tahoma,verdana,arial,sans-serif;
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: content-box;
    border: 1px solid;
    font-weight: bold;
    font-size: 15px;
    background: -webkit-linear-gradient(#74C937 0%,#67B131 100%);
    background: -moz-linear-gradient(#74C937 0%,#67B131 100%);
    background: -ms-linear-gradient(#74C937 0%,#67B131 100%);
    background: -o-linear-gradient(#74C937 0%,#67B131 100%);
    background: linear-gradient(#74C937 0%,#67B131 100%);
    border-color: #60a62e #519f18 #409701;
    color: #FFFFFF!important;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.22);
    display: inline-block;
    outline: none;
    cursor: pointer;
}

.btn-warning {
  border: 0;
  color: #fff;
  text-shadow: -1px -1px rgba(0,0,0,0.2);
  background: #dc3b3b;
  background: -moz-linear-gradient(90deg, #dc3b3b 0%, #ff7676 60%);
  background: -webkit-linear-gradient(90deg, #dc3b3b 0%, #ff7676 100%);
  background: linear-gradient(0deg, #dc3b3b 0%, #ff7676 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3b3b', endcolorstr='#ff7676',GradientType=1 );
}

.btn-warning:hover, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover {
  outline: none;
  background: #c73131;
  background: -moz-linear-gradient(90deg, #c73131 0%, #ff5f5f 60%);
  background: -webkit-linear-gradient(90deg, #c73131 0%, #ff5f5f 100%)
  background: linear-gradient(0deg, #c73131 0%, #ff5f5f 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73131', endcolorstr='#ff5f5f',GradientType=1 );
}

input.try {
    width: 380px;
    height: 50px;
    background: #fff;
    padding: 12px 25px;
    border: 0;
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 300;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.btn-xs {
  padding: 3px 14px 4px !important;
}

.flash-message {
  position: absolute;
  left: 210px;
  top: 50px;
  width: calc((100% - 210px) * 0.666666666);
}
.flash-message .alert {
  padding: 12px 15px 15px;
}

.sidebar {
  overflow:auto;
  position: fixed;
  left: 0;
  top:0;
  width: 210px;
  height: 100%;
  padding: 60px 0 30px;
  color: #7169b3;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,0.33);
  background: #211d3e;
  background: -moz-linear-gradient(left, #211d3e 10%, #322c5d 100%);
  background: -webkit-gradient(left top, right top, color-stop(10%, #211d3e), color-stop(100%, #322c5d));
  background: -webkit-linear-gradient(left, #211d3e 10%, #322c5d 100%);
  background: -o-linear-gradient(left, #211d3e 10%, #322c5d 100%);
  background: -ms-linear-gradient(left, #211d3e 10%, #322c5d 100%);
  background: linear-gradient(to right, #211d3e 10%, #322c5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211d3e', endColorstr='#322c5d', GradientType=1 );
  box-shadow: inset -3px 0px 35px rgba(0,0,0,0.5), inset -2px 0 2px rgba(0,0,0,0.3);
  z-index: 9999999;
}

.sidebar * {
  transition: 0.2s all;
}

.sidebar ul {
  padding:10px 0 0;
  margin:0;
}

.sidebar ul li {
  padding:0;
  margin:0;
  text-align:left;
  list-style:none;
}

.sidebar ul li.logout {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}

.sidebar ul li a {
  color: #9791ce !important;
  text-decoration: none;
  display: block;
  padding: 8px 17px;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5), 0 1px 3px rgba(0,0,0,0.3);
  transition: all 0.25s;
  border-radius: 0;
  white-space: nowrap;
}

.sidebar ul li a i {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin: 0 12px 0 0;
  font-size: 140%;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.3);
  vertical-align: -2px;
  color: #4d4879;
}

.tooltip {
  z-index: 99999999;
}

.sidebar ul li a i img {
  vertical-align: text-bottom;
}

.sidebar ul li a i.warning,
.sidebar ul li a:hover i.warning {
  margin: 0;
  font-size: 110%;
  line-height: 1.7rem;
  color: #b7b1ea !important;
  text-shadow: 0 0 10px rgba(183, 177, 234, 0.7);
}

.sidebar ul li a:hover {
  color: #b7b1ea !important;
  background: rgba(255,255,255,0.02);
}

.sidebar ul li a:hover i {
  color:#7873a9;
}

.sidebar ul li a .del {
  position: relative;
  display: none;
  margin: 0 -5px 0 0;
  line-height: 23px;
  width: 20px;
  font-size: 0.95em;
  border-radius: 6px;
}

.sidebar ul li a:hover .del {
  display: inline-block;
}

.sidebar ul li a .del:hover {
  cursor: pointer;
  color: #fff;
}

.sidebar ul li a.active {
  color: #fff !important;
  font-weight: 600;
  background: rgba(0,0,0,0.15);
  box-shadow: inset 1px 1px 7px rgba(0,0,0,0.3), 0 1px 0 0 rgba(255,255,255,0.0333), 0 -1px 0 0 rgba(255,255,255,0.0222);
}

.sidebar ul li a.active i {
  color:#9792c5;
}

.sidebar ul li.logout a {
  color: #554f88 !important;
  padding-bottom:25px;
  text-shadow: 0 -1px 2px rgba(0,0,0,0.5);
}

.sidebar ul li.logout a i {
  text-shadow: 0 -1px 2px rgba(0,0,0,0.5);
}

.sidebar ul li.title {
  margin: 0;
  padding: 8px 0 2px 20px;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  font-weight: 600;
  line-height: 30px;
  color: #554f88 !important;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}

.sidebar ul li.open {
  margin: 7px 0;
  padding: 5px 0 10px;
  background: rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 7px rgba(0,0,0,0.3), 0 1px 0 0 rgba(255,255,255,0.0333), 0 -1px 0 0 rgba(255,255,255,0.0222);
}

.sidebar ul li.promo ul {
  display: none;
  padding: 6px 0 8px;
}

.sidebar ul li.open ul {
  display: block;
}

.sidebar ul li.open > a {
  color: #fff !important;
  font-weight: 600;
  padding: 6px 9px;
}

.sidebar ul li.open > a > i {
  color: #c1bde0 !important;
}

.sidebar ul li ul li a {
  font-size: 13px;
  background: none !important;
  box-shadow: none !important;
  padding: 6px 9px;
}

.sidebar ul li ul li a i {
  font-size: 130%;
}

.sidebar ul li ul li a.active {
  color: #d7d4ef !important;
}

.sidebar ul li.create a {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  padding: 7px 12px 7px;
  border-radius: 3px;
  margin: 10px 20px;
  text-shadow: -1px -1px rgba(0,0,0,0.5);
}
.sidebar ul li.create a i {
  color: #fff;
  margin: 0 3px 0 -8px;
  text-shadow: inherit;
  font-size: 110%;
  vertical-align: -4%;
}
.sidebar ul li.create a:hover {
  background: #5237e4;
  background: -moz-linear-gradient(90deg, #5237e4 0%, #7254ff 100%);
  background: -webkit-linear-gradient(90deg, #5237e4 0%, #7254ff 100%);
  background: linear-gradient(0deg, #5237e4 0%, #7254ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5237e4', endcolorstr='#7254ff',GradientType=1 );
  transform: none;
  transition: none;
}
.sidebar ul li.create a:focus {
  background: #442cc5;
}

.dropdown {
  position: absolute;
  left: 0;
  top: -1px;
  width: 211px;
}

.dropdown .btn-default {
  width: 100%;
  box-shadow: inset -1px 0 rgba(0,0,0,0.15), 1px 0 rgba(255,255,255,0.07);
  outline: none;
  height: 50px;
  line-height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
  padding: 0 0 0 20px;
  text-align: left;
  transition:all 0.3s;
}

.dropdown .btn-default span {
  max-width: 153px;
  overflow: hidden;
  word-wrap: normal;
  display: inline-block;
  line-height: 90%;
}

.dropdown-menu li {
  position:relative;
}

.dropdown-menu li .del {
  display:none;
}


.dropdown-menu li:hover > .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 24px;
  text-align: center;
  padding: 0;
  margin: 5px 6px;
  line-height: 18px;
  border-radius: 5px;
  color: #b0b2cacc;
  border: 1px solid #b0b2ca87;
  box-shadow: 0 1px 0 #b0b2ca44;
  background: rgba(255,255,255,0.5);
}

.dropdown-menu .del i.fa {
  margin: 0;
  font-size: 12px;
}

.dropdown li > .del:hover {
  background:none;
  color:#4e4876;
}

.dropdown .btn-default:hover {
  background-color:rgba(255,255,255,0.04);
}

.open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .dropdown-toggle.btn-default:active, .dropdown-toggle.btn-default:focus {
    color: #fff;
    background: rgba(0,0,0,0.15);
    border: 0;
    outline:none !important;
    box-shadow: inset -1px 1px 15px rgba(0,0,0,0.15), inset -1px 1px 3px rgba(0,0,0,0.1), 1px 0 0 rgba(255,255,255,0.07);
}

.btn-primary:focus, .btn-primary:active {
    outline:none !important;
}

.dropdown .btn-default i {
  float: right;
  line-height: 26px;
  margin-right: 20px;
  margin-top: 3px;
}

.dropdown ul {
  margin: 0 0 0 -1px;
  border-radius: 0 0 7px 7px;
  background: #fff;
  width: 100%;
  border: 0;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.dropdown ul li a {
  padding: 5px 5px 5px 20px;
  font-size: 16px;
  height: 35px;
  line-height: 22px;
  overflow: hidden;
  color: #4e4876;
}

.dropdown ul li a:hover {
  background-color: #f0edf9;
}

.dropdown ul li a i {
  font-size: 14px;
  margin-right: 6px;
}

.dropdown .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
}

.navbar .logo-block {
  position: relative;
  float: left;
  width: 210px;
  height: 50px;
  padding: 8px 30px 7px 19px;
  text-align: center;
  background: rgba(0,0,0,0.15);
  box-shadow: 1px 0 0 rgba(255,255,255,0.1),
              inset -2px 2px 8px rgba(0,0,0,0.2),
              inset 0 -1px 0 rgba(255,255,255,0.06);
}

.navbar .logo-block .logo-transparent {
  height: 30px;
}

.navbar .support-block {
  position: relative;
  float: left;
  width: auto;
  height: 50px;
  padding: 7px 22px 6px;
}

.navbar .support-block span {
  font-size: 9px;
  display: inline-block;
  color: #c7beff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 12px;
  padding: 3px 0;
}

.navbar .support-block span strong {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.navbar .support-block .btn {
  display: block;
  float: right;
  color: #fff;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 10px 6px;
  border-radius: 3px;
  margin: 5px -4px 0 20px;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  border: 0;
  box-shadow: inset 1px 1px rgba(255,255,255,0.1), 1px 1px 3px rgba(0,0,0,0.2);
  background: #7058e4;
  background: -moz-linear-gradient(90deg, #7058e4 0%, #8970ff 100%);
  background: -webkit-linear-gradient(90deg, #7058e4 0%, #8970ff 100%);
  background: linear-gradient(0deg, #7058e4 0%, #8970ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7058e4', endcolorstr='#8970ff',GradientType=1 );
  transform: none !important;
}

.navbar .support-block .btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f807";
  padding-right: 6px;
  color: rgba(255,255,255,0.5);
}

.navbar .subscription-block {
  float: right;
  height: 50px;
  padding: 8px 19px;
  width: 28.25%;
  min-width: 380px;
}

.navbar .subscription-block .btn {
  display: block;
  float: right;
  color: #fff;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 10px 6px;
  border-radius: 3px;
  margin: 4px -4px 0 14px;
  text-shadow: -1px -1px rgba(0,0,0,0.15);
  border: 0;
  box-shadow: inset 1px 1px rgba(255,255,255,0.1), 1px 1px 3px rgba(0,0,0,0.2);
  background: #7058e4;
  background: -moz-linear-gradient(90deg, #7058e4 0%, #8970ff 100%);
  background: -webkit-linear-gradient(90deg, #7058e4 0%, #8970ff 100%);
  background: linear-gradient(0deg, #7058e4 0%, #8970ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7058e4', endcolorstr='#8970ff',GradientType=1 );
  transform: none !important;
}

.navbar .subscription-block .btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f1";
  padding-right: 6px;
  color: rgba(255,255,255,0.5);
}

.navbar .support-block .btn:hover,
.navbar .subscription-block .btn:hover {
  box-shadow: inset 1px 1px rgba(255,255,255,0.1), 1px 1px 3px rgba(0,0,0,0.2);
  background: #8167ff;
  background: -moz-linear-gradient(90deg, #8167ff 0%, #967fff 100%);
  background: -webkit-linear-gradient(90deg, #8167ff 0%, #967fff 100%);
  background: linear-gradient(0deg, #8167ff 0%, #967fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8167ff', endcolorstr='#967fff',GradientType=1 );
}

.navbar .support-block .btn:focus,
.navbar .subscription-block .btn:focus {
  background: #342096;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3), 1px 1px rgba(255,255,255,0.1);
}

.navbar .subscription-block .header {
  font-size: 11px;
  color: #c7beff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  padding: 2px 0 1px;
}

.navbar .subscription-block .header strong {
  color: #fff;
}

.navbar .subscription-block .header .title {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.94em;
  color: #fff;
}

.navbar .subscription-block .progress {
  height: 5px;
  margin: 3px 0 0;
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
  overflow: hidden;
}

.navbar .subscription-block .progress .bar {
    width: 5px;
    min-width: 5px;
    height: 100%;
    background: #f4f3fd;
    box-shadow: 1px 0 1px rgba(0,0,0,0.3);
}

.navbar {
  background: #442cc5;
  background: -moz-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: -webkit-linear-gradient(90deg, #442cc5 0%, #6749f5 100%);
  background: linear-gradient(0deg, #442cc5 0%, #6749f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#6749f5',GradientType=1 );
  border-top: 1px solid #545760;
  border-bottom: 1px solid #282a34;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),
              inset 0 -1px 0 rgba(255,255,255,0.1),
              0 2px 2px rgba(0,0,0,0.3);
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.navbar > div {
  margin: 0 auto;
  color:#fff;
  font-size: 1.2em;
  text-shadow: -1px -1px rgba(0,0,0,0.1);
  padding:3px 0 0;
}

.form-control:focus {
  border-color: #c3c1d2;
}

.box h3, .box h4 {
  color:#4e4877;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
}

.box h4 .pull-right {
  font-weight: 600;
  color: #afacbf;
  background: #f9f9f9;
  padding: 5px 10px 6px;
  border-radius: 5px;
  box-shadow: inset 1px 1px rgba(0,0,0,0.05);
  text-shadow: 1px 1px #fff;
  margin-top: -5px;
}

a {
  color: #5e42eb;
}
a:hover {
  color:#4e4877;
}

.secondary-nav {
  z-index: 999999999;
  position: fixed;
  right: 0;
  top: 0;
  padding: 0 5px;
  margin: 0;
}

.secondary-nav li {
  float: right;
  list-style: none;
}

.secondary-nav li a {
  color: #321f9c;
  font-size: 23px;
  line-height: 47px;
  height: 50px;
  display: block;
  padding: 0 10px;
  text-shadow: 0 1px rgba(255,255,255,0.15);
  transition: all 0.1s;
}

.secondary-nav li a:hover {
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
}

#intercom-container .intercom-app-launcher-enabled .intercom-messenger-frame {
    height: calc(100% - 4px - 65px - 4px) !important;
    bottom: calc(4px + 65px) !important;
    right: 4px !important;
    border-radius: 3px !important;
}

/* Paddle overlay */
body.overlay {
  background-color:transparent !important;
}

.paddle-frame {
  z-index: 999999999999999999 !important;
}

/*
#p-checkout-wrapper {
  background: rgb(236, 240, 245) url(https://www.wheelofpopups.com/assets/img/background.png) repeat left top !important;
  background-attachment: fixed !important;
  z-index: 99999999 !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
}

#p-checkout-wrapper .icon.product-icon {
  display: none !important;
}

#p-checkout-wrapper .icon.product-icon .checkout-top .title {
  padding-top: 36px !important;
}

#p-checkout-wrapper .reseller-disclaimer-bar {
  padding: 25px 0 22px 253px;
  background: rgba(236, 240, 245, 1);
}

#p-checkout-wrapper .reseller-disclaimer-bar .bar__logo {
  left:150px !important;
}
*/

.creator {
  padding: 4% 6% 3%;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05), inset 0 -1px 15px rgba(0,0,0,0.03);
}

.creator.bg-white {
  padding: 4% 6% 4%;
  background: #fff;
  box-shadow: none;
}

.creator * {
  transition: all 0.3s;
}

.creator hr {
  margin: 25px -10% 35px;
}

.creator .box {
  position: relative;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.05);
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f7 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f7 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f7 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endcolorstr='#fff',GradientType=1 );
}

.creator .box.active {
  box-sizing: content-box;
  margin: -3px;
  cursor: default;
  border: 3px solid #6f62d2;
  border-radius: 10px;
  z-index: 999;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: none !important;
}

.creator .box.active .box-body:after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #6f62d2;
  z-index: 999;
}

.creator .box.active h4 {
  color: #5348a2;
}

.creator .box.active p {
  color: #817f98;
}

.creator .box img {
  max-width: 90%;
  height: 100px;
}
.creator .pageTitle {
  font-size: 2.1rem;
}

.creator .box h4 {
  margin-top: 15px;
}

.creator .box p {
  font-size: 14px;
  line-height: 120%;
  padding: 0 8% 20px;
}

.creator label {
  color: #4e4877;
  font-weight: 600;
  font-size: 15px;
}

.creator .form-control {
  font-size: 16px;
  padding: 0 10px 2px;
  height: 37px;
}

.creator .btn-primary {
  width: 100%;
  margin: 15px 0;
  padding: 0 10px 2px;
  height: 50px;
  line-height: 48px;
  max-width: 400px;
  font-size: 1.5vw;
  border-radius: 7px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.225rem;
}

.billing-wrapper .container {
  padding: 5%;
  max-width: 1050px;
}

.billing-wrapper h1 {
  font-weight: 200;
  margin: 0;
  font-size: 39px;
}

.billing-wrapper p.subtitle {
  margin: 10px 0 0;
  font-size: 18px;
}

.billing-wrapper .switcher {
  margin: 15px 0 50px;
  background: #e6e6ef;
  cursor: pointer;
  padding: 4px;
  border-radius: 50px;
  width: 200px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.4), 0 1px rgba(255,255,255,0.15), 0 0 150px 13px rgba(255,255,255,0.1), 0 0 20px 5px rgba(255,255,255,0.02);
}

.billing-wrapper .switcher div {
  display: inline-block;
  width: 49%;
  line-height: 29px;
  color: #78748a;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px rgba(255,255,255,0.5);
}

.billing-wrapper .switcher div.active {
  background: #fff;
  border-radius: 30px;
  color: #2e1f77;
  font-weight: 800;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.billing-wrapper .pricing-box {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  border: none;
  background: #fff;
  margin: 0 -4px;
  padding: 0 0 30px;
  transition: all 0.3s;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.05);
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
}

.billing-wrapper .pricing-box:hover {
  transform: scale(1.05);
  z-index: 9999;
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 5px 15px rgba(0,0,0,0.05);
}

.billing-wrapper .pricing-active {
  transform: scale(1.05);
  z-index: 999;
  background: #fff;
  background: -moz-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: -webkit-linear-gradient(90deg, #f5f5f9 0%, #fff 60%);
  background: linear-gradient(0deg, #f5f5f9 0%, #fff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f9', endcolorstr='#fff',GradientType=1 );
  box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 5px 15px rgba(0,0,0,0.05);
}

.billing-wrapper .pricing-box h3 {
  margin: 0;
  color: #4e4877;
  letter-spacing: -0.015em;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.billing-wrapper .pricing-box img {
  height: 100px;
  display: block;
  margin: 5px auto 30px;
}

.billing-wrapper .pricing-box .price {
  position:relative;
  margin: 10px 0 0;
  font-size: 250%;
  font-weight: 900;
  color: #453986;
}

.billing-wrapper .pricing-box .price em {
    position: absolute;
    top: -17px;
    left: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #686f7d;
    font-style: normal;
    font-weight: 400;
    text-decoration: line-through;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(255,255,255,0.3);
}

.billing-wrapper .pricing-box .price span {
  font-weight: 400;
  font-size: 60%;
  color: #686f7d;
  margin: 0 -5px 0 1px;
}

.billing-wrapper .pricing-box > span {
  font-size: 18px;
  color: #686f7d;
  letter-spacing: 0.015em;
  font-weight: 400;
  padding: 4px 20px 6px;
  border-radius: 30px;
}

.billing-wrapper .pricing-box .features {
  color: #4e4877;
  text-align: left;
  font-size: 15px;
  margin:0;
  padding: 10px 0 0 30px;
}

.billing-wrapper .pricing-box .features li {
  list-style:none;
}

.billing-wrapper .pricing-box .features li i {
  font-size: 80%;
  margin-right: 4px;
}

.billing-wrapper .pricing-box .features li.faded i {
    font-size: 102%;
    vertical-align: -2px;
    margin-right: 3px;
    width: 13px;
    text-align: center;
}

.billing-wrapper .note {
  position: absolute;
  top: -33px;
  right: 0;
  width: 200%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888;
}

.billing-wrapper .note .arr-left {
  vertical-align: -45%;
  margin: 0 9px 0 0;
  font-size: 110%;
  -moz-transform: scaleX(-1);  /* Gecko */
  -o-transform: scaleX(-1);  /* Opera */
  -webkit-transform: scaleX(-1);  /* Webkit */
  transform: scaleX(-1);  /* Standard */
  filter: FlipH;  /* IE 6/7/8 */
  display: inline-block;
}

.billing-wrapper .note .arr-right {
  vertical-align: -45%;
  margin: 0 0 0 6px;
  font-size: 110%;
}

.billing-wrapper .billing-tab {
  position:relative;
}

.billing-wrapper .billing-yearly {
  display:none;
}

.billing-wrapper .disabled {
  opacity:0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.billing-wrapper .disabled .pricing-box:hover {
  transform: none;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.33);
}

.billing-wrapper .ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.billing-wrapper .ribbon::before,
.billing-wrapper .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #442cc5;
}
.billing-wrapper .ribbon span {
  position: absolute;
  display: block;
  width: 142px;
  padding: 5px 0;
  background-color: #6749f5;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.billing-wrapper .ribbon-top-right {
  top: -10px;
  right: -10px;
  z-index: 99999;
}
.billing-wrapper .ribbon-top-right::before,
.billing-wrapper .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.billing-wrapper .ribbon-top-right::before {
  top: 0;
  left: 0;
}
.billing-wrapper .ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.billing-wrapper .ribbon-top-right span {
  left: -11px;
  top: 27px;
  transform: rotate(45deg);
}
.billing-wrapper .btn {
  width: 80%;
  margin: 23px 10% 0;
  display: block !important;
  font-size: 17px;
  letter-spacing: 0;
  border-radius: 6px;
}
.billing-wrapper .btn-active {
  cursor: default;
  font-weight: 600;
  color: #9999a9;
  text-shadow: 0 1px #fff;
  background: #f8f8fb;
  background: -moz-linear-gradient(90deg, #f8f8fb 0%, #eceaf5 100%);
  background: -webkit-linear-gradient(90deg, #f8f8fb 0%, #eceaf5 100%);
  background: linear-gradient(0deg, #f8f8fb 0%, #eceaf5 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8fb', endcolorstr='#eceaf5',GradientType=1 );
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), inset 0 3px 10px rgba(0,0,0,0.05);
}

.activity-feed .activity {
  margin: 0 0 15px;
  overflow: auto;
  position: relative;
}

.activity-feed .activity img {
  float: left;
  width: 7.5%;
  margin: 0.5% 3% 0 0;
}

.activity-feed .activity .bubble {
  position: relative;
  float: left;
  width: 89.5%;
  background: #f7f6fe;
  padding: 7px 11px;
  font-size: 12px;
  line-height: 140%;
  border-radius: 7px;
  color: #8e8aab;
  letter-spacing: 0.02em;
}

.activity-feed .activity .bubble a {
  color: #4e4877;
  font-weight: 600;
  border-bottom: 1px dotted rgba(67, 72, 119, 0.2);
  display: inline-block;
  line-height: 120%;
}

.activity-feed .activity .bubble a:hover {
  border-bottom: 1px solid rgba(67, 72, 119, 0.2);
}

.activity-feed .activity .bubble strong {
  color: #4e4877;
  font-weight: 600;
}

.activity-feed .activity .bubble .time {
  display: block;
  margin-top: 3px;
  font-style: oblique;
  opacity: 0.6;
  font-size: 10px;
}

.activity-feed .activity .bubble .tip {
  width: 0px;
  height: 0px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -5px;
  border-top: 4px solid #f7f6fe;
  border-right: 4px solid #f7f6fe;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}


.floatButton {
    z-index:9999;
    margin: 0 !important;
    padding: 15px 0 15px 120px !important;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.3), inset 0 -30px 30px rgba(255,255,255,0.9);
}
.floatButton .btn-primary {
    width: 250px;
}
#intercom-container .intercom-launcher-frame {
    bottom: 4px !important;
    right: 4px !important;
    border-radius: 3px !important;
    padding: 0 !important;
    background: #442cc5 !important;
    background: -moz-linear-gradient(90deg, #442cc5 0%, #6749f5 100%) !important;
    background: -webkit-linear-gradient(90deg, #442cc5 0%, #6749f5 100%) !important;
    background: linear-gradient(0deg, #442cc5 0%, #6749f5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442cc5', endcolorstr='#6749f5',GradientType=1 );
}

#tidio-chat-iframe .widgetLabel {
  bottom: 33px !important;
}

#tidio-chat-iframe #button {
  bottom: -15px !important;
}

.preview {
  padding: 0;
  background: #ccc url(https://d27jz0887nb4wl.cloudfront.net/94849340-d104-4dea-b3cc-242c30aeb543/img/bg-tile.png) repeat left top;
  overflow: auto;
  height: calc(100vh - 50px);
  box-shadow: inset 0 0 18px rgba(0,0,0,0.25), inset 0 0 5px rgba(0,0,0,0.15);
}

#previewScreens {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  width: 100%;
  padding: 10px 15px;
  background: #85828c;
  background: -moz-linear-gradient(90deg, #85828c 0%, #9793a1 100%);
  background: -webkit-linear-gradient(90deg, #85828c 0%, #9793a1 100%);
  background: linear-gradient(0deg, #85828c 0%, #9793a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85828c', endcolorstr='#9793a1',GradientType=1 );
  box-shadow: 0 -1px 30px rgba(255,255,255,0.1), inset 0 1px 3px rgba(0,0,0,0.15);
  z-index: 99999999;
}

#previewScreens .btn-primary {
  margin: 0 0 0 2px;
  padding: 7px 15px 6px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  background: rgba(255,255,255,0.1);
  box-shadow: inset -1px -1px rgba(0,0,0,0.33), inset 1px 1px rgba(255,255,255,0.1), 2px 2px 8px rgba(0,0,0,0.05);
}

#previewScreens .btn-primary:hover {
  transform: none;
  background: rgba(255,255,255,0.2);
}

#previewScreens .active, #previewScreens .active:hover {
  background: rgba(0,0,0,0.175);
  cursor: default;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2), 1px 1px rgba(255,255,255,0.2);
}




/* Wheel preview */
#wheelPopup {
position: relative;
width: 100%;
height: 100%;
padding: 3% 4% 9%;
overflow-y: auto;
-ms-overflow-style: none;
background: transparent;
z-index: 9999999;
font-size: 16px;
font-family: Arial, sans-serif;
}
#wheelPopup::-webkit-scrollbar { width: 0 !important }
#wheelPopup #wheelPopup_main {
position: relative;
width: 900px;
height: 660px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform-origin: center center;
z-index: 10;
overflow-y: auto;
overflow-x: hidden !important;
border-radius: 4px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
#wheelPopup #wheelPopup_main::-webkit-scrollbar { width: 0 !important }
#wheelPopup #wheelPopup_main #wheelPopup_content {
position: absolute;
top: 0;
overflow: visible;
right: 0;
width: 50%;
text-align: left;
font-family: Arial, sans-serif;
padding: 70px 5% 50px 0;
box-sizing: border-box;
z-index:999999;
}
#wheelPopup.wheelPopupStep2 #wheelPopup_main .manual_content {
top: 45% !important;
transform: translate(0, -50%) !important;
padding: 50px 5% 50px 0 !important;
}
#wheelPopup #wheelPopup_main::-webkit-scrollbar { width: 0 !important }
#wheelPopup #wheelPopup_main #wheelPopup_content img#wheelLogo {
display: block !important;
float: right;
max-height: 45px;
max-width: 50%;
margin-bottom: 50px;
}
#wheelPopup #wheelPopup_main #wheelPopup_content .wheelTextTitle {
clear: both;
margin-bottom: 10px;
font-size: 1.8em;
line-height: 1.2em;
font-weight: bold;
}
#wheelPopup #wheelPopup_main #wheelPopup_content .wheelTextDescription {
margin-bottom: 10px;
font-size: 1.1em;
line-height: 1.4em;
}
#wheelPopup #wheelPopup_main #wheelPopup_content .wheelTextDisclaimer {
opacity:0.8;
margin-bottom: 18px;
font-size: 1em;
line-height: 1.4em;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelCouponTitle{
margin: 5vh 0 -5px;
padding: 10px 10px 13px;
border-radius: 5px 5px 0 0;
font-size: 0.7em;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.2em;
line-height: 1.4em;
background: rgba(0,0,0,0.125);
box-shadow: inset 0 3px 4px rgba(0,0,0,0.1), 0 -1px rgba(255,255,255,0.08);
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelLeadsFields input,
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelLeadsFields select {
position: relative;
display: block;
margin-bottom: 15px;
border-radius: 4px;
background: #fff;
color: #000;
padding: 9px 11px 10px;
font-size: 1.1em;
border: 0;
width: 100%;
height: 40px;
box-sizing: border-box;
outline: none;
box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelLeadsFields #wheelCouponCode {
height: 50px;
line-height: 50px;
overflow:visible;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose {
margin-top: 40px;
font-size: 1em;
color: inherit;
text-shadow: none;
position: relative;
width: 100%;
text-align: right;
display: inline-block;
opacity: 0.4;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose:hover {
opacity:0.6;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose .text {
display: inline-block;
line-height: 35px;
cursor: pointer;
padding-right: 14px;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose .icon {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
border-width: 0px;
border-style: solid;
float: right;
cursor: pointer;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose .icon:before {
content: "";
position: absolute;
left: 25%;
width: 70%;
border-top-style: solid;
border-color: inherit;
border-width: 1px;
transform: rotate(45deg);
top: 50%;
}
#wheelPopup #wheelPopup_main #wheelPopup_content #wheelTextClose .icon:after {
content: "";
position: absolute;
left: 25%;
width: 70%;
border-top-style: solid;
border-color: inherit;
border-width: 1px;
transform: rotate(-45deg);
bottom: 46%;
}
#wheelPopup #wheelPoweredby {
display: block;
width: 109px !important;
height: 45px !important;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
cursor: pointer !important;
top: auto !important;
left: auto !important;
right: 30px !important;
bottom: 25px !important;
}
.peg, .wheelSVG {
visibility: hidden;
}
.wheelContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.centerCircle, .valueContainer, .wheelOutline, .wheelText {
pointer-events: none;
}
.wheelContainer {
text-align: right;
}
.wheelContainer {
transform: translate(-50%, 0);
}
.wheelToast {

}
.peg-circle {
position: absolute;
width: 14px;
height: 14px;
display: block;
background: white;
left: 66.6%;
top: 50%;
border-radius: 100px;
margin-top: -7px;
}
#wheelBar {
position: absolute;
left: 0;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 16px;
font-family: helvetica, arial, sans-serif;
text-align: center;
z-index: 9999999;
}
.to-top {
  top: 0;
}
.to-bottom {
  bottom: 0;
}
#wheelBar strong {
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2), 1px 1px rgba(255,255,255,0.175);
background: rgba(0,0,0,0.075);
border-radius: 5px;
padding: 2px 8px;
margin: 0 5px;
font-size: 20px;
font-weight: normal;
vertical-align: -2px;
letter-spacing: 0px;
font-family: "Lucida Console", Monaco, monospace;
}
#wheelBar .countdown {
margin: 0 10px;
font-size: 22px;
font-weight: normal;
vertical-align: -2px;
letter-spacing: 2px;
font-family: "Lucida Console", Monaco, monospace;
}

#wheelBar .timer {

}
.wheelContainer {
position: absolute;
width: 100%;
height: 90%;
left: 5%;
top: 5%;
}
.wheelSVG {
position: absolute;
overflow: visible !important;
width: 100%;
height: 100%;
}
.wheelSVG image {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.wheelText {
text-anchor: middle;
font-family: Arial, Arial, sans-serif;
-webkit-user-select: none;
user-select: none;
}
.wheelText tspan {
text-anchor: middle;
}
.wheelToast {
opacity: 0;
position: relative !important;
left: auto !important;
transform: none !important;
background-color: transparent !important;
}
.wheelToast p {
clear: both;
}
.wheelFade {
opacity: 0.3;
pointer-events: none;
}
label#wheelAccept {
position: relative;
line-height: 130%;
margin: 18px 0 18px;
display: block;
font-size: 12px;
font-weight: normal;
position: relative;
padding: 0 0 0 23px;
cursor: pointer;
width: 100%;
}
#wheelPopup #wheelPopup_main #wheelPopup_content label#wheelAccept input#wheelAcceptCheck {
position: absolute;
width: 16px;
height: 16px;
left: -2px;
top: -3px;
display: inline !important;
width: 18px !important;
}
button.wheelButton {
 position:relative;
 width: 100%;
 max-width: 280px;
 padding: 0;
 margin: 23px 0 0;
 line-height: 42px;
 height: 50px;
 display: block;
 text-align: center;
 font-size: 1.1em;
 color: #fff;
 font-weight: 800;
 background: #bbb;
 border-radius: 4px;
 border: none;
 box-shadow: inset 1px 1px rgba(255,255,255,0.1), 2px 2px 1px 1px rgba(0,0,0,0.1);
 cursor: pointer;
 font-family: Arial, Helvetica, Arial, sans-serif;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 z-index: 99999;
}
button#wheelButton:hover {
 box-shadow: inset 1px 1px rgba(255,255,255,0.1),
             inset 0 4px 15px rgba(255,255,255,0.1),
             2px 2px 1px 1px rgba(0,0,0,0.1),
             inset 0 -3px 0 rgba(0,0,0,0.2);
 top: -3px;
 margin-bottom: -3px;
 padding-bottom: 3px;
 height: 53px;
}
button#wheelButton:focus {
 top:0;
 margin-bottom: 0;
 padding-bottom: 0;
 height: 50px;
 box-shadow: inset 0 3px 0 rgba(0,0,0,0.2),
             inset 0 8px 20px rgba(0,0,0,0.1);
}
.opacity-50 {
    opacity: 0.5;
}
#wheelPopup ::-webkit-input-placeholder { color:#999 !important; }
#wheelPopup ::-moz-placeholder { color:#999 !important; }
#wheelPopup :-ms-input-placeholder { color:#999 !important; }
.wheelToast p, .wheelToast span {
font-size: 20px;
}
button.wheelButton:focus {
outline: 0;
}
.wheelBarClose {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 150%;
  line-height: 37px;
  opacity: 0.3;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.9);
  font-weight: bold;
  cursor: pointer;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.075);
}
#wheelPopup .wheelPopup_main_mobile {
  width: 375px !important;
  height: 667px !important;
}
#wheelPopup .wheelPopup_main_mobile .wheelToast p, #wheelPopup .wheelPopup_main_mobile .wheelToast span {
  font-size: 20px !important;
}
#wheelPopup .wheelPopup_main_mobile button.wheelButton {
  width: 100% !important;
  max-width: 100% !important;
}
#wheelPopup .wheelPopup_main_mobile .wheelContainer {
  position: absolute !important;
  width: 100% !important;
  height: 330px !important;
  left: 0 !important;
  top: 20px !important;
  margin: 0 !important;
  transform: none !important;
}
#wheelPopup #wheelPopup_main.wheelPopup_main_mobile #wheelPopup_content {
  padding: 370px 0 30px 0 !important;
  margin: 0 5% !important;
  width:90% !important;
  right: 0 !important;
  left:  auto !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}
#wheelPopup .wheelPopup_main_mobile #wheelBar .wheelHidden {
  display:none !important;
}
#wheelPopup #wheelPopup_main.wheelPopup_main_mobile #wheelPopup_content img#wheelLogo {
  display: none !important;
}
#wheelPopup #wheelPopup_main.wheelPopup_main_mobile #wheelPopup_content #wheelTextClose {
margin-top: 0;
}
#wheelPopup .step2, #wheelPopup.wheelPopupStep1 .step2 {
  display: none !important;
}
#wheelPopup.wheelPopupStep2 .step2 {
  display: block !important;
}
#wheelPopup.wheelPopupStep2 .step1 {
  display: none !important;
}
#wheelPopup.wheelPopupStep2 .wheelButton {
  max-width: 100%;
}

#wheelPopup.wheelPopupStep2 .step3, #wheelPopup.wheelPopupStep3 .step1, #wheelPopup .step2, #wheelPopup .step3 {
  display: none !important;
}

#wheelPopup.wheelPopupStep3 .step3 {
  display: block !important;
}

#wheelPopup.wheelPopupStep3 .wheelButton {
  max-width: 100%;
}

#wheelPopup #wheelPopup_bar {
  display: none;
  position: relative;
  width: 900px;
  height: 660px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden !important;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f8f8f8;
  background: url(https://d27jz0887nb4wl.cloudfront.net/94849340-d104-4dea-b3cc-242c30aeb543/img/wireframe.png) no-repeat center top;
  background-size: cover;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
#wheelPopup #wheelPopup_bar::-webkit-scrollbar {
  width: 0 !important;
}

#wheelPopup .wheelPopup_bar_mobile {
  width: 375px !important;
  height: 667px !important;
}

#wheelPopup .wheelPopup_bar_mobile #wheelBar {
  text-align: left;
  padding-left: 13px;
  font-size: 11px;
}

#wheelPopup .wheelPopup_bar_mobile #wheelBar strong {
  font-size: 12px;
  padding: 4px 6px 4px;
  margin: 0 3px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.6);
}

#wheelPopup .wheelPopup_bar_mobile #wheelBar .countdown {
  font-size: 11px;
  margin: 0 0 0 4px;
  letter-spacing: 1px;
  vertical-align: baseline;
}

#wheelPopup .wheelPopup_bar_mobile .wheelBarClose {
  width: 30px;
}


.hidden, #wheelPopup.wheelPopupStep2 .hidden {
    display:none !important;
}

ol {
  padding: 0;
  font-size: 17px;
  list-style: none;
}

ol li {
  padding-left: 30px;
  line-height: 26px;
  margin: 0 0 25px;
  position: relative;
}

ol li .iconbox {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eee;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  left: -4px;
  top: 0;
}

ol li img {
  display: block;
  margin: 20px 0 0;
  border-radius: 7px;
}

.platforms {
  line-height: 40px;
}

.platforms img {
  vertical-align: text-top;
  margin: 0 3px 0 0;
  border-radius: 3px;
}

.box h4 i {
  margin: 0 6px 0 0;
  font-size: 90%;
}

.box p a {
  margin: 0 3px;
}

.box a, .box a:visited {
  color: inherit;
  border-bottom: 1px solid #e4dfef;
  font-weight: 600;
}

.box a:hover, .box a:focus {
  color: #4e4877;
  border-color: #85819c;
}

.box .box-body pre.language-html {
  background: #f5f2f0;
  border: 0;
  border-radius: 6px;
  padding: 10px 12px 12px;
  box-shadow: inset 1px 1px rgba(0,0,0,0.1);
  font-size: 13px;
  margin: 15px 0 7px;
  position: relative;
  overflow: visible;
}

.box .box-body pre.language-html .copy {
  content: "copy";
  padding: 4px 10px 0px;
  line-height: 15px;
  position: absolute;
  top: -18px;
  right: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #4e4877;
  background: #f5f2ef;
  cursor: pointer;
  box-shadow: inset 1px 1px rgba(0,0,0,0.1);
  transition: all 200ms ease;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.box .box-body pre.language-html:hover .copy {
  top: -22px;
  padding: 4px 10px 4px;
}
.box .box-body pre.language-html:hover .copy:hover {
  color: #000;
}
.box .box-body pre.language-html code {
  white-space: normal;
}

.modal {
    background: transparent;
}

.modal-open .content > * {
  filter: alpha(opacity=70);
}

.modal-open .modal {
  z-index: 9999999;
  filter: none !important;
}

.modal.in .modal-dialog {
  width: 500px;
  margin: 150px auto;
  border-radius: 8px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.15), 0 1px 50px 10px rgba(0,0,0,0.1);
}

.modal.in .modal-content {
  color: #696784;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1), 0 10px 40px rgba(0,0,0,0.1), 0 30px 300px rgba(0,0,0,0.15);
  background: #fdfdff;
  background: -moz-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: -webkit-linear-gradient(90deg, #f2f1f7 0%, #fdfdff 60%);
  background: linear-gradient(0deg, #f2f1f7 0%, #fdfdff 60%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f7', endcolorstr='#fdfdff',GradientType=1 );
}

.modal.in .modal-content .modal-body {
  padding: 0 27px 0;
  margin-bottom: 25px;
  background: transparent;
}

.modal.in .modal-content .modal-body input,
.modal.in .modal-content .modal-body select,
.modal.in .modal-content .modal-body textarea {
  font-size: 17px;
  padding: 0 12px 2px;
  height: 43px;
  font-weight: 400;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15), inset 0 0 4px rgba(0,0,0,0.05) !important;
}
.modal.in .modal-content .modal-body input.form-checkbox {
  box-shadow: none !important;
  height: 16px;
  width: 16px;
  margin: 0 7px 0 0;
  vertical-align: -2px;
}

.modal.in .modal-content .modal-body label {
  font-weight: 600;
}
.modal.in .modal-content .modal-body p {
  margin: 0 0 20px;
}

.modal.in .modal-content .modal-header {
  border: 0;
  padding: 20px 27px 15px;
}

.modal.in .modal-content .modal-header h4 {
  font-weight: 600;
  color: #000;
  font-size: 21px;
}

.modal.in .modal-content .modal-header .close {
  line-height: 24px;
  margin: 0;
}

.modal.in .modal-content .modal-footer {
  padding: 18px 27px 19px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  background: -moz-linear-gradient(90deg, #fefeff 0%, #f2f1f8 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f2f1f8 100%);
  background: linear-gradient(0deg, #fefeff 0%, #f2f1f8 100%));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endcolorstr='#f2f1f8',GradientType=1 );
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.25), inset 0 3px 10px rgba(0,0,0,0.05), 0 1px #fff;
}

.modal.in .modal-content .modal-footer .btn-primary {
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
  background: #ebeaf0;
}

#wheelLogo:hover, #field1:hover, #field2:hover, #field3:hover, #field4:hover, #field5:hover,
#wheelTextTitle:hover, #wheelTextDescription:hover, #wheelTextDisclaimer:hover, #wheelButton:hover,
#wheelTextClose:hover, #wheelTextWinTitle:hover, #wheelTextWinDescription:hover, #wheelCouponTitle:hover,
#wheelTextLosingTitle:hover, #wheelTextLosingDescription:hover,#wheelCouponCode:hover, #wheelCouponButton:hover,
#wheelCtaButton:hover, #wheelTextClose:hover, #wheelSVG:hover .valueContainer {
  outline: 4px solid rgba(255,255,255,0.2) !important;
  outline-offset: 10px;
  cursor: pointer;
}


.btn-big {
  margin: 15px 0 10px;
  min-width: 46.7%;
  padding: 8px 26px 10px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #595577;
  background: -moz-linear-gradient(90deg, #595577 0%, #7f7aa2 100%);
  background: -webkit-linear-gradient(90deg, #595577 0%, #7f7aa2 100%);
  background: linear-gradient(0deg, #595577 0%, #7f7aa2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595577', endcolorstr='#7f7aa2',GradientType=1 );
}

.btn-small {
  margin: 5px 0 5px;
  padding: 6px 20px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #595577;
  background: -moz-linear-gradient(90deg, #595577 0%, #7f7aa2 100%);
  background: -webkit-linear-gradient(90deg, #595577 0%, #7f7aa2 100%);
  background: linear-gradient(0deg, #595577 0%, #7f7aa2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595577', endcolorstr='#7f7aa2',GradientType=1 );
}

.login-page {
  background: url(https://d27jz0887nb4wl.cloudfront.net/94849340-d104-4dea-b3cc-242c30aeb543/img/login-bg.svg) no-repeat center center;
  background-size: cover;
  padding: 5vw 6vw;
  height: 100vh !important;
}

.login-page > .row {
  margin: 0;
  box-shadow: 0 5px 2.5vw rgba(0,0,0,0.15), 0 1px 0.2vw rgba(0,0,0,0.1);
  border-radius: 7px;
  overflow: hidden;
}

.login-page .page-left,
.login-page .page-right {
  height: 80vh;
  overflow-y: scroll;
}

.login-page .page-right {
  position: relative;
  padding: 8.5vh;
  text-align: center;
  background: #dde9f9;
  background: -moz-linear-gradient(0deg, #9dabdc 0%, #dde9f9 30%, #fcfdff 100%);
  background: -webkit-linear-gradient(0deg, #9dabdc 0%, #dde9f9 30%, #fcfdff 100%);
  background: linear-gradient(0deg, #9dabdc 0%, #dde9f9 30%, #fcfdff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dabdc', endcolorstr='#fcfdff',GradientType=1 );
  box-shadow: inset 1px 0 0 rgba(0,0,0,0.05), inset 0.4vw 0 0 rgba(0,0,0,0.03), inset 0 -5vh 20vh rgba(0,0,0,0.025);
}

.login-page .page-right .logo {
  height: 3.3vw;
  margin-left: -2vh;
}

.login-page .page-right .logos {
  position: absolute;
  left: 17%;
  bottom: 10%;
  width: 70%;
  height: auto;
  filter: drop-shadow(-1px -1px 0 rgba(0,0,0,0.15));
}

.login-page .page-right .illustration {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 62.5%;
  background: url(../img/bg-winner.png) no-repeat center bottom;
  background-size: contain;
}

.login-page .page-left {
  background: #fff;
  padding: 0;
  position: relative;
  font-size: 16px;
}

.login-page .page-left form {
  width: 100%;
  height: 90%;
  padding: 10%;
  overflow: scroll;
}

.login-page .page-left h1 {
  font-family: "WOW", sans-serif;
  margin-top: 0;
  font-size: 1.8em;
  font-weight: 800;
  color: #2d1f55;
}

.login-page .page-left a {
  font-weight: 600;
  color: #2d1f55;
  border-bottom: 1px solid #ebebf5;
}

.login-page .page-left a:hover {
  border-bottom-color: #2d1f55;
}

.login-page .page-left .divider {
  text-align: center;
  border-bottom: 1px solid #ebebf5;
  margin: 30px 0;
  height: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  color: #c3c3d2;
  font-weight: 200;
}

.login-page .page-left .divider span {
  padding: 0 10px;
  background: #fff;
}

.login-page .page-left .form-control {
  height: 50px;
  padding: 0 12px 2px;
  font-size: 17px;
  font-weight: 600;
  color: #2d1f55;
  border: 3px solid #e7e7f3;
  border-radius: 8px;
  background: #f8f7fd;
  box-shadow: none !important;
}

.login-page .page-left .form-control:focus {
  border-color: #2d1f55;
}

.login-page .page-left .form-control:focus+i.fa {
  color: #2d1f55 !important;
}

.login-page .page-left label.text-uppercase {
  color: #2d1f55;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 800;
  margin: 5px 2px;
}

.has-feedback .form-control-feedback {
  right: 7px;
  bottom: 9px;
  top: auto !important;
  color: #c9c9da;
}

.login-page .page-left .form-links {
  margin: 30px 0;
  padding: 0;
}

.login-page .page-left .form-links .icheck div {
  margin: -2px 10px 0 1px;
}

.login-page .page-left .form-links .icheck label {
  font-weight: 600;
  cursor: pointer;
}

.login-page .page-left .btn-primary {
  font-family: "WOW", sans-serif;
  border-radius: 6px;
  margin: 0;
  padding: 13px 25px 12px;
  font-size: 1.05em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.login-page .page-left .link-register {
  height: 10%;
  padding-top: 2.1vh;
  color: #a1a1c3;
  background: #f8f7fd;
  box-shadow: inset 0 1px 0 #e7e7f3;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.025em;
}

.login-page .page-left .link-register a {
  border: none;
}

.login-page .page-left .link-register a i {
  font-size: 70%;
  margin-left: 1px;
  opacity: 0.3;
}

.login-page .page-left .link-register a:hover i {
  opacity: 1;
}

@media (max-width: 800px) {

  .wrapper-mobile {
    display: block;
    position: fixed;
    padding: 11vh 16% 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 1.3em;
    z-index: 999999999;
  }

  .wrapper-mobile img {
    display: block;
    width: 60%;
    margin: 0 auto 11vh;
    padding-right: 5%;
  }

  .wrapper-mobile h3 {
    font-family: "WOW", sans-serif;
    color: #2e2055;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-size: 0.85em;
    margin: 0 0 2vh;
  }

  .wrapper-mobile a {
    display: block;
    margin: 8vh -25% 6vh;
    padding: 3vh 0;
    font-size: 0.95em;
    font-weight: 600;
    line-height: 130%;
    color: #2e2055;
    background: #f2f7fe;
  }

  .wrapper-mobile span {
    font-size: 2em;
    text-align: center;
    display: block;
    color: rgba(46, 32, 85, 0.3);
  }

  .wrapper-mobile span i {
    margin: 0 15px;
  }

  .login-page {
    border-radius: 0;
    padding: 0;
  }

  .login-page .page-right {
    display: none;
  }

  .login-page .page-left {
    height: 100vh;
  }
  .login-page .page-left form {
    height: 92%;
  }
  .login-page .page-left .link-register {
    height: 8%;
  }
  .login-page .page-left .form-links .icheck div {
    margin: -1px 5px 0 0;
  }
  .login-page .page-left .form-links .icheck label {
    font-size: 0.85em;
  }
  .login-page .page-left .form-links a {
    font-size: 0.85em;
  }

}








