/* Settings Page */
.wdwa-header {
  display: flex;
  background: #fff;
  margin-left: -20px;
  flex-direction: column;
  padding: 20px;
}
.wdwa-header div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wdwa-header div img {
  margin: 15px;
}
@media screen and (max-width: 640px) {
  .wdwa-header div {
    flex-direction: column;
  }
}
.wdwa-header .wdwa-sub-header {
  display: flex;
  flex-direction: column;
  padding: 15px;
  line-height: 25px;
}
.wdwa-header .wdwa-sub-header p {
  font-size: 30px;
  max-width: 800px;
}
/* top menu bar */
.top-master-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}
.top-master-action-bar .wdwpa-btn {
  padding: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #777;
  background: #f2f2f2;
  border-radius: 18px;
  margin: 10px 5px;
}
.top-master-action-bar .wdwpa-btn:hover {
  color: #333;
  background: #fff;
}
.top-master-action-bar .wdwpa-btn.selected {
  color: #f4f4f4;
  background: #ff4800;
}
/* Funnel Creation Wizard */
.funnel-creation-wizard {
  padding: 20px;
  background: #fff;
  margin: 20px;
  display: flex;
  flex-direction: column;
}
.funnel-creation-wizard label {
  font-weight: bold;
}
.funnel-creation-wizard .funnel-library-selection {
  background: #ccc;
  min-height: 400px;
}
/* main body Area */
.wdwa-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  width: 100%;
}
.wdwa-body .step-divider {
  padding: 20px;
  font-size: 25px;
  width: 100%;
  max-width: 900px;
}
.wdwa-body .step-divider h1 {
  color: #666;
  line-height: 60px;
}
.wdwa-body .step-divider span {
  color: #ff4800;
}
.wdwa-body .step-divider p {
  font-size: 16px;
}
.wdwa-body .step-divider pre {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdwa-body .step-divider i.fa-angle-down {
  font-size: 75px;
  background: #fff;
  border-radius: 15px;
  padding: 10px 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.wdwa-body .wdwa-step {
  display: flex;
  background-color: #fff;
  margin: 20px;
  width: 100%;
  max-width: 900px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .wdwa-body .wdwa-step {
    flex-direction: column;
  }
}
.wdwa-body .wdwa-step.sg-header {
  height: 400px;
  background-size: cover;
  background-position: right center;
}
.wdwa-body .wdwa-step.sg-header .sg-box {
  background: #222;
  padding: 20px;
}
.wdwa-body .wdwa-step div {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.wdwa-body .wdwa-step div i.fa-check {
  color: #393;
}
.wdwa-body .wdwa-step div.s-title {
  width: 300px;
  background-color: #6a7b8a;
}
@media screen and (max-width: 640px) {
  .wdwa-body .wdwa-step div.s-title {
    width: 100%;
    align-items: center;
    padding: 10px;
  }
}
.wdwa-body .wdwa-step div.s-title h1 {
  color: #f6f6f6;
}
.wdwa-body .wdwa-step div.s-title img {
  max-width: 300px;
}
.wdwa-body .wdwa-step div .actions {
  display: flex;
  justify-content: flex-end;
}
.wdwa-body .wdwa-step div .actions a {
  padding: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.wdwa-body .wdwa-step div .actions a.primary {
  background: #0AF;
  color: #fff;
}
.wdwa-body .wdwa-step div .actions a.primary:hover {
  background: #0CF;
}
.wdwa-body .wdwa-step div .actions a.success {
  background: #393;
  color: #fff;
}
.wdwa-body .wdwa-step div .actions a.success:hover {
  background: #5A5;
}
.wdwa-body .wdwa-step div .actions a.default {
  border: 1px solid #ccc;
  color: #666;
}
.wdwa-body .wdwa-step div .actions a.default:hover {
  color: #0CF;
}
.standard-relationship-otpions {
  display: flex;
  flex-wrap: wrap;
}
.standard-relationship-otpions .std-opt {
  padding: 12px 20px;
  margin: 10px 5px;
  border: 1px solid #eee;
  background: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
.standard-relationship-otpions .std-opt:hover {
  border-color: #0CF;
}
.standard-relationship-otpions .std-opt.lm-opt-selected {
  background: #39C;
  border-color: #0CF;
  color: #fff;
}
iframe.hidden-iframe {
  display: none;
}
/* overrides */
#toast-container > div {
  opacity: 1 !important;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1) !important;
}
.toast-bottom-right {
  bottom: 60px !important;
}
.toast {
  background-color: #fff !important;
  border-left: 6px solid #CCC;
  color: #000 !important;
  font-weight: bold;
  position: relative;
}
.toast-close-button {
  color: #999;
}
.toast-success {
  background-color: #fff;
  border-left: 6px solid #00CC00;
}
.toast-success::before {
  color: #00CC00;
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 25px;
}
.toast-error {
  background-color: #fff;
  border-left: 6px solid #bd362f;
}
.toast-info {
  background-color: #fff;
  border-left: 6px solid #2f96b4;
}
.toast-warning {
  background-color: #fff;
  border-left: 6px solid #f89406;
}
#toast-container > div {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.elementor-message,
.update-nag {
  display: none;
}
