.account {
  padding: 45px 60px 65px 204px;
}

.account-item {
  background: #000;
}

.account-item a {
  color: #fff;
}

.account-item:hover {
  background: #003ffe;
}

.account-item:hover a {
  color: #fff;
}

.account-nav-panel {
  width: 220px;
  padding: 20px;
  background: #fff;
  height: 95%;
  position: fixed;
  top: 50px;
}

.account-nav-panel li {
  list-style: none;
}

.account-nav-item {
  padding-left: 7px;
  margin-bottom: 2px;
  min-width: 150px;
}

.account-nav-item .glyphicon {
  padding-right: 9px;
  font-size: 11px;
  top: 1px;
  margin-right: 2px;
}

.account-nav-item .active {
  background: #F3F5F9 !important;
}

.account-nav-item .active .account-nav-link-icon.stroke path, .account-nav-item a:hover .account-nav-link-icon.stroke path {
  stroke: #003ffe !important;
}

.account-nav-item .active .account-nav-link-icon.fill path, .account-nav-item a:hover .account-nav-link-icon.fill path {
  fill: #003ffe !important;
}

.account-nav-item-bar {
  position: absolute;
  height: 20px;
  width: 4px;
  background: #003ffe;
  left: 0px;
  margin-top: 7px;
  border-radius: 0px 3px 3px 0px;
  display: none;
}

.active .account-nav-item-bar {
  display: block;
}

.account-nav-link {
  color: #7c90a2;
  cursor: pointer;
  float: left;
}

.account-nav-link a,
.account-nav-link h5,
.account-nav-link p {
  color: #191a1b;
  font-size: 13px;
}

.account-nav-link a:hover,
.account-nav-link h5:hover,
.account-nav-link p:hover {
  color: #003ffe;
}

.website-nav-link .glyphicon {
  font-size: 11px !important;
}

.account-nav-item .active .account-nav-link,
.account-nav-item .active .account-nav-link h5,
.account-nav-item .active .account-nav-link p {
  color: #003ffe;
}

.account-nav-item-child {
  padding-left: 18px;
  margin-bottom: 0px !important;
}

.account-nav-item-child p {
  font-size: 13px !important;
  color: #7c90a2;
}

.account-nav {
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.account-nav-users {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  margin-top: 10px;
  padding-left: 3px;
}

.account-nav-users .user-avatar {
  width: 25px !important;
  height: 25px !important;
  cursor: pointer;
  margin: 0px 3px;
  outline: 4px solid #fff;
  margin-left: -3px;
}

.account-nav-user-invite {
  width: 25px;
  height: 25px;
  line-height: 21px;
  outline: 4px solid #fff;
  border: 1px dashed #d7dae0;
  border-radius: 100%;
  margin: 0px 3px;
  padding-top: 0px;
  padding-left: 1px;
  text-align: center;
  color: #d7dae0 !important;
  margin-left: -3px;
}

.account-nav-user-invite .glyphicon {
  font-size: 12px !important;
  padding-right: 0px !important;
  font-weight: 400 !important;
  margin-right: 0px;
}

.account-nav-user-invite:hover,
.account-nav-user-invite:focus,
.account-nav-user-invite:active {
  background: #003ffe;
  color: #fff !important;
  border: 1px solid #003ffe !important;
}

.account-nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.account-nav-link {
  width: 140px;
  color: inherit;
}

.account-nav-link h4:hover {
  color: #0075f9 !important;
}

.account-nav-link-label {
  padding-top: 8px;
  font-size: 12px !important;
  padding-right: 0px !important;
}

body[data-controller="websites"] .account-nav-link[data-link="websites"] h4 {
  color: #0075f9 !important;
}

body[data-controller="templates"] .account-nav-link[data-link="templates"] h4,
body[data-controller="campaign_templates"]
  .account-nav-link[data-link="templates"]
  h4 {
  color: #0075f9 !important;
}

body[data-controller="users"][data-action="index"]
  .account-nav-link[data-link="users"]
  h4 {
  color: #0075f9 !important;
}

body[data-controller="subscriptions"][data-action="index"]
  .account-nav-link[data-link="billing"]
  h4,
body[data-controller="cards"][data-action="edit"]
  .account-nav-link[data-link="subscriptions"]
  h4 {
  color: #0075f9 !important;
}

body[data-controller="subscriptions"][data-action="edit"]
  .account-nav-link[data-link="edit"]
  h4 {
  color: #0075f9 !important;
}

body[data-controller="accounts"][data-action="edit"]
  .account-nav-link[data-link="edit"]
  h4 {
  color: #0075f9 !important;
}

body[data-controller="accounts"][data-action="partner"]
  .account-nav-link[data-link="partner"]
  h4 {
  color: #0075f9 !important;
}

#content .progress {
  height: 30px;
}

#content .progress p {
  font-size: 13px;
}

.progress-bar-total {
  padding-top: 7px;
}

.progress-bar {
  background: #003fff !important;
  padding-top: 6px;
}

.cancel-step {
  padding: 25px;
  display: none;
}

.partner-tab {
  float: left !important;
  width: 200px;
  display: inline-block !important;
}

.account-nav-meter {
  height: 30px !important;
  width: 250px;
  background: #34495e;
  margin-top: 5px;
  margin-bottom: 0px !important;
  margin-left: auto;
}

.onboarding-modal {
  max-width: 965px;
}

.onboarding-modal .onboarding-modal-form-col {
  padding: 50px;
}

.onboarding-modal .onboarding-modal-testimonial-col {
  background: #191a1b;
  overflow: hidden;
  min-height: 550px;
}

.onboarding-modal .onboarding-modal-testimonial-col svg {
  position: absolute;
}

.onboarding-modal .onboarding-modal-testimonial {
  max-width: 300px;
  margin-top: 40%;
}

.onboarding-modal .onboarding-modal-testimonial h4 {
  line-height: 1.5em;
}

.testimonial-avatar-profile {
  height: 40px;
  border-radius: 100%;
}

.testimonial-avatar .testimonial-avatar-company {
  font-size: 12px;
}

@media (max-width: 480px) {
  body[data-controller="accounts"] {
    min-width: initial;
  }
}

#accounts-promos-carousel .item .close {
  margin-top: -10px;
  margin-right: -10px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.action-group-container {
  padding: 20px;
  border-radius: 3px;
}

.action-group-remove {
  float: right;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: 0px;
  color: #fff;
  background: #7b90a1;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}

.action-group-remove .glyphicon {
  font-size: 12px !important;
  line-height: 22px;
}

.action-group-type {
  text-transform: none !important;
}

.action-group .tab-toggle {
  padding-right: 10px;
}

.action-group .tab-toggle p {
  width: 480px;
}

.action-group .tab-toggle .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.action-group-incomplete {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  border: 1px solid #c0392b !important;
}
.actions-list {
  background: #90a6c4;
  color: #fff;
  padding: 12px 15px;
  margin-bottom: 5px;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.actions-list .cf-item-controls {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.actions-list p {
  margin-bottom: 0;
}

.actions-remove {
  float: right;
  text-align: center;
  padding-left: 1px;
  cursor: pointer;
  right: 10px;
  color: #fff;
  margin-top: 10px;
  background: #7b90a1;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.actions-remove .glyphicon {
  font-size: 10px !important;
  line-height: 17px;
  top: -2px;
}

.actions-builder {
  border: 1px solid #eaf1fa;
  border-radius: 3px;
  padding: 20px 20px 30px !important;
  background: #fff;
}

.actions-builder .actions-field {
  margin-top: 20px;
  margin-bottom: 5px;
}

.actions-builder .actions-field-input {
  margin-top: 20px;
  margin-bottom: 5px;
}

.actions-builder .actions-create {
  background: #003ffe;
  color: #fff !important;
  border: 1px solid #003ffe !important;
  padding: 9px 10px;
  border-radius: 3px;
  outline: none !important;
  font-size: 14px;
  text-transform: capitalize;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.actions-form-close {
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
  right: 0px;
  top: 10px;
  z-index: 2;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input,
button,
a,
select,
table,
div {
  font-family: "Inter", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

label {
  font-weight: inherit;
}

a,
a:hover,
a:active {
  text-decoration: none !important;
  color: #003fff;
}

p {
  font-size: 13px;
}

body {
  font-size: 16px;
  background: #fff;
  min-width: 1208px;
  color: #000000;
}

input {
  --tw-ring-shadow: 0 0 #000 !important;
}

input[type="radio"], input[type="checkbox"], .form-control, select {
  appearance: auto;
}

input {
  --tw-ring-shadow: 0 0 #000 !important;
}

input[type="radio"], input[type="checkbox"], .form-control, select {
  appearance: auto;
}

.yield {
  margin: 30px;
}

#content {
  transition: margin-left 0.5s;
}

.btn {
  font-size: 12px;
  padding: 7px 13px;
}

.collapse {
  visibility: initial;
}

.convertflow-logo {
  max-width: 200px;
  margin-top: 10px;
  border: 0px;
  padding: 10px 15px 15px 15px;
}

.account-logo {
  width: auto;
  position: relative;
  margin-top: 0px;
}

.nav-top-active {
  min-height: 60px;
}

.form-model {
  max-width: 750px;
}

.form-user {
  max-width: 450px;
}

.leadhook-list {
  background: #fff;
  border-radius: 5px;
}

.leadhook-list a {
  color: #8693a2 !important;
}

.app-header {
  background: #fff;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-top-active {
  background: #033156;
  padding: 13px 20px 5px;
}

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

.desktop-nav {
  font-size: 13px;
}

.caps {
  letter-spacing: 1px;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

@media (max-width: 1024px) {
  .desktop-nav {
    margin-left: 0px;
  }
}

.dashboard-box {
  background: #fff;
  border-bottom: #e0e5e9 1px solid;
  // border: 1px solid #E0E5E9;
  border-radius: 0px;
  margin-left: -30px !important;
  margin-bottom: 40px;
  padding: 50px 30px 40px;
  min-height: 160px;
}

// .dashboard-box:hover {
//  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
//  -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.1);
//  box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.1);
//  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
//     transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
//  }

.dashboard-box .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dashboard-box h3 {
  margin-top: 0px !important;
}

.app-header .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.app-header .title {
  margin-left: -10px !important;
}

#dLabel {
  padding-top: 8px !important;
}

.leadhooks-li {
  background: #fff;
  border: #e0e5e9;
  // border: 1px solid #E0E5E9;
  border-radius: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.leadhooks-li:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.lh-li-icons {
  background: #fff;
  color: #2c3e50;
  padding: 5px;
  height: 50px;
  padding-top: 17px;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.lh-li-icons:hover {
  background: #f2f6f7;
  color: #2c3e50;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.lh-li-icons a {
  color: #2c3e50;
}

.lh-li-icons a:hover {
  color: #2c3e50;
}

.dropdown-menu {
  padding: 5px 5px;
}

.dropdown-menu > li > a {
  font-size: 12px !important;
  padding: 4px 20px;
  border-radius: 4px;
}

.account-form {
  background: #fff;
  border: #e0e5e9;
  border: 1px solid #e0e5e9;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  max-width: 500px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.account-form input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #dbdbdb !important;
}

.signup-input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #dbdbdb !important;
}

.alert {
}

.contacts-index-container {
  max-width: 975px;
}

.medium-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.contacts-li {
  background: #fff;
  border: #e0e5e9;
  opacity: 0.9;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.contacts-li:hover {
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.contacts-li .medium-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.contacts-li .light {
  margin-bottom: 20px;
}

.contacts-profile-left {
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px;
}

.contacts-profile-left-2 {
  background: #fff;
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px;
}

.contacts-profile-right {
  background: #fff;
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px;
}

.contact-profile-values {
  color: #5cb85c;
  font-size: 24px;
  font-weight: 700;
}

.slidein-body .city {
  text-align: right;
  padding-top: 10px;
}

.slidein-ltv {
  background: #f7f9fc;
  border-top: 1px solid #e0e5e9;
  border-bottom: 1px solid #e0e5e9;
}

.slidein-ltv-left {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center;
  margin-bottom: -22px;
}

.slidein-ltv-right {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center;
  border-left: 1px solid #e0e5e9;
  margin-bottom: 0px;
}

.slidein-body {
  background: #fff;
  border-bottom: 1px solid #e0e5e9;
  padding: 20px 20px 20px 20px;
}

.slidein-body .title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0px !important;
}

.slidein-body .city {
  text-align: right;
  padding-top: 10px;
}

.slidein-follow-left {
  text-align: left;
}

.slidein-follow-right {
  text-align: left;
}

.body-section2,
.body-section3,
.body-section4 {
  padding: 15px 15px 15px 15px;
}

.contact-button {
  background: #2c3e66 !important;
  color: #fff !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.contact-button :hover {
  background: #233357 !important;
}

.contact-photo {
  width: 100%;
}

.contact-photo-box {
  max-width: 125px !important;
  max-height: 125px !important;
  margin-left: -30px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.contacts-col-2 {
  margin-left: -30px;
}

.contacts-col-last {
  padding-left: 40px;
}

.contact-row-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: 600 !important;
  letter-spacing: 1px;
  margin-bottom: 1px;
  margin-top: 6px;
}

.button-title {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding-top: 8px;
  min-width: 60px;
}

.border-left {
  border-left: 1px solid #f1f1f1;
}

@media (max-width: 987px) {
  .contacts-profile-right {
    margin-left: 0px !important;
  }
}

#contacts-table .table-bg-accent {
  background: #f9fafc !important;
}

#contacts-table td {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0px;
}

#contacts-table th {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-bottom: 0px !important;
}

.contact-profile-details {
  padding-top: 20px !important;
}

.contact-profile-details h4 {
  font-weight: 600 !important;
  color: #000 !important;
}

.contact-profile-title {
  margin-bottom: 15px;
}

.contacts-list {
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.contacts-list:hover {
  /*background: #F9FAFC; */
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-right: 3px solid #4882d3;
}

.contacts-list a {
  color: #232323;
}

.contacts-list a:hover {
  color: #2980b9;
}

.borderless {
  outline: none !important;
}

.not-smooth {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
}

.groups-link {
  color: #232323;
}

.groups-link:hover {
  color: #1f76d7;
}

.groups-li {
  background: #fff;
  padding-top: 10px;
  height: 230px;
}

.count-box {
  height: 110px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  border-radius: 0px;
  padding-top: 40px;
  line-height: 30px;
  color: #1f76d7;
  font-size: 60px;
  font-weight: 400;
}

.view-group {
  width: 100%;
  background: #1f76d7;
  padding: 10px 0px 2px 0px;
  color: #fff;
}

.card-new,
.card-new:active {
  background: #fff;
  color: #000;
  height: 230px;
  border: 1.5px dashed rgba(0, 0, 0, 0.10);
  padding-top: 90px;
  box-shadow: none;
  border-radius: 10px;
}

.cf-step .card-new,
.editbar .card-new {
  background: none;
}

.card-new:hover {
  background: rgba(255, 255, 255, 1);
  color: #003ffe;
  border: 1.5px solid #003ffe;
}

.integrations-li-new {
  background: transparent;
  color: #cdd0d6;
  cursor: pointer;
  border: 2px dashed #d7dae0;
  padding-top: 90px;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s,
    background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
}

.integrations-li-new:hover {
  background: #f5f7f9;
  color: #449d44;
  border: 2px solid #f5f7f9;
  border-bottom: 2px solid #d7dae0;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s,
    background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
}

.integrations-li-new:active {
  background: #f5f7f9;
  color: #449d44;
  border: 2px solid #eff2f7;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s,
    background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lf-dropdown {
  background: #1f76d7 !important;
}

.lf-dropdown:hover {
  background: #2887ed !important;
}

.widget-box {
  background: #fff !important;
  border-radius: 2px 2px 2px 2px;
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  /*-webkit-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
-moz-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);*/
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  padding: 0;
}

.top-header {
  background: #0b253b;
  text-align: center;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
}

.top-header:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0b253b;
}

.widget-box input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  background: #f9fafc;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #e8ebf1 !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}

.widget-box .btn-success {
  background-color: #4cae4c !important;
  border: none !important;
  color: #fff;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-top: 30px;
  min-width: 200px;
}

.widget-box .btn-success:hover {
  background: #62c862 !important;
}

.widget-box .col-md-4 {
  padding: 20px 20px 20px 20px;
}

.widget-box .col-md-4:hover {
  background: #f9fafc;
}

.nav-pills {
  margin-left: -25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav-pills .active {
  background: #1199e9;
  color: #fff !important;
  border: 1px solid #1199e9;
}

.nav-pills #firsttab {
  border-radius: 3px 0px 0px 3px;
  border-left: 1px solid #1199e9;
}

.nav-pills li {
  border-radius: 0px;
  border-right: 1px solid #1199e9;
  border-bottom: 1px solid #1199e9;
  border-left: 1px solid #1199e9;
  border-top: 1px solid #1199e9;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.nav-pills #lasttab {
  border-radius: 0px 3px 3px 0px;
}

.nav-pills > li > a {
  color: #667689;
}

.nav-pills > li.active > a {
  background: #1199e9 !important;
}

.dark-header {
  background: #033156 !important;
  -webkit-font-smoothing: antialiased !important;
  color: #6b83a0 !important;
  border: 0px;
  border-top: 1px solid #122a47;
}

.no-padding-sides {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.some-padding-sides {
  padding-left: 7px;
  padding-right: 7px;
}

.some-padding-left {
  padding-left: 7px;
}

.some-padding-right {
  padding-right: 7px;
}

.dark-header .glyphicon-menu-right {
  margin-left: 7px;
  margin-right: 7px;
}

.btn-dark {
  color: #768db0;
  background: transparent !important;
  border: 1px solid #768db0;
}

.btn-primary {
  background: #006efb;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #006efb;
}

.btn-dark:hover {
  color: #768db0;
  border: 1px solid #768db0;
}

.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn.caps {
  font-size: 12px !important;
}

.navbar {
  border: 0px solid transparent;
}

.field-headline {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.3em;
  text-transform: capitalize;
  font-family: "Inter", Helvetica, sans-serif !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.field-title,
.control-label {
  font-size: 12px;
  color: #000;
  line-height: 1.3em;
  text-transform: capitalize;
}

input.field-title,
.btn.field-title {
  line-height: inherit;
}

/* Normal Track */
input[type="checkbox"].ios-switch + article {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 0px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: #7988a3;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 10px 0px 0px -20px;
}

/* Green Track */
input[type="checkbox"].green.ios-switch:checked + article {
  background-color: #003FFF;
  border: 0px solid #003FFF;
  box-shadow: inset 0 0 0 10px #003FFF;
}

/* Normal Knob */
input[type="checkbox"].ios-switch + article > article {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + article > article {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172, 1);
}

/* Green Knob */
input[type="checkbox"].green.ios-switch:checked + article > article {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 0px rgba(0, 162, 63, 1);
}

.success {
  color: #2ecc71 !important;
}

.cta-clear {
  background: transparent;
  border: 1px solid #fff;
}

.cf-field {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  background: #f9fafc none repeat scroll 0% 0%;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #e8ebf1;
  box-shadow: none;
}

.little-vertical-space {
  margin-top: 7px;
  margin-bottom: 7px;
}

.faded-input {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  background: #f9fafc none repeat scroll 0% 0%;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #e8ebf1;
  box-shadow: none;
}

.btn-light {
  font-size: 16px;
  color: #6a7586;
  border: 1px solid #e2e7eb;
  padding: 6px 30px;
}

.condition-inner {
  background: none;
}

.condition-inner:hover {
  background: #f9fafc !important;
}

.text-field {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 12px;
  color: #000;
  background: #fff none repeat scroll 0% 0%;
  border-radius: 6px;
  font-weight: 400;
  border: 1px solid rgba(184, 184, 184, 0.31);
  box-shadow: none;
}

select.text-field {
  padding: 9px;
}

.checkbox-field {
  width: auto;
  padding: 0;
  line-height: 0px;
  box-shadow: none !important;
}

#loading-icon {
  background: #fff;
  display: none;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  z-index: 9999999;
}

.semibold {
  font-weight: 600 !important;
}

.caption {
  font-weight: 400;
  font-size: 14px;
  color: #7988a3;
}

.gap-5 {
  gap: 5px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-flex-wrap {
  flex-wrap: wrap;
}

.d-flex-wrap > div {
  margin-top: 25px;
}

.white {
  color: #fff;
}

.flat-box {
  background: #fff;
  border-bottom: 2px solid #d7dae0;
  border-radius: 3px;
}

.white-box {
  background: #fff;
}

.area {
  position: relative;
  padding-top: 5px;
  margin-bottom: 5px;
}

.object-delete {
  float: right;
  top: 0px;
  right: 0px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  display: none;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none;
}

.object-delete .glyphicon {
  font-size: 11px !important;
}

.object-remove,
.object-update {
  float: right;
  text-align: center;
  cursor: pointer;
  right: 10px;
  color: #fff;
  margin-top: 13px;
  background: #7b90a1;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
}

.object-remove:hover {
  color: #fff;
}

.object-update {
  right: 40px;
}

.object-remove .glyphicon,
.object-update .glyphicon {
  font-size: 10px !important;
  line-height: 17px;
  top: -2px;
}

.condition-remove {
  float: right;
  top: 0;
  right: 0;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none;
}

.condition-remove .glyphicon {
  font-size: 11px !important;
}

.action-delete {
  float: right;
  margin-top: 12px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  z-index: 10;
  color: #fff;
  display: none;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
}

.action-delete .glyphicon {
  font-size: 11px !important;
  line-height: 22px;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.link-tabs > li {
  float: left;
  width: 200px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  background: #0083fd !important;
  cursor: pointer;
}

.link-tabs > li.active > a,
.link-tabs > li.active > a:hover,
.link-tabs > li.active > a:focus {
  color: #0083fd;
  background: #fff !important;
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #fff;
}

.link-tabs > li > a:hover {
  color: #0083fd;
  background: #fff !important;
  cursor: pointer;
  border: 1px solid #fff;
}

.link-tabs > li > a:hover,
.link-tabs .nav > li > a:focus {
  color: #fff;
  background: #0083fd;
  cursor: pointer;
}

.link-tabs > li > a {
  border: 0px solid transparent !important;
  color: #fff;
}

.shepherd-element.shepherd-theme-square .shepherd-content {
  box-shadow: none !important;
}

.shepherd-element.shepherd-theme-square.shepherd-has-title
  .shepherd-content
  header {
  background: #003fff !important;
  color: #fff !important;
}

.shepherd-element.shepherd-theme-square .shepherd-content {
  background: #fff !important;
  color: #696969 !important;
}

.shepherd-element.shepherd-theme-square
  .shepherd-content
  footer
  .shepherd-buttons
  li
  .shepherd-button {
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before {
  border-bottom-color: #003fff !important;
}

.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  header
  a.shepherd-cancel-link {
  color: #fff !important;
  opacity: 1 !important;
}

.account-link {
  color: #677789;
}

.account-link:hover,
.account-link:active,
.account-link-active {
  color: #048ff9;
}

.desktop {
  display: visible;
}

.desktop-only {
  display: visible;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.light {
  color: #64748b;
}

a.light:hover {
  color: #003fff;
}

.not-bold {
  font-weight: 400;
}

@media (max-width: 1000px) {
  .desktop-only {
    display: none !important;
  }

  .tablet {
    display: inline !important;
  }
}

@media (max-width: 480px) {
  .desktop-only {
    display: none !important;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: inline !important;
  }
}

.template {
  background: #ccc;
  color: #fff;
  min-height: 100px;
  cursor: pointer;
}

.cta_type {
  background: #fff;
  color: #2f2f2f;
  padding: 15px 10px 3px;
}

.cta_type:hover,
.cta_type.active {
  background: #1776e6 !important;
  color: #fff;
}

.cta_type.template-select {
  border-left: #e0ecf8 1px solid;
  border-right: #e0ecf8 1px solid;
}

.cta_type.active.template-select {
  border-left: #1776e6 1px solid;
  border-right: #1776e6 1px solid;
}

.nav-link {
  color: #677789;
  cursor: pointer;
}

.nav-link:hover {
  color: #003ffe;
}

.nav-link-active {
  color: #003ffe;
  cursor: pointer;
}

.nav-link-active:hover {
  color: #003ffe;
}

.add-circle {
  background: #27ae60 !important;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.cta-remove {
  float: right;
  top: -5px;
  right: -5px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none;
}

.cta-remove .glyphicon {
  font-size: 11px !important;
}

.liveswitch input[type="checkbox"].ios-switch + article {
  vertical-align: middle;
  width: 50px;
  height: 20px;
  border: 0px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 10px 0px 0px -20px;
}

.liveswitch input[type="checkbox"].green.ios-switch:checked + article {
  background-color: #2ecc71;
  border: 0px solid rgba(0, 162, 63, 1);
  box-shadow: inset 0 0 0 10px #2ecc71;
}

.liveswitch input[type="checkbox"].ios-switch + article > article {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 0px;
  margin-left: 1px;
}

.liveswitch input[type="checkbox"].ios-switch:checked + article > article {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172, 1);
  margin-left: 10px;
}

.liveswitch
  input[type="checkbox"].green.ios-switch:checked
  + article
  > article {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 0px rgba(0, 162, 63, 1);
}

.scenario {
  margin-top: 15px;
}

.number {
  width: 30px;
  height: 30px;
  background: #0083fd;
  border-radius: 50px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-left: -17px;
}

.cta-thumbnail {
  background: #0a263a no-repeat center center;
  background-size: 375px;
  overflow: hidden;
  height: 200px;
  line-height: 200px;
}

.view-cta {
  margin-top: -200px;
  z-index: 5 !important;
  background: rgba(8, 31, 47, 0.8);
  height: 200px;
  opacity: 0;
  padding-top: 15px;
  position: absolute;
  width: 92%;
  transition: opacity 0.2s ease;
}

.view-cta:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.cta-list-options {
  height: 30px;
  margin-bottom: 36px;
}
.date a[title="Select Time"] {
  display: none !important;
}

.object-list-item {
  padding: 20px 10px 15px;
  border-radius: 3px;
  border-bottom: 1px solid #f2f2f2;
}

.object-list-item:hover,
.object-list-item:hover {
  background: #f3f6f8;
}

.object-list-item .object-remove {
  top: -10px;
  right: -7px;
  display: none;
  position: absolute;
  z-index: 1;
}

.object-list-item:hover .object-remove {
  display: block;
}

#loading-builder {
  position: fixed;
  width: 100%;
  height: 200%;
  background: #fff;
  z-index: 10000;
  top: 206px;
}

#onboard-legacy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 250px;
  height: 355px;
  background: #fff;
  bottom: -355px;
  left: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  -moz-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  z-index: 100000 !important;
  transition: bottom 0.2s ease;
}

#onboard-legacy:hover {
  bottom: 0px;
}

#onboard-legacy.onboard-fixed {
  bottom: 0px !important;
}

#onboard-legacy .toggle {
  height: 35px;
  margin-top: -35px;
  background: #0072f5 !important;
  opacity: 0.9 !important;
  cursor: pointer !important;
  padding-left: 15px;
  padding-top: 5px;
  border-radius: 3px 3px 0px 0px;
}

#onboard-legacy .toggle:hover {
  opacity: 1 !important;
}

#onboard-legacy .toggle .glyphicon {
  font-size: 13px !important;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

#onboard-legacy .popover {
  position: fixed !important;
  bottom: 45px;
  text-align: center !important;
  width: 250px;
  left: 20px;
  border: 0px !important;
  height: 70px;
  top: initial !important;
}

#onboard-legacy .onboard-item {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #696969;
}

#onboard-legacy .onboard-item:hover {
  color: #0072f5;
}

#onboard-legacy .onboard-item.onboard-completed {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #ccc !important;
}

#onboard-legacy .onboard-item.onboard-completed span {
  text-decoration: line-through;
  color: #ccc;
}

#onboard-legacy .onboard-item.onboard-completed span .onboard-link {
  text-decoration: line-through;
  color: #ccc;
}

#onboard-legacy .onboard-link {
  color: #696969;
}

#onboard-legacy .onboard-link:hover {
  color: #0072f5 !important;
}

.search {
  color: #696969;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

.search:hover {
  color: #1892f5;
}

#cf-help {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #0078fb
    url(https://assets.convertflow.com/images/cf-icon-white.png) no-repeat
    center center;
  background-size: 40px auto;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
  z-index: 2147483645;
}

#cf-help:hover {
  background-color: #0090ff;
}

.pagination > li > a,
.pagination > li > span {
  position: relative !important;
  float: left !important;
  padding: 6px 12px !important;
  font-size: 12px;
  line-height: 1.42857143 !important;
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #F1F1F1;
  margin-left: -1px !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #003ffe;
  border-color: #003ffe;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  border-color: #F1F1F1;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.list-stat {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 15px;
  padding-bottom: 5px;
}

.label-box {
  margin-top: -1px;
  background: #0072f5;
  color: #fff !important;
  border-radius: 3px;
  padding: 5px 10px;
  position: absolute;
  display: inline;
}

.website-tab {
  width: 135px;
  height: 50px;
  line-height: 40px;
  border-bottom: 3px solid #033156;
  float: left;
  text-align: center;
  color: #9ab1d4;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.website-tab a {
  color: #9ab1d4;
}

.website-tab a:hover {
  color: #fff;
}

.website-tab:hover {
  color: #fff;
  border-bottom: 3px solid #1277ba;
}

.website-tab-active {
  width: 135px;
  height: 50px;
  line-height: 40px;
  border-bottom: 3px solid #1277ba;
  float: left;
  text-align: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.website-tab-active a {
  color: #fff !important;
}

#website-nav .glyphicon {
  margin-top: 2px;
}

.popover {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 12px !important;
}

.contact {
  padding: 12px 15px 10px;
  height: 92px;
}

.contact a {
  color: inherit;
}

.contact a p:hover,
.contact a h4:hover {
  text-decoration: underline;
}

.contact .avatar {
  overflow: hidden;
  margin: -15px;
  margin-right: 10px;
  margin-top: -12px;
  height: 90px;
}

.contact .avatar img {
  height: 90px;
  width: auto;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field-title.ellipsis {
  line-height: 15px;
}

.add-container {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #00b593;
}

.add-container .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px;
}

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #00b593;
  border-color: #00b593;
  color: #fff;
}

.website-toggle {
  background: #eff4ff;
  border: 0;
  color: #212b33;
  font-size: 18px;
  width: 200px;
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  border-radius: 150px;
  margin-top: 11px;
}

.website-toggle .caret {
  margin-left: 0px;
  margin-right: 5px;
}

.website-toggle-container {
  background: #fff;
}

.website-nav-create {
  background: #033156 !important;
  padding: 5px 10px;
  font-size: 14px;
  border: 0px;
}

.logo-nav {
  background: #0b253b;
  padding: 10px;
  margin-bottom: 60px;
}

.logo-nav img {
  height: 25px;
}

.list-empty-message {
  padding: 15px 20px 5px;
  background: none;
  color: #000;
  border: 1px solid #000;
}

.list-empty-message p {
  font-size: 12px !important;
}

.green-button {
  background: #1bb492 !important;
  border: 1px solid #1bb492 !important;
  color: #fff !important;
}

.cf-switch-component button {
  border: 2px solid #EBF1F9 !important;
  color: #7C90A2 !important;
  background-color: #fff !important;
  width: 60px;
}

.cf-switch-component button:focus {
  outline: none !important;
}

.cf-switch-component button.cf-switch-selected {
  border-color: #7C90A2 !important;
  color: #fff !important;
  background-color: #7C90A2 !important;
}

.cf-switch-component button[data-operator="and"] {
  border-right: 0px !important;
}

.cf-switch-component button[data-operator="or"] {
  border-left: 0px !important;
}

.blue-button {
  background: #003fff !important;
  border: 1px solid #003fff !important;
  color: #fff !important;
}

.blue-button-clear {
  background: none !important;
  border: 1px solid #003fff !important;
  color: #003fff !important;
}

.black-button {
  background: #191a1b !important;
  border: 1px solid #191a1b !important;
  color: #fff !important;
}

.black-button-clear {
  background: none !important;
  border: 1px solid #191a1b !important;
  color: #191a1b !important;
}

.white-button {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.button-shadow {
  box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.2);
}

.flat-box .stat {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
}

.icon-button-dark {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  padding-top: 2px;
  color: #fff;
  margin-left: 7px;
  margin-right: 7px;
}

.icon-button-light {
  border: 1px solid #eaf1fa !important;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  padding-top: 2px;
  color: #7d90a1;
  background: #fff;
  margin-left: 7px;
  margin-right: 7px;
}

.content-headline {
  line-height: 1.5em;
}

.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

/* filestack */
.fsp-picker__brand {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.fsp-modal {
  background: #fff !important;
}

.fsp-header {
  background: #fff !important;
}

.fsp-drop-area {
  background-color: #fff !important;
}

.fsp-modal__sidebar {
  background: #fff !important;
}

.fsp-source-list__item--active {
  background-color: #fff !important;
  box-shadow: none !important;
}

.modal {
  background: rgba(186, 191, 198, 0.70) !important;
  backdrop-filter: blur(2px);
}

[data-mode="dark"] .modal {
  background: rgba(203, 210, 219, 0.20) !important;
}

.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 10px;
}

@media (max-width: 1266px) {
  #beamerLaunch {
    display: none;
  }
}

.progress-bar-warning {
  background: #e74c3c !important;
}

.smart-select > div {
  border: 1px solid #e8ebf1;
}

.fsp-source-list__logout {
  display: none;
}

.btn-black {
  background: #191a1b;
  color: #fff;
}

.btn-black:hover,
.btn-black:active {
  color: #fff !important;
  opacity: 0.9;
}

.btn-clean-black {
  background: #fff;
  border: 1px solid #191a1b;
  color: #191a1b;
}
.underline-on-hover:hover {
  text-decoration: underline !important;
}

.date-toggle {
  background: #f9fafc;
  border: 1px solid #e8ebf1;
  border-left: 0px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #006ef9 !important;
}

.blue {
  color: #003fff;
}

.grey {
  color: rgb(121, 136, 163) !important;
}

.black {
  color: #000000 !important;
}

.alert.alert-danger {
  background: #d63031 !important;
  color: #fff !important;
  border: none !important;
}

.alert.alert-danger a {
  color: #fff !important;
}

.alert-blue {
  background: #003ffe !important;
  padding: 15px 20px 5px;
  color: #fff;
  margin-top: 5px;
}

.alert-blue a {
  text-decoration: underline !important;
  color: inherit !important;
}

.alert-success {
  background: #1bb492 !important;
  padding: 15px 20px 5px;
  color: #fff;
  margin-top: 5px;
}

.alert-success a {
  text-decoration: underline !important;
  color: inherit !important;
}

.content-container {
  padding: 0 40px;
}

.collapse-group-container {
  background: #e9f1fa;
  padding: 20px;
  border-radius: 3px;
}

.collapse-group-remove {
  float: right;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: 0px;
  color: #fff;
  background: #7b90a1;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}

.collapse-group-remove .glyphicon {
  font-size: 12px !important;
  line-height: 22px;
}

.collapse-group-type {
  text-transform: none !important;
}

.collapse-group .tab-toggle {
  padding-right: 10px;
}

.collapse-group .tab-toggle p {
  width: 480px;
}

.collapse-group .tab-toggle .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.collapse-group-incomplete {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  border: 1px solid #c0392b !important;
}

.dropzone-box {
  outline-style: dashed;
  outline-color: #3babf7;
  outline-width: thin;
  background: rgba(0, 161, 255, 0.06);
  cursor: move;
}

.timeframe-date-selector {
  float: right;
  width: 150px;
  padding-left: 5px;
  margin-top: 10px;
}

.reports-tabs li a {
  font-size: 14px !important;
  color: #000 !important;
  cursor: pointer;
}
.reports-tabs li.active a {
  border-left-color: #e9ebf1 !important;
  border-right-color: #e9ebf1 !important;
  border-top-color: #e9ebf1 !important;
}

.row-heading {
  font-size: 12px !important;
}

.report-column-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.btn-group > .btn.input-lg.active {
  z-index: initial;
}

.button-small {
  font-size: 12px; 
  padding: 4px 10px; 
  border-radius: 3px !important;
}

.fr-toolbar, .fr-box.fr-basic .fr-wrapper, .fr-second-toolbar {
  border: 1px solid #E2E8F0;
}

.fr-second-toolbar {
  border-top: none !important;
}

.fr-toolbar.fr-inline {
  border-radius: 8px !important;
}

.fr-toolbar.fr-top .fr-command.fr-btn {
  height: 30px !important;
  margin: 0px !important;
}

.fr-toolbar.fr-inline .fr-command.fr-btn {
  height: 35px !important;
}

.fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn .glyphicon {
  margin: 3px !important;
  height: 22px !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  top: 13px !important;
}

.fr-toolbar.fr-top .fr-expanded {
  height: 60px !important;
}

.fr-toolbar.fr-inline .fr-expanded {
  height: 40px !important;
}

.fr-toolbar .fr-expanded .fr-command.fr-btn i, .fr-toolbar .fr-expanded .fr-command.fr-btn svg, .fr-toolbar .fr-expanded .fr-command.fr-btn .glyphicon, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn .glyphicon {
  margin: 3px !important;
  height: 18px !important;
}

.fr-btn.fr-dropdown {
  min-width: 40px !important;
}

.fr-toolbar .fr-btn-grp {
  margin: 0px !important;
}

.fr-box.fr-basic .fr-element {
  padding: 10px 10px 0px;
  min-height: 30px !important;
}

.fr-popup.fr-active {
  max-width: 250px !important;
}

.fr-popup .fr-layer {
  width: 200px !important;
}

.fr-popup .fr-color-set>span {
  width: 25px !important;
  height: 25px !important;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow-y: scroll;
}

.fr-command[data-cmd="filestackReplace"] {
  float: left !important;
}

.fr-toolbar .fr-command[data-cmd="customHTML"] {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.fr-toolbar .fr-command[data-cmd="filestack"] .glyphicon {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px !important;
}

.fr-toolbar .fr-command[data-cmd="personalize"] {
  min-width: 32px !important;
}

.fr-toolbar .fr-command[data-cmd="personalize"] .glyphicon {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px !important;
  padding: 0px !important;
  font-size: 10px !important;
}

.fr-command[data-cmd="linkList"] {
  display: none !important;
}
.cf-item-controls svg:hover {
  cursor: pointer;
}

.range-slider {
  /* Remove default styling */
  -webkit-appearance: none;
}

/* Focus outline */
.range-slider:focus {
  outline: none;
}

/* Track */
.range-slider::-webkit-slider-runnable-track {
  border-radius: 9999px;
  height: 8px;
}

.range-slider::-moz-range-track {
  border-radius: 9999px;
  height: 8px;
}

/* Thumb */
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px; /* Adjusts the thumb to fit the track */
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  cursor: pointer;
}

.range-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  cursor: pointer;
}

/* Filled part of the track (for WebKit browsers) */
.range-slider::-webkit-slider-runnable-track {
  background: #003FFF !important;
}

.range-slider:is(:focus, :hover)::-webkit-slider-runnable-track {
  /* background: #003FFF !important; */
}

/* Filled part of the track (for Mozilla browsers) */
.range-slider::-moz-range-progress {
  background-color: #003FFF;
  border-radius: 9999px;
  height: 8px;
}

.range-slider:is(:focus, :hover)::-moz-range-progress {
  background-color: #003FFF;
}

.modal-dialog .modal-dialog {
  padding-left: 50px;
  padding-right: 50px;
}

.fr-more-toolbar {
  border-radius: 8px !important;
}

.fr-popup .fr-color-set.fr-selected-set {
  padding: 0px;
}

.fr-popup .fr-action-buttons button.fr-command {
  background: #003FFF !important;
  color: #fff;
  height: 44px !important;
}

#options-panel .fr-popup {
  left: 10% !important;
}

.fr-popup .fr-color-set>span>i, .fr-popup .fr-color-set>span>svg {
  padding-top: 7px;
  top: -4px;
}

[data-mode="dark"] .modal-dialog .modal-content {
  border: 1px solid rgba(100, 106, 129, 0.31) !important;
}

[data-mode="dark"] .fr-toolbar {
  background: #020617 !important;
  color: #fff !important;
  border: 1px solid rgba(121, 135, 192, 0.3) !important;
}

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn, [data-mode="dark"] .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  color: #fff !important;
  background: transparent !important;
}

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn svg path, [data-mode="dark"] .fr-popup .fr-command.fr-btn svg path, [data-mode="dark"] .fr-modal .fr-command.fr-btn svg path {
  fill: #fff !important;
}

.fr-toolbar .fr-more-toolbar {
  border-radius: 0px !important;
}

[data-mode="dark"] .fr-toolbar .fr-more-toolbar {
  background: #1F2437 !important;
}

[data-mode="dark"] .fr-toolbar .fr-newline {
  background: transparent !important;
}

[data-mode="dark"] .fr-second-toolbar {
  background: #020617;
  border: 1px solid #202538;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu, [data-mode="dark"] .fr-popup {
  background: #000;
}

[data-mode="dark"] .fr-popup .fr-buttons.fr-tabs {
  background-color: #000;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-content {
  border: 1px solid rgba(100, 106, 129, 0.31%);
  border-radius: 3px;
}

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn.fr-dropdown:after, [data-mode="dark"] .fr-popup .fr-command.fr-btn.fr-dropdown:after, [data-mode="dark"] .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  border-top-color: #fff;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #003FFF;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a:hover {
  background: #1B1F2E;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #fff;
}

[data-mode="dark"] .fr-command[data-cmd="textColor"] .fr-popup, [data-mode="dark"] .fr-desktop .fr-command:hover:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command:focus:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #1B1F2E;
}

[data-mode="dark"] .fr-popup .fr-color-set>span>i path, [data-mode="dark"] .fr-popup .fr-color-set>span>svg path {
  fill: #fff;
}

[data-mode="dark"] .fr-separator {
  background: #1B1F2E;
}

.dark .fr-box.fr-basic .fr-element {
  color: #fff;
}

.dark .fr-box.fr-basic .fr-wrapper {
  background: transparent;
  border: 1px solid rgba(100, 106, 129, 0.31%);
  border-top: 0px;
}

[data-mode="dark"] .fr-popup .fr-input-line input[type="text"], [data-mode="dark"] .fr-popup .fr-input-line input[type="number"], [data-mode="dark"] .fr-popup .fr-input-line textarea {
  background: #000;
  border: 1px solid rgba(100, 106, 129, 0.31%);
  color: #fff;
}

[data-mode="dark"] .fr-popup .fr-input-line input+label, [data-mode="dark"] .fr-popup .fr-input-line textarea+label {
  background: #000;
  color: #fff;
}

[data-mode="dark"] .fr-popup .fr-checkbox-line label {
  color: #fff;
}

::-webkit-scrollbar {
  display: none;
}

.setting-spacing-input::-webkit-inner-spin-button,
.setting-spacing-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.ios-switch[type="checkbox"] + article {
  background-color: #CBD4E1; 
}

[data-mode="dark"] input.ios-switch[type="checkbox"] + article {
 background-color: #292F44; 
}

input.ios-switch[type="checkbox"]:checked + article {
  background-color: #003FFF !important; 
}

input.ios-switch[type="checkbox"] + article > article {
  box-shadow: none !important;
}

.thumbnail-overlay:hover .thumbnail-button {
  display: block !important;
}

.setting .fr-command.fr-btn.fr-active+.fr-dropdown-menu {
  left: 0px !important;
}

.select-multi-value, .select-multi-value div {
  color: #000 !important;
}

[data-mode="dark"] .select-multi-value, [data-mode="dark"] .select-multi-value div {
  color: #fff !important;
}

.form-checkbox:checked {
  color: #003FFF;
}

.nav-tabs > li > a:hover {
  background: #fff;
}

.close {
  opacity: 1;
}

.close path {
  stroke: black;
}

[data-mode="dark"] .close path {
  stroke: white !important;
}

div[data-react-class="shared/Tooltip"] {
  display: inline;
}

.cf-loading-spinner {
  margin: 0px 23.5px !important;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  animation: cf-quiz-loading-spinner 1s linear infinite
}

.cf-loading-spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: cf-quiz-loading-spinner-prix 1s linear infinite ;
}
.area {
  width: 250px !important;
}

.area-new {
  max-height: 132px;
  padding-top: 55px !important;
  cursor: pointer;
}

.areas-container .area {
  padding-left: 0px;
}

.area .object-remove {
  margin-right: 5px;
}

.area .object-remove,
.area .object-update {
  margin-top: 5px;
  display: none;
  position: absolute;
  z-index: 1;
}

.area:hover .object-remove,
.area:hover .object-update {
  display: block;
}

.area-background {
  position: absolute;
  width: 90.8%;
  height: 130px;
  background-image: url("https://assets.convertflow.com/images/area-custom.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.area-content {
  padding: 10px 15px 15px;
  position: absolute;
  width: 90.8%;
  height: 130px;
}

.area-code {
  max-width: 640px;
  height: 40px;
  border-radius: 0px;
  margin-top: 28px;
  opacity: 0.2;
}

.area-code:hover {
  opacity: 1;
}

.area-code .prettyprint {
  border: 0px;
  border-radius: 5px !important;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.area-toggle {
  margin: 0 !important;
  background: #8ea7c2 !important;
}

.area-toggle-checkbox {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 20px;
  left: 0;
  margin: 0 !important;
  opacity: 0;
}

.areas-container.areas-preview {
  overflow-y: hidden;
  position: relative;
}

.areas-preview .areas-show-more {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0px 0;
  height: 120px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, transparent, white);
}

.areas-preview .areas-show-more button {
  margin-top: 85px !important;
  /*background: #fff !important;*/
  /*border: 1px solid #eaf1fa !important;*/
}
.broadcast {
  background: #fff;
  border-bottom: 1px solid #eaf1fa;
  padding: 15px 15px 7px;
}

.broadcast:hover {
  background: #f5f7f9;
}

.campaign-toggle-checkbox {
  cursor: pointer;
}

.broadcast .campaign-toggle-checkbox {
  width: 50px;
  height: 40px;
  left: 10px;
  margin: 0;
  margin-top: -20px;
  cursor: pointer;
}

.broadcast .campaign-toggle-checkbox:checked {
  background: #003FFF;
}

.broadcast .campaign-toggle {
  margin: 0 !important;
  cursor: pointer;
}

.broadcast-item {
  background: #90a6c4;
  color: #fff;
  padding: 12px 15px;
  border-radius: 3px;
}

.broadcast-item a,
.broadcast-item a:hover,
.broadcast-item:active {
  color: #fff;
}

.broadcast-remove {
  float: right;
  text-align: center;
  cursor: pointer;
  right: 10px;
  color: #fff;
  margin-top: 13px;
  background: #7b90a1;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.broadcast-remove .glyphicon {
  font-size: 10px !important;
  line-height: 17px;
  top: -2px;
}

body[data-controller="broadcasts"] .btn-success {
  background-color: #1bb492 !important;
  border-color: #1bb492 !important;
}

body[data-controller="broadcasts"] .add-circle {
  background: #1bb492 !important;
}

.broadcast-range-select {
  margin-bottom: 5px;
  height: 62px;
  overflow: hidden;
  display: none;
}

.campaign-number {
  width: 20px;
  height: 20px;
  background: #003ffe;
  border-radius: 50px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-left: -10px;
}

.campaign-toggle-checkbox {
  position: absolute;
  opacity: 0;
  left: -20px;
  width: 200px;
  height: 20px;
  top: 10px;
  z-index: 9999;
}

.campaign-video-tooltip {
  width: 250px;
  float: right;
  margin-right: -280px;
  margin-top: 52px;
}

.broadcasts-list-title {
  font-size: 14px !important;
}

.broadcast-create-select {
  border: 2px dashed #d5dbe2;
  padding: 40px 20px 50px;
  border-radius: 4px;
}

.broadcast-create-select .glyphicon {
  font-size: 30px !important;
  line-height: 70px;
}

.broadcast-create-select:hover {
  color: #003ffe !important;
  border: 2px solid #003ffe !important
}

.BroadcastsList h3 {
  margin-top: 5px;
}

.BroadcastsList .broadcasts-list-row-container .broadcasts-list-row-header {
  border-bottom: 1px solid #f1f1f1;
}

.BroadcastsList .broadcasts-list-row-header {
  margin-top: 15px;
}

.BroadcastsList .BroadcastsListItem {
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.BroadcastsList .BroadcastsListItem:hover {
  background: #f5f7f9;
}

.BroadcastsList .BroadcastsListItem:last-child {
  border-bottom: 0px;
}

.BroadcastsList .broadcasts-list-row-heading {
  font-size: 12px;
}

.BroadcastsList .broadcasts-list-row-item-preview {
  width: 65px;
  height: 44px;
  background-size: auto 100%;
  background-position: top center;
  background-color: #7988a3;
}

.BroadcastsList .broadcasts-list-row-column {
  padding-top: 10px;
}

.BroadcastsList .broadcasts-list-row-column p,
.BroadcastsList .broadcasts-list-row-column span {
  font-size: 12px !important;
}

.BroadcastsList .BroadcastsListItem .campaign-status {
  float: left;
  text-transform: none;
}

.BroadcastsList .BroadcastsListItem .campaign-status span,
.BroadcastsList .BroadcastsListItem .campaign-status a {
  font-size: 12px;
}

.BroadcastsList .BroadcastsListItem span:hover {
  opacity: 0.8;
}

.BroadcastsList
  .BroadcastsListItem
  .broadcast-campaign-toggle
  .campaign-status {
  font-size: 12px !important;
  position: absolute;
  top: 12px;
  left: 50px !important;
}

.BroadcastsList .BroadcastsListItem .campaign-toggle-checkbox,
.BroadcastsList .BroadcastsListItem .campaign-toggle {
  left: 0px;
  margin: 0px !important;
  z-index: 0;
}

.BroadcastsListToolbar .broadcasts-list-toolbar-column {
  float: right;
  margin-right: 11px;
  display: block;
  position: relative;
}

.BroadcastsListToolbar input {
  color: #7c90a2 !important;
}

.BroadcastsListToolbar input[name="name"] {
}

.BroadcastsListToolbar .search {
  right: 10px;
}

.BroadcastsListToolbar .broadcasts-list-toolbar-filter-dropdown {
  width: 250px !important;
  right: 0;
  left: initial;
}

.BroadcastsListToolbar .broadcasts-list-toolbar-filter-dropdown li {
  margin-bottom: 10px;
}

#broadcast-filter-toggle.filtered {
  color: #0076f1 !important;
}
.broadcasts-cta .object-remove {
	display: none;
}

.broadcasts-cta:hover .object-remove {
	display: block;
}

.broadcasts-cta:hover .light {
	color: #0076f1 !important;
}

.broadcasts-cta .broadcasts-cta-thumbnail {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: auto 100% !important; 
	height: 120px;
	background: #2f2f2f;
	border-radius: 3px;
}

.broadcasts-cta-thumbnail .broadcasts-cta-overlay {
	display: none;
	height: 100%;
	padding-top: 40px;
	background: rgba(42, 45, 62, 0.84) !important;
}

.broadcasts-cta-thumbnail:hover .broadcasts-cta-overlay {
	display: block;
}

.broadcasts-cta .cf-card-v2 .cf-card-body {
  height: 130px;
}
.broadcast-group {
  padding: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #7c90a2 !important;
  cursor: pointer;
  margin-bottom: 10px;
}

.broadcast-group .object-remove {
  display: none;
  margin-top: -20px;
  margin-right: -20px;
}

.broadcast-group:hover .object-remove {
  display: block !important;
}

.BroadcastsGroupsSmallList {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  height: 23px;
}

.BroadcastsGroupsSmallListItem {
  width: 100%;
  max-width: 60px;
  min-width: 30px;
  display: inline-block;
  font-size: 9px;
  border-radius: 10px;
  background: rgba(121, 136, 163, 0.7);
  color: #fff !important;
  text-align: center;
  padding: 3px 6px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.BroadcastsGroupsSmallListItem:hover {
  opacity: 0.8;
}

.BroadcastsGroupsSmallListItem.light {
  background: rgba(255, 255, 255, 0.3);
}

.BroadcastsGroupsSmallListItem.light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.BroadcastsGroupsSmallList .broadcast-group-small-add {
  width: 18px;
  height: 18px;
  line-height: 14px;
  margin-top: 3px;
  float: left;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  opacity: 0.7;
  color: #7988a3;
  border: 1px solid #7988a3;
}

.BroadcastsGroupsSmallList .broadcast-group-small-add:hover {
  opacity: 1;
}

.BroadcastsGroupsSmallList .broadcast-group-small-add.light {
  border: 1px solid #fff;
  color: #fff;
}

.broadcast-group-item {
  font-size: 10px !important;
}
.campaign-template {
  width: 375px !important;
}

.campaign-playbook-panel {
  position: fixed;
  width: 600px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 100;
  box-shadow: -7px 0px 0px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  transition: right 0.3s;
  display: block;
}

.campaign-playbook-panel.collapsed {
  right: -610px;
  display: none;
}

.campaign-playbook-panel.collapsed #onboard-popup-close {
  display: none;
}

.campaign-playbook-author,
.campaign-playbook-template,
.campaign-playbook-body,
.campaign-playbook-video {
  max-width: 800px;
}

.campaign-playbook-panel .campaign-playbook-author,
.campaign-playbook-panel .campaign-playbook-template,
.campaign-playbook-panel .campaign-playbook-video {
  max-width: 500px;
}

.campaign-playbook-header {
  background: #000;
  min-height: 150px;
  position: relative;
  top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

.campaign-playbook-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  display: block;
  z-index: 0;
}

.campaign-playbook-bg-wrapper img {
  height: 200%;
  max-height: 500px;
}

.campaign-playbook-author {
  padding-top: 50px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.campaign-playbook-tag {
  font-size: 12px !important;
  min-width: 80px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  float: left;
}

.campaign-playbook-avatar {
  border-radius: 100%;
  width: 50px;
}

#onboard-popup .campaign-playbook-body {
  background: #fff;
  position: relative;
  margin-top: -40px;
  padding: 15px;
  border-radius: 3px;
  max-width: 550px;
}

.campaign-playbook-body h1,
.campaign-playbook-body h2,
.campaign-playbook-body h3,
.campaign-playbook-body h4 {
  margin-top: 30px;
}

.campaign-tutorial .campaign-playbook-body p {
  line-height: 1.8em;
  margin-bottom: 20px;
}

.campaign-playbook-body img {
  width: 100%;
}

.campaign-playbook-panel .object-remove {
  position: fixed;
  top: 0px;
  right: 10px;
}

.campaign-playbook-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 30px;
}

.campaign-playbook-panel.collapsed .campaign-playbook-toggle {
  display: block;
}

.campaign-template-category .campaign-template-item {
  float: right;
}
/*

    Name:       material
    Author:     Michael Kaminsky (http://github.com/mkaminsky11)

    Original material color scheme by Mattia Astorino (https://github.com/equinusocio/material-theme)

*/

.cm-s-material.CodeMirror {
  background-color: #263238;
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: rgb(83, 127, 126);
  border: none;
}
.cm-s-material .CodeMirror-guttermarker,
.cm-s-material .CodeMirror-guttermarker-subtle,
.cm-s-material .CodeMirror-linenumber {
  color: rgb(83, 127, 126);
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0;
}
.cm-s-material div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15);
}
.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::selection,
.cm-s-material .CodeMirror-line > span::selection,
.cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line > span::-moz-selection,
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}

.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0);
}
.cm-s-material .cm-keyword {
  color: rgba(199, 146, 234, 1);
}
.cm-s-material .cm-operator {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .cm-variable-2 {
  color: #80cbc4;
}
.cm-s-material .cm-variable-3 {
  color: #82b1ff;
}
.cm-s-material .cm-builtin {
  color: #decb6b;
}
.cm-s-material .cm-atom {
  color: #f77669;
}
.cm-s-material .cm-number {
  color: #f77669;
}
.cm-s-material .cm-def {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .cm-string {
  color: #c3e88d;
}
.cm-s-material .cm-string-2 {
  color: #80cbc4;
}
.cm-s-material .cm-comment {
  color: #546e7a;
}
.cm-s-material .cm-variable {
  color: #82b1ff;
}
.cm-s-material .cm-tag {
  color: #80cbc4;
}
.cm-s-material .cm-meta {
  color: #80cbc4;
}
.cm-s-material .cm-attribute {
  color: #ffcb6b;
}
.cm-s-material .cm-property {
  color: #80cbae;
}
.cm-s-material .cm-qualifier {
  color: #decb6b;
}
.cm-s-material .cm-variable-3 {
  color: #decb6b;
}
.cm-s-material .cm-tag {
  color: rgba(255, 83, 112, 1);
}
.cm-s-material .cm-error {
  color: rgba(255, 255, 255, 1);
  background-color: #ec5f67;
}
.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  resize: vertical;
  color: black;
}


/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}
@-webkit-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}
@keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {
}

.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {
}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
.conditions-list {
  background: #90a6c4;
  color: #fff;
  padding: 12px 15px;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.conditions-list .cf-item-controls {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.conditions-list p {
  margin-bottom: 0;
}

.conditions-edit,
.conditions-duplicate,
.conditions-remove {
  float: right;
  text-align: center;
  cursor: pointer;
  right: 10px;
  color: #fff;
  margin-top: 13px;
  background: #7b90a1;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.conditions-edit .glyphicon,
.conditions-duplicate .glyphicon,
.conditions-remove .glyphicon {
  font-size: 10px !important;
  line-height: 17px;
  top: -2px;
}

.conditions-builder {
  border-radius: 3px;
}

.conditions-builder .conditions-field-input {
  margin-top: 20px;
  margin-bottom: 5px;
}

.conditions-builder .actions-create,
.conditions-builder .conditions-create {
  background: #003ffe;
  color: #fff !important;
  border: 1px solid #003ffe !important;
  padding: 9px 10px;
  border-radius: 3px;
  outline: none !important;
  font-size: 14px;
  text-transform: capitalize;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.conditions-container {
  padding-top: 10px;
}

.conditions-empty-message {
}

.condition-operator {
  padding: 7px 0px !important;
  display: none;
}

.conditions-form {
  background: #fff;
  border: 1px solid #eaf1fa;
  padding: 15px 25px;
  border-radius: 3px;
}

.conditions-form-close {
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  cursor: pointer;
  right: -15px;
  top: 0;
  z-index: 2;
}

.conditions-form-option {
  margin-bottom: 15px;
}

.condition-operator-dropdown {
  display: inline;
  position: relative;
  top: -2px;
  outline: none !important;
}

.cf-slide-out-panel .condition-operator-dropdown {
  top: 5px;
}

.condition-operator-dropdown:focus {
  outline: none;
}

.condition-operator-control {
  font-size: 12px;
  padding: 3px 10px;
  cursor: pointer;
  border: 1px solid #eaf1fa;
  border-radius: 3px;
  font-weight: initial !important;
  margin-left: 10px;
  background: #fff;
}

.cf-slide-out-panel .condition-operator-control {
  margin-left: 0px;
}

.operator-option {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
}

.condition-level {
  display: none;
}

.condition-level:not([data-condition-level="default"]) {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border: 1px solid #eaf1fa;
  padding: 20px 20px 30px;
}

.condition-level .areas-container {
  margin-top: 30px !important;
}

.conditions-container-label {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.conditions-areas {
  display: none;
}

.condition-site-wide {
  max-width: 670px;
  min-height: 45px;
  margin: 0;
}

.condition-site-wide .object-remove {
  margin-top: 3px;
}

.website-condition-setting {
  display: none;
}
.conditions-group .object-remove {
	top: -10px;
	right: -7px;
	display: none;
	position: absolute;
	z-index: 1;
}

.conditions-group:hover .object-remove {
	display: block;
}
.contact-profile .nav-tabs > li {
  float: left;
  margin-bottom: -2px;
  width: 130px;
  text-align: center;
  font-weight: 500;
}

.contact-profile .account-form {
  max-width: none;
}

.contact-profile .account-form input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  background: #f9fafc;
  border-radius: 5px !important;
  border: 1px solid #e8ebf1 !important;
}

.contact-profile .account-form .btn-success {
  background-color: #4cae4c !important;
}

.contact-profile .tab-content .title {
  font-size: 20px;
}

.contact-profile .form-row-top {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -10px;
}

.contact-profile .form-row {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-profile .form-row-bottom {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 40px;
}

.contact-profile .triangle {
  width: 0;
  height: 0;
  bottom: 0 !important;
  left: 0;
  margin-top: 35px;
  margin-left: 42px;
  border-style: solid;
  border-width: 14px 16px 0 16px;
  border-color: #4680d8 transparent transparent transparent;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.contact-profile .more {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+58 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(58%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contact-profile .event-profile {
  margin-left: -30px;
}

.contact-profile .field-title {
  margin-top: 20px;
}

@media (max-width: 1300px) {
  .contact-list {
    padding-left: 120px;
    width: 80%;
  }
}

.contact-avatar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #2c3e50;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 8px;
  overflow: hidden;
}

.contact-count[data-count="0"] {
  display: none !important;
}
#cta-nav {
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 1;
  padding-top: 10px;
  border-top: 1px solid #f8f8fb;
  border-bottom: 1px solid #eaf1fa;
}

#cta-nav .cta-nav-tab {
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  width: 113px;
}

#cta-nav .cta-nav-tab a {
  color: inherit;
  font-size: 14px;
}

#cta-nav .cta-nav-tab-active {
  border-bottom: 2px solid #003ffe;
  padding-bottom: 19px;
}

#cta-nav .cta-nav-tab-active a {
  color: #003ffe !important;
}

#cta-nav.builder {
  position: fixed;
}

body[data-controller="variants"][data-action="edit"] {
  background: #CBD2DA;
}

body[data-controller="variants"][data-action="edit"][data-mode="dark"] {
  background: #1D1F2D;
}

body[data-controller="cta"][data-action="builder"] .user-nav {
  position: fixed;
  top: 0px;
  width: 100%;
}

body[data-controller="cta"][data-action="preview"] {
  background-color: #667587;
}

#cta-nav .toolbar-button {
  position: relative;
  min-width: 100px;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 1024px) {
  #cta-nav .toolbar-button {
    min-width: unset;
    margin-left: 0px;
    margin-right: 5px;
  }
}

#cta-nav .toolbar-btn {
  background: #fff;
  border: 1px solid #fff;
  padding: 9px 10px 13px;
  border-radius: 3px;
  outline: none !important;
  font-size: 14px;
  text-transform: capitalize;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 8px;
}

#cta-nav .toolbar-button.disabled {
  opacity: 0.5 !important;
}

#cta-nav .toolbar-btn:hover,
#cta-nav .toolbar-btn:active {
  border: 1px solid #eaf1fa;
}

#cta-nav .toolbar-button .glyphicon {
  font-size: 14px !important;
  margin-right: 6px;
  margin-top: 2px;
}

#cta-nav .toolbar-btn.disabled {
  opacity: 0.5 !important;
  cursor: initial !important;
}

#cta-nav .toolbar-button[data-type="canvas"],
#cta-nav .toolbar-button[data-type="history"] {
  border: 1px solid #eaf1fa;
  border-radius: 3px;
  min-width: 0;
}

#cta-nav .toolbar-button[data-type="canvas"] .toolbar-btn,
#cta-nav .toolbar-button[data-type="history"] .toolbar-btn {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px !important;
  padding: 8px 10px;
  min-width: 38px;
}

#cta-nav .toolbar-button[data-type="canvas"] .toolbar-btn {
  font-size: 20px;
}

#cta-nav .toolbar-button[data-type="history"] .toolbar-btn {
  line-height: 20px;
  font-size: 16px;
}

#cta-nav .btn-save {
  width: 73px;
  margin-top: 2px;
  padding: 13px 10px 13px;
  height: 35px;
  vertical-align: top;
}

#cta-nav .btn-save.saving {
  padding: 10px 10px 10px !important;
}

#cta-nav .btn-save[disabled="disabled"],
#cta-nav .btn-save.disabled {
  opacity: 0.5;
}

#cta-nav .cta-nav-overview h5 {
  line-height: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1300px) {
  #cta-nav.builder .cta-nav-overview {
    width: 10%;
  }

  #cta-nav.builder .cta-nav-overview h5 {
    text-overflow: initial;
    width: 87px;
  }

  #cta-nav.builder .cta-nav-toolbar {
    width: 80%;
  }

  #cta-nav.builder .cta-nav-preview {
    width: 10%;
  }
}

@media (max-width: 1200px) {
  #cta-nav.builder .cta-nav-overview {
    display: none;
  }

  #cta-nav.builder .cta-nav-toolbar {
    width: 80%;
  }

  #cta-nav.builder .cta-nav-preview {
    width: 20%;
  }
}

@media (max-width: 1100px) {
  #cta-nav.builder .cta-nav-preview {
    display: none;
  }

  #cta-nav.builder .cta-nav-toolbar {
    width: 100% !important;
  }

  #cta-nav.builder .cta-toolbar {
    width: 100% !important;
  }
}

#builder {
  color: #232332;
  margin-top: 55px;
  width: calc(100% - 275px);
}

@media (max-width: 1555px) {
  #builder[cta-type="page"] {
    min-width: 100%;
    width: 100%;
  }
}

#builder.builder-dark {
  background: #18212f;
}

#builder #canvas-container {
  padding: 15px 0px;
  width: 95%;
}

#builder.page {
  overflow: visible;
}

#builder.page #canvas-container.canvas-container-desktop {
  min-width: 1250px;
}

@media (min-width: 1500px) {
  #builder #canvas-container {
    width: 75%;
  }
}

#builder .canvas {
  border-bottom: dashed 1px #94A3B8;
  padding-bottom: 60px;
  position: relative;
}

[data-mode="dark"] #builder .canvas {
  border-bottom: dashed 1px #64758B;
}

#builder.builder-dark .canvas {
  border: dashed 2px #2d3044;
}

#builder .preview-desktop {
  width: 100%;
}

#builder .preview-mobile {
  width: 350px;
}

#builder .preview-desktop .cf-hide-desktop {
  display: none !important;
}

#builder .preview-mobile .cf-hide-mobile:not(.cf-column),
#builder
  .preview-mobile
  .cf-column[data-mobile-responsive="true"].cf-hide-mobile {
  display: none !important;
}

#builder .preview-mobile .cf-hide-desktop {
  display: block !important;
}

#builder .cf-cta-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#canvas-container h1,
#canvas-container h2,
#canvas-container h3,
#canvas-container h4,
#canvas-container h5,
#canvas-container span,
#canvas-container p {
  font-family: inherit;
  font-family: Helvetica, Arial, sans-serif;
}

#canvas-container p,
#canvas-container span,
#canvas-container li {
  font-family: Helvetica, Arial, sans-serif;
}

#builder .glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

#builder.hook .canvas,
#builder.overlay .canvas,
#builder.bar .canvas,
#builder.inline .canvas {
  /*background: #ecf0f6;*/
}

.cta-preview {
  position: relative;
}

#builder.overlay.boxed .cta-preview,
#builder.inline.bumper .cta-preview {
  max-width: 900px;
  margin: 20px;
}

#builder.hook .cta-preview {
  max-width: 500px;
  margin: 20px;
}

#builder.hook.full .cta-preview {
  max-width: 400px;
  margin: 20px;
}

#builder.hook.full .canvas {
  min-height: 700px;
  max-width: 400px;
}

#builder .cf-step {
  visibility: visible !important;
  margin-top: 0 !important;
}

#builder .cf-profile {
  max-width: 100% !important;
  position: relative !important;
  top: 1px !important;
}

#builder .transparent-input {
  background: none;
  border-color: #f5f7f9;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 500px;
  display: inline;
  color: #232323;
}

#builder .transparent-input:hover {
  border-color: #dbdbdb;
}

#builder .transparent-input:focus {
  cursor: initial;
  border-width: 1px;
  border-color: #dbdbdb;
}

#builder .builder-link {
  color: #048ff9 !important;
  outline: none !important;
  text-transform: capitalize;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#builder .step-setting-icon {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  background: #048ff9;
}

#builder .step-setting-icon.relative {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.modal-xs {
  width: 65% !important;
}

@media (max-width: 1440px) {
  .modal-xs {
    width: 90% !important;
  }
}

.cf-modal-centered {
  text-align: center;
}

.cf-modal-centered h3,
.cf-modal-centered span,
.cf-modal-centered div,
.cf-modal-centered p {
  font-family: "Inter", Helvetica, sans-serif !important;
}

.cf-modal-centered .margin-top-zero {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .cf-modal-centered:before {
    content: " ";
    height: 100%;
  }
}

.cf-modal-centered .modal-dialog {
  text-align: left;
}

.cf-modal-centered .modal-body {
  padding: 0px 15px 45px;
}

.cf-modal-centered .modal-header {
  border-bottom: none;
}

.cf-card-v2 {
  background-color: rgb(43, 45, 47);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  border: 2px solid #D5E9FF;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}

.cf-card-add {
  padding: 101px 20px;
  text-align: center;
  justify-content: center;
  background: #ffffff;
  border: 2px dashed #e1e7ee;
  border-radius: 5px;
}

#options-panel .cf-card-add {
  padding: 70px 20px;
}

.cf-card {
  margin-bottom: 15px;
  background-color: rgb(43, 45, 47);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  border: 2px solid #191a1b;
  border-radius: 4px;
  box-shadow: -7px 7px 0px rgba(119, 146, 179, 0.223307);
  text-align: center;
}

.cf-card-v2 .card-content-button,
.cf-card .card-content-button {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}

.cf-card-v2 .card-content-button span,
.cf-card .card-content-button span {
  color: #ffffff;
  border: 2px solid;
  border-radius: 4px;
  padding: 10px 15px;
  /* margin: 0px 50px; */
  position: relative;
  top: 40%;
}

.cf-card-v2:hover,
.cf-card:hover {
  cursor: pointer;
}

.cf-card-body {
  height: 160px;
  visibility: hidden;
}

#options-panel .cf-card-body {
  height: 140px;
  visibility: hidden;
}

.cf-card-v2:hover > .cf-card-body,
.cf-card:hover > .cf-card-body {
  visibility: visible !important;
  display: block;
}

.cf-card-footer {
  color: #000000 !important;
  padding: 10px 10px;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.add-card {
  color: #003fff !important;
  height: 188px;
  font-size: 15px;
}

.add-card:hover {
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  background-color: rgba(123, 123, 123, 0.1);
  cursor: pointer;
}

#builder .step-setting-icon .glyphicon {
  font-size: 10px !important;
  margin: 0px;
}

#builder .options {
  background: #fff;
}

#builder .modal-content {
  box-shadow: none !important;
  border: 0px !important;
  border-radius: 3px !important;
}

.cm-s-material.CodeMirror {
  border-radius: 5px !important;
}

#builder .CodeMirror {
  min-width: 300px;
  font-size: 14px !important;
}

#builder .editor-select {
  -webkit-box-shadow: inset 0px 0px 0px 1px #003FFF;
  -moz-box-shadow: inset 0px 0px 0px 1px #003FFF;
  box-shadow: inset 0px 0px 0px 1px #003FFF;
  cursor: pointer;
}

#builder .spacing .select-label-popover {
  display: none !important;
}
#builder .editor-select .cf-background-overlay {
  -webkit-box-shadow: inset 0px 0px 0px 1px #003FFF;
  -moz-box-shadow: inset 0px 0px 0px 1px #003FFF;
  box-shadow: inset 0px 0px 0px 1px #003FFF;
  cursor: pointer;
}

#builder .editor-select-disabled {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

#builder .editor-select-disabled .cf-background-overlay {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

#builder .cf-section-overlay {
  overflow: visible !important;
}

#builder .select-label {
  display: none;
  background: #003FFF;
  min-height: 18px;
  color: #fff !important;
  padding: 2px 2px 2px 6px;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 11px !important;
  line-height: 15px;
  cursor: pointer;
}

#builder .select-label .glyphicon {
  font-size: 11px !important;
  padding-right: 7px;
  padding-top: 3px;
}

#options-panel .select-label {
  display: none !important;
}

#builder .cf-cta-item-container.highlighted,
#builder .cf-element.highlighted {
  background: rgba(175, 172, 236, 0.17);
}

#builder .grid {
  border: 1px dashed #a8c7e9;
  background: rgba(255, 255, 255, 0.5);
  min-height: 100px;
  position: relative;
  border-radius: 0px;
  cursor: move;
}

#builder .drag-zone {
  box-shadow: inset 0 1px 0 0 rgba(0, 110, 255, 0.1),
    inset 0 -1px 0 0 rgba(0, 110, 255, 0.1);
  position: relative;
}

#builder .drag-here {
  /* -webkit-box-shadow: inset 0px 0px 0px 1px #3babf7;
  -moz-box-shadow: inset 0px 0px 0px 1px #3babf7;
  box-shadow: inset 0px 0px 0px 1px #3babf7;*/
  cursor: pointer;
  background: rgba(0, 161, 255, 0.06);
  min-height: 0px;
  position: relative;
  border-radius: 0px;
  cursor: move;
}

#builder .cf-draggable-creation-hover {
  font-size: 14px;
  text-align: center;
  color: rgb(137, 137, 137);
  border: 1px dashed lightgray;
  padding: 10px 5px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  text-wrap: nowrap;
  display: block;
}

#builder .cf-draggable-creation-hover:hover {
  border: 1px dashed #003FFF;
  color: #003FFF;
}


#builder .cf-cta-item-container:has(.cf-element) .cf-cta-item-container:has(.drop-zone) > .cf-draggable-creation-hover {
  display: block !important;
}

#builder .cf-cta-item-container:has(.cf-element) > .cf-draggable-creation-hover,
#builder .cf-cta-item-container:has(.drop-zone) > .cf-draggable-creation-hover {
  /* background-color: blue !important; */
  display: none !important;
}

#options-panel .drop-zone-draggable {
  height: 75px;
  width: 75px;
  margin-bottom: 15px;
}

#options-panel .drop-zone-draggable-scratch {
  height: 188px;
  width: 240px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 0px;
}

#options-panel .drop-zone-draggable-templates {
  height: 195px;
  width: 240px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 8px;
}

#builder .drop-zone-draggable-scratch,
#options-panel .drop-zone-draggable-scratch,
#builder .drop-zone-draggable-templates,
#options-panel .drop-zone-draggable-templates,
#builder .drop-zone-draggable,
#options-panel .drop-zone-draggable,
#builder .drop-zone,
#options-panel .drop-zone {
  overflow: hidden;
  padding-bottom: 20px;
  white-space: nowrap;
  border: dashed 1px #3babf7;
  cursor: pointer;
  background: rgba(0, 161, 255, 0.06);
  position: relative;
  border-radius: 4px !important;
  box-shadow: none;
  cursor: move;
}

#layers .drop-zone {
  height: 35px !important;
  padding-bottom: inherit;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#options-panel .drop-zone {
  height: 30px;
}

#builder .drop-zone {
  height: 47px;
}

.drop-zone-draggable-scratch div,
.drop-zone-draggable-scratch p,
.drop-zone-draggable-templates div,
.drop-zone-draggable-templates p,
.drop-zone-draggable div,
.drop-zone-draggable p,
.drop-zone div,
.drop-zone p {
  display: none;
}

.builder-sortable-fallback {
  display: none;
}

#builder .empty-container .disabled-item {
  padding: 15px 10px;
  position: relative;
  text-align: center;
  height: 100px !important;
  /* margin-top: -60px; */
}

#builder .empty-container .drop-zone {
  height: 80px;
  margin-bottom: 0px;
}

#builder .empty-container {
  overflow: hidden;
}

#options-panel .drop-zone {
  height: 40px;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-element-scratch-tiny .drop-zone, .new-element-templates-tiny .drop-zone {
  margin: 0 !important;
  width: 90px !important;
  height: 96px !important;
  float: left;
  margin-right: 5px !important;
}

#builder .disabled-item {
  background: initial !important;
}

#builder .cf-html-placeholder {
  cursor: pointer;
  background: #dbdbdb;
  opacity: 0.7;
  text-align: center !important;
  padding: 20px 0px;
  overflow: hidden;
}

#builder .element-content .cf-html-placeholder {
  text-align: center !important;
}

#builder .cf-video-outer .cf-html-placeholder {
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#builder .section-options-toggle {
  width: 23px;
  position: absolute;
  right: -11px;
  top: 46%;
  height: 23px;
  border-radius: 3px;
  line-height: 24px;
  background: #003FFF;
  color: #fff;
  text-align: center;
  padding-left: 1px;
  cursor: pointer;
}

#builder .section-options-toggle .glyphicon {
  font-size: 14px !important;
  color: #fff;
}

#builder .section-add-element {
  width: 23px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -23px;
  height: 23px;
  border-radius: 100%;
  line-height: 20px;
  display: none;
  background: #003FFF;
  color: #fff;
  text-align: center;
  padding-left: 1px;
  cursor: pointer;
}

#builder .section-add-element .glyphicon {
  font-size: 12px !important;
  color: #fff;
}

#builder.dragging .section-add-element {
  display: none !important;
}

#builder .section-add-container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  bottom: -40px;
  text-align: center;
  font-size: 14px;
  width: 110px;
}

#builder .section-add-container .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px;
}

#builder .step-add-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

#builder .step-add-container .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px;
}

#builder .cf-section-container {
  max-width: 100%;
}

#builder .cf-section-container.cf-section-page-width {
  max-width: 1200px;
}

#builder .cf-column {
  border-radius: none !important;
  display: block;
}

#builder .preview-desktop .cf-column[column-position="first"] {
  display: block !important;
}

#builder
  .preview-desktop
  .cf-column[column-position="second"][data-column-layout=""],
#builder
  .preview-desktop
  .cf-column[column-position="second"][data-column-layout="100"] {
  display: none !important;
}

#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout=""],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="100"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="50-50"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="60-40"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="40-60"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="70-30"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="30-70"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="80-20"],
#builder
  .preview-desktop
  .cf-column[column-position="third"][data-column-layout="20-80"] {
  display: none !important;
}

#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout=""],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="100"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="50-50"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="60-40"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="40-60"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="70-30"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="30-70"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="80-20"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="20-80"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="33-33-33"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="50-25-25"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="25-50-25"],
#builder
  .preview-desktop
  .cf-column[column-position="fourth"][data-column-layout="25-25-50"] {
  display: none !important;
}

#builder .preview-mobile .cf-section-container {
  display: flex;
  flex-wrap: wrap;
}

#builder .preview-mobile .cf-column[data-mobile-responsive="false"] {
  display: block !important;
}

#builder .preview-mobile .cf-column[column-position="first"] {
  display: block !important;
}

#builder
  .preview-mobile
  .cf-column[column-position="second"][data-column-layout-mobile=""],
#builder
  .preview-mobile
  .cf-column[column-position="second"][data-column-layout-mobile="100"][data-mobile-responsive="false"] {
  display: none !important;
}

#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile=""][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="100"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="50-50"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="60-40"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="40-60"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="70-30"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="30-70"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="80-20"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="20-80"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="90-10"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="third"][data-column-layout-mobile="10-90"][data-mobile-responsive="false"] {
  display: none !important;
}

#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile=""][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="100"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="50-50"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="60-40"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="40-60"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="70-30"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="30-70"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="80-20"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="20-80"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="33-33-33"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="50-25-25"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="25-25-50"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="25-50-25"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="90-10"][data-mobile-responsive="false"],
#builder
  .preview-mobile
  .cf-column[column-position="fourth"][data-column-layout-mobile="10-90"][data-mobile-responsive="false"] {
  display: none !important;
}

#builder .preview-mobile .cf-col-md-mobile-12[data-mobile-responsive="false"] {
  width: 100% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-11[data-mobile-responsive="false"] {
  width: 91.66666667% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-10[data-mobile-responsive="false"] {
  width: 83.33333333% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-9[data-mobile-responsive="false"] {
  width: 75% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-8[data-mobile-responsive="false"] {
  width: 66.66666667% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-7[data-mobile-responsive="false"] {
  width: 58.33333333% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-6[data-mobile-responsive="false"] {
  width: 50% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-5[data-mobile-responsive="false"] {
  width: 41.66666667% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-4[data-mobile-responsive="false"] {
  width: 33.33333333% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-3[data-mobile-responsive="false"] {
  width: 25% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-2[data-mobile-responsive="false"] {
  width: 16.66666667% !important;
  float: left;
}
#builder .preview-mobile .cf-col-md-mobile-1[data-mobile-responsive="false"] {
  width: 8.33333333% !important;
  float: left;
}

#builder .preview-mobile .cf-col-md-12:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-11:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-10:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-9:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-8:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-7:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-6:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-5:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-4:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-3:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-2:not([data-mobile-responsive="false"]),
#builder .preview-mobile .cf-col-md-1:not([data-mobile-responsive="false"]) {
  width: 100% !important;
  float: left;
}

#builder .preview-mobile .cf-left-padding_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#builder .preview-mobile .cf-left-padding_1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#builder .preview-mobile .cf-left-padding_2 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-left-padding_3 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-left-padding_4 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-left-padding_5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-right-padding_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#builder .preview-mobile .cf-right-padding_1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#builder .preview-mobile .cf-right-padding_2 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-right-padding_3 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-right-padding_4 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-right-padding_5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_0 {
  padding-left: 0px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_1 {
  padding-left: 15px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_2 {
  padding-left: 25px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_3 {
  padding-left: 40px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_4 {
  padding-left: 70px !important;
}

#builder .preview-mobile .cf-mobile-left-padding_5 {
  padding-left: 120px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_0 {
  padding-right: 0px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_1 {
  padding-right: 15px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_2 {
  padding-right: 25px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_3 {
  padding-right: 40px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_4 {
  padding-right: 70px !important;
}

#builder .preview-mobile .cf-mobile-right-padding_5 {
  padding-right: 120px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_0 {
  padding-top: 0px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_1 {
  padding-top: 15px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_2 {
  padding-top: 25px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_3 {
  padding-top: 40px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_4 {
  padding-top: 70px !important;
}

#builder .preview-mobile .cf-mobile-top-padding_5 {
  padding-top: 120px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_0 {
  padding-bottom: 0px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_1 {
  padding-bottom: 15px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_2 {
  padding-bottom: 25px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_3 {
  padding-bottom: 40px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_4 {
  padding-bottom: 70px !important;
}

#builder .preview-mobile .cf-mobile-bottom-padding_5 {
  padding-bottom: 120px !important;
}

#builder .preview-mobile .cf-column,
#builder .preview-mobile .cf-cta-item-container {
  min-height: initial !important;
}

#builder .preview-mobile .cf-image img {
  height: auto !important;
}

#builder .preview-mobile .cf-mobile-center,
#builder .preview-mobile .cf-mobile-center div {
  text-align: center !important;
}

#builder .preview-mobile .cf-mobile-left,
#builder .preview-mobile .cf-mobile-left div {
  text-align: left !important;
}

#builder .preview-mobile .cf-mobile-right,
#builder .preview-mobile .cf-mobile-right div {
  text-align: right !important;
}

#builder .preview-mobile .cf-mobile-outer-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

#builder .preview-mobile .cf-mobile-outer-left {
  margin-left: 0px;
  margin-right: auto !important;
}

#builder .preview-mobile .cf-mobile-outer-right {
  margin-left: auto !important;
  margin-right: 0px;
}

#builder
  .preview-mobile
  .cf-products-outer[data-layout="list"]
  .cf-products-item-info {
  padding: 0px;
}

#builder .cf-profile {
  cursor: pointer;
}

#builder .step-headline {
  margin: 0;
  padding: 10px;
  font-family: inherit;
  text-align: center;
}

#builder .step-toggle {
  cursor: pointer;
}

#builder .cf-button .fr-wrapper,
#builder .cf-button .fr-element {
  font-family: inherit;
}

#builder .cf-label {
  color: inherit;
}

#options-panel {
  top: 59px;
  left: 75px;
  width: 275px;
  min-width: 275px;
}

#options-panel.options-panel-closed {
  left: -210px;
}

#options-panel .panel-tab {
  background: #fff;
  height: 30px;
  cursor: pointer;
}

#options-panel .panel-tab .field-title {
  line-height: 38px;
  border-bottom: 2px solid #fff;
}

#options-panel .panel-tab.panel-active {
  background: #fff;
}

#options-panel .panel-tab.panel-active .field-title {
  color: #003ffe !important;
  border-bottom: 2px solid #003ffe;
}

#options-panel .options-headline {
  text-transform: capitalize;
}

#options-panel .options-buttons {
  display: none;
  max-width: 255px;
  border-top: 1px solid #eaf1fa;
  border-bottom: 1px solid #eaf1fa;
  padding: 5px 0px;
}

#options-panel .options-buttons .toolbar-button {
  position: relative;
  min-width: 50px;
  float: left;
}

#options-panel .options-buttons .toolbar-btn {
  background: #fff;
  border: 1px solid #fff;
  padding: 3px 5px 5px;
  border-radius: 3px;
  outline: none !important;
  font-size: 12px;
  text-transform: capitalize;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 9px;
}

#options-panel .options-buttons .toolbar-btn:hover,
#options-panel .toolbar-btn:active {
  border: 1px solid #eaf1fa !important;
  color: #7c90a2 !important;
}

#options-panel .options-buttons .toolbar-btn .glyphicon,
#options-panel .toolbar-btn .fa {
  font-size: 9px !important;
  margin-right: 0px;
  margin-top: 2px;
}

#options-panel .close-out {
  line-height: 1em;
  margin-top: 0px;
  cursor: pointer;
  display: none;
}

#options-panel .options-scrollable {
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  height: 100%;
}

#options-panel .options-scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#options-panel .steps-container {
  display: none;
}

#options-panel input[type="checkbox"].green.ios-switch + article {
  margin-left: 0;
  margin-bottom: -10px;
}

#options-panel input[type="checkbox"].green.ios-switch:checked + article {
  background-color: #1bb492 !important;
  border: 0px solid #1bb492 !important;
  box-shadow: inset 0 0 0 10px #1bb492 !important;
}

#options-panel .tab-row.active {
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#options-panel .tab-settings {
  /*-webkit-box-shadow: inset 0px 0px 0px 1px #EAF1FA;
  -moz-box-shadow: inset 0px 0px 0px 1px #EAF1FA;
  box-shadow: inset 0px 0px 0px 1px #EAF1FA;*/
}

.tooltip-icon {
  margin-left: 5px;
  color: #0072f7;
}

#options-panel,
#settingsModal .field-title {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#options-panel .color-picker,
#settingsModal .color-picker,
.advanced-settings-popover .color-picker {
  display: none;
  margin-left: -18px;
  margin-top: -150px !important;
  height: 149px;
  width: 263px;
  max-width: initial;
  padding-top: 19px;
  overflow: hidden;
  padding-left: 0px;
}

#options-panel .col-xs-6.some-padding-left .color-picker {
  margin-left: -150px;
}

#options-panel .color-picker .row,
#settingsModal .color-picker .row,
.advanced-settings-popover .color-picker .row {
  margin-left: -2px;
  margin-right: 0;
  width: 170px;
  margin-top: -20px;
}

#options-panel .color-picker .col-xs-2,
#settingsModal .color-picker .col-xs-2,
.advanced-settings-popover .color-picker .col-xs-2 {
  width: 28px !important;
}

#options-panel .input-color-picker-toggle,
#settingsModal .input-color-picker-toggle,
.advanced-settings-popover .input-color-picker-toggle {
  height: 24px;
  width: 24px;
  cursor: pointer;
  border: 1px solid #a7b1d4;
  margin-top: -29px;
  margin-left: 6px;
  border-radius: 4px;
}

#options-panel .fr-colors-buttons,
#settingsModal .fr-colors-buttons {
  display: none !important;
}

.templates-manager .popover,
.pricing-box .popover {
  box-shadow: 1px 15px 30px 0 rgba(162, 190, 227, 0.52);
  border: none;
  background: #0d42e4;
  color: #fff;
}

#options-panel .popover a:not(.iconpicker-item),
#settingsModal .popover a,
.templates-manager .popover a,
.pricing-box .popover a {
  color: #fff !important;
}

.popover .popover-content {
  text-align: left !important;
}

#options-panel .popover.top .arrow,
#settingsModal .popover.top .arrow,
.templates-manager .popover.top .arrow,
.pricing-box .popove.top .arrow {
  border-top-color: #0d42e4 !important;
}

#options-panel .popover.top .arrow:after,
#settingsModal .popover.top .arrow:after,
.templates-manager .popover.top .arrow:after,
.pricing-box .popover.top .arrow:after {
  border-top-color: #0d42e4 !important;
}

#options-panel .popover.left .arrow,
#settingsModal .popover.left .arrow,
.templates-manager .popover.left .arrow,
.pricing-box .popover.left .arrow {
  border-left-color: #0d42e4 !important;
}

#options-panel .popover.left .arrow:after,
#settingsModal .popover.left .arrow:after,
.templates-manager .popover.left .arrow:after,
.pricing-box .popover.left .arrow:after {
  border-left-color: #0d42e4 !important;
}

#options-panel .popover.right .arrow,
#settingsModal .popover.right .arrow,
.templates-manager .popover.right .arrow,
.pricing-box .popover.right .arrow {
  border-right-color: #0d42e4 !important;
}

#options-panel .popover.right .arrow:after,
#settingsModal .popover.right .arrow:after,
.templates-manager .popover.right .arrow:after,
.pricing-box .popover.right .arrow:after {
  border-right-color: #0d42e4 !important;
}

#options-panel .popover.bottom .arrow,
#settingsModal .popover.bottom .arrow,
.templates-manager .popover.bottom .arrow,
.pricing-box .popover.bottom .arrow {
  border-bottom-color: #0d42e4 !important;
}

#options-panel .popover.bottom .arrow:after,
#settingsModal .popover.bottom .arrow:after,
.templates-manager .popover.bottom .arrow:after,
.pricing-box .popover.bottom .arrow:after {
  border-bottom-color: #0d42e4 !important;
}

#options-panel .color-picker .fr-select-color,
#settingsModal .color-picker .fr-select-color,
.advanced-settings-popover .color-picker .fr-select-color {
  width: 30px;
  height: 30px;
  position: absolute;
  position: relative !important;
  background: none;
  text-align: initial !important;
  display: block !important;
}

#options-panel .color-picker .fr-select-color:hover,
#settingsModal .color-picker .fr-select-color:hover,
.advanced-settings-popover .color-picker .fr-select-color:hover {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

#options-panel .color-picker .col-xs-2,
#settingsModal .color-picker .col-xs-2,
.advanced-settings-popover .color-picker .col-xs-2 {
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#options-panel .color-picker .color-picker-input,
#settingsModal .color-picker .color-picker-input,
.advanced-settings-popover .color-picker .color-picker-input {
  border-radius: 0px !important;
  width: 30px;
  height: 30px;
  /*display: none;*/
}

#options-panel .colorpicker-button,
#settingsModal .colorpicker-button,
.advanced-settings-popover .colorpicker-button {
  display: block !important;
}

#options-panel .minicolors,
#options-panel .minicolors-panel,
#settingsModal .minicolors,
#settingsModal .minicolors-panel,
.advanced-settings-popover .minicolors-panel {
  width: 200px !important;
  background: none !important;
  display: block;
  top: 0px;
  left: -29px;
}

.advanced-settings-popover .minicolors-panel {
  top: 0px !important;
}

#options-panel .minicolors,
#settingsModal .minicolors,
.advanced-settings-popover .minicolors {
  margin-left: 208px;
  top: -151px;
}

#options-panel .minicolors-grid,
#settingsModal .minicolors-grid,
.advanced-settings-popover .minicolors-grid {
  left: 0px !important;
  top: 1px !important;
}

#options-panel .minicolors-sprite,
#settingsModal .minicolors-sprite,
.advanced-settings-popover .minicolors-sprite {
  z-index: 9999 !important;
  height: 153px;
  top: 0px;
}

#options-panel .minicolors .minicolors-grid,
#settingsModal .minicolors .minicolors-grid,
.advanced-settings-popover .minicolors-grid {
  width: 78px !important;
}

#options-panel .minicolors-slider,
#settingsModal .minicolors-slider,
.advanced-settings-popover .minicolors-slider {
  left: 77px;
  height: 153px;
}

#options-panel .minicolors-opacity-slider,
#settingsModal .minicolors-opacity-slider,
.advanced-settings-popover .minicolors-opacity-slide {
  left: 97px;
  height: 153px;
  z-index: 99999 !important;
}

#options-panel .color-picker.popover.top > .arrow,
#settingsModal .color-picker.popover.top > .arrow,
.advanced-settings-popover .color-picker.popover.top > .arrow {
  border-top-color: #000;
}

#options-panel .color-picker.popover.top > .arrow:after,
#settingsModal .color-picker.popover.top > .arrow:after,
.advanced-settings-popover .color-picker.popover.top > .arrow:after {
  border: #000;
}

.advanced-settings-popover .minicolors-opacity-slider {
  left: 96px;
}

.advanced-settings-popover .minicolors-panel {
  left: -60px !important;
}

#options-panel .field-title .popover-content,
#settingsModal .field-title .popover-content {
  /*color: #232323 !important;*/
  text-transform: initial !important;
}

#options-panel .adjust-container input {
  width: 40px;
  height: 30px;
  margin-top: -2px;
  padding: 3px 5px;
  color: #696969;
  border-radius: 3px 0px 0px 3px;
}

#options-panel
  .adjust-container
  input[type="number"]::-webkit-outer-spin-button,
#options-panel
  .adjust-container
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.spin-animation {
  -webkit-animation: spin 1s infinite linear;
}

#options-panel .adjust-container input[type="number"] {
  -moz-appearance: textfield;
}

#options-panel .slider {
  width: 205px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: #ccc;
  margin-left: 30px;
  bottom: 2px;
  left: 10px;
  margin-top: -28px;
}

#upload .upload-drop-zone {
  height: 300px;
  border-width: 2px;
  margin-bottom: 20px;
}

#upload .upload-drop-zone {
  background: #fff;
  border: 2px rgb(177, 195, 222) dashed;
  color: #696969;
  line-height: 300px;
  text-align: center;
  cursor: copy;
}

#upload .upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

#upload .upload-drop-zone.uploading {
  color: #222;
  border-color: #2980b9;
}

#options-panel .vol-box {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 50px;
}

#options-panel .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: #006efb;
  max-width: 200px;
}

#options-panel .knob {
  position: absolute;
  top: 0;
  right: -5px;
  height: 30px;
  width: 10px;
  background: #fff;
}

#options-panel .column-select-button {
  background: none;
  border: 0px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#options-panel .column-select-button {
  outline: 0 !important;
  color: #000;
}

[data-mode="dark"] #options-panel .column-select-button {
  color: #fff;
}

#options-panel .column-select-button:hover {
  background: #EFF2F7;
}

[data-mode="dark"] #options-panel .column-select-button:hover {
  background: #171a29;
}

#options-panel .column-select-button-active, 
#options-panel .column-select-button:active,
#options-panel .column-select-button:focus {
  background: #003FFF;
  color: #fff;
}

[data-mode="dark"] #options-panel .column-select-button-active, 
[data-mode="dark"] #options-panel .column-select-button:active,
[data-mode="dark"] #options-panel .column-select-button:focus {
  background: #2b3149;
  color: #fff;
}

#options-panel .column-select-option {
  background: #a8b1d5;
  min-height: 40px;
}

.dark #options-panel .column-select-option {
  background: #292f45 !important;
}

#options-panel .column-select-button-active .column-select-option,
#options-panel .column-select-button:active .column-select-button-active .column-select-option,
#options-panel .column-select-button:focus .column-select-option {
  background: #fff !important;
}

#options-panel .column-select-button .col-xs-12 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#options-panel .section-spacing-container {
  padding: 18px;
  background: #b2bad9;
  margin-left: 0px;
  margin-right: 0px;
  width: 243px;
  height: 130px;
  display: none;
}

#options-panel .section-spacing-outer {
  background: #fff;
  padding: 5px;
}

#options-panel .section-spacing-inner {
  background: #b2bad9;
  padding: 18px;
}

#options-panel .section-spacing-box {
  height: 50px;
  background: #fff;
}

#options-panel .section-spacing-icon {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 13px;
  height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-user-select: none; /* Safari, iOS, and Android */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

/* top padding */

#options-panel .section-spacing-top-add {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  margin-top: -20px;
  text-align: center;
}

#options-panel .section-spacing-top-add .section-spacing-icon {
  margin-top: -15px;
}

#options-panel .section-spacing-top-add:hover,
#options-panel .section-spacing-top-add:active {
  border-top: 18px solid #505f75;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 243px;
  margin-top: -23px;
  margin-left: -23px;
  margin-bottom: 5px;
}

#options-panel .section-spacing-top-minus {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  margin-bottom: -21px;
  text-align: center;
}

#options-panel .section-spacing-top-minus .section-spacing-icon {
  margin-bottom: -15px;
}

#options-panel .section-spacing-top-minus:hover,
#options-panel .section-spacing-top-minus:active {
  border-top: 18px solid #505f75;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 100%;
  margin-bottom: -18px;
  margin-left: 0px;
  margin-top: -1px;
}

#options-panel .section-spacing-top-minus:hover .section-spacing-icon {
  margin-top: -17px;
}

/* left padding */

#options-panel .section-spacing-left-add {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 131px;
  left: 15px;
  text-align: center;
  margin-top: -22px;
}

#options-panel .section-spacing-left-add .section-spacing-icon {
  margin-bottom: -15px;
  height: 131px;
  line-height: 131px;
  padding-top: 0px;
}

#options-panel .section-spacing-left-add:hover,
#options-panel .section-spacing-left-add:active {
  border-left: 18px solid #505f75;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  height: 131px;
  width: 18px;
  margin-top: -23px;
}

#options-panel .section-spacing-left-add:hover .section-spacing-icon {
  margin-left: -18px;
  margin-top: -17px;
}

#options-panel .section-spacing-left-minus {
  position: absolute;
  cursor: pointer;
  margin-left: auto;
  width: 18px;
  height: 85px;
  margin-right: auto;
  text-align: center;
  padding-top: 0px;
}

#options-panel .section-spacing-left-minus .section-spacing-icon {
  height: 83px;
  line-height: 83px;
}

#options-panel .section-spacing-left-minus:hover,
#options-panel .section-spacing-left-minus:active {
  border-left: 18px solid #505f75;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  height: 85px;
  width: 18px;
  margin-bottom: -11px;
  margin-left: 0px;
}

#options-panel .section-spacing-left-minus:hover .section-spacing-icon {
  margin-left: -18px;
  margin-top: -18px;
  height: 83px;
  line-height: 83px;
}

/* right padding */

#options-panel .section-spacing-right-add {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 131px;
  right: 15px;
  text-align: center;
  margin-top: -22px;
}

#options-panel .section-spacing-right-add .section-spacing-icon {
  margin-bottom: -15px;
  height: 131px;
  line-height: 131px;
  padding-top: 0;
}

#options-panel .section-spacing-right-add:hover,
#options-panel .section-spacing-right-add:active {
  border-right: 18px solid #505f75;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  height: 131px;
  width: 18px;
  margin-top: -23px;
}

#options-panel .section-spacing-right-add:hover .section-spacing-icon {
  margin-right: -18px;
  margin-top: -17px;
}

#options-panel .section-spacing-right-minus {
  position: absolute;
  cursor: pointer;
  margin-left: auto;
  width: 18px;
  height: 85px;
  margin-right: auto;
  right: 38px;
  text-align: center;
  padding-top: 0px;
}

#options-panel .section-spacing-right-minus .section-spacing-icon {
  height: 83px;
  line-height: 83px;
}

#options-panel .section-spacing-right-minus:hover,
#options-panel .section-spacing-right-minus:active {
  border-right: 18px solid #505f75;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  height: 85px;
  width: 18px;
  margin-bottom: -11px;
  margin-right: 0px;
}

#options-panel .section-spacing-right-minus:hover .section-spacing-icon {
  margin-right: -18px;
  margin-top: -18px;
  height: 83px;
  line-height: 83px;
}

/* bottom padding */

#options-panel .section-spacing-bottom-add {
  position: absolute;
  cursor: pointer;
  width: 224px;
  height: 18px;
  bottom: 22px;
  padding-top: 3px;
  text-align: center;
  margin-left: -14px;
}

#options-panel .section-spacing-bottom-add .section-spacing-icon {
  margin-bottom: -15px;
}

#options-panel .section-spacing-bottom-add:hover,
#options-panel .section-spacing-bottom-add:active {
  border-bottom: 18px solid #505f75;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 242px;
  margin-left: -22px;
}

#options-panel .section-spacing-bottom-add:hover .section-spacing-icon {
  padding-top: 3px;
  margin-left: -2px;
}

#options-panel .section-spacing-bottom-minus {
  position: absolute;
  cursor: pointer;
  margin-left: 10px;
  width: 177px;
  margin-right: auto;
  bottom: 55px;
  text-align: center;
}

#options-panel .section-spacing-bottom-minus .section-spacing-icon {
  margin-bottom: -15px;
}

#options-panel .section-spacing-bottom-minus:hover,
#options-panel .section-spacing-bottom-minus:active {
  border-bottom: 18px solid #505f75;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  width: 197px;
  margin-bottom: -11px;
  margin-left: 0px;
}

#options-panel .section-spacing-bottom-minus:hover .section-spacing-icon {
  margin-top: 2px;
}

#options-panel .field-checkbox-container,
#options-panel .item-container {
  padding: 0;
}

#options-panel .field-trigger,
#options-panel .item-trigger {
  cursor: pointer;
}

#options-panel .field-trigger:active,
#options-panel .item-trigger:active {
  cursor: drag;
}

#options-panel .custom-field-delete {
  cursor: pointer;
  background: #7c90a2;
  color: #fff !important;
  height: 22px;
  line-height: 20px;
  width: 22px;
  border-radius: 100%;
  text-align: center;
  float: right;
}

#options-panel .custom-field-delete .glyphicon {
  font-size: 12px !important;
}

#options-panel .item-add-container {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #00b593;
}

#options-panel .item-add-container .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px;
}

#options-panel .editor-setting {
  /*border: 1px solid #eaf1fa; 
  border-radius: 3px; 
  padding: 10px;
  padding-top: 15px*/
}

#options-panel .btn-primary,
#settingsModal .btn-primary {
  background: #0d42e4 !important;
  border: 1px solid #0d42e4;
}

#options-panel-toggle {
  position: absolute;
  top: 10px;
  right: -28px;
  width: 28px;
  height: 28px;
  background: #fff;
  line-height: 0;
  border-radius: 0px 3px 3px 0px;
  padding: 5px 6px 6px;
  text-align: center;
  cursor: pointer;
  border-left: 0px;
}

#options-panel-toggle:hover {
  color: #99b2c3;
}

.field-options-container .grid {
  min-height: 60px !important;
}

.field-option {
  margin: 5px;
  margin-left: 0;
  padding: 10px;
  border: 1px solid #eaf1fa;
  width: 250px;
  background: #eaf1fa;
  cursor: pointer;
}

#options-panel .field-option {
  width: 230px;
}

.field-option:active {
  cursor: drag;
}

.field-option p {
  margin: 0 !important;
}

.field-option-delete,
.item-delete {
  cursor: pointer;
  background: #7c90a2;
  color: #fff !important;
  height: 17px;
  line-height: 13px;
  width: 17px;
  border-radius: 100%;
  text-align: center;
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
}

#settingsModal .field-option-delete .glyphicon,
#options-panel .field-option-delete .glyphicon,
#settingsModal .item-delete .glyphicon,
#options-panel .item-delete .glyphicon {
  font-size: 9px !important;
}

#settingsModal .modal-setting input[type="checkbox"].ios-switch + article,
#options-panel .modal-setting input[type="checkbox"].ios-switch + article {
  margin-left: 0px !important;
}

#settingsModal input[type="checkbox"].green.ios-switch:checked + article,
#options-panel input[type="checkbox"].green.ios-switch:checked + article {
  background-color: #003FFF !important;
  border: 0px solid #003FFF !important;
  box-shadow: inset 0 0 0 10px #003FFF !important;
}

.field-option-add {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  width: 300px;
  color: #00b593;
}

.field-option-add {
  width: 265px;
}

.field-option-add .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px;
}

.action-group .tab-toggle,
.collapse-group .tab-toggle {
  border: 1px solid #eaf1fa;
  padding: 10px 10px 0px 10px;
  border-radius: 3px;
  position: relative;
}

.action-group .tab-toggle-active,
.collapse-group .tab-toggle-active {
  border: 1px solid #fff;
  position: relative;
}

.grid-field-option {
  height: 45px;
  width: 250px;
}

.field-options-container {
  width: 250px;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.4;
}

#new-element-templates .title {
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 30px;
}

#new-element-templates .mt-15 {
  margin-top: 15px;
}

.new-element {
  display: none;
}

.new-element .new-element-option {
  background: #fff;
  height: 80px;
  padding-top: 10px;
  text-align: center;
  width: 75px;
  color: #667689;
  cursor: copy;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

.new-element .new-element-option:active:hover,
.cf-draggable-element:active:hover {
  cursor: move !important;
  cursor: -moz-move !important;
  cursor: -webkit-move !important;
}

.new-element .new-element-icon {
  font-size: 30px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.new-element .new-element-option:hover .new-element-svg-hover,
.new-element .new-element-option:active .new-element-svg-hover {
  fill: #fff;
  stroke: #fff;
}

.new-element .new-element-option .field-title {
  margin-top: 0px !important;
  font-size: 12px !important;
  line-height: 16px;
}

.new-element .new-element-option[data-type="product_hero"] .field-title,
.new-element .new-element-option[data-type="progress"] .field-title {
  font-size: 10px !important;
}

.new-element .new-element-option:hover,
.new-element .new-element-option:active {
  background: #003fff !important;
  color: #fff !important;
  border-bottom-color: #033156 !important;
  border-top: 1px solid #003fff;
  border-left: 1px solid #003fff;
  border-right: 1px solid #003fff;
}

.new-element .new-element-option:hover .field-title {
  color: #fff !important;
}

.new-element .new-element-icon-button {
  font-size: 11px !important;
  height: 15px;
  width: 30px;
  border-radius: 3px;
  line-height: 15px;
  color: #fff;
  background: #667689;
  margin-top: 0px;
  margin-bottom: 13px;
}

.new-element .new-element-option:hover .new-element-icon-button {
  background: #fff;
  color: #006efb;
}

.cta-type-choose {
  background-color: #fff;
  height: 145px !important;
  border-radius: 5px !important;
}

.cta-type-choose .template-choose-overlay {
  height: 145px !important;
  padding-top: 40px;
}

.cta-campaign-tab-toggle {
  border-bottom: 0px solid #dbdbdb;
  cursor: pointer;
  margin-bottom: -1px;
}

.cta-campaign-tab-toggle-active {
  border-bottom: 2px solid #1f7ceb;
}

.cta-campaign-tab-toggle-active p {
  color: #0076f1 !important;
}

.cta-campaign-tab {
  display: none;
}

.cta-type-thumbnail {
  width: 240px !important;
}

.cta-new-header {
  border-radius: 10px !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cta-new-header-container {
  padding: 0px;
}

.cta-new-template-search {
  max-width: 600px;
  position: relative;
}

.template-search {
  padding-left: 50px !important;
}

.template-search + .glyphicon {
  position: absolute;
  left: 0;
  padding: 8px 17px;
  width: 20px;
}

.campaign-templates .template-choose,
.campaign-templates .template-choose-overlay {
  height: 175px;
  width: 273px;
  background-position: top center !important;
  background-size: cover !important;
}

.campaign-templates .template-choose-overlay {
  padding-top: 55px;
}

.cta-name-field {
  border: 1px solid #fff;
  margin-bottom: 5px;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

.cta-name-field:hover {
  border: 1px solid #e8edf1;
}

.btn-clean,
.btn-clean:hover,
.btn-clean:active {
  width: initial !important;
  border: 1px solid #eaf1fa !important;
  margin-right: 5px;
  outline: none !important;
  color: #7c90a2 !important;
  background: #fff;
}

.btn-clean-flex,
.btn-clean-flex:hover,
.btn-clean-flex:active {
  border: 1px solid #eaf1fa !important;
  margin-right: 5px;
  outline: none !important;
  color: #7c90a2 !important;
  background: #fff;
}

#canvas-container .sortable-fallback {
  visibility: hidden !important;
}

.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content {
  height: 175px !important;
}

.cta-li-icons {
  background: none !important;
  color: #3d5267;
  padding: 5px;
  height: 50px;
  padding-top: 17px;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.cta-li-icons:hover {
  background: !important;
  color: #fff !important;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.cta-li-icons a {
  color: #3d5267 !important;
}

.cta-li-icons a:hover {
  color: #fff !important;
}

.cta-clear {
  background: #fff 0.8 !important;
  border: 1px solid #fff;
}

.cta-index-title {
  font-size: 22px !important;
  line-height: 160px;
  z-index: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 291px;
}

body[data-controller="cta"][data-action="show"] .cta {
  cursor: pointer;
}

body[data-controller="cta"][data-action="show"] .stat-title {
  color: #6a7586;
}

body[data-controller="cta"][data-action="show"] .percentage {
  height: 40px;
  width: 55px;
}

body[data-controller="cta"][data-action="show"] .edit {
  color: #696969;
  font-size: 12px !important;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  top: -15px;
}

body[data-controller="cta"][data-action="show"] .cta-chart {
  height: 300px;
  width: 900px;
  margin-left: -90px;
  background: url(https://s3.amazonaws.com/leadflow/assets/load.gif) no-repeat
    center center;
  background-size: 40px;
}

.cf-survey-next-outer {
  display: none;
}

body[data-controller="cta"][data-action="new"] {
  min-width: 320px;
}

.react-select__control {
  font-style: normal;
  padding: 3px 0px 3px 0px;
  width: 100%;
  font-size: 16px;
  background: #f9fafc !important;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #e8ebf1 !important;
  box-shadow: none !important;
}

.react-select__indicator-separator {
  display: none !important;
}

.react-select__dropdown-indicator {
  width: 24px !important;
  padding-right: 2px !important;
  color: #000 !important;
}

.CtasList h3 {
  margin-top: 5px;
}

.CtasList .ctas-list-card-container {
  padding: 20px;
  padding-right: 0;
  min-width: 1029px;
}

.CtasList .ctas-list-card-new,
.CtasList .ctas-list-card-new:active {
  height: 310px;
  padding-top: 136px;
}

.CtasList .CtasListItemCard .campaign-toggle {
  position: absolute;
  right: 0px;
}

.CtasListItemCard {
  display: block;
  float: left;
  width: 30%;
  max-width: 366px;
  min-width: 316px;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.CtasListItemCard .ctas-list-item-card-preview {
  background-color: #7988a3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 226px;
  display: block;
  position: relative;
  border-radius: 10px;
}

.CtasListItemCard .ctas-list-item-card-preview .ctas-list-item-card-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(25 26 27);
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgb(25 26 27) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgb(25 26 27 / 90%) 100%
  );
}

.CtasListItemCard
  .ctas-list-item-card-preview
  .ctas-list-item-card-overlay:hover {
  background: rgba(25, 26, 27, 0.8);
}

.CtasListItemCard .ctas-list-item-card-preview .cta-group-small-add {
  display: none;
}

.CtasListItemCard .ctas-list-item-card-preview:hover .cta-group-small-add {
  display: block;
}

.CtasListItemCard .ctas-list-item-card-preview .ctas-list-item-card-stats {
  position: absolute;
  width: 100%;
  height: 180px;
  top: 0;
  color: #fff;
  display: none;
  padding: 20px;
}

.CtasListItemCard .ctas-list-item-card-preview .ctas-list-item-card-stats p {
  font-size: 14px !important;
}

.CtasListItemCard
  .ctas-list-item-card-preview
  .ctas-list-item-card-overlay:hover
  .ctas-list-item-card-stats {
  display: block;
}

.CtasListItemCard .ctas-list-item-card-preview .ctas-list-item-card-stats-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 13px;
}

.CtasListItemCard .ctas-list-item-card-preview .ctas-list-item-card-info {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
}

.CtasListItemCard .ctas-list-item-card-name {
  padding: 10px 5px;
}

.CtasListItemCard .ctas-list-item-card-name .ellipsis {
  color: #000;
}

.CtasListItemCard .ctas-list-item-card-name a,
.CtasListItemCard .ctas-list-item-card-name span {
  cursor: pointer;
  font-weight: 400 !important;
}

.CtasListItemCard .ctas-list-item-card-name .cta-type {
  color: #003fff !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

.CtasListItemCard .ctas-list-item-card-name .cta-name {
  margin: 0;
  line-height: 1.5em;
  color: #191a1b;
}

.CtasListItemCard .ctas-list-item-card-info a:hover,
.CtasListItemCard .ctas-list-item-card-name .cta-name:hover {
  opacity: 0.8;
}

.CtasListItem .CtasListItemCard .campaign-status {
  float: right;
  margin-top: 12px;
  margin-right: 0px;
  color: #7F7D83 !important;
  text-transform: capitalize;
  font-size: 12px !important;
}

.CtasListItem .CtasListItemCard .campaign-status a {
  color: #7F7D83 !important;
}

.CtasListItem .CtasListItemCard .cta-campaign-toggle .campaign-status {
  position: absolute;
  float: left;
  margin-top: 0;
  right: initial;
  right: 49px;
  top: 12px;
  text-transform: capitalize;
  font-size: 12px !important;
}

.CtasListItemCard .campaign-toggle-checkbox {
  width: 70px !important;
  right: 0 !important;
  left: initial !important;
}

.CtasListItemCard .CtaGroupsSmallList {
  margin-top: 5px;
}

.CtasList .ctas-list-row-container .ctas-list-row-header {
  border-bottom: 1px solid #f1f1f1;
}

.CtasList .ctas-list-row-header {
  margin-top: 15px;
}

.CtasList .CtasListItemRow {
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.CtasList .CtasListItemRow:last-child {
  border-bottom: 0px solid #f1f1f1;
}

.CtasList .CtasListItemRow:hover {
  background: #f5f7f9;
}

.CtasList .ctas-list-row-heading {
  font-size: 12px;
}

.CtasList .ctas-list-row-item-preview {
  width: 65px;
  height: 44px;
  background-size: auto 100%;
  background-position: top center;
  background-color: #7988a3;
}

.CtasListItemRow .ctas-list-row-column {
  padding-top: 10px;
}

.CtasList .ctas-list-row-column p,
.CtasList .ctas-list-row-column span {
  font-size: 12px !important;
}

.CtasList .CtasListItemRow .campaign-status {
  float: left;
  text-transform: none;
  color: #6e818f;
}

.CtasList .CtasListItemRow .campaign-status span,
.CtasList .CtasListItemRow .campaign-status a {
  color: #6e818f;
}

.CtasList .CtasListItemRow span:hover {
  opacity: 0.8;
}

.CtasList .CtasListItemRow .cta-campaign-toggle .campaign-status {
  font-size: 14px !important;
  position: absolute;
  top: 9px;
  left: 50px !important;
}

.CtasList .CtasListItemRow .campaign-toggle-checkbox,
.CtasList .CtasListItemRow .campaign-toggle {
  left: 0px;
  margin: 0px !important;
  z-index: 0;
}

.CtasListToolbar .list-type-select {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  color: #7988a3;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  background: none;
  margin-right: 8px;
  margin-top: 3px;
}

.CtasListToolbar .list-type-select.selected {
  background: #fff;
}

.CtasListToolbar .list-type-select:hover {
  background: #7988a3;
  color: #fff;
}

.CtasListToolbar .list-type-select span {
  font-size: 13px !important;
}

.CtasListToolbar .ctas-list-toolbar-column {
  float: right;
  margin-right: 11px;
  display: block;
  position: relative;
}

.CtasListToolbar input {
  color: #7c90a2 !important;
}

.CtasListToolbar input[name="name"] {
}

.CtasListToolbar .search {
  right: 10px;
}

.CtasListToolbar .ctas-list-toolbar-filter-dropdown {
  width: 250px !important;
  right: 0;
  left: initial;
}

.CtasListToolbar .ctas-list-toolbar-filter-dropdown li {
  margin-bottom: 10px;
}

#cta-filter-toggle.filtered {
  color: #0076f1 !important;
}

.VariantBuilderSettingSpacing {
  border: 1px dashed #b1bbd7;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.VariantBuilderSettingSpacing .margin-divider {
  height: 156px;
  background: #ffffff;
  border: 1px dashed #b1bbd7;
  padding: 20px;
  position: relative;
}

.VariantBuilderSettingSpacing .padding-container {
  background: #b1bbd7;
  padding: 20px;
  height: 114px;
  border: 1px solid #b1bbd7;
  box-sizing: border-box;
  position: relative;
}

.VariantBuilderSettingSpacing .padding-divider {
  padding: 20px;
  height: 72px;
  background: #b1bbd7;
  border: 2px solid #ffffff;
  position: relative;
  box-sizing: border-box;
}

.VariantBuilderSettingSpacing .padding-inner {
  height: 27px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

.VariantBuilderSettingSpacing .spacing-action {
  position: absolute;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  margin-left: -20px;
  color: #b1bbd7;
}

.VariantBuilderSettingSpacing .spacing-action.disabled {
  opacity: 0.5;
  cursor: default;
}

.VariantBuilderSettingSpacing .padding-container .spacing-action {
  color: #fff;
}

.VariantBuilderSettingSpacing .spacing-action .spacing-action-icon {
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 21px;
  height: 21px;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none; /* Safari, iOS, and Android */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.VariantBuilderSettingSpacing .spacing-action:hover .spacing-action-icon {
  color: #fff;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="top"] {
  height: 21px;
  width: 101%;
  margin-left: -21px;
  margin-top: -1px;
  top: 0px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="top"] {
  width: 100%;
  margin-left: -20px;
  margin-top: 0px;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="top"]:hover {
  border-top: 21px solid #505f75;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}

.VariantBuilderSettingSpacing
  .spacing-action[data-side="top"]:hover
  .spacing-action-icon {
  margin-top: -21px;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="bottom"] {
  height: 21px;
  width: 101%;
  bottom: 0;
  margin-left: -21px;
  margin-bottom: -1px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="bottom"] {
  width: 100%;
  margin-left: -20px;
  margin-bottom: 0px;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="bottom"]:hover {
  border-bottom: 21px solid #505f75;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="left"] {
  height: 198px;
  width: 21px;
  margin-left: -21px;
  margin-top: -1px;
  top: 0px;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="left"]:hover {
  border-left: 21px solid #505f75;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

.VariantBuilderSettingSpacing
  .spacing-action[data-side="left"]:hover
  .spacing-action-icon {
  margin-left: -20px;
  margin-top: -21px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="left"] {
  width: 100%;
  margin-left: -20px;
  margin-top: 0px;
}

.VariantBuilderSettingSpacing
  .spacing-action[data-side="left"]
  .spacing-action-icon {
  line-height: 196px;
  height: 196px;
}

.VariantBuilderSettingSpacing .margin-divider .spacing-action[data-side="left"],
.VariantBuilderSettingSpacing
  .margin-divider
  .spacing-action[data-side="left"]
  .spacing-action-icon {
  height: 156px;
  line-height: 156px;
}

.VariantBuilderSettingSpacing
  .padding-container
  .spacing-action[data-side="left"],
.VariantBuilderSettingSpacing
  .padding-container
  .spacing-action[data-side="left"]
  .spacing-action-icon {
  height: 114px;
  line-height: 114px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="left"],
.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="left"]
  .spacing-action-icon {
  height: 68px;
  line-height: 68px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="left"] {
  width: 21px;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="right"] {
  height: 198px;
  width: 21px;
  margin-left: -21px;
  margin-top: -1px;
  top: 0px;
  right: 0;
}

.VariantBuilderSettingSpacing .spacing-action[data-side="right"]:hover {
  border-right: 21px solid #505f75;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}

.VariantBuilderSettingSpacing
  .spacing-action[data-side="right"]:hover
  .spacing-action-icon {
  margin-right: -20px;
  margin-top: -21px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="right"] {
  width: 100%;
  margin-left: -20px;
  margin-top: 0px;
}

.VariantBuilderSettingSpacing
  .spacing-action[data-side="right"]
  .spacing-action-icon {
  line-height: 196px;
  height: 196px;
}

.VariantBuilderSettingSpacing
  .margin-divider
  .spacing-action[data-side="right"],
.VariantBuilderSettingSpacing
  .margin-divider
  .spacing-action[data-side="right"]
  .spacing-action-icon {
  height: 156px;
  line-height: 156px;
}

.VariantBuilderSettingSpacing
  .padding-container
  .spacing-action[data-side="right"],
.VariantBuilderSettingSpacing
  .padding-container
  .spacing-action[data-side="right"]
  .spacing-action-icon {
  height: 114px;
  line-height: 114px;
  right: -1px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="right"],
.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="right"]
  .spacing-action-icon {
  height: 68px;
  line-height: 68px;
}

.VariantBuilderSettingSpacing
  .padding-divider
  .spacing-action[data-side="right"] {
  width: 21px;
}

.VariantBuilderSettingSpacing .spacing-input {
  padding: 5px 0px 5px 15px;
  font-size: 11px;
  text-align: center;
  border: 0px;
  background: none;
}

.advanced-settings-toggle {
  font-size: 13px !important;
  color: #7c90a2;
  float: right;
  cursor: pointer;
}

.advanced-settings-toggle:hover {
  color: #0076f1;
}

.advanced-settings-popover {
  z-index: 100;
  top: 10px !important;
}

.dark.advanced-settings-popover {
  background-color: unset !important;
}

.advanced-settings-popover .popover-arrow-container {
  padding: 15px !important;
  padding-top: 5px !important;
  background: #fff;
  max-width: 250px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
  margin-left: auto;
}

.spacing-inputs {
  margin: 0px !important;
  padding: 0px 5px 5px 0px !important;
}

.spacing-inputs input {
  padding: 5px 0px 5px 5px;
  height: auto;
}

.VariantBuilderSettingOptionsImages .btn-img-group {
  display: flex;
  justify-content: space-between;
}

.VariantBuilderSettingOptionsImages .btn-img-group img {
  cursor: pointer;
}

.VariantBuilderSettingOptionsImages .btn-img-group img.active {
  opacity: 0.5;
}

.VariantBuilderSettingAlignment .btn-group .btn-default {
  padding: 6px 31px 3px;
  margin-left: 0px !important;
}

.VariantBuilderSettingAlignment .btn-group .btn-default.active,
.VariantBuilderSettingAlignment .btn-group .btn-default.active:focus {
  background-color: #505f75;
  color: #fff !important;
  border-color: #505f75 !important;
}

.cta-preview-devices {
  position: absolute;
  left: 70px;
  bottom: 20px;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  height: 40px;
  border: 1px solid #e6eff7;
}

.cta-preview-device-toggle {
  text-align: center;
  padding-top: 8px;
  height: 38px;
  cursor: pointer;
}

.cta-preview-devices[device-type="desktop"]
  .cta-preview-device-toggle[device-type="desktop"] {
  background: #e6eff7;
  border-right: 1px solid #e6eff7;
}

.cta-preview-devices[device-type="mobile"]
  .cta-preview-device-toggle[device-type="mobile"] {
  background: #e6eff7;
}

#cta-preview-iframe {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 60px;
  right: 0;
}

#cta-preview-iframe[device-type="desktop"] {
  width: calc(100% - 60px);
}

#builder
  .preview-mobile
  .cf-products-outer[data-layout="grid"]
  .cf-products-item,
#builder
  .preview-mobile
  .cf-products-outer[data-layout="grid"]
  .cf-products-item,
#builder
  .preview-mobile
  .cf-products-outer[data-layout="grid"]
  .cf-products-item {
  width: 100%;
}

#options-panel .cf-item-v2 .cf-item-box {
  cursor: pointer;
  display: flex;
  margin: 0px 0px 5px;
  border-radius: 4px;
  align-items: center;
  width: 100%;
}

#options-panel .cf-item-v2:hover .cf-item-children-toggle-icon {
  display: block !important;
}

.cf-slide-out-panel .cf-quiz-question-tabs .nav-link.active,
.cf-slide-out-panel .cf-quiz-question-tabs .nav-link:hover {
  color: #000;
  font-weight: bold;
}

.cf-slide-out-panel .cf-quiz-question-tabs {
  margin-bottom: 20px !important;
}

.cf-slide-out-panel .cf-item-v2 .cf-item-box {
  line-height: 25px;
  padding: 8px 0px !important;
}

.cf-slide-out-panel .cf-item-v2 .cf-item-box-prepend {
  padding: 0px 13px !important;
}

.cf-slide-out-panel .cf-item-v2 .cf-item-title {
  padding: 0px 10px !important;
}

.cf-slide-out-panel .modal-dialog {
  max-width: 450px;
}

#options-panel .cf-item-v2 {
  display: flex;
  align-items: center;
}

#options-panel .cf-item-v2 input[type="checkbox"][disabled] + article {
  opacity: 0.5;
}

#options-panel .cf-item-v2 .cf-item-handler {
  visibility: hidden;
  padding: 0px;
  color: #7C90A2;
  cursor: move;
  position: absolute;
  left: -14px;
}

#options-panel .cf-item-v2 .cf-item-box-prepend {
  margin-top: auto;
  padding: 6px 10px 6px 3px;
}

#options-panel .cf-item-v2 .cf-item-controls {
  display: none;
  gap: 0px;
  margin-left: auto;
  padding-right: 5px;
}

#options-panel .cf-item-v2 .cf-item-controls > span {
  font-size: 13px;
}

#options-panel .cf-item-v2 .cf-item-title {
  padding: 5px 5px;
  text-wrap: nowrap;
}

#options-panel .cf-item-v2 .cf-item-title > svg {
  min-width: 20px;
  font-size: 13px;
  margin: 0px 5px 0px 1px;
}

.cta-insight-column {
  min-width: 110px;
  padding-right: 0px !important;
  font-size: 12px !important;
}

.cf-products-placeholder-svg {
  visibility: visible !important;
}

.hide-during-drag {
  display: none !important;
}

.layers-item-container:hover > .layers-item-options, .layers-item-container:hover > .layers-item-device {
  display: block !important;
}

#options-panel .fr-dropdown-menu[aria-labelledby="personalize-1"] {
  left: 0px !important;
}

.cf-preset-field-trigger {
  cursor: pointer;
}

.cf-preset-field-trigger:hover .cf-item-controls, .cf-preset-field-trigger:hover .cf-item-handler {
  display: block !important;
}

.emoji-categories {
  display: none !important;
}

[data-mode="dark"] aside.emoji-picker-react, [data-mode="dark"] .emoji-picker-react .emoji-group:before, [data-mode="dark"] .emoji-picker-react input.emoji-search {
  background: #000;
  color: #fff;
  box-shadow: none;
  border: 0px;
}

.emoji-picker-react input.emoji-search {
  margin-top: 10px !important;
}

[data-mode="dark"] .emoji-picker-react input.emoji-search {
  border: 1px solid rgba(100, 106, 129, 0.31);
}

.iconpicker .iconpicker-item {
  color: #000 !important;
}

[data-mode="dark"] .iconpicker .iconpicker-item {
  color: #fff !important;
}

.tab-group-content .panel-collapse:first-child {
  margin-top: 5px !important;
}

.setting-warning .setting-warning-label {
  margin-bottom: 5px !important;
}

[data-mode="dark"] .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  color: #fff;
}

.fr-element a {
  font-family: inherit;
}

#rbgcp-solid-btn[class*="Selected"], #rbgcp-gradient-btn[class*="Selected"] {
  color: #fff !important;
}

.loading-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: display 0.5s ease;
}

[data-mode="dark"] .loading-wrapper {
  background: #020617;
}

.loading-bar {
  height: 5px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  margin-bottom: 20px;
  top: 50%;
}

[data-mode="dark"] .loading-bar {
  background-color: #1B1F2E;
}

.loading-bar-progress {
  height: 100%;
  background: linear-gradient(270deg, #003FFF 0%, #377CDD 33.33%, #94ADFF 66.67%, #A2D2FF 100%);
  border-radius: 5px;
  transition: width 0.5s ease;
}

[data-mode="dark"] .loading-bar-progress {
  background: linear-gradient(270deg, #3797DD 0%, #003FFF 33%, #001C85 66.67%, #0D1B52 100%);
}
.cta-group {
  padding: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #7c90a2 !important;
  cursor: pointer;
  margin-bottom: 10px;
}

.cta-group .object-remove {
  display: none;
  margin-top: -20px;
  margin-right: -20px;
}

.cta-group:hover .object-remove {
  display: block !important;
}

.CtaGroupsSmallList {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  height: 23px;
}

.CtaGroupsSmallListItem {
  width: 100%;
  max-width: 60px;
  min-width: 30px;
  display: inline-block;
  font-size: 9px;
  border-radius: 10px;
  background: rgba(121, 136, 163, 0.7);
  color: #fff !important;
  text-align: center;
  padding: 3px 6px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.CtaGroupsSmallListItem:hover {
  opacity: 0.8;
}

.CtaGroupsSmallListItem.light {
  background: rgba(255, 255, 255, 0.3);
}

.CtaGroupsSmallListItem.light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.CtaGroupsSmallList .cta-group-small-add {
  width: 18px;
  height: 18px;
  line-height: 14px;
  margin-top: 2px;
  float: left;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  opacity: 0.7;
  color: #7988a3;
  border: 1px solid #dbdbdb;
}

.CtaGroupsSmallList .cta-group-small-add:hover {
  opacity: 1;
}

.CtaGroupsSmallList .cta-group-small-add.light {
  border: 1px solid #fff;
  color: #fff;
}

.cta-group-item {
  font-size: 10px !important;
}
.element-report {
  padding-bottom: 15px;
}

.element-selection-report {
  background: #eaf1fa;
  padding-top: 10px;
  margin-bottom: 10px;
  min-height: 35px;
  position: relative;
  border-radius: 4px;
}

.element-selection-report-bar {
  position: absolute;
  background: #cedcfc;
  width: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
}

.element-selection-report-icon {
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
}


.element-selection-report-toggle {
  font-size: 13px !important;
}

#builder .element-spacing-wrapper {
  display: none;
}

#builder .editor-select:hover > .element-spacing-wrapper, #builder .editor-select.spacing > .element-spacing-wrapper {
  display: flex;
  color: #003FFF;
}

#builder .editor-select.spacing > .element-spacing-wrapper > .element-spacing-value {
  display: block !important;
}

#builder .editor-select.spacing .element-spacing-handle {
  display: none !important;
}

#builder .editor-select.spacing .element-content {
  position: relative;
}

#builder .editor-select.spacing .element-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px dashed #0040ff7d;
  pointer-events: none;
}
.event-profile {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-top: 10px;
}

.event-profile.icon {
  background: #191a1b;
  color: #fff;
  font-size: 9px;
  text-align: center;
  padding-top: 6px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.events-reports-new {
  padding: 5px;
  background: rgb(0, 181, 146);
  border-radius: 3px;
  font-size: 12px !important;
  color: #fff !important;
  top: -20px;
  display: inline-block;
}

@media (max-width: 1300px) {
  .report-count {
    font-size: 20px !important;
  }
}
.field-option-answer {
  padding: 10px 10px 3px 10px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #EBF1F9;
  min-height: 47px !important;
}

.field-option-report {
  width: 100% !important;
  margin-bottom: 0px !important;
  border-top: 1px solid #fff;
  padding-top: 13px !important;
  border-radius: 0px;
}

.field-option-report .element-selection-report-bar {
  background: rgb(206 220 252 / 50%);
  border-radius: 0px;
}
/*!
 * Font Awesome Icon Picker
 * https://farbelous.github.io/fontawesome-iconpicker/
 *
 * @author Javi Aguilar, itsjavi.com
 * @license MIT License
 * @see https://github.com/farbelous/fontawesome-iconpicker/blob/master/LICENSE
 */
.iconpicker-popover.popover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: none;
  padding: 1px;
  text-align: left;
  width: 234px;
  background: #f7f7f7;
  z-index: 9;
  background: none !important;
}
.iconpicker-popover.popover.top,
.iconpicker-popover.popover.topLeftCorner,
.iconpicker-popover.popover.topLeft,
.iconpicker-popover.popover.topRight,
.iconpicker-popover.popover.topRightCorner {
  margin-top: -10px;
}
.iconpicker-popover.popover.right,
.iconpicker-popover.popover.rightTop,
.iconpicker-popover.popover.rightBottom {
  margin-left: 10px;
}
.iconpicker-popover.popover.bottom,
.iconpicker-popover.popover.bottomRightCorner,
.iconpicker-popover.popover.bottomRight,
.iconpicker-popover.popover.bottomLeft,
.iconpicker-popover.popover.bottomLeftCorner {
  margin-top: 10px;
}
.iconpicker-popover.popover.left,
.iconpicker-popover.popover.leftBottom,
.iconpicker-popover.popover.leftTop {
  margin-left: -10px;
}
.iconpicker-popover.popover.inline {
  margin: 0 0 12px 0;
  position: relative;
  display: inline-block;
  opacity: 1;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  max-width: 100%;
  box-shadow: none;
  z-index: auto;
  vertical-align: top;
}
.iconpicker-popover.popover.inline > .arrow {
  display: none;
}
.dropdown-menu .iconpicker-popover.inline {
  margin: 0;
  border: none;
}
.dropdown-menu.iconpicker-container {
  padding: 0;
}
.iconpicker-popover.popover .popover-title {
  padding: 12px;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
.iconpicker-popover.popover
  .popover-title
  input[type="search"].iconpicker-search {
  margin: 0 0 2px 0;
}
.iconpicker-popover.popover
  .popover-title-text
  ~ input[type="search"].iconpicker-search {
  margin-top: 12px;
}
.iconpicker-popover.popover .popover-content {
  padding: 0px;
  text-align: center;
}
.iconpicker-popover .popover-footer {
  float: none;
  clear: both;
  padding: 12px;
  text-align: right;
  margin: 0;
  border-top: 1px solid #ebebeb;
  background-color: #f7f7f7;
}

.iconpicker-container .input-group-addon {
  cursor: pointer;
  background: none !important;
}

.iconpicker-container .popover {
  color: rgba(0, 0, 0, 0.25) !important;
}

.iconpicker-popover .popover-footer:before,
.iconpicker-popover .popover-footer:after {
  content: " ";
  display: table;
}
.iconpicker-popover .popover-footer:after {
  clear: both;
}
.iconpicker-popover .popover-footer .iconpicker-btn {
  margin-left: 10px;
}
.iconpicker-popover .popover-footer input[type="search"].iconpicker-search {
  /*width:auto;
    float:left;*/
  margin-bottom: 12px;
}

.iconpicker-popover.popover > .arrow,
.iconpicker-popover.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.iconpicker-popover.popover > .arrow {
  border-width: 11px;
}
.iconpicker-popover.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.iconpicker-popover.popover.top > .arrow,
.iconpicker-popover.popover.topLeft > .arrow,
.iconpicker-popover.popover.topRight > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.iconpicker-popover.popover.top > .arrow:after,
.iconpicker-popover.popover.topLeft > .arrow:after,
.iconpicker-popover.popover.topRight > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.iconpicker-popover.popover.topLeft > .arrow {
  left: 8px;
  margin-left: 0;
}
.iconpicker-popover.popover.topRight > .arrow {
  left: auto;
  right: 8px;
  margin-left: 0;
}
.iconpicker-popover.popover.right > .arrow,
.iconpicker-popover.popover.rightTop > .arrow,
.iconpicker-popover.popover.rightBottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.iconpicker-popover.popover.right > .arrow:after,
.iconpicker-popover.popover.rightTop > .arrow:after,
.iconpicker-popover.popover.rightBottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: red;
}
.iconpicker-popover.popover.rightTop > .arrow {
  top: auto;
  bottom: 8px;
  margin-top: 0;
}
.iconpicker-popover.popover.rightBottom > .arrow {
  top: 8px;
  margin-top: 0;
}
.iconpicker-popover.popover.bottom > .arrow,
.iconpicker-popover.popover.bottomRight > .arrow,
.iconpicker-popover.popover.bottomLeft > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.iconpicker-popover.popover.bottom > .arrow:after,
.iconpicker-popover.popover.bottomRight > .arrow:after,
.iconpicker-popover.popover.bottomLeft > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.iconpicker-popover.popover.bottomLeft > .arrow {
  left: 8px;
  margin-left: 0;
}
.iconpicker-popover.popover.bottomRight > .arrow {
  left: auto;
  right: 8px;
  margin-left: 0;
}
.iconpicker-popover.popover.left > .arrow,
.iconpicker-popover.popover.leftBottom > .arrow,
.iconpicker-popover.popover.leftTop > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.iconpicker-popover.popover.left > .arrow:after,
.iconpicker-popover.popover.leftBottom > .arrow:after,
.iconpicker-popover.popover.leftTop > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.iconpicker-popover.popover.leftBottom > .arrow {
  top: 8px;
  margin-top: 0;
}
.iconpicker-popover.popover.leftTop > .arrow {
  top: auto;
  bottom: 8px;
  margin-top: 0;
}
.iconpicker {
  position: relative;
  text-align: left;
  text-shadow: none;
  line-height: 0;
  display: block;
  margin: 0;
  overflow: hidden;
}
.iconpicker * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.iconpicker:before,
.iconpicker:after {
  content: " ";
  display: table;
}
.iconpicker:after {
  clear: both;
}
.iconpicker .iconpicker-items {
  position: relative;
  clear: both;
  float: none;
  padding: 12px 0 0 12px;
  background: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  min-height: 49px;
  max-height: 246px;
}
.iconpicker .iconpicker-items:before,
.iconpicker .iconpicker-items:after {
  content: " ";
  display: table;
}
.iconpicker .iconpicker-items:after {
  clear: both;
}
.iconpicker .iconpicker-item {
  float: left;
  width: 14px;
  height: 14px;
  padding: 12px;
  margin: 0 12px 12px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
  color: grey;
  /*&:nth-child(4n+4) {
        margin-right: 0;
    }
    &:nth-last-child(-n+4) {
        margin-bottom: 0;
    }*/
}
.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
  background-color: #eee;
}
.iconpicker .iconpicker-item.iconpicker-selected {
  box-shadow: none;
  color: #fff;
  background: #000;
}
.iconpicker-component {
  cursor: pointer;
}

.input-group-addon:last-child {
  border-left: unset;
}

[data-mode="dark"] .iconpicker-popover.popover .popover-title, [data-mode="dark"] .iconpicker .iconpicker-items {
  background: #000;
  background-color: #000;
  color: #fff;
  border-bottom: 0px;
}

[data-mode="dark"] .iconpicker .iconpicker-item {
  box-shadow: none;
}

[data-mode="dark"] .iconpicker-popover.popover .popover-title input[type="search"].iconpicker-search {
  background: #000;
  color: #fff;
  border: 1px solid rgba(100, 106, 129, 0.30);
}

[data-mode="dark"] .iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
  background-color: #1B1F2E;
}

[data-mode="dark"] .iconpicker-popover.popover.bottom > .arrow:after, [data-mode="dark"] .iconpicker-popover.popover.bottomRight > .arrow:after, [data-mode="dark"] .iconpicker-popover.popover.bottomLeft > .arrow:after {
  border-bottom-color: #000;
}
.filter .groups-selection {
  background: none;
  border: 0;
  font-size: 20px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.group-select {
  cursor: pointer;
}

.group {
  padding: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
  color: #7c90a2 !important;
  cursor: pointer;
  margin-bottom: 10px;
}

.group .object-remove,
.group .object-update {
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 1;
}

.group:hover .object-remove,
.group:hover .object-update {
  display: block;
}
.integration {
  padding: 30px 10px;
  border: 1px solid #e9f1f9;
  background: #fff;
  border-radius: 3px;
  height: 275px;
}

.integration-active {
  padding: 30px 10px;
  border: 1px solid #e9ebf0;
  background: #fff;
  border-radius: 3px;
}

.integration-description {
  height: 60px;
  font-size: 13px !important;
}

.integration .error-message {
  height: 0px !important;
}

.integration-alert {
  position: absolute;
  top: 10px;
  left: 30px;
}

.integration-remove {
  position: absolute;
  top: 10px;
  right: 30px;
}

.integration-stacked-modal {
  overflow-y: auto !important;
}

.website-premium.integration-pro {
  float: initial;
  width: 15px;
  height: 15px;
  font-size: 12px !important;
  position: absolute;
  top: 5px;
  margin-left: 5px;
}

.website-premium.integration-pro.integration-business {
  background: #003fff !important;
  font-size: 16px !important;
  line-height: 13px !important;
  background: #003fff !important;
}

.integrations-plan {
  min-width: 30px;
  height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #003fff;
}

.integrations-plan[data-plan-type="plus"] {
  background: #92C044 !important;
}

.integration-item {
  width: 350px !important;
  height: 275px;
}

body[data-controller="variants"] .integrations-list {
  max-width: 1080px;
}
.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}

.minicolors-no-data-uris .minicolors-sprite {
  background-image: url(/jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type="hidden"] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 450px;
  height: 152px;
  background: white;
  border: solid 0px #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000000 !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -12px;
  margin-left: -12px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
h2 {
  font-size: 25px;
  line-height: 1.3em;
}

.very-bold {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.light {
  color: #696969;
}

.smooth {
  
}

.center {
  text-align: center !important;
}

.caps {
  text-transform: uppercase !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.subhead {
  max-width: 620px;
}

.hard-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.big-section {
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}

.small-section {
  padding-top: 40px;
  padding-bottom: 35px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}

.fixed {
  background-attachment: fixed !important;
}

.cover {
  background-size: 100% auto;
}

.dark {
  background-color: #000 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body:not([data-controller="variants"]) .dark {
  color: #fff !important;
}

body:not([data-controller="variants"]) .dark {
  color: #fff !important;
}

.vertical-space {
  margin-top: 30px;
  margin-bottom: 30px;
}

.some-vertical-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.give-horizontal-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.block {
  padding: 50px 20px 40px;
}

.paragraph {
  max-width: 500px;
}

.button-big {
  padding: 13px 50px 13px;
  font-size: 20px;
  border-radius: 4px;
  outline: none !important;
}

.btn {
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize !important;
}

.cta-clear {
  background: rgba(250, 250, 250, 0.4) !important;
  color: #fff !important;
}

.cta-clear:hover {
  background: rgba(250, 250, 250, 0.5) !important;
  color: #fff !important;
}

.cta-clear:active {
  background: rgba(250, 250, 250, 0.3) !important;
}

.cta-primary {
  background: #e67e22 !important;
  border-bottom: 2px solid #d35400 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.cta-primary:hover {
  background: #f78725 !important;
  border-bottom: 2px solid #d35400 !important;
}

.cta-primary:active {
  margin-top: 2px !important;
  border-bottom: 0px solid #d35400 !important;
  background: #ce701e !important;
}

.cta-default {
  background: #1c84dc !important;
  border-bottom: 2px solid #132535 !important;
  color: #fff !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.cta-default:hover {
  background: #1e8eea !important;
  border-bottom: 2px solid #132535 !important;
  color: #fff !important;
}

.cta-default:active {
  background: #1c84dc !important;
  border-bottom: 0px solid #132535 !important;
  color: #fff !important;
  margin-top: 2px;
}

.cta-white {
  background: #fff !important;
  border-bottom: 2px solid #cccccc !important;
  color: #232323 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.cta-white:hover {
  background: #f2f2f2 !important;
  border-bottom: 2px solid #cccccc !important;
  color: #232323 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.cta-white:active {
  background: #f2f2f2 !important;
  border-bottom: 1px solid #cccccc !important;
  color: #232323 !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  margin-top: 1px;
}

.glyphicon {
  font-size: 16px;
  background: none !important;
}

.quote {
  font-family: Marck Script, serif !important;
  font-size: 20px;
}

.desktop {
  display: visible;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.bigger {
  font-size: 45px;
}

@media (max-width: 1000px) {
  .tablet {
    display: inline !important;
  }
}

@media (max-width: 480px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: inline !important;
  }

  .bigger {
    font-size: 28px !important;
  }

  h2 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .big-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .vertical-space {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#onboard {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 115px;
  height: 40px;
  background: #0042b3;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  border-radius: 100px;
  font-size: 14px;
  /*box-shadow: 1px 15px 30px 0 rgba(162,190,227,.52);*/
  z-index: 9999999;
}

#onboard .glyphicon-remove::before,
#onboard-popup .glyphicon-remove::before {
  font-weight: 400;
}

#onboard .checklist-overlay {
  position: absolute;
  border-radius: 100px;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 40px;
  right: 0;
  bottom: 0;
  background: #0035a4;
  z-index: 1;
}

#onboard .checklist-text {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

#onboard .checklist-steps {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  text-align: center;
  color: #0039a0;
  top: -6px;
  right: -6px;
  cursor: pointer;
  z-index: 99999999;
}

#onboard .checklist-steps .glyphicon-remove {
  font-size: 12px !important;
  color: #7c90a2 !important;
  margin-right: 0px !important;
}

#onboard .glyphicon {
  font-size: 14px !important;
  margin-right: 3px;
}

#onboard-popup {
  /* width: 400px;
  height: 500px;
  float: left;
  position: fixed;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 1px 5px 30px 0 rgba(162, 190, 227, 0.52);
  left: 15px;
  bottom: 15px;
  display: none;
  z-index: 888; */
}

body[data-action="builder"] #onboard-popup {
  z-index: 888 !important;
}

#onboard-popup .checklist-header {
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  height: 50px;
  padding: 10px 5px;
  border-bottom: 1px solid #ecf0f6;
}

#onboard-popup .checklist-step {
  border-bottom: 1px solid #ecf0f6;
  padding-top: 5px;
  padding-bottom: 8px;
}

#onboard-popup .checklist-box-outer {
  z-index: 9999;
  padding-left: 0;
  margin-left: -14px;
}

#onboard-popup .checklist-box {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #6d818e;
  color: #6d818e;
  border-radius: 100%;
  text-align: center;
  margin-left: 0px !important;
  margin-top: -1px;
  padding-top: 3px;
}

#onboard-popup .checklist-box .glyphicon-ok {
  font-size: 13px !important;
  display: none;
}

#onboard-popup .checklist-box-step {
  margin-top: -3px;
  font-size: 15px;
}

#onboard-popup .active .checklist-box {
  background: #003ffe;
  border: 2px solid #003ffe;
  color: #fff !important;
}

#onboard-popup .active .checklist-box .checklist-box-step {
  display: none;
}

#onboard-popup .active .checklist-box .glyphicon-ok {
  display: block;
}

#onboard-popup .glyphicon-remove {
  cursor: pointer;
}

#onboard-popup .tutorial-tab-link:hover,
#onboard-popup .tutorial-tab-link.active {
  color: #003ffe;
}

#onboard-popup .tutorial-tab-content-link:hover,
#onboard-popup .tutorial-tab-content-link:active {
  color: #003ffe !important;
  border-bottom: 1px solid #efefef;
  background: #f8f8fb;
  font-size: 15px;
}

#onboard-popup .tutorial-tab-tooltip-trigger {
  display: none;
}

#onboard-popup .tutorial-tab-content-link {
  padding: 10px 15px;
  color: #003ffe !important;
  border-bottom: 1px solid #f8f8fb;
  font-size: 15px !important;
}

#onboard-popup .tutorial-tab-content-box {
  padding: 10px 0px;
}

.tutorial-tab-content h1,
.tutorial-tab-content h2,
.tutorial-tab-content h3,
.tutorial-tab-content h4 {
  margin-top: 30px;
}

.tutorial-tab-content p {
  line-height: 1.8em;
  margin-bottom: 20px;
}

.tutorial-tab-content img {
  width: 100%;
}

#onboard-popup .onboard-checklist-box {
  border-left: 3px solid #003ffe;
  padding-top: 20px;
  padding-bottom: 10px;
}

#onboard-popup .template-creator-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: 0px;
}

.tutorial-content-block h1 {
  font-size: 30px;
}

.tutorial-content-block h2 {
  font-size: 25px;
}

.tutorial-content-block h3 {
  font-size: 20px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

.product-variant-report {
  width: 100% !important;
  margin-bottom: 0px !important;
  border-top: 1px solid #dbdbdb;
  padding-top: 13px !important;
  margin-top: 2px;
}
.products-item-white .item-trigger[data-object_type="products"] {
  background: #fff !important;
}
.remix-editor .flex {
  display: flex; }

.remix-editor .inline-flex {
  display: inline-flex; }

.remix-editor .flex-row {
  flex-direction: row; }

.remix-editor .flex-row-reverse {
  flex-direction: row-reverse; }

.remix-editor .flex-column {
  flex-direction: column; }

.remix-editor .flex-column-reverse {
  flex-direction: column-reverse; }

.remix-editor .flex-wrap {
  flex-wrap: wrap; }

.remix-editor .flex-nowrap {
  flex-wrap: nowrap; }

.remix-editor .flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.remix-editor .flex-1 {
  flex: 1 1 0%; }

.remix-editor .flex-auto {
  flex: 1 1 auto; }

.remix-editor .flex-none {
  flex: none; }

.remix-editor .justify-start {
  justify-content: flex-start; }

.remix-editor .justify-center {
  justify-content: center; }

.remix-editor .justify-end {
  justify-content: flex-end; }

.remix-editor .justify-between {
  justify-content: space-between; }

.remix-editor .justify-around {
  justify-content: space-around; }

.remix-editor .justify-evenly {
  justify-content: space-evenly; }

.remix-editor .items-start {
  align-items: flex-start; }

.remix-editor .items-center {
  align-items: center; }

.remix-editor .items-end {
  align-items: flex-end; }

.remix-editor .items-stretch {
  align-items: stretch; }

.remix-editor .items-baseline {
  align-items: baseline; }

.remix-editor .self-auto {
  align-self: auto; }

.remix-editor .self-start {
  align-self: flex-start; }

.remix-editor .self-center {
  align-self: center; }

.remix-editor .self-end {
  align-self: flex-end; }

.remix-editor .self-stretch {
  align-self: stretch; }

.remix-editor .grow-0 {
  flex-grow: 0; }

.remix-editor .grow-1 {
  flex-grow: 1; }

.remix-editor .w-fit {
  width: fit-content; }

.remix-editor .gap-0 {
  gap: 0; }

.remix-editor .gap-1 {
  gap: 0.5rem; }

.remix-editor .gap-2 {
  gap: 1rem; }

.remix-editor .gap-3 {
  gap: 1.5rem; }

.remix-editor .gap-4 {
  gap: 2rem; }

.remix-editor .gap-5 {
  gap: 4rem; }

.remix-editor .gap-6 {
  gap: 6rem; }

.remix-editor .origin-top {
  transform-origin: top; }

.remix-editor .cursor-pointer {
  cursor: pointer; }

.remix-editor .disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.remix-editor .appearance-none {
  appearance: none; }

@keyframes cf-quiz-loading-spinner-prix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }

.remix-editor .modal-content {
  width: 95%;
  height: 95%;
  overflow-y: scroll;
  padding: 10px; }
  .remix-editor .modal-content .modal-header {
    padding: 15px 15px 0px;
    border: none; }
  .remix-editor .modal-content .modal-body {
    padding: 0px; }

.remix-editor .placeholder {
  display: inline-block;
  vertical-align: middle;
  cursor: wait;
  background-color: #212529;
  opacity: .3;
  width: 100%;
  border-radius: 5px; }
  .remix-editor .placeholder.placeholder-sm {
    height: 20px; }
  .remix-editor .placeholder.placeholder-md {
    height: 50px; }
  .remix-editor .placeholder.placeholder-lg {
    height: 150px; }

.remix-editor .remix-uploader {
  display: flex;
  flex-direction: column;
  width: 790px;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 25px;
  position: relative;
  background-color: #020617;
  border-radius: 10px; }
  .remix-editor .remix-uploader .input-box {
    flex-direction: column;
    height: 109px;
    align-self: stretch;
    justify-content: center;
    gap: 6px;
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    position: relative; }
    .remix-editor .remix-uploader .input-box .headline {
      position: relative;
      align-self: stretch;
      font-weight: 600;
      color: #ffffff;
      font-size: 23px;
      text-align: center;
      letter-spacing: 0;
      line-height: normal; }
    .remix-editor .remix-uploader .input-box .subtitle {
      position: relative;
      align-self: stretch;
      font-family: "Inter-Regular", Helvetica;
      font-weight: 400;
      color: #a1a8c1;
      font-size: 14px;
      text-align: center;
      letter-spacing: 0;
      line-height: 19.2px; }
    .remix-editor .remix-uploader .input-box .inline-form {
      gap: 6px;
      padding: 10px 0px 0px;
      align-self: stretch;
      width: 100%;
      flex: 0 0 auto;
      margin-bottom: -1.00px;
      display: flex;
      align-items: flex-start;
      position: relative; }
      .remix-editor .remix-uploader .input-box .inline-form .input-selectors {
        display: inline-flex;
        align-items: flex-start;
        padding: 4px;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
        background-color: #292d3f;
        border-radius: 8px; }
        .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn {
          display: inline-flex;
          height: 34px;
          align-items: center;
          justify-content: center;
          padding: 0px 12px;
          position: relative;
          flex: 1 0 auto;
          border-radius: 6px; }
          .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn .label {
            position: relative;
            width: fit-content;
            font-family: var(--medium-14-font-family);
            font-weight: var(--medium-14-font-weight);
            color: #a1a8c1;
            font-size: var(--medium-14-font-size);
            letter-spacing: var(--medium-14-letter-spacing);
            line-height: var(--medium-14-line-height);
            white-space: nowrap;
            font-style: var(--medium-14-font-style); }
          .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn:hover {
            cursor: pointer; }
          .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn.active, .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn:hover {
            background-color: #000000; }
            .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn.active > .label, .remix-editor .remix-uploader .input-box .inline-form .input-selectors .selector-btn:hover > .label {
              color: #ffffff; }
      .remix-editor .remix-uploader .input-box .inline-form .input-url {
        width: 450px;
        gap: 10px;
        align-self: stretch;
        display: flex;
        align-items: flex-start;
        position: relative; }
      .remix-editor .remix-uploader .input-box .inline-form input {
        display: flex;
        flex: 1;
        align-self: stretch;
        flex-grow: 1;
        font-size: 14px;
        background-color: #292d3f;
        border-radius: 6px;
        border: none;
        color: #ffffff; }
      .remix-editor .remix-uploader .input-box .inline-form .remix-btn {
        all: unset;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        padding: 7px 10px;
        align-self: stretch;
        border-radius: 6px;
        background: linear-gradient(180deg, #003fff 0%, #be4cff 100%); }
        .remix-editor .remix-uploader .input-box .inline-form .remix-btn:hover {
          cursor: pointer; }
        .remix-editor .remix-uploader .input-box .inline-form .remix-btn:disabled {
          opacity: 0.7;
          cursor: not-allowed; }

.remix-editor .remix-editor-preview .upgrade-btn:hover {
  cursor: pointer; }

.remix-editor .remix-editor-settings-breadcrumb {
  display: flex;
  font-size: 14px;
  gap: 15px;
  align-items: center; }
  .remix-editor .remix-editor-settings-breadcrumb .remix-step {
    cursor: pointer; }
    .remix-editor .remix-editor-settings-breadcrumb .remix-step.active {
      color: #000000; }

.remix-editor .remix-editor-settings-sections input[type="checkbox"],
.remix-editor .remix-editor-settings-layouts input[type="checkbox"] {
  appearance: none; }
  .remix-editor .remix-editor-settings-sections input[type="checkbox"]:checked,
  .remix-editor .remix-editor-settings-layouts input[type="checkbox"]:checked {
    background-color: #000000; }

.remix-editor .remix-editor-settings-layouts .matched-section-template:not(:last-child) {
  border-bottom: solid 1px #cbd5e1; }
#builder .section-spacing-wrapper {
  display: none;
}

#builder .editor-select > .section-spacing-wrapper, #builder .editor-select.spacing > .section-spacing-wrapper {
  display: flex;
  color: #003FFF;
  z-index: 20;
}

#builder .editor-select.spacing > .section-spacing-wrapper > .section-spacing-value {
  display: block !important;
}

#builder .editor-select.spacing .section-spacing-handle {
  display: none !important;
}

#builder .cf-section.editor-select.spacing {
  position: relative;
}

#builder .cf-section.editor-select.spacing .cf-section-container .cf-column::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px dashed #0040ff7d;
  pointer-events: none;
  z-index: 10;
}

#builder .section-column-spacing-wrapper {
  display: none;
}

#builder .editor-select > .section-column-spacing-wrapper, #builder .editor-select.spacing > .section-column-spacing-wrapper {
  display: flex;
  color: #003FFF;
}

#builder .editor-select.spacing > .section-column-spacing-wrapper > .section-column-spacing-value {
  display: block !important;
  z-index: 30;
}

#builder .editor-select.spacing .section-column-spacing-handle {
  display: none !important;
}

#builder .cf-column.editor-select.spacing {
  position: relative;
}

#builder .cf-column.editor-select.spacing .cf-cta-item-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px dashed #0040ff7d;
  pointer-events: none;
  z-index: 10;
}
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left
  .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right
  .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left
  .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right
  .shepherd-content:before {
  display: none;
}

.shepherd-element,
.shepherd-element:after,
.shepherd-element:before,
.shepherd-element *,
.shepherd-element *:after,
.shepherd-element *:before {
  box-sizing: border-box;
}

.shepherd-element {
  position: absolute;
  display: none;
  z-index: 9999;
}
.shepherd-element.shepherd-open {
  display: block;
}

.shepherd-element.shepherd-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #fff;
  color: #444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}
.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  pointer-events: none;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center
  .shepherd-content:before {
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center
  .shepherd-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle
  .shepherd-content:before {
  left: 100%;
  top: 50%;
  margin-top: -16px;
  border-left-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle
  .shepherd-content:before {
  right: 100%;
  top: 50%;
  margin-top: -16px;
  border-right-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center
  .shepherd-content {
  left: -32px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center
  .shepherd-content {
  left: 32px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom
  .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom
  .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top
  .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top
  .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content:before {
  top: 16px;
  left: 100%;
  border-left-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content:before {
  top: 16px;
  right: 100%;
  border-right-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content:before {
  bottom: 16px;
  left: 100%;
  border-left-color: #fff;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content:before {
  bottom: 16px;
  right: 100%;
  border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before {
  border-bottom-color: #eee;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title
  .shepherd-content
  header {
  background: #eee;
  padding: 1em;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title
  .shepherd-content
  header
  a.shepherd-cancel-link {
  padding: 0;
  margin-bottom: 0;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link
  .shepherd-content
  header
  h3 {
  float: left;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
  padding: 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content * {
  font-size: inherit;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header {
  *zoom: 1;
  border-radius: 5px 5px 0 0;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
  content: "";
  display: table;
  clear: both;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  header
  a.shepherd-cancel-link {
  float: right;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 0.8em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  position: relative;
  top: 0.1em;
  padding: 0.8em;
  margin-bottom: -0.8em;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  header
  a.shepherd-cancel-link:hover {
  opacity: 1;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
  padding: 1em;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
  margin: 0 0 0.5em 0;
  line-height: 1.3em;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  .shepherd-text
  p:last-child {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
  padding: 0 1em 1em;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  footer
  .shepherd-buttons {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  footer
  .shepherd-buttons
  li {
  display: inline;
  padding: 0;
  margin: 0;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  footer
  .shepherd-buttons
  li
  .shepherd-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  margin: 0 0.5em 0 0;
  font-family: inherit;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
  background: #3288e6;
  color: #fff;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  footer
  .shepherd-buttons
  li
  .shepherd-button.shepherd-button-secondary {
  background: #eee;
  color: #888;
}
.shepherd-element.shepherd-theme-arrows
  .shepherd-content
  footer
  .shepherd-buttons
  li:last-child
  .shepherd-button {
  margin-right: 0;
}

.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left
  .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right
  .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left
  .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right
  .shepherd-content:before {
  display: none;
}

.shepherd-element,
.shepherd-element:after,
.shepherd-element:before,
.shepherd-element *,
.shepherd-element *:after,
.shepherd-element *:before {
  box-sizing: border-box;
}

.shepherd-element {
  position: absolute;
  display: none;
}
.shepherd-element.shepherd-open {
  display: block;
}

.shepherd-element.shepherd-theme-square-dark {
  max-width: 100%;
  max-height: 100%;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #232323;
  color: #eee;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  pointer-events: none;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-center
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-center
  .shepherd-content:before {
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border-top-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center
  .shepherd-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  border-bottom-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-right.shepherd-element-attached-middle
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-right.shepherd-element-attached-middle
  .shepherd-content:before {
  left: 100%;
  top: 50%;
  margin-top: -16px;
  border-left-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-left.shepherd-element-attached-middle
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-left.shepherd-element-attached-middle
  .shepherd-content:before {
  right: 100%;
  top: 50%;
  margin-top: -16px;
  border-right-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-left.shepherd-target-attached-center
  .shepherd-content {
  left: -32px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-right.shepherd-target-attached-center
  .shepherd-content {
  left: 32px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle
  .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle
  .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom
  .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom
  .shepherd-content {
  margin-top: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom
  .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top
  .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top
  .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top
  .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content:before {
  top: 16px;
  left: 100%;
  border-left-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content:before {
  top: 16px;
  right: 100%;
  border-right-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content {
  margin-right: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left
  .shepherd-content:before {
  bottom: 16px;
  left: 100%;
  border-left-color: #232323;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content {
  margin-left: 16px;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right
  .shepherd-content:before {
  bottom: 16px;
  right: 100%;
  border-right-color: #232323;
}

.shepherd-element.shepherd-theme-square-dark {
  border-radius: 0;
  z-index: 9999;
  max-width: 24em;
  font-size: 1em;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before,
.shepherd-element.shepherd-theme-square-dark.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title
  .shepherd-content:before {
  border-bottom-color: #303030;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-has-title
  .shepherd-content
  header {
  background: #303030;
  padding: 1em;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-has-title
  .shepherd-content
  header
  a.shepherd-cancel-link {
  padding: 0;
  margin-bottom: 0;
}
.shepherd-element.shepherd-theme-square-dark.shepherd-has-cancel-link
  .shepherd-content
  header
  h3 {
  float: left;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17);
  border-radius: 0;
  padding: 0;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content * {
  font-size: inherit;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content header {
  *zoom: 1;
  border-radius: 0;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content header:after {
  content: "";
  display: table;
  clear: both;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content header h3 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  header
  a.shepherd-cancel-link {
  float: right;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 0.8em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  position: relative;
  top: 0.1em;
  padding: 0.8em;
  margin-bottom: -0.8em;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  header
  a.shepherd-cancel-link:hover {
  opacity: 1;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content .shepherd-text {
  padding: 1em;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  .shepherd-text
  p {
  margin: 0 0 0.5em 0;
  line-height: 1.3em;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  .shepherd-text
  p:last-child {
  margin-bottom: 0;
}
.shepherd-element.shepherd-theme-square-dark .shepherd-content footer {
  padding: 0 1em 1em;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  footer
  .shepherd-buttons {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  footer
  .shepherd-buttons
  li {
  display: inline;
  padding: 0;
  margin: 0;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  footer
  .shepherd-buttons
  li
  .shepherd-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  margin: 0 0.5em 0 0;
  font-family: inherit;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
  background: #3288e6;
  color: #fff;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  footer
  .shepherd-buttons
  li
  .shepherd-button.shepherd-button-secondary {
  background: #eee;
  color: #888;
}
.shepherd-element.shepherd-theme-square-dark
  .shepherd-content
  footer
  .shepherd-buttons
  li:last-child
  .shepherd-button {
  margin-right: 0;
}

.shepherd-start-tour-button.shepherd-theme-square-dark {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  margin: 0 0.5em 0 0;
  font-family: inherit;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
  background: #3288e6;
  color: #fff;
}

.shepherd-button {
  background: #191a1b !important;
  font-weight: 600 !important;
}

.shepherd-back {
  background: #eff4fe !important;
  color: #6e818f !important;
  font-weight: 600 !important;
}
.step-thumbnail-preview {
  height: 125px;
  overflow: hidden;
}

.step-icon {
  background: #003ffe;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 23px;
  height: 23px;
  padding-left: 2px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.icon-disabled {
  background: #818385 !important;
  cursor: default;
}

.step-icon .glyphicon {
  font-size: 12px !important;
}

.step-name {
  line-height: 1.3em;
}


.step-thumbnail-preview .select-label-popover, .step-thumbnail-preview .section-add-element, .step-thumbnail-preview .element-spacing-handle, .step-thumbnail-preview .section-spacing-handle, .step-thumbnail-preview .section-column-spacing-handle {
  display: none !important;
}

.step-thumbnail:hover .step-thumbnail-options {
  display: block !important;
}

.step-thumbnail:hover .step-handle-label {
  display: none !important;
}

.step-thumbnail:hover .step-handle-grab {
  display: block !important;
}

.step-thumbnail-overlay:hover .step-thumbnail-button {
  display: block !important;
}

.step-thumbnail .empty-container {
  display: none !important;
}
.dollar:before {
  content: "$";
  font-size: 0.6em;
  vertical-align: top;
}

.upgrade-modal {
  border-radius: 0px;
  background-size: cover;
}

.upgrade-bar {
  background: none;
  cursor: pointer;
  color: #fff;
}

.upgrade-bar a {
  color: #fff !important;
}

.upgrade-bar-exceeded {
  background: #c0392b !important;
}

.tab-pane.pricing-tab.active {
  display: flex;
  justify-content: center;
}

.pricing-box-outer {
  margin-top: 4px;
  padding: 0 !important;
  max-width: 300px;
}

.pricing-tab .pricing-box-outer {
  min-width: 287px !important;
}

.pricing-box-outer p {
  font-size: 14px !important;
}

.pricing-box {
  border: 1px solid #e1edf8;
  border-right: 0px;
  background: #fff;
  padding: 20px 25px 0px 25px;
  margin-left: auto;
  margin-right: auto;
}

.plans-headline h2 {
  font-weight: 800;
}

.plan-features {
  background: #fff;
  border-top: 1px solid #d2e9ff;
  margin-left: -25px !important;
  margin-right: -25px !important;
  padding: 15px 5px 15px 25px;
  margin-top: 15px;
}

.plan-feature-outer {
  margin-bottom: 15px;
}

.plan-feature {
  font-size: 14px !important;
}

.plan-feature-checkmark {
  width: 20px;
  vertical-align: initial;
}

.plan-feature-plus {
  width: 20px;
  vertical-align: initial;
}

.plan-usage-select {
  width: 90px !important;
  border: 1px solid rgb(4, 142, 248) !important;
  padding: 0px 0px 0px 5px !important;
}

.annual-savings {
  text-align: center !important;
  color: #44b15a !important;
  font-size: 12px;
  margin-left: -15px;
  margin-right: -15px;
}

.pricing-list {
  border-bottom: 1px solid #edf2f7 !important;
  padding: 15px 10px 5px;
}

.pricing-list p {
  font-size: 15px;
}

.pricing-box.dark {
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.pricing-box .plan-price {
  font-size: 35px;
  color: #333;
  line-height: 1.167 !important;
}

.pricing-box.dark .smooth.roboto {
  color: #fff !important;
}

.pricing-box.dark .pricing-list {
  border-bottom: 1px solid #0094ff !important;
  padding: 10px 10px 10px 10px;
}

.pricing-box.dark a {
  color: #fff !important;
}

.pricing-box.dark a:hover {
  color: #bbe1ff !important;
}

.upgrade-modal-tabs,
.upgrade-modal-tabs li {
  width: 150px;
  float: left;
  text-align: center;
}

.upgrade-modal-tabs,
.upgrade-modal-tabs li a {
  color: #000 !important;
}

.upgrade-modal-tabs .active {
  border-bottom: 1px solid #003fff;
}

.pricing-box.dark .tab-group {
  border-bottom: 1px solid #0070c6 !important;
}

.upgrade-modal-tabs .active a {
  color: #003fff !important;
}

.pricing-button {
  padding: 12px 20px !important;
  box-shadow: -5px 5px 0 0 rgb(0 0 0 / 10%);
  border: 0px;
  background-color: #191a1b;
  font-weight: 600 !important;
  font-size: 15px !important;
  max-width: 200px !important;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
}

.pricing-button:hover,
n .pricing-button:active {
  color: #fff;
}

.pricing-button-current {
  background-color: rgb(126, 147, 165);
  color: #fff;
}

.upgrade-modal .list-group-item {
  border: 0px;
  border-radius: 0px;
  padding: 5px 0px 0px;
  background: none !important;
}

.upgrade-modal .glyphicon-menu-down {
  font-size: 10px !important;
}

.upgrade-modal .tab-group {
  border-bottom: 1px solid #ddeaf7;
  padding: 20px 0px 7px;
}

.upgrade-modal input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.3px 0;
}
.upgrade-modal input[type="range"]:focus {
  outline: none;
}
.upgrade-modal input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #dde9f2;
  border-radius: 0px;
  border: 0px solid #010101;
}
.upgrade-modal input[type="range"]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 17px;
  width: 16px;
  border-radius: 50px;
  background: #028ff8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.3px;
}
.upgrade-modal input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #dde9f2;
}
.upgrade-modal input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #dde9f2;
  border-radius: 0px;
  border: 0px solid #010101;
}
.upgrade-modal input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 17px;
  width: 16px;
  border-radius: 50px;
  background: #028ff8;
  cursor: pointer;
}

.upgrade-modal input[type="range"]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.upgrade-modal input[type="range"]::-ms-fill-lower {
  background: #6e879d;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.upgrade-modal input[type="range"]::-ms-fill-upper {
  background: #7d94a7;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.upgrade-modal input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 17px;
  width: 16px;
  border-radius: 50px;
  background: #028ff8;
  cursor: pointer;
  height: 8.4px;
}
.upgrade-modal input[type="range"]:focus::-ms-fill-lower {
  background: #7d94a7;
}
.upgrade-modal input[type="range"]:focus::-ms-fill-upper {
  background: #8ca1b1;
}

#go-pro-annual-cta:hover,
#go-pro-annual-cta:active {
  color: #fff !important;
}

.cf-product-icon {
  max-width: 25px;
  margin-top: -2px;
  margin-left: -5px;
}

.product-link {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.go-annual {
  font-size: 14px;
  cursor: pointer;
}

.go-annual:hover {
  text-decoration: underline;
}

.attribution-report {
  background: #fff;
  background-size: 100% auto;
  width: 100%;
  min-height: 300px;
}

.attribution-report-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 100px;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  border: 1px solid #e8ebf1;
  box-shadow: none;
  padding: 12px 0px 10px 10px !important;
  height: 45px;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

body[data-controller="subscriptions"][data-action="index"] .plans {
  border: 1px solid #e9ebf0;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}

body[data-controller="subscriptions"][data-action="index"] .plan {
  background: none;
}

body[data-controller="subscriptions"][data-action="index"] .plan:hover {
  background: #fafbfc;
}

body[data-controller="subscriptions"][data-action="index"] .semibold {
  font-weight: 600 !important;
}

body[data-controller="subscriptions"][data-action="index"] .plan-active {
  background: #fafbfc;
}

@media (max-width: 760px) {
  body[data-controller="subscriptions"][data-action="new"] {
    min-width: 320px;
  }

  .plan-features-outer {
    height: initial !important;
  }
}

.pricing-tool-collapse {
  border: 1px solid #e1e7ee !important;
  box-shadow: none !important;
  max-width: 240px;
}

.pricing-tool-collapse:hover {
  border: 1px solid #003fff !important;
}

.pricing-tool-collapse:not(.plus) a:hover {
  color: #003fff !important;
}

.pricing-tool-collapse.plus.open {
  border: 1px solid #003fff !important;
}

.pricing-tool-collapse .panel-heading {
  background: none !important;
  border-radius: 0;
}

.pricing-tool-collapse.plus.open .panel-heading {
  background: #003fff !important;
  color: #fff !important;
}

.pricing-tool-collapse.plus .plus-text {
  color: #003fff !important;
  font-weight: 900;
  display: inline;
}

.pricing-tool-collapse.plus .plus-character {
  font-size: 10px !important;
  color: #003fff !important;
  margin-top: -3px;
  margin-left: -2px;
  display: inline;
  position: absolute;
}

.pricing-tool-collapse.plus.open .plus-text,
.pricing-tool-collapse.plus.open .plus-character {
  color: #fff !important;
}

.pricing-tool-collapse .panel-heading .glyphicon {
  float: right;
  font-size: 12px !important;
  margin-top: 2px;
  transform: rotate(90deg);
}

.pricing-tool-collapse .panel-heading .collapsed .glyphicon {
  transform: rotate(0deg);
}

.pricing-tool-collapse a {
  width: 100%;
  display: block;
}

.pricing-tool-collapse .panel-body {
  border-top: 1px solid #e1e7ee !important;
}

.feature-gate-content {
  display: none;
}

.feature-gate .close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999;
}

.feature-gate .modal-body {
  padding: 0px;
}

.feature-gate .feature-gate-list {
  background: #f5f7f9 !important;
  min-height: 650px;
  padding: 20px 30px;
  border-radius: 0 10px 10px 0px;
}

.feature-gate .feature-gate-cta {
  padding: 25px;
}

.feature-gate .pricing-tool-collapse {
  max-width: 100%;
}

.feature-popover {
  cursor: help;
}

.upgrade-go-back {
  display: none;
}

.plan-tool-icon {
  width: 30px;
  margin-top: -5px;
  margin-left: -3px;
}

.plan-tool-outer {
  margin-top: 10px;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.template-choose {
  background: #2a2e3f;
  height: 200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 3px;
}

.template-choose-overlay {
  padding-top: 65px;
  height: 200px;
  background: rgba(42, 45, 62, 0.84);
  opacity: 0;
  border-radius: 3px 3px 3px 3px;
}

.template-cta-type .template-choose-overlay {
  background: rgba(255, 255, 255, 0.84);
}

.template-choose-overlay:hover {
  opacity: 1;
}

.template-choose-button {
  color: #fff !important;
  background: #00b592;
  border: 1px solid #00b592 !important;
}

.template-preview-button {
  color: #fff !important;
  background: #1479ee;
  border: 1px solid #1479ee !important;
}

.template-library .template-choose {
  background-size: 115% auto;
  background-position: top center;
}

.template-category-choose {
  text-transform: capitalize;
}

.template-container {
  margin-bottom: -5px;
  background-image: url("https://s3.amazonaws.com/leadflow/assets/load.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
}

.template-header {
  padding: 15px 20px 0px;
  margin: -1px -16px 0px;
  color: #1476f3 !important;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.template-header .glyphicon {
  float: right;
}

.tutorial-tab-content h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.5em !important;
}

.tutorial-tab-content img {
  width: 100%;
}

h4.checklist-title {
  margin-top: 0px !important;
}

body[data-controller="templates"][data-action="show"],
body[data-controller="templates"][data-action="show"]
  .template-preview-container {
  background: #fff !important;
}

body[data-controller="templates"][data-action="show"] #intercom-launcher,
body[data-controller="templates"][data-action="show"] #intercom-conversation,
body[data-controller="templates"][data-action="show"] #intercom-container {
  display: none !important;
}

body[data-controller="templates"][data-action="show"]
  .template-preview-container {
  position: absolute !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.template-preview-container[device-type="mobile"] iframe {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.template-preview-devices {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  height: 40px;
  border: 1px solid #e6eff7;
}

body[data-controller="templates"][data-action="show"]
  .template-preview-devices {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.template-preview-device-toggle {
  text-align: center;
  padding-top: 8px;
  height: 38px;
  cursor: pointer;
}

.template-preview-devices[device-type="desktop"]
  .template-preview-device-toggle[device-type="desktop"] {
  background: #e6eff7;
  border-right: 1px solid #e6eff7;
}

.template-preview-devices[device-type="mobile"]
  .template-preview-device-toggle[device-type="mobile"] {
  background: #e6eff7;
}

#templatePreview .template-preview-devices {
  top: initial;
  right: initial;
  left: 20px;
  bottom: 20px;
}

.template-info-container {
  position: absolute !important;
  background: #fff;
  min-height: 100% !important;
  right: 0;
  padding: 20px 10px !important;
}

.template-info-logo {
  width: 200px;
  margin-bottom: 15px;
}

.template-info-description {
  line-height: 1.8em;
}

.template-info-image {
  width: 100%;
  box-shadow: 1px 15px 30px 13px rgba(162, 190, 227, 0.17);
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.template-info-consent {
  font-size: 10px !important;
  line-height: 1.8em;
}

.template-info-social-col {
  width: 90px;
}

.template-info-social-button {
  min-width: 100% !important;
  font-size: 11px !important;
  padding: 3px 10px 3px 8px !important;
  width: 80px;
}

.template-info-social-button i {
  margin-right: 3px;
  font-size: 12px !important;
}

.template-creator-avatar {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-position: top left;
  background-size: 100% auto;
  margin-top: 5px;
}

.template-creator-name {
  margin-top: 13px;
  line-height: 0.8em !important;
}

.template-creator-brand {
  font-size: 13px !important;
  line-height: 0.5em !important;
}

.template-modal-header {
  padding: 10px 10px 5px !important;
}

.template-modal-description {
  line-height: 40px !important;
}

.template-modal-share {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 37, 47, 0.9);
  display: none;
}

.template-modal-share-container {
  width: 475px;
  margin-top: 150px;
}

.template-modal-share-close {
  margin-top: 10px;
  margin-right: 10px;
}

.template-share-tab {
  padding: 10px 20px 20px;
}

.template-share-tab .template-info-social-button,
.template-share-tab .template-info-social-button i {
  font-size: 14px !important;
}

.template-preview-container-frame {
  width: 1027px;
  background: #fff;
  padding: 0px 0px 40px;
  border-radius: 3px;
  margin: 70px 50px 70px;
  box-shadow: 1px 15px 30px 13px rgba(162, 190, 227, 0.17);
  border: 1px solid #e6eff7;
}

.template-preview-container[device-type="mobile"]
  .template-preview-container-frame {
  width: 362px;
  padding: 0px 0px 40px;
}

.template-preview-container-browser-dots {
  height: 7px;
  margin-top: -10px !important;
  margin-left: 10px;
}

body[data-controller="templates"][data-action="show"]
  .template-preview-container[device-type="desktop"]
  iframe {
  transform: scale(0.75);
  width: 1366px;
  margin-left: -171px;
  margin-top: -15%;
}

.template-thumbnail:hover .template-text-select,
.cta-type-thumbnail:hover .template-text-select,
.campaign-type:hover .template-text-select {
  color: #0075f9 !important;
}
@media (max-width: 1300px) {
  .template-info-social-col {
    width: 50% !important;
    margin-top: 5px;
  }
}

@media (max-width: 599px) {
  .template-info-container {
    min-width: 100%;
  }

  .template-preview-container {
    display: none;
  }

  .template-info-image {
    display: block;
  }

  .template-info-social-col {
    width: 50% !important;
    margin-top: 5px;
  }

  .template-info-social-button {
    padding: 10px !important;
    font-size: 15px !important;
  }

  .template-creator-crafted,
  .template-creator-avatar,
  .template-creator-name,
  .template-creator-brand {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.campaign-templates-list-scroll {
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}

.campaign-template-item {
  display: block;
  float: left;
  width: 240px !important;
  width: 300px;
  height: 197px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 0 !important;
  overflow: hidden;
  cursor: pointer;
}

.campaign-template-item.small {
  width: 170px !important;
  height: 170px;
}

.campaign-template-item.large {
  width: 300px !important;
  height: 250px;
}

.campaign-template-item.full {
  width: 100% !important;
  height: 350px;
}

.campaign-template-item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 157px;
  background-color: #000000;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
}

.campaign-template-item.small .campaign-template-item-image {
  height: 130px;
}

.campaign-template-item.large .campaign-template-item-image {
  height: 210px;
}

.campaign-template-item.full .campaign-template-item-image {
  height: 310px;
}

.campaign-template-item-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.84);
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18%;
  border-radius: 10px;
  height: 157px;
  top: 0;
  left: 0;
}

.campaign-template-item.small .campaign-template-item-overlay {
  height: 130px;
}

.campaign-template-item.large .campaign-template-item-overlay {
  padding-top: 25%;
  height: 210px;
}

.campaign-template-item.full .campaign-template-item-overlay {
  padding-top: 25%;
}

.campaign-template-item:hover .campaign-template-item-overlay {
  opacity: 1;
}

.campaign-template-item-link {
  background: #fff;
  padding: 10px;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: left;
}

.campaign-template-item-link p {
  margin: 0 !important;
  color: #191a1b;
  font-size: 14px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.campaign-template-item-link p:hover {
  color: #003fff;
}

.large.cta-template-item {
  height: 260px;
}

.cta-template-item .campaign-template-item-image, .cta-template-item .campaign-template-item-overlay {
  height: 147px;
}

.cta-template-item[data-cta-type="page"] {
  height: 291px;
}

.cta-template-item[data-cta-type="page"] .campaign-template-item-image, .cta-template-item[data-cta-type="page"] .campaign-template-item-overlay {
  height: 241px;
}

.cta-template-item[data-cta-type="page"] .campaign-template-item-overlay {
  padding-top: 36%;
}

.cta-type-select label,
.category-filter label,
.industry-filter label,
.premium-filter label {
  font-size: 14px;
}

.campaigns-filter-wrapper {
  max-width: 200px;
}

.step-template {
  width: 300px !important;
}
.user-list {
  background: #fff;
  padding: 10px 15px;
  cursor: pointer;
}

.user-list:hover {
  background: #f5f7f9;
}

.onboarding-user-profile {
  box-shadow: 0 5px 20px 0 rgba(119, 146, 179, 0.16);
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-avatar {
  width: 40px !important;
  height: 40px;
  overflow: hidden;
  border-radius: 35px;
  position: relative;
}

.user-avatar img {
  width: 100%;
  height: auto;
}

body[data-controller="registrations"],
body[data-controller="sessions"],
body[data-controller="passwords"],
body[data-controller="invitations"] {
  background: linear-gradient(247deg, rgba(131, 73, 255, 0.50) 0%, rgba(0, 0, 0, 0.50) 24.5%, rgba(0, 0, 0, 0.50) 49.5%, rgba(0, 0, 0, 0.50) 74.5%, rgba(0, 17, 224, 0.50) 100%), #000;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 320px;
  min-height: 100vh;
}

.signup h1,
.signup h2,
.signup h3 {
  color: #000000;
}

.signup .navbar {
  display: none !important;
}

.signup .top-header-login {
  background: #0b253b;
  text-align: center;
  padding: 20px 20px 20px;
  border-radius: 2px 2px 0px 0px;
}

.signup .top-header-login:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.signup-box-input input,
.signup-box-input select {
  font-style: normal !important;
  padding: 15px;
  width: 100%;
  font-size: 17px !important;
  color: #2f2f2f;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #f9fafc;
  border-radius: 5px !important;
  font-weight: 400 !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}

.signup .signup-box .terms a {
  color: inherit !important;
  text-decoration: underline !important;
}

#error_explanation h2 {
  display: none;
}

#error_explanation li {
  list-style: none;
  color: #c0392b;
  font-size: 15px;
  text-align: center;
  margin-left: -40px;
}

.signup .signup-box {
  background: #fff !important;
  border-radius: 3px;
  max-width: 420px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  padding: 25px;
  box-shadow: -7px 7px 0px rgba(0, 0, 0, 0.2233);
}

.signup .signup-error-message {
  color: #c0392b;
  font-size: 15px;
}

.onboarding-step {
  display: none;
  max-width: 575px;
}

.onboarding-step-survey {
  padding: 10px 30px 0px;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
}

.onboarding-step-survey p {
  font-size: 13px !important;
}

.signup-box-input {
  margin-bottom: 15px;
}

body[data-controller="start"] {
  min-width: 320px;
}

body[data-controller="start"] .navbar-header {
  margin-left: 40%;
}

body[data-controller="start"] .navbar,
body[data-controller="accounts"][data-action="onboarding"] .navbar {
  display: none;
}

body[data-controller="start"] .navbar-nav {
  display: none;
}

body[data-controller="start"] .navbar-toggle {
  display: none;
}

@media (min-width: 300px) and (max-width: 680px) {
  body[data-controller="start"] .navbar-header {
    margin-left: 18%;
  }
}

body[data-controller="start"] .signup-box {
  background: transparent !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

body[data-controller="start"] .col-md-4:hover {
  background: transparent !important;
}

body[data-controller="start"] .signup-box .inner-box {
  background: #fff !important;
  border-radius: 2px 2px 2px 2px;
  max-width: 249px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  /*-webkit-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
-moz-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);*/
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s,
    -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

body[data-controller="start"] .signup-box .image {
  margin-left: -40px !important;
  margin-top: -14px;
}

body[data-controller="start"] .signup-box .image2 {
  margin-left: -42px !important;
  margin-top: -14px;
}

body[data-controller="start"] .signup-box .image3 {
  margin-left: -42px !important;
  margin-top: -14px;
}

body[data-controller="start"] .top-header {
  background: #0b253b;
  text-align: center;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
}

body[data-controller="start"] .top-header:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0b253b;
}

body[data-controller="start"] .signup-box input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  background: #f9fafc;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #e8ebf1 !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
}

body[data-controller="start"] .signup-box .btn {
  font-size: 14px;
  padding-top: 16px !important;
  padding-bottom: 15px !important;
  margin-top: 0px;
  min-width: 200px;
}

body[data-controller="start"] .col-md-4 {
  padding: 20px 20px 20px 20px;
}

.users-nav {
  background: #020617;
  height: 50px;
  padding: 8px 10px 10px 10px;
  position: fixed !important;
  width: 100%;
  z-index: 2;
  top: 0;
}

body[data-controller="variants"][data-action="edit"] .users-nav {
  position: absolute !important;
}

.users-nav .dropdown-toggle {
  font-size: 15px;
}

.users-nav .nav a {
  color: #000 !important;
}

.users-nav .nav > li,
.users-nav .nav > li:hover,
.users-nav .nav > li:focus,
.users-nav .nav > li:active,
.users-nav .nav > li > a:hover,
.users-nav .nav > li > a:focus,
.users-nav .nav > li > a:active,
.users-nav .nav .open > a:hover,
.users-nav .nav .open > a:focus {
  background: none !important;
  color: #000 !important;
}

.users-nav .nav .open > a,
.users-nav .nav .open > a:hover,
.users-nav .nav .open > a:focus {
  background: none !important;
}

.users-nav .dropdown-menu,
.users-nav .dropdown-menu li,
.users-nav .dropdown-menu a {
  box-shadow: none;

}

.users-nav .dropdown-menu > li > a {
  font-size: 13px;
}

.users-nav .navbar-right .nav-icon {
  width: 45px;
}

.users-nav .navbar-right .nav-icon a {
  padding-top: 0px !important;
  padding-left: 0 !important;
  cursor: pointer;
}

.users-nav .dropdown-menu {
  padding-bottom: 15px;
}

.users-nav .account-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  max-height: 35px;
  max-width: 190px;
}

.user-nav .progress {
  background: #f5f7f9 !important;
  float: right !important;
  margin-right: 0 !important;
}

.user-nav .progress-bar {
  background: #004ade !important;
}

.user-nav .progress-bar-warning {
  background: #e74c3c !important;
}

.user-nav #trial p {
  color: #6e818f !important;
  font-weight: 600;
  margin-top: 20px !important;
  text-align: right;
}

.user-nav #trial .green-button {
  margin-top: -2px;
}

.user-nav-dropdown {
  float: right;
}

.user-nav-cta {
  min-width: 500px;
  max-width: 700px;
  width: 100%;
  float: right;
}

.users-nav .user-avatar {
  width: 24px !important;
  height: 24px !important;
}


#quick-nav {
  display: none;
  cursor: pointer;
}

body[data-controller="cta"][data-action="new"] #quick-nav, body[data-controller="cta"][data-action="templates"] #quick-nav, body[data-controller="campaign_templates"] #quick-nav {
  display: block;
}
.user-website {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 13px 10px 10px;
  cursor: pointer;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.user-website:hover {
  background: #f2f2f2;
}
body[data-controller="variants"][data-action="edit"] .website {
  overflow-y: initial;
  padding-top: 0px;
}

.variant-list {
  background: #fff;
}

.variant-screenshot {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #2c3e50;
  height: 60px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.variant-label {
  color: #fff;
  padding: 5px;
  text-align: center;
  background: rgba(23, 116, 255, 1);
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-transform: uppercase;
}

.variant-name-field {
  border: 1px solid #fff;
  margin-bottom: 5px;
  outline: none;
  cursor: pointer;
  width: 100%;
}

.variant-name-field:hover {
  border: 1px solid #e8edf1;
}

.variant-modal .step-report {
  padding: 10px 10px;
}

.variant-modal .element-report {
  margin-bottom: 20px;
}

.variant-modal .element-report-header {
  background: #8ca4d0;
  color: #fff;
  padding: 10px 20px;
  width: 725px;
  margin-left: 15px;
  z-index: 1;
}

.variant-modal .element-report-conversions {
  height: 59px;
  border-left: 1px solid #7489b7;
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px;
}

.variant-modal .element-report-body {
  border: 1px solid #e8edf1;
  border-top: 0;
  margin-left: 15px;
  width: 725px;
  margin-top: -1px;
}

.variant-modal .field-report {
  padding: 15px 15px 5px;
}

.variant-modal .element-report-body .field-report:first-child {
  margin-top: 15px;
}

.variant-modal .element-report-body .field-report:last-child {
  margin-bottom: 15px;
}

.variant-edit {
  display: initial;
  position: relative;
}

.variant-edit #cta-nav[data-position="unscrolled"] {
  position: absolute !important;
}

.variant-edit #cta-nav[data-position="scrolled"] {
  position: fixed !important;
  top: 0px !important;
  width: calc(100% - 60px);
}

.variant-edit-canvas {
  float: left;
  min-width: 100%;
}

.cta-nav-variants {
  width: 250px;
  float: left;
  display: block;
  position: relative;
}

.cta-nav-toolbar {
  width: 675px;
  float: left;
  display: block;
  position: relative;
}

.cta-nav-toolbar-save {
  width: 310px;
  float: right;
  display: block;
  position: relative;
}

@media (max-width: 1340px) {
  .variant-edit .cta-nav-overview {
    width: 10%;
  }

  .variant-edit .cta-nav-toolbar {
    width: 700px;
  }
}

@media (max-width: 1240px) {
  .variant-edit .cta-nav-overview {
    display: none;
  }

  .variant-edit .cta-nav-toolbar {
    width: 66%;
  }
}

.variant-edit {
  overflow-x: hidden;
}

body[data-controller="variants"][data-action="edit"] .upgrade-bar {
  display: none;
}

body[data-controller="variants"][data-action="edit"] .options-scrollable {
  margin-top: 0 !important;
}

.setting[data-setting_type="editor"] .text-field {
  max-height: 400px;
  overflow-y: scroll;
}

.setting[data-setting_type="editor"] .text-field h1,
.setting[data-setting_type="editor"] .text-field h2,
.setting[data-setting_type="editor"] .text-field h3,
.setting[data-setting_type="editor"] .text-field h4,
.setting[data-setting_type="editor"] .text-field h5 {
  margin: 0;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal !important;
  padding: 0;
  line-height: 1.6em;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  text-transform: initial !important;
  opacity: 1 !important;
  letter-spacing: initial !important;
  text-align: inherit;
}

.setting[data-setting_type="editor"] .text-field h1 {
  font-size: 2em !important;
  line-height: 50px;
}

.setting[data-setting_type="editor"] .text-field h2 {
  font-size: 1.5em !important;
  line-height: 38px;
}

.setting[data-setting_type="editor"] .text-field h3 {
  font-size: 1.17em !important;
  line-height: 29px;
}

.setting[data-setting_type="editor"] .text-field h4 {
  font-size: 1em !important;
  line-height: 25px;
}

.setting[data-setting_type="editor"] .text-field p,
.setting[data-setting_type="editor"] .text-field li {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  text-align: inherit;
  line-height: 25px;
  text-transform: initial !important;
}

.setting-warning {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  outline: #c0392b solid 1px;
  border-radius: 3px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.setting-warning .setting-warning-label {
  color: #c0392b;
  line-height: 20px;
  border-bottom: 1px solid #c0392b;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.setting-warning .setting-warning-label .glyphicon {
  font-size: 13px !important;
  margin-right: 3px;
}

.modal-dialog .modal-dialog {
  margin: 0;
}

body[data-controller="variants"][data-action="edit"].modal-open .modal {
  overflow-x: visible !important;
  overflow-y: scroll !important;
}

body[data-controller="variants"][data-action="edit"].modal-open .modal .modal {
 margin-top: -110px;
}

body[data-controller="variants"][data-action="edit"].modal-open .modal .modal .modal-dialog {
  margin-top: 75px !important;
}

body[data-controller="variants"][data-action="edit"].modal-open .modal .modal .modal-content {
  width: 600px !important;
}

body[data-controller="variants"][data-action="edit"].modal-open .modal .modal .modal {
  margin-top: -75px;
 }

body[data-controller="variants"][data-action="edit"].modal-open .modal .modal .modal .modal-content {
  width: 500px !important;
}


.select-label-span {
  cursor: grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#canvas-container[data-editing="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.options-panel-breadcrumbs {
}

.options-panel-breadcrumbs p {
  font-size: 12px !important;
}

.options-panel-breadcrumbs span {
  cursor: pointer;
}

.options-panel-breadcrumbs span:hover,
.options-panel-breadcrumbs span:active {
  color: black;
}

.dark .options-panel-breadcrumbs span:hover,
.dark .options-panel-breadcrumbs span:active {
  color: white !important;
}

.options-panel-breadcrumbs span::after {
  content: " ";
}

.variant-edit .options-panel-breadcrumbs .glyphicon-menu-right {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #9badbb !important;
}

.variant-edit .panel-tab {
  height: 40px !important;
  border-right: 1px solid #eaf1fa;
}

.variant-edit .panel-tab .field-title {
  line-height: 35px !important;
}

.variant-edit .panel-active {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  height: 41px !important;
  z-index: 1;
}

.variant-edit .panel-active .field-title {
  border-bottom: 0px !important;
}

.setting .bootstrap-datetimepicker-widget {
  padding-right: 50px !important;
}

form[data-type="variant-traffic"] button.btn.variant-percentage-submit {
  display: none;
  padding: 9px 5px;
  font-size: 10px;
  vertical-align: top;
  margin-top: 5px;
}

form[data-type="variant-traffic"] input:focus-visible {
  outline: 0 none;
}

form[data-type="variant-traffic"] input.error {
  box-shadow: 0 0 5px rgb(241 124 105 / 49%) !important;
  border-color: #f17c69 !important;
  outline-color: lightcoral;
}

form[data-type="variant-traffic"] input.is-valid {
  box-shadow: 0 0 5px rgb(141 241 105 / 20%) !important;
  border-color: #28a745 !important;
}

.panel-title-container {
  margin-bottom: 15px;
}

.variant-stat {
  font-size: 12px;
}

.cf-slideout-tabs .panel-tab {
  padding-top: 2px;
}
.websites-list {
  min-width: 1050px;
}

.website-item {
  padding: 0 30px 0;
  width: 318px !important;
  margin-right: 25px;
}

.website {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  padding-left: 195px;
  padding-top: 45px;
}

.panel-minimized .website {
  padding-left: 0px;
}

.website-nav-panel {
  width: 220px;
  padding: 20px;
  background: #fff;
  height: calc(100% - 65px);
  position: absolute;
  top: 45px;
}

.website-nav-panel li {
  list-style: none;
}

.website-nav-panel .tooltip {
  display: none !important;
}

.website-nav-item {
  margin-bottom: 2px;
  min-width: 150px;
}

.website-nav-item .glyphicon {
  padding-right: 5px;
}

.website-nav-item.active {
}

.website-nav-item-bar {
  position: absolute;
  height: 20px;
  width: 4px;
  background: #003ffe;
  left: 0px;
  margin-top: 7px;
  border-radius: 0px 3px 3px 0px;
  display: none;
}

.active .website-nav-item-bar {
  display: block;
}

.website-nav-link {
  color: #000;
  cursor: pointer;
  float: left;
  width: 100%;
}

.website-nav-link a,
.website-nav-link h5,
.website-nav-link p {
  color: #191a1b;
  font-size: 13px;
}

.website-nav-link a:hover,
.website-nav-link h5:hover,
.website-nav-link p:hover {
  color: #003ffe;
}

.website-nav-link .glyphicon {
  margin-right: 2px;
  font-size: 11px !important;
}

.website-nav-item {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.website-nav-item .active {
  background: #F3F5F9 !important;
}

.website-nav-item .active .website-nav-link,
.website-nav-item .active .website-nav-link h5,
.website-nav-item .active .website-nav-link p {
  color: #003ffe;
}

.website-nav-item .active .website-nav-link-icon.stroke path, .website-nav-item a:hover .website-nav-link-icon.stroke path {
  stroke: #003ffe !important;
}

.website-nav-item .active .website-nav-link-icon.fill path, .website-nav-item a:hover .website-nav-link-icon.fill path {
  fill: #003ffe !important;
}

.website-nav-link-label {
  padding-top: 8px;
  font-size: 12px !important;
  padding-right: 0px !important;
}

.website-nav-item .groups-list {
  overflow-y: scroll;
  max-height: calc(27vh);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent -1%,
    rgba(0, 0, 0, 1) 3%,
    rgba(0, 0, 0, 1) 89%,
    transparent 97%
  );
}

.website-nav-item .groups-list::-webkit-scrollbar {
  display: none;
}

#cta_navlist .website-nav-item-child a:hover,
#broadcasts_navlist .website-nav-item-child a:hover {
  cursor: pointer !important;
}

#cta_navlist .website-nav-item-child a:active,
#broadcasts_navlist .website-nav-item-child a:active {
  cursor: all-scroll !important;
}

.website-nav-item-child {
  padding-left: 18px;
  margin-bottom: 0px !important;
}

#cta_navlist {
  padding-bottom: 3px;
}

#cta_navlist:empty {
  padding-bottom: 0px !important;
}

.panel-minimized .website-nav-panel {
  width: 60px;
}

.panel-minimized .website-nav-item {
  min-width: 30px;
}

.panel-minimized .website-nav-link-label {
  display: none;
}

.panel-minimized .website-nav-link h5,
.panel-minimized .website-nav-link p {
  width: 30px;
}

.panel-minimized .website-nav-panel .website-nav-item {
  text-align: center;
}

.panel-minimized .website-nav-panel .website-nav-icon {
  width: 20px;
  margin-right: 20px;
  margin-left: -7px;
  font-size: 16px !important;
  margin-bottom: 12px;
}

.panel-minimized .website-nav-panel .glyphicon-comment {
  font-size: 17px !important;
}

.panel-minimized .website-nav-panel .website-nav-item-child {
  display: none;
}

.panel-minimized .website-nav-panel .tooltip {
  display: block !important;
}

.config-link {
  color: #677789 !important;
  cursor: pointer;
}

.config-link:hover {
  color: #003ffe !important;
}

.website-plan, .template-premium {
  float: right;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  line-height: 6px !important;
  text-align: center !important;
  padding: 5px 7px;
  z-index: 1;
  display: inline-block;
  color: #000 !important;
  margin-top: 8px;
  position: absolute;
  right: 5px;
}

.website-plan span, .template-premium span {
  font-size: 10px !important;
}

.website-plan[data-type="2024_pages"] {
  background: #696969;
  color: #fff !important;
}

.website-plan[data-type="2024_funnels"], .website-plan[data-type="2024_core"] {
  background: #000;
  color: #fff !important;
}

.website-plan[data-type="2024_advanced"], .website-plan[data-type="2024_plus"] {
  background: #92C044;
  color: #fff !important;
}

.website-plan[data-type="2024_pro"], .website-plan[data-type="premium"] {
  background: #003ffe;
  color: #fff !important;
}

body[data-controller="websites"][data-action="install"]
  .config-link[data-tab="install"] {
  color: #003ffe !important;
}

body[data-controller="integrations"][data-action="index"]
  .config-link[data-tab="integrations"] {
  color: #003ffe !important;
}

body[data-controller="domains"][data-action="index"]
  .config-link[data-tab="domains"] {
  color: #003ffe !important;
}

body[data-controller="conditions_groups"][data-action="index"]
  .config-link[data-tab="segments"] {
  color: #003ffe !important;
}

body[data-controller="tags"][data-action="index"]
  .config-link[data-tab="tags"] {
  color: #003ffe !important;
}

body[data-controller="websites"][data-action="edit"]
  .config-link[data-tab="website"] {
  color: #003ffe !important;
}

.color-field .color-picker {
  display: none;
  margin-left: -18px;
  margin-top: -150px !important;
  height: 149px;
  width: 263px;
  max-width: initial;
  padding-top: 19px;
  overflow: hidden;
  padding-left: 0px;
}

.color-field .color-picker .row {
  margin-left: -2px;
  margin-right: 0;
  width: 170px;
  margin-top: -20px;
}

.color-field .color-picker .col-xs-2 {
  width: 28px !important;
}

.color-field .input-color-picker-toggle {
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: 1px solid #a7b1d4;
  margin-top: -38px;
  margin-left: 10px;
}

.color-field .fr-colors-buttons {
  display: none !important;
}

.color-field .color-picker .fr-select-color {
  width: 30px;
  height: 30px;
  position: absolute;
  position: relative !important;
  background: none;
  text-align: initial !important;
  display: block !important;
}

.color-field .color-picker .fr-select-color:hover {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

.color-field .color-picker .col-xs-2 {
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.color-field .color-picker .color-picker-input {
  border-radius: 0px !important;
  width: 30px;
  height: 30px;
  /*display: none;*/
}

.color-field .colorpicker-button {
  display: block !important;
}

.color-field .minicolors-panel {
  width: 200px !important;
  background: none !important;
  display: block;
  top: 0px;
  left: -30px;
}

.color-field .minicolors {
  margin-left: 178px;
  top: -151px;
}

.color-field.minicolors-grid {
  left: 2px !important;
  top: 1px !important;
}

.color-field .minicolors-sprite {
  z-index: 9999 !important;
  height: 153px;
  top: 0px;
}

.color-field .minicolors .minicolors-grid {
  width: 75px !important;
}

.color-field .minicolors-slider {
  left: 77px;
  height: 153px;
}

.color-field .minicolors-opacity-slider {
  left: 97px;
  height: 153px;
  z-index: 99999 !important;
}

.color-field .color-picker.popover.top > .arrow {
  border-top-color: #000;
}

.color-field .color-picker.popover.top > .arrow:after {
  border: #000;
}

.view-website {
  margin-top: -190px;
  z-index: 5 !important;
  background: rgba(8, 31, 47, 0.8);
  height: 190px;
  line-height: 190px;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity 0.2s ease;
}

.view-website:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.website-overlay-outer {
  overflow: hidden;
  height: 190px;
  line-height: 250px;
  background-color: #0a263a;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: top center;
}

.website-overlay {
  position: absolute;
  width: 92%;
  height: 191px;
  left: 0;
  right: 0;
}

body[data-controller="websites"][data-action="index"] .index-title {
  font-weight: 600 !important;
  font-size: 22px !important;
}

body[data-controller="websites"][data-action="index"] .groups-li {
  height: auto;
  border-radius: 0px 0px 5px 5px !important;
  box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.1);
}

body[data-controller="websites"][data-action="insights"][data-insight="false"]
  .insight {
  width: 700px;
}

@media (max-width: 760px) {
  body[data-controller="websites"][data-action="index"] {
    min-width: 320px;
  }
}

.website-nav-icon {
  margin-right: 2px;
  width: 18px;
  margin-top: -3px;
}

img.website-nav-icon {
  width: 16px;
  margin-right: 5px;
  margin-top: -4px;
}

@media (max-width: 2060px) {
  body[data-controller="websites"][data-action="insights"] .insight {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}

.insight h4 a,
.insight h3 a {
  color: inherit !important;
}

.insight h4 a:hover,
.insight h4 a:active,
.insight h3 a:hover,
.insight h3 a:active {
  color: blue !important;
}


#website-nav {
  display: none; 
  width: 100%; 
  top: -65px; 
  height: calc(100vh + 120px); 
  z-index: 1000; 
  background: rgba(203, 210, 219, 0.40);
}

[data-mode="dark"] #website-nav {
  background: rgba(0, 0, 0, 0.40);
}

#website-nav .account-logo {
  padding: 10px;
  height: auto;
  max-height: 45px;
  margin-left: 0px;
  margin-right: 10px;
  max-width: 150px;
}

body[data-controller="cta"][data-action="new"] .website, body[data-controller="cta"][data-action="templates"] .website, body[data-controller="campaign_templates"] .website {
  padding-left: initial;
}
@charset "UTF-8";
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*




*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-35054c4e1bf08a04f531b2b8510910f29431c22cfbcfb3571c6e2d4dc8cb57c1.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-35054c4e1bf08a04f531b2b8510910f29431c22cfbcfb3571c6e2d4dc8cb57c1.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-4511059bac53be6b8d5d9a60139058a3ee67becaa2df739e2e67dd27f22324f8.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-b08ae9af0bd2e112a8d6b543e83159dc9b3ce5596fe97ffb8b8330db8afc4b08.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7e35b4a8ce4d46ea22f0ef6c244b5ec1aa20e4dd957f050b9906f27bfd10e237.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-c99a82879186f821e6d138718cfafd879d97bff09a4681e4cd9f393f76b20fed.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333332;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #4882D3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #285da6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #4882D3; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2d68bb; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #4882D3; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2d68bb; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737371; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #4882D3;
  border-color: #3374ce; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2d68bb;
    border-color: #193a69; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2d68bb;
    border-color: #26589e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d68bb;
    background-image: none;
    border-color: #26589e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #26589e;
      border-color: #193a69; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #4882D3;
    border-color: #3374ce; }
  .btn-primary .badge {
    color: #4882D3;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #4882D3;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #285da6;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4882D3;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4882D3; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4882D3; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #0B253B;
  border-color: #030a10; }
  .navbar-inverse .navbar-brand {
    color: #A0C5FB; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #A0C5FB; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #030a10; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #030a10; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #030a10; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #030a10; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #A0C5FB; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #030a10; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #05121d; }
  .navbar-inverse .navbar-link {
    color: #A0C5FB; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #A0C5FB; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #4882D3;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #285da6;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4882D3;
    border-color: #4882D3; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #4882D3; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2d68bb; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #4882D3;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333332; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4882D3; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4882D3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #4882D3;
    border-color: #4882D3; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #ecf2fb; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #4882D3; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #4882D3;
    border-color: #4882D3; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #4882D3; }
    .panel-primary > .panel-heading .badge {
      color: #4882D3;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4882D3; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input,
button,
a,
select,
table,
div {
  font-family: "Inter", Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

label {
  font-weight: inherit; }

a,
a:hover,
a:active {
  text-decoration: none !important;
  color: #003fff; }

p {
  font-size: 13px; }

body {
  font-size: 16px;
  background: #fff;
  min-width: 1208px;
  color: #000000; }

input {
  --tw-ring-shadow: 0 0 #000 !important; }

input[type="radio"], input[type="checkbox"], .form-control, select {
  appearance: auto; }

input {
  --tw-ring-shadow: 0 0 #000 !important; }

input[type="radio"], input[type="checkbox"], .form-control, select {
  appearance: auto; }

.yield {
  margin: 30px; }

#content {
  transition: margin-left 0.5s; }

.btn {
  font-size: 12px;
  padding: 7px 13px; }

.collapse {
  visibility: initial; }

.convertflow-logo {
  max-width: 200px;
  margin-top: 10px;
  border: 0px;
  padding: 10px 15px 15px 15px; }

.account-logo {
  width: auto;
  position: relative;
  margin-top: 0px; }

.nav-top-active {
  min-height: 60px; }

.form-model {
  max-width: 750px; }

.form-user {
  max-width: 450px; }

.leadhook-list {
  background: #fff;
  border-radius: 5px; }

.leadhook-list a {
  color: #8693a2 !important; }

.app-header {
  background: #fff;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.nav-top-active {
  background: #033156;
  padding: 13px 20px 5px; }

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

.desktop-nav {
  font-size: 13px; }

.caps {
  letter-spacing: 1px;
  font-weight: 300 !important;
  text-transform: uppercase !important; }

@media (max-width: 1024px) {
  .desktop-nav {
    margin-left: 0px; } }

.dashboard-box {
  background: #fff;
  border-bottom: #e0e5e9 1px solid;
  border-radius: 0px;
  margin-left: -30px !important;
  margin-bottom: 40px;
  padding: 50px 30px 40px;
  min-height: 160px; }

.dashboard-box .container {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.dashboard-box h3 {
  margin-top: 0px !important; }

.app-header .container {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.app-header .title {
  margin-left: -10px !important; }

#dLabel {
  padding-top: 8px !important; }

.leadhooks-li {
  background: #fff;
  border: #e0e5e9;
  border-radius: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }

.leadhooks-li:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }

.box-shadow {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }

.lh-li-icons {
  background: #fff;
  color: #2c3e50;
  padding: 5px;
  height: 50px;
  padding-top: 17px;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.lh-li-icons:hover {
  background: #f2f6f7;
  color: #2c3e50;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.lh-li-icons a {
  color: #2c3e50; }

.lh-li-icons a:hover {
  color: #2c3e50; }

.dropdown-menu {
  padding: 5px 5px; }

.dropdown-menu > li > a {
  font-size: 12px !important;
  padding: 4px 20px;
  border-radius: 4px; }

.account-form {
  background: #fff;
  border: #e0e5e9;
  border: 1px solid #e0e5e9;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.1);
  max-width: 500px;
  margin-bottom: 20px;
  padding: 20px 40px; }

.account-form input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #dbdbdb !important; }

.signup-input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #dbdbdb !important; }

.contacts-index-container {
  max-width: 975px; }

.medium-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 20px; }

.contacts-li {
  background: #fff;
  border: #e0e5e9;
  opacity: 0.9;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }

.contacts-li:hover {
  -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s; }

.contacts-li .medium-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 10px; }

.contacts-li .light {
  margin-bottom: 20px; }

.contacts-profile-left {
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px; }

.contacts-profile-left-2 {
  background: #fff;
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px; }

.contacts-profile-right {
  background: #fff;
  border: #e0e5e9;
  border-radius: 5px;
  margin-bottom: 20px;
  opacity: 0.9;
  padding: 15px; }

.contact-profile-values {
  color: #5cb85c;
  font-size: 24px;
  font-weight: 700; }

.slidein-body .city {
  text-align: right;
  padding-top: 10px; }

.slidein-ltv {
  background: #f7f9fc;
  border-top: 1px solid #e0e5e9;
  border-bottom: 1px solid #e0e5e9; }

.slidein-ltv-left {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center;
  margin-bottom: -22px; }

.slidein-ltv-right {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center;
  border-left: 1px solid #e0e5e9;
  margin-bottom: 0px; }

.slidein-body {
  background: #fff;
  border-bottom: 1px solid #e0e5e9;
  padding: 20px 20px 20px 20px; }

.slidein-body .title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0px !important; }

.slidein-body .city {
  text-align: right;
  padding-top: 10px; }

.slidein-follow-left {
  text-align: left; }

.slidein-follow-right {
  text-align: left; }

.body-section2,
.body-section3,
.body-section4 {
  padding: 15px 15px 15px 15px; }

.contact-button {
  background: #2c3e66 !important;
  color: #fff !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important; }

.contact-button :hover {
  background: #233357 !important; }

.contact-photo {
  width: 100%; }

.contact-photo-box {
  max-width: 125px !important;
  max-height: 125px !important;
  margin-left: -30px;
  margin-top: -15px;
  margin-bottom: -15px; }

.contacts-col-2 {
  margin-left: -30px; }

.contacts-col-last {
  padding-left: 40px; }

.contact-row-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: 600 !important;
  letter-spacing: 1px;
  margin-bottom: 1px;
  margin-top: 6px; }

.button-title {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding-top: 8px;
  min-width: 60px; }

.border-left {
  border-left: 1px solid #f1f1f1; }

@media (max-width: 987px) {
  .contacts-profile-right {
    margin-left: 0px !important; } }

#contacts-table .table-bg-accent {
  background: #f9fafc !important; }

#contacts-table td {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0px; }

#contacts-table th {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-bottom: 0px !important; }

.contact-profile-details {
  padding-top: 20px !important; }

.contact-profile-details h4 {
  font-weight: 600 !important;
  color: #000 !important; }

.contact-profile-title {
  margin-bottom: 15px; }

.contacts-list {
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.contacts-list:hover {
  /*background: #F9FAFC; */
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-right: 3px solid #4882d3; }

.contacts-list a {
  color: #232323; }

.contacts-list a:hover {
  color: #2980b9; }

.borderless {
  outline: none !important; }

.not-smooth {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important; }

.groups-link {
  color: #232323; }

.groups-link:hover {
  color: #1f76d7; }

.groups-li {
  background: #fff;
  padding-top: 10px;
  height: 230px; }

.count-box {
  height: 110px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #f9f9f9;
  border-radius: 0px;
  padding-top: 40px;
  line-height: 30px;
  color: #1f76d7;
  font-size: 60px;
  font-weight: 400; }

.view-group {
  width: 100%;
  background: #1f76d7;
  padding: 10px 0px 2px 0px;
  color: #fff; }

.card-new,
.card-new:active {
  background: #fff;
  color: #000;
  height: 230px;
  border: 1.5px dashed rgba(0, 0, 0, 0.1);
  padding-top: 90px;
  box-shadow: none;
  border-radius: 10px; }

.cf-step .card-new,
.editbar .card-new {
  background: none; }

.card-new:hover {
  background: white;
  color: #003ffe;
  border: 1.5px solid #003ffe; }

.integrations-li-new {
  background: transparent;
  color: #cdd0d6;
  cursor: pointer;
  border: 2px dashed #d7dae0;
  padding-top: 90px;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s; }

.integrations-li-new:hover {
  background: #f5f7f9;
  color: #449d44;
  border: 2px solid #f5f7f9;
  border-bottom: 2px solid #d7dae0;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s; }

.integrations-li-new:active {
  background: #f5f7f9;
  color: #449d44;
  border: 2px solid #eff2f7;
  -webkit-transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s;
  transition: border 0.2s, border-bottom 0.2s, color 0.2s, background 0.2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.lf-dropdown {
  background: #1f76d7 !important; }

.lf-dropdown:hover {
  background: #2887ed !important; }

.widget-box {
  background: #fff !important;
  border-radius: 2px 2px 2px 2px;
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  /*-webkit-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
-moz-box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);
box-shadow: 0px 0px 55px 12px rgba(11,37,59,0.6);*/
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
  padding: 0; }

.top-header {
  background: #0b253b;
  text-align: center;
  height: 4px;
  border-radius: 2px 2px 0px 0px; }

.top-header:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0b253b; }

.widget-box input {
  font-style: normal !important;
  padding: 10px 0px 10px 10px !important;
  width: 100%;
  font-size: 16px !important;
  color: #2f2f2f;
  background: #f9fafc;
  border-radius: 5px !important;
  font-weight: 400 !important;
  border: 1px solid #e8ebf1 !important;
  webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important; }

.widget-box .btn-success {
  background-color: #4cae4c !important;
  border: none !important;
  color: #fff;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-top: 30px;
  min-width: 200px; }

.widget-box .btn-success:hover {
  background: #62c862 !important; }

.widget-box .col-md-4 {
  padding: 20px 20px 20px 20px; }

.widget-box .col-md-4:hover {
  background: #f9fafc; }

.nav-pills {
  margin-left: -25px;
  margin-top: 30px;
  margin-bottom: 20px; }

.nav-pills .active {
  background: #1199e9;
  color: #fff !important;
  border: 1px solid #1199e9; }

.nav-pills #firsttab {
  border-radius: 3px 0px 0px 3px;
  border-left: 1px solid #1199e9; }

.nav-pills li {
  border-radius: 0px;
  border-right: 1px solid #1199e9;
  border-bottom: 1px solid #1199e9;
  border-left: 1px solid #1199e9;
  border-top: 1px solid #1199e9; }

.nav-pills > li + li {
  margin-left: 0px; }

.nav-pills #lasttab {
  border-radius: 0px 3px 3px 0px; }

.nav-pills > li > a {
  color: #667689; }

.nav-pills > li.active > a {
  background: #1199e9 !important; }

.dark-header {
  background: #033156 !important;
  -webkit-font-smoothing: antialiased !important;
  color: #6b83a0 !important;
  border: 0px;
  border-top: 1px solid #122a47; }

.no-padding-sides {
  padding-left: 0px;
  padding-right: 0px; }

.no-padding-left {
  padding-left: 0px; }

.no-padding-right {
  padding-right: 0px; }

.some-padding-sides {
  padding-left: 7px;
  padding-right: 7px; }

.some-padding-left {
  padding-left: 7px; }

.some-padding-right {
  padding-right: 7px; }

.dark-header .glyphicon-menu-right {
  margin-left: 7px;
  margin-right: 7px; }

.btn-dark {
  color: #768db0;
  background: transparent !important;
  border: 1px solid #768db0; }

.btn-primary {
  background: #006efb; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #006efb; }

.btn-dark:hover {
  color: #768db0;
  border: 1px solid #768db0; }

.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

.btn.caps {
  font-size: 12px !important; }

.navbar {
  border: 0px solid transparent; }

.field-headline {
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1.3em;
  text-transform: capitalize;
  font-family: "Inter", Helvetica, sans-serif !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.field-title,
.control-label {
  font-size: 12px;
  color: #000;
  line-height: 1.3em;
  text-transform: capitalize; }

input.field-title,
.btn.field-title {
  line-height: inherit; }

/* Normal Track */
input.ios-switch[type="checkbox"] + article {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 0px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: #7988a3;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 10px 0px 0px -20px; }

/* Green Track */
input.green.ios-switch[type="checkbox"]:checked + article {
  background-color: #003FFF;
  border: 0px solid #003FFF;
  box-shadow: inset 0 0 0 10px #003FFF; }

/* Normal Knob */
input.ios-switch[type="checkbox"] + article > article {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px; }

/* Checked Knob (Blue Style) */
input.ios-switch[type="checkbox"]:checked + article > article {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac; }

/* Green Knob */
input.green.ios-switch[type="checkbox"]:checked + article > article {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 0px #00a23f; }

.success {
  color: #2ecc71 !important; }

.cta-clear {
  background: transparent;
  border: 1px solid #fff; }

.cf-field {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  background: #f9fafc none repeat scroll 0% 0%;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #e8ebf1;
  box-shadow: none; }

.little-vertical-space {
  margin-top: 7px;
  margin-bottom: 7px; }

.faded-input {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 16px;
  color: #2f2f2f;
  background: #f9fafc none repeat scroll 0% 0%;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid #e8ebf1;
  box-shadow: none; }

.btn-light {
  font-size: 16px;
  color: #6a7586;
  border: 1px solid #e2e7eb;
  padding: 6px 30px; }

.condition-inner {
  background: none; }

.condition-inner:hover {
  background: #f9fafc !important; }

.text-field {
  font-style: normal;
  padding: 10px 0px 10px 10px;
  width: 100%;
  font-size: 12px;
  color: #000;
  background: #fff none repeat scroll 0% 0%;
  border-radius: 6px;
  font-weight: 400;
  border: 1px solid rgba(184, 184, 184, 0.31);
  box-shadow: none; }

select.text-field {
  padding: 9px; }

.checkbox-field {
  width: auto;
  padding: 0;
  line-height: 0px;
  box-shadow: none !important; }

#loading-icon {
  background: #fff;
  display: none;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  z-index: 9999999; }

.semibold {
  font-weight: 600 !important; }

.caption {
  font-weight: 400;
  font-size: 14px;
  color: #7988a3; }

.gap-5 {
  gap: 5px; }

.d-flex {
  display: flex;
  align-items: center; }

.d-flex-wrap {
  flex-wrap: wrap; }

.d-flex-wrap > div {
  margin-top: 25px; }

.white {
  color: #fff; }

.flat-box {
  background: #fff;
  border-bottom: 2px solid #d7dae0;
  border-radius: 3px; }

.white-box {
  background: #fff; }

.area {
  position: relative;
  padding-top: 5px;
  margin-bottom: 5px; }

.object-delete {
  float: right;
  top: 0px;
  right: 0px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  display: none;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none; }

.object-delete .glyphicon {
  font-size: 11px !important; }

.object-remove,
.object-update {
  float: right;
  text-align: center;
  cursor: pointer;
  right: 10px;
  color: #fff;
  margin-top: 13px;
  background: #7b90a1;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute; }

.object-remove:hover {
  color: #fff; }

.object-update {
  right: 40px; }

.object-remove .glyphicon,
.object-update .glyphicon {
  font-size: 10px !important;
  line-height: 17px;
  top: -2px; }

.condition-remove {
  float: right;
  top: 0;
  right: 0;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none; }

.condition-remove .glyphicon {
  font-size: 11px !important; }

.action-delete {
  float: right;
  margin-top: 12px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  z-index: 10;
  color: #fff;
  display: none;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52); }

.action-delete .glyphicon {
  font-size: 11px !important;
  line-height: 22px; }

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.link-tabs > li {
  float: left;
  width: 200px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  background: #0083fd !important;
  cursor: pointer; }

.link-tabs > li.active > a,
.link-tabs > li.active > a:hover,
.link-tabs > li.active > a:focus {
  color: #0083fd;
  background: #fff !important;
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #fff; }

.link-tabs > li > a:hover {
  color: #0083fd;
  background: #fff !important;
  cursor: pointer;
  border: 1px solid #fff; }

.link-tabs > li > a:hover,
.link-tabs .nav > li > a:focus {
  color: #fff;
  background: #0083fd;
  cursor: pointer; }

.link-tabs > li > a {
  border: 0px solid transparent !important;
  color: #fff; }

.shepherd-element.shepherd-theme-square .shepherd-content {
  box-shadow: none !important; }

.shepherd-element.shepherd-theme-square.shepherd-has-title
.shepherd-content
header {
  background: #003fff !important;
  color: #fff !important; }

.shepherd-element.shepherd-theme-square .shepherd-content {
  background: #fff !important;
  color: #696969 !important; }

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title
.shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title
.shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title
.shepherd-content:before {
  border-bottom-color: #003fff !important; }

.shepherd-element.shepherd-theme-arrows
.shepherd-content
header
a.shepherd-cancel-link {
  color: #fff !important;
  opacity: 1 !important; }

.account-link {
  color: #677789; }

.account-link:hover,
.account-link:active,
.account-link-active {
  color: #048ff9; }

.desktop {
  display: visible; }

.desktop-only {
  display: visible; }

.mobile {
  display: none; }

.tablet {
  display: none; }

.light {
  color: #64748b; }

a.light:hover {
  color: #003fff; }

.not-bold {
  font-weight: 400; }

@media (max-width: 1000px) {
  .desktop-only {
    display: none !important; }
  .tablet {
    display: inline !important; } }

@media (max-width: 480px) {
  .desktop-only {
    display: none !important; }
  .desktop {
    display: none; }
  .mobile {
    display: inline !important; } }

.template {
  background: #ccc;
  color: #fff;
  min-height: 100px;
  cursor: pointer; }

.cta_type {
  background: #fff;
  color: #2f2f2f;
  padding: 15px 10px 3px; }

.cta_type:hover,
.cta_type.active {
  background: #1776e6 !important;
  color: #fff; }

.cta_type.template-select {
  border-left: #e0ecf8 1px solid;
  border-right: #e0ecf8 1px solid; }

.cta_type.active.template-select {
  border-left: #1776e6 1px solid;
  border-right: #1776e6 1px solid; }

.nav-link {
  color: #677789;
  cursor: pointer; }

.nav-link:hover {
  color: #003ffe; }

.nav-link-active {
  color: #003ffe;
  cursor: pointer; }

.nav-link-active:hover {
  color: #003ffe; }

.add-circle {
  background: #27ae60 !important;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  font-weight: 700; }

.cta-remove {
  float: right;
  top: -5px;
  right: -5px;
  text-align: left;
  padding-left: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  background: #c0392b;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.52);
  display: none; }

.cta-remove .glyphicon {
  font-size: 11px !important; }

.liveswitch input.ios-switch[type="checkbox"] + article {
  vertical-align: middle;
  width: 50px;
  height: 20px;
  border: 0px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 10px 0px 0px -20px; }

.liveswitch input.green.ios-switch[type="checkbox"]:checked + article {
  background-color: #2ecc71;
  border: 0px solid #00a23f;
  box-shadow: inset 0 0 0 10px #2ecc71; }

.liveswitch input.ios-switch[type="checkbox"] + article > article {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 0px;
  margin-left: 1px; }

.liveswitch input.ios-switch[type="checkbox"]:checked + article > article {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
  margin-left: 10px; }

.liveswitch
input.green.ios-switch[type="checkbox"]:checked
+ article
> article {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 0px #00a23f; }

.scenario {
  margin-top: 15px; }

.number {
  width: 30px;
  height: 30px;
  background: #0083fd;
  border-radius: 50px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-left: -17px; }

.cta-thumbnail {
  background: #0a263a no-repeat center center;
  background-size: 375px;
  overflow: hidden;
  height: 200px;
  line-height: 200px; }

.view-cta {
  margin-top: -200px;
  z-index: 5 !important;
  background: rgba(8, 31, 47, 0.8);
  height: 200px;
  opacity: 0;
  padding-top: 15px;
  position: absolute;
  width: 92%;
  transition: opacity 0.2s ease; }

.view-cta:hover {
  opacity: 1;
  transition: opacity 0.2s ease; }

.cta-list-options {
  height: 30px;
  margin-bottom: 36px; }

.date a[title="Select Time"] {
  display: none !important; }

.object-list-item {
  padding: 20px 10px 15px;
  border-radius: 3px;
  border-bottom: 1px solid #f2f2f2; }

.object-list-item:hover,
.object-list-item:hover {
  background: #f3f6f8; }

.object-list-item .object-remove {
  top: -10px;
  right: -7px;
  display: none;
  position: absolute;
  z-index: 1; }

.object-list-item:hover .object-remove {
  display: block; }

#loading-builder {
  position: fixed;
  width: 100%;
  height: 200%;
  background: #fff;
  z-index: 10000;
  top: 206px; }

#onboard-legacy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 250px;
  height: 355px;
  background: #fff;
  bottom: -355px;
  left: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  -moz-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.15) !important;
  z-index: 100000 !important;
  transition: bottom 0.2s ease; }

#onboard-legacy:hover {
  bottom: 0px; }

#onboard-legacy.onboard-fixed {
  bottom: 0px !important; }

#onboard-legacy .toggle {
  height: 35px;
  margin-top: -35px;
  background: #0072f5 !important;
  opacity: 0.9 !important;
  cursor: pointer !important;
  padding-left: 15px;
  padding-top: 5px;
  border-radius: 3px 3px 0px 0px; }

#onboard-legacy .toggle:hover {
  opacity: 1 !important; }

#onboard-legacy .toggle .glyphicon {
  font-size: 13px !important;
  margin-right: 10px;
  margin-top: 5px;
  float: left; }

#onboard-legacy .popover {
  position: fixed !important;
  bottom: 45px;
  text-align: center !important;
  width: 250px;
  left: 20px;
  border: 0px !important;
  height: 70px;
  top: initial !important; }

#onboard-legacy .onboard-item {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #696969; }

#onboard-legacy .onboard-item:hover {
  color: #0072f5; }

#onboard-legacy .onboard-item.onboard-completed {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #ccc !important; }

#onboard-legacy .onboard-item.onboard-completed span {
  text-decoration: line-through;
  color: #ccc; }

#onboard-legacy .onboard-item.onboard-completed span .onboard-link {
  text-decoration: line-through;
  color: #ccc; }

#onboard-legacy .onboard-link {
  color: #696969; }

#onboard-legacy .onboard-link:hover {
  color: #0072f5 !important; }

.search {
  color: #696969;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer; }

.search:hover {
  color: #1892f5; }

#cf-help {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #0078fb url(https://assets.convertflow.com/images/cf-icon-white.png) no-repeat center center;
  background-size: 40px auto;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
  z-index: 2147483645; }

#cf-help:hover {
  background-color: #0090ff; }

.pagination > li > a,
.pagination > li > span {
  position: relative !important;
  float: left !important;
  padding: 6px 12px !important;
  font-size: 12px;
  line-height: 1.42857143 !important;
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #F1F1F1;
  margin-left: -1px !important; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #003ffe;
  border-color: #003ffe;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  border-color: #F1F1F1; }

.nav-dropdown:hover .dropdown-menu {
  display: block; }

.list-stat {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 15px;
  padding-bottom: 5px; }

.label-box {
  margin-top: -1px;
  background: #0072f5;
  color: #fff !important;
  border-radius: 3px;
  padding: 5px 10px;
  position: absolute;
  display: inline; }

.website-tab {
  width: 135px;
  height: 50px;
  line-height: 40px;
  border-bottom: 3px solid #033156;
  float: left;
  text-align: center;
  color: #9ab1d4;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px; }

.website-tab a {
  color: #9ab1d4; }

.website-tab a:hover {
  color: #fff; }

.website-tab:hover {
  color: #fff;
  border-bottom: 3px solid #1277ba; }

.website-tab-active {
  width: 135px;
  height: 50px;
  line-height: 40px;
  border-bottom: 3px solid #1277ba;
  float: left;
  text-align: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px; }

.website-tab-active a {
  color: #fff !important; }

#website-nav .glyphicon {
  margin-top: 2px; }

.popover {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 12px !important; }

.contact {
  padding: 12px 15px 10px;
  height: 92px; }

.contact a {
  color: inherit; }

.contact a p:hover,
.contact a h4:hover {
  text-decoration: underline; }

.contact .avatar {
  overflow: hidden;
  margin: -15px;
  margin-right: 10px;
  margin-top: -12px;
  height: 90px; }

.contact .avatar img {
  height: 90px;
  width: auto; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.field-title.ellipsis {
  line-height: 15px; }

.add-container {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #00b593; }

.add-container .glyphicon-plus-sign {
  top: 3px;
  font-size: 16px !important;
  margin-right: 4px; }

.btn-green,
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #00b593;
  border-color: #00b593;
  color: #fff; }

.website-toggle {
  background: #eff4ff;
  border: 0;
  color: #212b33;
  font-size: 18px;
  width: 200px;
  min-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  border-radius: 150px;
  margin-top: 11px; }

.website-toggle .caret {
  margin-left: 0px;
  margin-right: 5px; }

.website-toggle-container {
  background: #fff; }

.website-nav-create {
  background: #033156 !important;
  padding: 5px 10px;
  font-size: 14px;
  border: 0px; }

.logo-nav {
  background: #0b253b;
  padding: 10px;
  margin-bottom: 60px; }

.logo-nav img {
  height: 25px; }

.list-empty-message {
  padding: 15px 20px 5px;
  background: none;
  color: #000;
  border: 1px solid #000; }

.list-empty-message p {
  font-size: 12px !important; }

.green-button {
  background: #1bb492 !important;
  border: 1px solid #1bb492 !important;
  color: #fff !important; }

.cf-switch-component button {
  border: 2px solid #EBF1F9 !important;
  color: #7C90A2 !important;
  background-color: #fff !important;
  width: 60px; }

.cf-switch-component button:focus {
  outline: none !important; }

.cf-switch-component button.cf-switch-selected {
  border-color: #7C90A2 !important;
  color: #fff !important;
  background-color: #7C90A2 !important; }

.cf-switch-component button[data-operator="and"] {
  border-right: 0px !important; }

.cf-switch-component button[data-operator="or"] {
  border-left: 0px !important; }

.blue-button {
  background: #003fff !important;
  border: 1px solid #003fff !important;
  color: #fff !important; }

.blue-button-clear {
  background: none !important;
  border: 1px solid #003fff !important;
  color: #003fff !important; }

.black-button {
  background: #191a1b !important;
  border: 1px solid #191a1b !important;
  color: #fff !important; }

.black-button-clear {
  background: none !important;
  border: 1px solid #191a1b !important;
  color: #191a1b !important; }

.white-button {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important; }

.button-shadow {
  box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.2); }

.flat-box .stat {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000; }

.icon-button-dark {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  padding-top: 2px;
  color: #fff;
  margin-left: 7px;
  margin-right: 7px; }

.icon-button-light {
  border: 1px solid #eaf1fa !important;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  padding-top: 2px;
  color: #7d90a1;
  background: #fff;
  margin-left: 7px;
  margin-right: 7px; }

.content-headline {
  line-height: 1.5em; }

.select-all {
  -webkit-user-select: all !important;
  user-select: all !important; }

/* filestack */
.fsp-picker__brand {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important; }

.fsp-modal {
  background: #fff !important; }

.fsp-header {
  background: #fff !important; }

.fsp-drop-area {
  background-color: #fff !important; }

.fsp-modal__sidebar {
  background: #fff !important; }

.fsp-source-list__item--active {
  background-color: #fff !important;
  box-shadow: none !important; }

.modal {
  background: rgba(186, 191, 198, 0.7) !important;
  backdrop-filter: blur(2px); }

[data-mode="dark"] .modal {
  background: rgba(203, 210, 219, 0.2) !important; }

.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 10px; }

@media (max-width: 1266px) {
  #beamerLaunch {
    display: none; } }

.progress-bar-warning {
  background: #e74c3c !important; }

.smart-select > div {
  border: 1px solid #e8ebf1; }

.fsp-source-list__logout {
  display: none; }

.btn-black {
  background: #191a1b;
  color: #fff; }

.btn-black:hover,
.btn-black:active {
  color: #fff !important;
  opacity: 0.9; }

.btn-clean-black {
  background: #fff;
  border: 1px solid #191a1b;
  color: #191a1b; }

.underline-on-hover:hover {
  text-decoration: underline !important; }

.date-toggle {
  background: #f9fafc;
  border: 1px solid #e8ebf1;
  border-left: 0px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #006ef9 !important; }

.blue {
  color: #003fff; }

.grey {
  color: #7988a3 !important; }

.black {
  color: #000000 !important; }

.alert.alert-danger {
  background: #d63031 !important;
  color: #fff !important;
  border: none !important; }

.alert.alert-danger a {
  color: #fff !important; }

.alert-blue {
  background: #003ffe !important;
  padding: 15px 20px 5px;
  color: #fff;
  margin-top: 5px; }

.alert-blue a {
  text-decoration: underline !important;
  color: inherit !important; }

.alert-success {
  background: #1bb492 !important;
  padding: 15px 20px 5px;
  color: #fff;
  margin-top: 5px; }

.alert-success a {
  text-decoration: underline !important;
  color: inherit !important; }

.content-container {
  padding: 0 40px; }

.collapse-group-container {
  background: #e9f1fa;
  padding: 20px;
  border-radius: 3px; }

.collapse-group-remove {
  float: right;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -5px;
  top: 0px;
  color: #fff;
  background: #7b90a1;
  height: 24px;
  width: 24px;
  border-radius: 100%; }

.collapse-group-remove .glyphicon {
  font-size: 12px !important;
  line-height: 22px; }

.collapse-group-type {
  text-transform: none !important; }

.collapse-group .tab-toggle {
  padding-right: 10px; }

.collapse-group .tab-toggle p {
  width: 480px; }

.collapse-group .tab-toggle .glyphicon {
  position: absolute;
  right: 10px;
  top: 10px; }

.collapse-group-incomplete {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  box-shadow: 0px 0px 2px 1px rgba(255, 0, 0, 0.24);
  border: 1px solid #c0392b !important; }

.dropzone-box {
  outline-style: dashed;
  outline-color: #3babf7;
  outline-width: thin;
  background: rgba(0, 161, 255, 0.06);
  cursor: move; }

.timeframe-date-selector {
  float: right;
  width: 150px;
  padding-left: 5px;
  margin-top: 10px; }

.reports-tabs li a {
  font-size: 14px !important;
  color: #000 !important;
  cursor: pointer; }

.reports-tabs li.active a {
  border-left-color: #e9ebf1 !important;
  border-right-color: #e9ebf1 !important;
  border-top-color: #e9ebf1 !important; }

.row-heading {
  font-size: 12px !important; }

.report-column-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */ }

.btn-group > .btn.input-lg.active, .input-group-lg.btn-group > .btn.active.form-control,
.input-group-lg.btn-group > .btn.active.input-group-addon,
.input-group-lg > .input-group-btn.btn-group > .btn.active {
  z-index: initial; }

.button-small {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px !important; }

.fr-toolbar, .fr-box.fr-basic .fr-wrapper, .fr-second-toolbar {
  border: 1px solid #E2E8F0; }

.fr-second-toolbar {
  border-top: none !important; }

.fr-toolbar.fr-inline {
  border-radius: 8px !important; }

.fr-toolbar.fr-top .fr-command.fr-btn {
  height: 30px !important;
  margin: 0px !important; }

.fr-toolbar.fr-inline .fr-command.fr-btn {
  height: 35px !important; }

.fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn .glyphicon {
  margin: 3px !important;
  height: 22px !important; }

.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  top: 13px !important; }

.fr-toolbar.fr-top .fr-expanded {
  height: 60px !important; }

.fr-toolbar.fr-inline .fr-expanded {
  height: 40px !important; }

.fr-toolbar .fr-expanded .fr-command.fr-btn i, .fr-toolbar .fr-expanded .fr-command.fr-btn svg, .fr-toolbar .fr-expanded .fr-command.fr-btn .glyphicon, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn .glyphicon {
  margin: 3px !important;
  height: 18px !important; }

.fr-btn.fr-dropdown {
  min-width: 40px !important; }

.fr-toolbar .fr-btn-grp {
  margin: 0px !important; }

.fr-box.fr-basic .fr-element {
  padding: 10px 10px 0px;
  min-height: 30px !important; }

.fr-popup.fr-active {
  max-width: 250px !important; }

.fr-popup .fr-layer {
  width: 200px !important; }

.fr-popup .fr-color-set > span {
  width: 25px !important;
  height: 25px !important; }

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow-y: scroll; }

.fr-command[data-cmd="filestackReplace"] {
  float: left !important; }

.fr-toolbar .fr-command[data-cmd="customHTML"] {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.fr-toolbar .fr-command[data-cmd="filestack"] .glyphicon {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px !important; }

.fr-toolbar .fr-command[data-cmd="personalize"] {
  min-width: 32px !important; }

.fr-toolbar .fr-command[data-cmd="personalize"] .glyphicon {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px !important;
  padding: 0px !important;
  font-size: 10px !important; }

.fr-command[data-cmd="linkList"] {
  display: none !important; }

.cf-item-controls svg:hover {
  cursor: pointer; }

.range-slider {
  /* Remove default styling */
  -webkit-appearance: none; }

/* Focus outline */
.range-slider:focus {
  outline: none; }

/* Track */
.range-slider::-webkit-slider-runnable-track {
  border-radius: 9999px;
  height: 8px; }

.range-slider::-moz-range-track {
  border-radius: 9999px;
  height: 8px; }

/* Thumb */
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px;
  /* Adjusts the thumb to fit the track */
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  cursor: pointer; }

.range-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  cursor: pointer; }

/* Filled part of the track (for WebKit browsers) */
.range-slider::-webkit-slider-runnable-track {
  background: #003FFF !important; }

.range-slider:is(:focus, :hover)::-webkit-slider-runnable-track {
  /* background: #003FFF !important; */ }

/* Filled part of the track (for Mozilla browsers) */
.range-slider::-moz-range-progress {
  background-color: #003FFF;
  border-radius: 9999px;
  height: 8px; }

.range-slider:is(:focus, :hover)::-moz-range-progress {
  background-color: #003FFF; }

.modal-dialog .modal-dialog {
  padding-left: 50px;
  padding-right: 50px; }

.fr-more-toolbar {
  border-radius: 8px !important; }

.fr-popup .fr-color-set.fr-selected-set {
  padding: 0px; }

.fr-popup .fr-action-buttons button.fr-command {
  background: #003FFF !important;
  color: #fff;
  height: 44px !important; }

#options-panel .fr-popup {
  left: 10% !important; }

.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
  padding-top: 7px;
  top: -4px; }

[data-mode="dark"] .modal-dialog .modal-content {
  border: 1px solid rgba(100, 106, 129, 0.31) !important; }

[data-mode="dark"] .fr-toolbar {
  background: #020617 !important;
  color: #fff !important;
  border: 1px solid rgba(121, 135, 192, 0.3) !important; }

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn, [data-mode="dark"] .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  color: #fff !important;
  background: transparent !important; }

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn svg path, [data-mode="dark"] .fr-popup .fr-command.fr-btn svg path, [data-mode="dark"] .fr-modal .fr-command.fr-btn svg path {
  fill: #fff !important; }

.fr-toolbar .fr-more-toolbar {
  border-radius: 0px !important; }

[data-mode="dark"] .fr-toolbar .fr-more-toolbar {
  background: #1F2437 !important; }

[data-mode="dark"] .fr-toolbar .fr-newline {
  background: transparent !important; }

[data-mode="dark"] .fr-second-toolbar {
  background: #020617;
  border: 1px solid #202538; }

[data-mode="dark"] .fr-command.fr-btn + .fr-dropdown-menu, [data-mode="dark"] .fr-popup {
  background: #000; }

[data-mode="dark"] .fr-popup .fr-buttons.fr-tabs {
  background-color: #000; }

[data-mode="dark"] .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-content {
  border: 1px solid rgba(100, 106, 129, 0.31);
  border-radius: 3px; }

[data-mode="dark"] .fr-toolbar .fr-command.fr-btn.fr-dropdown:after, [data-mode="dark"] .fr-popup .fr-command.fr-btn.fr-dropdown:after, [data-mode="dark"] .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  border-top-color: #fff; }

[data-mode="dark"] .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #003FFF; }

[data-mode="dark"] .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a:hover {
  background: #1B1F2E; }

[data-mode="dark"] .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #fff; }

[data-mode="dark"] .fr-command[data-cmd="textColor"] .fr-popup, [data-mode="dark"] .fr-desktop .fr-command:hover:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command:focus:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), [data-mode="dark"] .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #1B1F2E; }

[data-mode="dark"] .fr-popup .fr-color-set > span > i path, [data-mode="dark"] .fr-popup .fr-color-set > span > svg path {
  fill: #fff; }

[data-mode="dark"] .fr-separator {
  background: #1B1F2E; }

.dark .fr-box.fr-basic .fr-element {
  color: #fff; }

.dark .fr-box.fr-basic .fr-wrapper {
  background: transparent;
  border: 1px solid rgba(100, 106, 129, 0.31);
  border-top: 0px; }

[data-mode="dark"] .fr-popup .fr-input-line input[type="text"], [data-mode="dark"] .fr-popup .fr-input-line input[type="number"], [data-mode="dark"] .fr-popup .fr-input-line textarea {
  background: #000;
  border: 1px solid rgba(100, 106, 129, 0.31);
  color: #fff; }

[data-mode="dark"] .fr-popup .fr-input-line input + label, [data-mode="dark"] .fr-popup .fr-input-line textarea + label {
  background: #000;
  color: #fff; }

[data-mode="dark"] .fr-popup .fr-checkbox-line label {
  color: #fff; }

::-webkit-scrollbar {
  display: none; }

.setting-spacing-input::-webkit-inner-spin-button,
.setting-spacing-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input.ios-switch[type="checkbox"] + article {
  background-color: #CBD4E1; }

[data-mode="dark"] input.ios-switch[type="checkbox"] + article {
  background-color: #292F44; }

input.ios-switch[type="checkbox"]:checked + article {
  background-color: #003FFF !important; }

input.ios-switch[type="checkbox"] + article > article {
  box-shadow: none !important; }

.thumbnail-overlay:hover .thumbnail-button {
  display: block !important; }

.setting .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  left: 0px !important; }

.select-multi-value, .select-multi-value div {
  color: #000 !important; }

[data-mode="dark"] .select-multi-value, [data-mode="dark"] .select-multi-value div {
  color: #fff !important; }

.form-checkbox:checked {
  color: #003FFF; }

.nav-tabs > li > a:hover {
  background: #fff; }

.close {
  opacity: 1; }

.close path {
  stroke: black; }

[data-mode="dark"] .close path {
  stroke: white !important; }

div[data-react-class="shared/Tooltip"] {
  display: inline; }

.cf-loading-spinner {
  margin: 0px 23.5px !important;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  animation: cf-quiz-loading-spinner 1s linear infinite; }

.cf-loading-spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: cf-quiz-loading-spinner-prix 1s linear infinite; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../assets/glyphicons-halflings-regular.eot);
  src: url(/../assets/glyphicons-halflings-regular.ttf) format("truetype"), url(/../assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
