@charset "UTF-8";
/*
justify-content:
 - flex-start
 - flex-end
 - center
 - space-between
 - space-around
 - space-evenly
align-items:
 - stretch
 - flex-start
 - flex-end
 - center
 - baseline
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
start   - aligns items to be flush with the start edge of their cell
end     - aligns items to be flush with the end edge of their cell
center  - aligns items in the center of their cell
stretch - fills the whole height of the cell (this is the default)
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ephdfa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.ephdfa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.ephdfa-2x {
  font-size: 2em;
}

.ephdfa-3x {
  font-size: 3em;
}

.ephdfa-4x {
  font-size: 4em;
}

.ephdfa-5x {
  font-size: 5em;
}

.ephdfa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.ephdfa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.ephdfa-ul > li {
  position: relative;
}

.ephdfa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.ephdfa-li.ephdfa-lg {
  left: -1.8571428571em;
}

.ephdfa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.ephdfa-pull-left {
  float: left;
}

.ephdfa-pull-right {
  float: right;
}

.ephdfa.ephdfa-pull-left {
  margin-right: 0.3em;
}
.ephdfa.ephdfa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.ephdfa.pull-left {
  margin-right: 0.3em;
}
.ephdfa.pull-right {
  margin-left: 0.3em;
}

.ephdfa-spin {
  -webkit-animation: ephdfa-spin 2s infinite linear;
  animation: ephdfa-spin 2s infinite linear;
}

.ephdfa-pulse {
  -webkit-animation: ephdfa-spin 1s infinite steps(8);
  animation: ephdfa-spin 1s infinite steps(8);
}

@-webkit-keyframes ephdfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ephdfa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ephdfa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ephdfa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ephdfa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ephdfa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.ephdfa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .ephdfa-rotate-90,
:root .ephdfa-rotate-180,
:root .ephdfa-rotate-270,
:root .ephdfa-flip-horizontal,
:root .ephdfa-flip-vertical {
  filter: none;
}

.ephdfa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.ephdfa-stack-1x, .ephdfa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.ephdfa-stack-1x {
  line-height: inherit;
}

.ephdfa-stack-2x {
  font-size: 2em;
}

.ephdfa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.ephdfa-glass:before {
  content: "\f000";
}

.ephdfa-music:before {
  content: "\f001";
}

.ephdfa-search:before {
  content: "\f002";
}

.ephdfa-envelope-o:before {
  content: "\f003";
}

.ephdfa-heart:before {
  content: "\f004";
}

.ephdfa-star:before {
  content: "\f005";
}

.ephdfa-star-o:before {
  content: "\f006";
}

.ephdfa-user:before {
  content: "\f007";
}

.ephdfa-film:before {
  content: "\f008";
}

.ephdfa-th-large:before {
  content: "\f009";
}

.ephdfa-th:before {
  content: "\f00a";
}

.ephdfa-th-list:before {
  content: "\f00b";
}

.ephdfa-check:before {
  content: "\f00c";
}

.ephdfa-remove:before,
.ephdfa-close:before,
.ephdfa-times:before {
  content: "\f00d";
}

.ephdfa-search-plus:before {
  content: "\f00e";
}

.ephdfa-search-minus:before {
  content: "\f010";
}

.ephdfa-power-off:before {
  content: "\f011";
}

.ephdfa-signal:before {
  content: "\f012";
}

.ephdfa-gear:before,
.ephdfa-cog:before {
  content: "\f013";
}

.ephdfa-trash-o:before {
  content: "\f014";
}

.ephdfa-home:before {
  content: "\f015";
}

.ephdfa-file-o:before {
  content: "\f016";
}

.ephdfa-clock-o:before {
  content: "\f017";
}

.ephdfa-road:before {
  content: "\f018";
}

.ephdfa-download:before {
  content: "\f019";
}

.ephdfa-arrow-circle-o-down:before {
  content: "\f01a";
}

.ephdfa-arrow-circle-o-up:before {
  content: "\f01b";
}

.ephdfa-inbox:before {
  content: "\f01c";
}

.ephdfa-play-circle-o:before {
  content: "\f01d";
}

.ephdfa-rotate-right:before,
.ephdfa-repeat:before {
  content: "\f01e";
}

.ephdfa-refresh:before {
  content: "\f021";
}

.ephdfa-list-alt:before {
  content: "\f022";
}

.ephdfa-lock:before {
  content: "\f023";
}

.ephdfa-flag:before {
  content: "\f024";
}

.ephdfa-headphones:before {
  content: "\f025";
}

.ephdfa-volume-off:before {
  content: "\f026";
}

.ephdfa-volume-down:before {
  content: "\f027";
}

.ephdfa-volume-up:before {
  content: "\f028";
}

.ephdfa-qrcode:before {
  content: "\f029";
}

.ephdfa-barcode:before {
  content: "\f02a";
}

.ephdfa-tag:before {
  content: "\f02b";
}

.ephdfa-tags:before {
  content: "\f02c";
}

.ephdfa-book:before {
  content: "\f02d";
}

.ephdfa-bookmark:before {
  content: "\f02e";
}

.ephdfa-print:before {
  content: "\f02f";
}

.ephdfa-camera:before {
  content: "\f030";
}

.ephdfa-font:before {
  content: "\f031";
}

.ephdfa-bold:before {
  content: "\f032";
}

.ephdfa-italic:before {
  content: "\f033";
}

.ephdfa-text-height:before {
  content: "\f034";
}

.ephdfa-text-width:before {
  content: "\f035";
}

.ephdfa-align-left:before {
  content: "\f036";
}

.ephdfa-align-center:before {
  content: "\f037";
}

.ephdfa-align-right:before {
  content: "\f038";
}

.ephdfa-align-justify:before {
  content: "\f039";
}

.ephdfa-list:before {
  content: "\f03a";
}

.ephdfa-dedent:before,
.ephdfa-outdent:before {
  content: "\f03b";
}

.ephdfa-indent:before {
  content: "\f03c";
}

.ephdfa-video-camera:before {
  content: "\f03d";
}

.ephdfa-photo:before,
.ephdfa-image:before,
.ephdfa-picture-o:before {
  content: "\f03e";
}

.ephdfa-pencil:before {
  content: "\f040";
}

.ephdfa-map-marker:before {
  content: "\f041";
}

.ephdfa-adjust:before {
  content: "\f042";
}

.ephdfa-tint:before {
  content: "\f043";
}

.ephdfa-edit:before,
.ephdfa-pencil-square-o:before {
  content: "\f044";
}

.ephdfa-share-square-o:before {
  content: "\f045";
}

.ephdfa-check-square-o:before {
  content: "\f046";
}

.ephdfa-arrows:before {
  content: "\f047";
}

.ephdfa-step-backward:before {
  content: "\f048";
}

.ephdfa-fast-backward:before {
  content: "\f049";
}

.ephdfa-backward:before {
  content: "\f04a";
}

.ephdfa-play:before {
  content: "\f04b";
}

.ephdfa-pause:before {
  content: "\f04c";
}

.ephdfa-stop:before {
  content: "\f04d";
}

.ephdfa-forward:before {
  content: "\f04e";
}

.ephdfa-fast-forward:before {
  content: "\f050";
}

.ephdfa-step-forward:before {
  content: "\f051";
}

.ephdfa-eject:before {
  content: "\f052";
}

.ephdfa-chevron-left:before {
  content: "\f053";
}

.ephdfa-chevron-right:before {
  content: "\f054";
}

.ephdfa-plus-circle:before {
  content: "\f055";
}

.ephdfa-minus-circle:before {
  content: "\f056";
}

.ephdfa-times-circle:before {
  content: "\f057";
}

.ephdfa-check-circle:before {
  content: "\f058";
}

.ephdfa-question-circle:before {
  content: "\f059";
}

.ephdfa-info-circle:before {
  content: "\f05a";
}

.ephdfa-crosshairs:before {
  content: "\f05b";
}

.ephdfa-times-circle-o:before {
  content: "\f05c";
}

.ephdfa-check-circle-o:before {
  content: "\f05d";
}

.ephdfa-ban:before {
  content: "\f05e";
}

.ephdfa-arrow-left:before {
  content: "\f060";
}

.ephdfa-arrow-right:before {
  content: "\f061";
}

.ephdfa-arrow-up:before {
  content: "\f062";
}

.ephdfa-arrow-down:before {
  content: "\f063";
}

.ephdfa-mail-forward:before,
.ephdfa-share:before {
  content: "\f064";
}

.ephdfa-expand:before {
  content: "\f065";
}

.ephdfa-compress:before {
  content: "\f066";
}

.ephdfa-plus:before {
  content: "\f067";
}

.ephdfa-minus:before {
  content: "\f068";
}

.ephdfa-asterisk:before {
  content: "\f069";
}

.ephdfa-exclamation-circle:before {
  content: "\f06a";
}

.ephdfa-gift:before {
  content: "\f06b";
}

.ephdfa-leaf:before {
  content: "\f06c";
}

.ephdfa-fire:before {
  content: "\f06d";
}

.ephdfa-eye:before {
  content: "\f06e";
}

.ephdfa-eye-slash:before {
  content: "\f070";
}

.ephdfa-warning:before,
.ephdfa-exclamation-triangle:before {
  content: "\f071";
}

.ephdfa-plane:before {
  content: "\f072";
}

.ephdfa-calendar:before {
  content: "\f073";
}

.ephdfa-random:before {
  content: "\f074";
}

.ephdfa-comment:before {
  content: "\f075";
}

.ephdfa-magnet:before {
  content: "\f076";
}

.ephdfa-chevron-up:before {
  content: "\f077";
}

.ephdfa-chevron-down:before {
  content: "\f078";
}

.ephdfa-retweet:before {
  content: "\f079";
}

.ephdfa-shopping-cart:before {
  content: "\f07a";
}

.ephdfa-folder:before {
  content: "\f07b";
}

.ephdfa-folder-open:before {
  content: "\f07c";
}

.ephdfa-arrows-v:before {
  content: "\f07d";
}

.ephdfa-arrows-h:before {
  content: "\f07e";
}

.ephdfa-bar-chart-o:before,
.ephdfa-bar-chart:before {
  content: "\f080";
}

.ephdfa-twitter-square:before {
  content: "\f081";
}

.ephdfa-camera-retro:before {
  content: "\f083";
}

.ephdfa-key:before {
  content: "\f084";
}

.ephdfa-gears:before,
.ephdfa-cogs:before {
  content: "\f085";
}

.ephdfa-comments:before {
  content: "\f086";
}

.ephdfa-thumbs-o-up:before {
  content: "\f087";
}

.ephdfa-thumbs-o-down:before {
  content: "\f088";
}

.ephdfa-star-half:before {
  content: "\f089";
}

.ephdfa-heart-o:before {
  content: "\f08a";
}

.ephdfa-sign-out:before {
  content: "\f08b";
}

.ephdfa-linkedin-square:before {
  content: "\f08c";
}

.ephdfa-thumb-tack:before {
  content: "\f08d";
}

.ephdfa-external-link:before {
  content: "\f08e";
}

.ephdfa-sign-in:before {
  content: "\f090";
}

.ephdfa-trophy:before {
  content: "\f091";
}

.ephdfa-github-square:before {
  content: "\f092";
}

.ephdfa-upload:before {
  content: "\f093";
}

.ephdfa-lemon-o:before {
  content: "\f094";
}

.ephdfa-phone:before {
  content: "\f095";
}

.ephdfa-square-o:before {
  content: "\f096";
}

.ephdfa-bookmark-o:before {
  content: "\f097";
}

.ephdfa-phone-square:before {
  content: "\f098";
}

.ephdfa-twitter:before {
  content: "\f099";
}

.ephdfa-github:before {
  content: "\f09b";
}

.ephdfa-unlock:before {
  content: "\f09c";
}

.ephdfa-credit-card:before {
  content: "\f09d";
}

.ephdfa-feed:before,
.ephdfa-rss:before {
  content: "\f09e";
}

.ephdfa-hdd-o:before {
  content: "\f0a0";
}

.ephdfa-bullhorn:before {
  content: "\f0a1";
}

.ephdfa-bell:before {
  content: "\f0f3";
}

.ephdfa-certificate:before {
  content: "\f0a3";
}

.ephdfa-hand-o-right:before {
  content: "\f0a4";
}

.ephdfa-hand-o-left:before {
  content: "\f0a5";
}

.ephdfa-hand-o-up:before {
  content: "\f0a6";
}

.ephdfa-hand-o-down:before {
  content: "\f0a7";
}

.ephdfa-arrow-circle-left:before {
  content: "\f0a8";
}

.ephdfa-arrow-circle-right:before {
  content: "\f0a9";
}

.ephdfa-arrow-circle-up:before {
  content: "\f0aa";
}

.ephdfa-arrow-circle-down:before {
  content: "\f0ab";
}

.ephdfa-globe:before {
  content: "\f0ac";
}

.ephdfa-wrench:before {
  content: "\f0ad";
}

.ephdfa-tasks:before {
  content: "\f0ae";
}

.ephdfa-filter:before {
  content: "\f0b0";
}

.ephdfa-briefcase:before {
  content: "\f0b1";
}

.ephdfa-arrows-alt:before {
  content: "\f0b2";
}

.ephdfa-group:before,
.ephdfa-users:before {
  content: "\f0c0";
}

.ephdfa-chain:before,
.ephdfa-link:before {
  content: "\f0c1";
}

.ephdfa-cloud:before {
  content: "\f0c2";
}

.ephdfa-flask:before {
  content: "\f0c3";
}

.ephdfa-cut:before,
.ephdfa-scissors:before {
  content: "\f0c4";
}

.ephdfa-copy:before,
.ephdfa-files-o:before {
  content: "\f0c5";
}

.ephdfa-paperclip:before {
  content: "\f0c6";
}

.ephdfa-save:before,
.ephdfa-floppy-o:before {
  content: "\f0c7";
}

.ephdfa-square:before {
  content: "\f0c8";
}

.ephdfa-navicon:before,
.ephdfa-reorder:before,
.ephdfa-bars:before {
  content: "\f0c9";
}

.ephdfa-list-ul:before {
  content: "\f0ca";
}

.ephdfa-list-ol:before {
  content: "\f0cb";
}

.ephdfa-strikethrough:before {
  content: "\f0cc";
}

.ephdfa-underline:before {
  content: "\f0cd";
}

.ephdfa-table:before {
  content: "\f0ce";
}

.ephdfa-magic:before {
  content: "\f0d0";
}

.ephdfa-truck:before {
  content: "\f0d1";
}

.ephdfa-pinterest:before {
  content: "\f0d2";
}

.ephdfa-pinterest-square:before {
  content: "\f0d3";
}

.ephdfa-google-plus-square:before {
  content: "\f0d4";
}

.ephdfa-google-plus:before {
  content: "\f0d5";
}

.ephdfa-money:before {
  content: "\f0d6";
}

.ephdfa-caret-down:before {
  content: "\f0d7";
}

.ephdfa-caret-up:before {
  content: "\f0d8";
}

.ephdfa-caret-left:before {
  content: "\f0d9";
}

.ephdfa-caret-right:before {
  content: "\f0da";
}

.ephdfa-columns:before {
  content: "\f0db";
}

.ephdfa-unsorted:before,
.ephdfa-sort:before {
  content: "\f0dc";
}

.ephdfa-sort-down:before,
.ephdfa-sort-desc:before {
  content: "\f0dd";
}

.ephdfa-sort-up:before,
.ephdfa-sort-asc:before {
  content: "\f0de";
}

.ephdfa-envelope:before {
  content: "\f0e0";
}

.ephdfa-linkedin:before {
  content: "\f0e1";
}

.ephdfa-rotate-left:before,
.ephdfa-undo:before {
  content: "\f0e2";
}

.ephdfa-legal:before,
.ephdfa-gavel:before {
  content: "\f0e3";
}

.ephdfa-dashboard:before,
.ephdfa-tachometer:before {
  content: "\f0e4";
}

.ephdfa-comment-o:before {
  content: "\f0e5";
}

.ephdfa-comments-o:before {
  content: "\f0e6";
}

.ephdfa-flash:before,
.ephdfa-bolt:before {
  content: "\f0e7";
}

.ephdfa-sitemap:before {
  content: "\f0e8";
}

.ephdfa-umbrella:before {
  content: "\f0e9";
}

.ephdfa-paste:before,
.ephdfa-clipboard:before {
  content: "\f0ea";
}

.ephdfa-lightbulb-o:before {
  content: "\f0eb";
}

.ephdfa-exchange:before {
  content: "\f0ec";
}

.ephdfa-cloud-download:before {
  content: "\f0ed";
}

.ephdfa-cloud-upload:before {
  content: "\f0ee";
}

.ephdfa-user-md:before {
  content: "\f0f0";
}

.ephdfa-stethoscope:before {
  content: "\f0f1";
}

.ephdfa-suitcase:before {
  content: "\f0f2";
}

.ephdfa-bell-o:before {
  content: "\f0a2";
}

.ephdfa-coffee:before {
  content: "\f0f4";
}

.ephdfa-cutlery:before {
  content: "\f0f5";
}

.ephdfa-file-text-o:before {
  content: "\f0f6";
}

.ephdfa-building-o:before {
  content: "\f0f7";
}

.ephdfa-hospital-o:before {
  content: "\f0f8";
}

.ephdfa-ambulance:before {
  content: "\f0f9";
}

.ephdfa-medkit:before {
  content: "\f0fa";
}

.ephdfa-fighter-jet:before {
  content: "\f0fb";
}

.ephdfa-beer:before {
  content: "\f0fc";
}

.ephdfa-h-square:before {
  content: "\f0fd";
}

.ephdfa-plus-square:before {
  content: "\f0fe";
}

.ephdfa-angle-double-left:before {
  content: "\f100";
}

.ephdfa-angle-double-right:before {
  content: "\f101";
}

.ephdfa-angle-double-up:before {
  content: "\f102";
}

.ephdfa-angle-double-down:before {
  content: "\f103";
}

.ephdfa-angle-left:before {
  content: "\f104";
}

.ephdfa-angle-right:before {
  content: "\f105";
}

.ephdfa-angle-up:before {
  content: "\f106";
}

.ephdfa-angle-down:before {
  content: "\f107";
}

.ephdfa-desktop:before {
  content: "\f108";
}

.ephdfa-laptop:before {
  content: "\f109";
}

.ephdfa-tablet:before {
  content: "\f10a";
}

.ephdfa-mobile-phone:before,
.ephdfa-mobile:before {
  content: "\f10b";
}

.ephdfa-circle-o:before {
  content: "\f10c";
}

.ephdfa-quote-left:before {
  content: "\f10d";
}

.ephdfa-quote-right:before {
  content: "\f10e";
}

.ephdfa-spinner:before {
  content: "\f110";
}

.ephdfa-circle:before {
  content: "\f111";
}

.ephdfa-mail-reply:before,
.ephdfa-reply:before {
  content: "\f112";
}

.ephdfa-github-alt:before {
  content: "\f113";
}

.ephdfa-folder-o:before {
  content: "\f114";
}

.ephdfa-folder-open-o:before {
  content: "\f115";
}

.ephdfa-smile-o:before {
  content: "\f118";
}

.ephdfa-frown-o:before {
  content: "\f119";
}

.ephdfa-meh-o:before {
  content: "\f11a";
}

.ephdfa-gamepad:before {
  content: "\f11b";
}

.ephdfa-keyboard-o:before {
  content: "\f11c";
}

.ephdfa-flag-o:before {
  content: "\f11d";
}

.ephdfa-flag-checkered:before {
  content: "\f11e";
}

.ephdfa-terminal:before {
  content: "\f120";
}

.ephdfa-code:before {
  content: "\f121";
}

.ephdfa-mail-reply-all:before,
.ephdfa-reply-all:before {
  content: "\f122";
}

.ephdfa-star-half-empty:before,
.ephdfa-star-half-full:before,
.ephdfa-star-half-o:before {
  content: "\f123";
}

.ephdfa-widget-arrow:before {
  content: "\f124";
}

.ephdfa-crop:before {
  content: "\f125";
}

.ephdfa-code-fork:before {
  content: "\f126";
}

.ephdfa-unlink:before,
.ephdfa-chain-broken:before {
  content: "\f127";
}

.ephdfa-question:before {
  content: "\f128";
}

.ephdfa-info:before {
  content: "\f129";
}

.ephdfa-exclamation:before {
  content: "\f12a";
}

.ephdfa-superscript:before {
  content: "\f12b";
}

.ephdfa-subscript:before {
  content: "\f12c";
}

.ephdfa-eraser:before {
  content: "\f12d";
}

.ephdfa-puzzle-piece:before {
  content: "\f12e";
}

.ephdfa-microphone:before {
  content: "\f130";
}

.ephdfa-microphone-slash:before {
  content: "\f131";
}

.ephdfa-shield:before {
  content: "\f132";
}

.ephdfa-calendar-o:before {
  content: "\f133";
}

.ephdfa-fire-extinguisher:before {
  content: "\f134";
}

.ephdfa-rocket:before {
  content: "\f135";
}

.ephdfa-maxcdn:before {
  content: "\f136";
}

.ephdfa-chevron-circle-left:before {
  content: "\f137";
}

.ephdfa-chevron-circle-right:before {
  content: "\f138";
}

.ephdfa-chevron-circle-up:before {
  content: "\f139";
}

.ephdfa-chevron-circle-down:before {
  content: "\f13a";
}

.ephdfa-html5:before {
  content: "\f13b";
}

.ephdfa-css3:before {
  content: "\f13c";
}

.ephdfa-anchor:before {
  content: "\f13d";
}

.ephdfa-unlock-alt:before {
  content: "\f13e";
}

.ephdfa-bullseye:before {
  content: "\f140";
}

.ephdfa-ellipsis-h:before {
  content: "\f141";
}

.ephdfa-ellipsis-v:before {
  content: "\f142";
}

.ephdfa-rss-square:before {
  content: "\f143";
}

.ephdfa-play-circle:before {
  content: "\f144";
}

.ephdfa-ticket:before {
  content: "\f145";
}

.ephdfa-minus-square:before {
  content: "\f146";
}

.ephdfa-minus-square-o:before {
  content: "\f147";
}

.ephdfa-level-up:before {
  content: "\f148";
}

.ephdfa-level-down:before {
  content: "\f149";
}

.ephdfa-check-square:before {
  content: "\f14a";
}

.ephdfa-pencil-square:before {
  content: "\f14b";
}

.ephdfa-external-link-square:before {
  content: "\f14c";
}

.ephdfa-share-square:before {
  content: "\f14d";
}

.ephdfa-compass:before {
  content: "\f14e";
}

.ephdfa-toggle-down:before,
.ephdfa-caret-square-o-down:before {
  content: "\f150";
}

.ephdfa-toggle-up:before,
.ephdfa-caret-square-o-up:before {
  content: "\f151";
}

.ephdfa-toggle-right:before,
.ephdfa-caret-square-o-right:before {
  content: "\f152";
}

.ephdfa-euro:before,
.ephdfa-eur:before {
  content: "\f153";
}

.ephdfa-gbp:before {
  content: "\f154";
}

.ephdfa-dollar:before,
.ephdfa-usd:before {
  content: "\f155";
}

.ephdfa-rupee:before,
.ephdfa-inr:before {
  content: "\f156";
}

.ephdfa-cny:before,
.ephdfa-rmb:before,
.ephdfa-yen:before,
.ephdfa-jpy:before {
  content: "\f157";
}

.ephdfa-ruble:before,
.ephdfa-rouble:before,
.ephdfa-rub:before {
  content: "\f158";
}

.ephdfa-won:before,
.ephdfa-krw:before {
  content: "\f159";
}

.ephdfa-bitcoin:before,
.ephdfa-btc:before {
  content: "\f15a";
}

.ephdfa-file:before {
  content: "\f15b";
}

.ephdfa-file-text:before {
  content: "\f15c";
}

.ephdfa-sort-alpha-asc:before {
  content: "\f15d";
}

.ephdfa-sort-alpha-desc:before {
  content: "\f15e";
}

.ephdfa-sort-amount-asc:before {
  content: "\f160";
}

.ephdfa-sort-amount-desc:before {
  content: "\f161";
}

.ephdfa-sort-numeric-asc:before {
  content: "\f162";
}

.ephdfa-sort-numeric-desc:before {
  content: "\f163";
}

.ephdfa-thumbs-up:before {
  content: "\f164";
}

.ephdfa-thumbs-down:before {
  content: "\f165";
}

.ephdfa-youtube-square:before {
  content: "\f166";
}

.ephdfa-youtube:before {
  content: "\f167";
}

.ephdfa-xing:before {
  content: "\f168";
}

.ephdfa-xing-square:before {
  content: "\f169";
}

.ephdfa-youtube-play:before {
  content: "\f16a";
}

.ephdfa-dropbox:before {
  content: "\f16b";
}

.ephdfa-stack-overflow:before {
  content: "\f16c";
}

.ephdfa-flickr:before {
  content: "\f16e";
}

.ephdfa-adn:before {
  content: "\f170";
}

.ephdfa-bitbucket:before {
  content: "\f171";
}

.ephdfa-bitbucket-square:before {
  content: "\f172";
}

.ephdfa-tumblr:before {
  content: "\f173";
}

.ephdfa-tumblr-square:before {
  content: "\f174";
}

.ephdfa-long-arrow-down:before {
  content: "\f175";
}

.ephdfa-long-arrow-up:before {
  content: "\f176";
}

.ephdfa-long-arrow-left:before {
  content: "\f177";
}

.ephdfa-long-arrow-right:before {
  content: "\f178";
}

.ephdfa-apple:before {
  content: "\f179";
}

.ephdfa-windows:before {
  content: "\f17a";
}

.ephdfa-android:before {
  content: "\f17b";
}

.ephdfa-linux:before {
  content: "\f17c";
}

.ephdfa-dribbble:before {
  content: "\f17d";
}

.ephdfa-skype:before {
  content: "\f17e";
}

.ephdfa-foursquare:before {
  content: "\f180";
}

.ephdfa-trello:before {
  content: "\f181";
}

.ephdfa-female:before {
  content: "\f182";
}

.ephdfa-male:before {
  content: "\f183";
}

.ephdfa-gittip:before,
.ephdfa-gratipay:before {
  content: "\f184";
}

.ephdfa-sun-o:before {
  content: "\f185";
}

.ephdfa-moon-o:before {
  content: "\f186";
}

.ephdfa-archive:before {
  content: "\f187";
}

.ephdfa-bug:before {
  content: "\f188";
}

.ephdfa-vk:before {
  content: "\f189";
}

.ephdfa-weibo:before {
  content: "\f18a";
}

.ephdfa-renren:before {
  content: "\f18b";
}

.ephdfa-pagelines:before {
  content: "\f18c";
}

.ephdfa-stack-exchange:before {
  content: "\f18d";
}

.ephdfa-arrow-circle-o-right:before {
  content: "\f18e";
}

.ephdfa-arrow-circle-o-left:before {
  content: "\f190";
}

.ephdfa-toggle-left:before,
.ephdfa-caret-square-o-left:before {
  content: "\f191";
}

.ephdfa-dot-circle-o:before {
  content: "\f192";
}

.ephdfa-wheelchair:before {
  content: "\f193";
}

.ephdfa-vimeo-square:before {
  content: "\f194";
}

.ephdfa-turkish-lira:before,
.ephdfa-try:before {
  content: "\f195";
}

.ephdfa-plus-square-o:before {
  content: "\f196";
}

.ephdfa-space-shuttle:before {
  content: "\f197";
}

.ephdfa-slack:before {
  content: "\f198";
}

.ephdfa-envelope-square:before {
  content: "\f199";
}

.ephdfa-wordpress:before {
  content: "\f19a";
}

.ephdfa-openid:before {
  content: "\f19b";
}

.ephdfa-institution:before,
.ephdfa-bank:before,
.ephdfa-university:before {
  content: "\f19c";
}

.ephdfa-mortar-board:before,
.ephdfa-graduation-cap:before {
  content: "\f19d";
}

.ephdfa-yahoo:before {
  content: "\f19e";
}

.ephdfa-google:before {
  content: "\f1a0";
}

.ephdfa-reddit:before {
  content: "\f1a1";
}

.ephdfa-reddit-square:before {
  content: "\f1a2";
}

.ephdfa-stumbleupon-circle:before {
  content: "\f1a3";
}

.ephdfa-stumbleupon:before {
  content: "\f1a4";
}

.ephdfa-delicious:before {
  content: "\f1a5";
}

.ephdfa-digg:before {
  content: "\f1a6";
}

.ephdfa-pied-piper-pp:before {
  content: "\f1a7";
}

.ephdfa-pied-piper-alt:before {
  content: "\f1a8";
}

.ephdfa-drupal:before {
  content: "\f1a9";
}

.ephdfa-joomla:before {
  content: "\f1aa";
}

.ephdfa-language:before {
  content: "\f1ab";
}

.ephdfa-fax:before {
  content: "\f1ac";
}

.ephdfa-building:before {
  content: "\f1ad";
}

.ephdfa-child:before {
  content: "\f1ae";
}

.ephdfa-paw:before {
  content: "\f1b0";
}

.ephdfa-spoon:before {
  content: "\f1b1";
}

.ephdfa-cube:before {
  content: "\f1b2";
}

.ephdfa-cubes:before {
  content: "\f1b3";
}

.ephdfa-behance:before {
  content: "\f1b4";
}

.ephdfa-behance-square:before {
  content: "\f1b5";
}

.ephdfa-steam:before {
  content: "\f1b6";
}

.ephdfa-steam-square:before {
  content: "\f1b7";
}

.ephdfa-recycle:before {
  content: "\f1b8";
}

.ephdfa-automobile:before,
.ephdfa-car:before {
  content: "\f1b9";
}

.ephdfa-cab:before,
.ephdfa-taxi:before {
  content: "\f1ba";
}

.ephdfa-tree:before {
  content: "\f1bb";
}

.ephdfa-spotify:before {
  content: "\f1bc";
}

.ephdfa-deviantart:before {
  content: "\f1bd";
}

.ephdfa-soundcloud:before {
  content: "\f1be";
}

.ephdfa-database:before {
  content: "\f1c0";
}

.ephdfa-file-pdf-o:before {
  content: "\f1c1";
}

.ephdfa-file-word-o:before {
  content: "\f1c2";
}

.ephdfa-file-excel-o:before {
  content: "\f1c3";
}

.ephdfa-file-powerpoint-o:before {
  content: "\f1c4";
}

.ephdfa-file-photo-o:before,
.ephdfa-file-picture-o:before,
.ephdfa-file-image-o:before {
  content: "\f1c5";
}

.ephdfa-file-zip-o:before,
.ephdfa-file-archive-o:before {
  content: "\f1c6";
}

.ephdfa-file-sound-o:before,
.ephdfa-file-audio-o:before {
  content: "\f1c7";
}

.ephdfa-file-movie-o:before,
.ephdfa-file-video-o:before {
  content: "\f1c8";
}

.ephdfa-file-code-o:before {
  content: "\f1c9";
}

.ephdfa-vine:before {
  content: "\f1ca";
}

.ephdfa-codepen:before {
  content: "\f1cb";
}

.ephdfa-jsfiddle:before {
  content: "\f1cc";
}

.ephdfa-life-bouy:before,
.ephdfa-life-buoy:before,
.ephdfa-life-saver:before,
.ephdfa-support:before,
.ephdfa-life-ring:before {
  content: "\f1cd";
}

.ephdfa-circle-o-notch:before {
  content: "\f1ce";
}

.ephdfa-ra:before,
.ephdfa-resistance:before,
.ephdfa-rebel:before {
  content: "\f1d0";
}

.ephdfa-ge:before,
.ephdfa-empire:before {
  content: "\f1d1";
}

.ephdfa-git-square:before {
  content: "\f1d2";
}

.ephdfa-git:before {
  content: "\f1d3";
}

.ephdfa-y-combinator-square:before,
.ephdfa-yc-square:before,
.ephdfa-hacker-news:before {
  content: "\f1d4";
}

.ephdfa-tencent-weibo:before {
  content: "\f1d5";
}

.ephdfa-qq:before {
  content: "\f1d6";
}

.ephdfa-wechat:before,
.ephdfa-weixin:before {
  content: "\f1d7";
}

.ephdfa-send:before,
.ephdfa-paper-plane:before {
  content: "\f1d8";
}

.ephdfa-send-o:before,
.ephdfa-paper-plane-o:before {
  content: "\f1d9";
}

.ephdfa-history:before {
  content: "\f1da";
}

.ephdfa-circle-thin:before {
  content: "\f1db";
}

.ephdfa-header:before {
  content: "\f1dc";
}

.ephdfa-paragraph:before {
  content: "\f1dd";
}

.ephdfa-sliders:before {
  content: "\f1de";
}

.ephdfa-share-alt:before {
  content: "\f1e0";
}

.ephdfa-share-alt-square:before {
  content: "\f1e1";
}

.ephdfa-bomb:before {
  content: "\f1e2";
}

.ephdfa-soccer-ball-o:before,
.ephdfa-futbol-o:before {
  content: "\f1e3";
}

.ephdfa-tty:before {
  content: "\f1e4";
}

.ephdfa-binoculars:before {
  content: "\f1e5";
}

.ephdfa-plug:before {
  content: "\f1e6";
}

.ephdfa-slideshare:before {
  content: "\f1e7";
}

.ephdfa-twitch:before {
  content: "\f1e8";
}

.ephdfa-yelp:before {
  content: "\f1e9";
}

.ephdfa-newspaper-o:before {
  content: "\f1ea";
}

.ephdfa-wifi:before {
  content: "\f1eb";
}

.ephdfa-calculator:before {
  content: "\f1ec";
}

.ephdfa-paypal:before {
  content: "\f1ed";
}

.ephdfa-google-wallet:before {
  content: "\f1ee";
}

.ephdfa-cc-visa:before {
  content: "\f1f0";
}

.ephdfa-cc-mastercard:before {
  content: "\f1f1";
}

.ephdfa-cc-discover:before {
  content: "\f1f2";
}

.ephdfa-cc-amex:before {
  content: "\f1f3";
}

.ephdfa-cc-paypal:before {
  content: "\f1f4";
}

.ephdfa-cc-stripe:before {
  content: "\f1f5";
}

.ephdfa-bell-slash:before {
  content: "\f1f6";
}

.ephdfa-bell-slash-o:before {
  content: "\f1f7";
}

.ephdfa-trash:before {
  content: "\f1f8";
}

.ephdfa-copyright:before {
  content: "\f1f9";
}

.ephdfa-at:before {
  content: "\f1fa";
}

.ephdfa-eyedropper:before {
  content: "\f1fb";
}

.ephdfa-paint-brush:before {
  content: "\f1fc";
}

.ephdfa-birthday-cake:before {
  content: "\f1fd";
}

.ephdfa-area-chart:before {
  content: "\f1fe";
}

.ephdfa-pie-chart:before {
  content: "\f200";
}

.ephdfa-line-chart:before {
  content: "\f201";
}

.ephdfa-lastfm:before {
  content: "\f202";
}

.ephdfa-lastfm-square:before {
  content: "\f203";
}

.ephdfa-toggle-off:before {
  content: "\f204";
}

.ephdfa-toggle-on:before {
  content: "\f205";
}

.ephdfa-bicycle:before {
  content: "\f206";
}

.ephdfa-bus:before {
  content: "\f207";
}

.ephdfa-ioxhost:before {
  content: "\f208";
}

.ephdfa-angellist:before {
  content: "\f209";
}

.ephdfa-cc:before {
  content: "\f20a";
}

.ephdfa-shekel:before,
.ephdfa-sheqel:before,
.ephdfa-ils:before {
  content: "\f20b";
}

.ephdfa-meanpath:before {
  content: "\f20c";
}

.ephdfa-buysellads:before {
  content: "\f20d";
}

.ephdfa-connectdevelop:before {
  content: "\f20e";
}

.ephdfa-dashcube:before {
  content: "\f210";
}

.ephdfa-forumbee:before {
  content: "\f211";
}

.ephdfa-leanpub:before {
  content: "\f212";
}

.ephdfa-sellsy:before {
  content: "\f213";
}

.ephdfa-shirtsinbulk:before {
  content: "\f214";
}

.ephdfa-simplybuilt:before {
  content: "\f215";
}

.ephdfa-skyatlas:before {
  content: "\f216";
}

.ephdfa-cart-plus:before {
  content: "\f217";
}

.ephdfa-cart-arrow-down:before {
  content: "\f218";
}

.ephdfa-diamond:before {
  content: "\f219";
}

.ephdfa-ship:before {
  content: "\f21a";
}

.ephdfa-user-secret:before {
  content: "\f21b";
}

.ephdfa-motorcycle:before {
  content: "\f21c";
}

.ephdfa-street-view:before {
  content: "\f21d";
}

.ephdfa-heartbeat:before {
  content: "\f21e";
}

.ephdfa-venus:before {
  content: "\f221";
}

.ephdfa-mars:before {
  content: "\f222";
}

.ephdfa-mercury:before {
  content: "\f223";
}

.ephdfa-intersex:before,
.ephdfa-transgender:before {
  content: "\f224";
}

.ephdfa-transgender-alt:before {
  content: "\f225";
}

.ephdfa-venus-double:before {
  content: "\f226";
}

.ephdfa-mars-double:before {
  content: "\f227";
}

.ephdfa-venus-mars:before {
  content: "\f228";
}

.ephdfa-mars-stroke:before {
  content: "\f229";
}

.ephdfa-mars-stroke-v:before {
  content: "\f22a";
}

.ephdfa-mars-stroke-h:before {
  content: "\f22b";
}

.ephdfa-neuter:before {
  content: "\f22c";
}

.ephdfa-genderless:before {
  content: "\f22d";
}

.ephdfa-pinterest-p:before {
  content: "\f231";
}

.ephdfa-server:before {
  content: "\f233";
}

.ephdfa-user-plus:before {
  content: "\f234";
}

.ephdfa-user-times:before {
  content: "\f235";
}

.ephdfa-hotel:before,
.ephdfa-bed:before {
  content: "\f236";
}

.ephdfa-viacoin:before {
  content: "\f237";
}

.ephdfa-train:before {
  content: "\f238";
}

.ephdfa-subway:before {
  content: "\f239";
}

.ephdfa-medium:before {
  content: "\f23a";
}

.ephdfa-yc:before,
.ephdfa-y-combinator:before {
  content: "\f23b";
}

.ephdfa-optin-monster:before {
  content: "\f23c";
}

.ephdfa-opencart:before {
  content: "\f23d";
}

.ephdfa-expeditedssl:before {
  content: "\f23e";
}

.ephdfa-battery-4:before,
.ephdfa-battery:before,
.ephdfa-battery-full:before {
  content: "\f240";
}

.ephdfa-battery-3:before,
.ephdfa-battery-three-quarters:before {
  content: "\f241";
}

.ephdfa-battery-2:before,
.ephdfa-battery-half:before {
  content: "\f242";
}

.ephdfa-battery-1:before,
.ephdfa-battery-quarter:before {
  content: "\f243";
}

.ephdfa-battery-0:before,
.ephdfa-battery-empty:before {
  content: "\f244";
}

.ephdfa-mouse-pointer:before {
  content: "\f245";
}

.ephdfa-i-cursor:before {
  content: "\f246";
}

.ephdfa-object-group:before {
  content: "\f247";
}

.ephdfa-object-ungroup:before {
  content: "\f248";
}

.ephdfa-sticky-note:before {
  content: "\f249";
}

.ephdfa-sticky-note-o:before {
  content: "\f24a";
}

.ephdfa-cc-jcb:before {
  content: "\f24b";
}

.ephdfa-cc-diners-club:before {
  content: "\f24c";
}

.ephdfa-clone:before {
  content: "\f24d";
}

.ephdfa-balance-scale:before {
  content: "\f24e";
}

.ephdfa-hourglass-o:before {
  content: "\f250";
}

.ephdfa-hourglass-1:before,
.ephdfa-hourglass-start:before {
  content: "\f251";
}

.ephdfa-hourglass-2:before,
.ephdfa-hourglass-half:before {
  content: "\f252";
}

.ephdfa-hourglass-3:before,
.ephdfa-hourglass-end:before {
  content: "\f253";
}

.ephdfa-hourglass:before {
  content: "\f254";
}

.ephdfa-hand-grab-o:before,
.ephdfa-hand-rock-o:before {
  content: "\f255";
}

.ephdfa-hand-stop-o:before,
.ephdfa-hand-paper-o:before {
  content: "\f256";
}

.ephdfa-hand-scissors-o:before {
  content: "\f257";
}

.ephdfa-hand-lizard-o:before {
  content: "\f258";
}

.ephdfa-hand-spock-o:before {
  content: "\f259";
}

.ephdfa-hand-pointer-o:before {
  content: "\f25a";
}

.ephdfa-hand-peace-o:before {
  content: "\f25b";
}

.ephdfa-trademark:before {
  content: "\f25c";
}

.ephdfa-registered:before {
  content: "\f25d";
}

.ephdfa-creative-commons:before {
  content: "\f25e";
}

.ephdfa-gg:before {
  content: "\f260";
}

.ephdfa-gg-circle:before {
  content: "\f261";
}

.ephdfa-tripadvisor:before {
  content: "\f262";
}

.ephdfa-odnoklassniki:before {
  content: "\f263";
}

.ephdfa-odnoklassniki-square:before {
  content: "\f264";
}

.ephdfa-get-pocket:before {
  content: "\f265";
}

.ephdfa-wikipedia-w:before {
  content: "\f266";
}

.ephdfa-safari:before {
  content: "\f267";
}

.ephdfa-chrome:before {
  content: "\f268";
}

.ephdfa-firefox:before {
  content: "\f269";
}

.ephdfa-opera:before {
  content: "\f26a";
}

.ephdfa-internet-explorer:before {
  content: "\f26b";
}

.ephdfa-tv:before,
.ephdfa-television:before {
  content: "\f26c";
}

.ephdfa-contao:before {
  content: "\f26d";
}

.ephdfa-500px:before {
  content: "\f26e";
}

.ephdfa-amazon:before {
  content: "\f270";
}

.ephdfa-calendar-plus-o:before {
  content: "\f271";
}

.ephdfa-calendar-minus-o:before {
  content: "\f272";
}

.ephdfa-calendar-times-o:before {
  content: "\f273";
}

.ephdfa-calendar-check-o:before {
  content: "\f274";
}

.ephdfa-industry:before {
  content: "\f275";
}

.ephdfa-map-pin:before {
  content: "\f276";
}

.ephdfa-map-signs:before {
  content: "\f277";
}

.ephdfa-map-o:before {
  content: "\f278";
}

.ephdfa-map:before {
  content: "\f279";
}

.ephdfa-commenting:before {
  content: "\f27a";
}

.ephdfa-commenting-o:before {
  content: "\f27b";
}

.ephdfa-houzz:before {
  content: "\f27c";
}

.ephdfa-vimeo:before {
  content: "\f27d";
}

.ephdfa-black-tie:before {
  content: "\f27e";
}

.ephdfa-fonticons:before {
  content: "\f280";
}

.ephdfa-reddit-alien:before {
  content: "\f281";
}

.ephdfa-edge:before {
  content: "\f282";
}

.ephdfa-credit-card-alt:before {
  content: "\f283";
}

.ephdfa-codiepie:before {
  content: "\f284";
}

.ephdfa-modx:before {
  content: "\f285";
}

.ephdfa-fort-awesome:before {
  content: "\f286";
}

.ephdfa-usb:before {
  content: "\f287";
}

.ephdfa-product-hunt:before {
  content: "\f288";
}

.ephdfa-mixcloud:before {
  content: "\f289";
}

.ephdfa-scribd:before {
  content: "\f28a";
}

.ephdfa-pause-circle:before {
  content: "\f28b";
}

.ephdfa-pause-circle-o:before {
  content: "\f28c";
}

.ephdfa-stop-circle:before {
  content: "\f28d";
}

.ephdfa-stop-circle-o:before {
  content: "\f28e";
}

.ephdfa-shopping-bag:before {
  content: "\f290";
}

.ephdfa-shopping-basket:before {
  content: "\f291";
}

.ephdfa-hashtag:before {
  content: "\f292";
}

.ephdfa-bluetooth:before {
  content: "\f293";
}

.ephdfa-bluetooth-b:before {
  content: "\f294";
}

.ephdfa-percent:before {
  content: "\f295";
}

.ephdfa-gitlab:before {
  content: "\f296";
}

.ephdfa-wpbeginner:before {
  content: "\f297";
}

.ephdfa-wpforms:before {
  content: "\f298";
}

.ephdfa-envira:before {
  content: "\f299";
}

.ephdfa-universal-access:before {
  content: "\f29a";
}

.ephdfa-wheelchair-alt:before {
  content: "\f29b";
}

.ephdfa-question-circle-o:before {
  content: "\f29c";
}

.ephdfa-blind:before {
  content: "\f29d";
}

.ephdfa-audio-description:before {
  content: "\f29e";
}

.ephdfa-volume-control-phone:before {
  content: "\f2a0";
}

.ephdfa-braille:before {
  content: "\f2a1";
}

.ephdfa-assistive-listening-systems:before {
  content: "\f2a2";
}

.ephdfa-asl-interpreting:before,
.ephdfa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.ephdfa-deafness:before,
.ephdfa-hard-of-hearing:before,
.ephdfa-deaf:before {
  content: "\f2a4";
}

.ephdfa-glide:before {
  content: "\f2a5";
}

.ephdfa-glide-g:before {
  content: "\f2a6";
}

.ephdfa-signing:before,
.ephdfa-sign-language:before {
  content: "\f2a7";
}

.ephdfa-low-vision:before {
  content: "\f2a8";
}

.ephdfa-viadeo:before {
  content: "\f2a9";
}

.ephdfa-viadeo-square:before {
  content: "\f2aa";
}

.ephdfa-snapchat:before {
  content: "\f2ab";
}

.ephdfa-snapchat-ghost:before {
  content: "\f2ac";
}

.ephdfa-snapchat-square:before {
  content: "\f2ad";
}

.ephdfa-pied-piper:before {
  content: "\f2ae";
}

.ephdfa-first-order:before {
  content: "\f2b0";
}

.ephdfa-yoast:before {
  content: "\f2b1";
}

.ephdfa-themeisle:before {
  content: "\f2b2";
}

.ephdfa-google-plus-circle:before,
.ephdfa-google-plus-official:before {
  content: "\f2b3";
}

.ephdfa-fa:before,
.ephdfa-font-awesome:before {
  content: "\f2b4";
}

.ephdfa-handshake-o:before {
  content: "\f2b5";
}

.ephdfa-envelope-open:before {
  content: "\f2b6";
}

.ephdfa-envelope-open-o:before {
  content: "\f2b7";
}

.ephdfa-linode:before {
  content: "\f2b8";
}

.ephdfa-address-book:before {
  content: "\f2b9";
}

.ephdfa-address-book-o:before {
  content: "\f2ba";
}

.ephdfa-vcard:before,
.ephdfa-address-card:before {
  content: "\f2bb";
}

.ephdfa-vcard-o:before,
.ephdfa-address-card-o:before {
  content: "\f2bc";
}

.ephdfa-user-circle:before {
  content: "\f2bd";
}

.ephdfa-user-circle-o:before {
  content: "\f2be";
}

.ephdfa-user-o:before {
  content: "\f2c0";
}

.ephdfa-id-badge:before {
  content: "\f2c1";
}

.ephdfa-drivers-license:before,
.ephdfa-id-card:before {
  content: "\f2c2";
}

.ephdfa-drivers-license-o:before,
.ephdfa-id-card-o:before {
  content: "\f2c3";
}

.ephdfa-quora:before {
  content: "\f2c4";
}

.ephdfa-free-code-camp:before {
  content: "\f2c5";
}

.ephdfa-telegram:before {
  content: "\f2c6";
}

.ephdfa-thermometer-4:before,
.ephdfa-thermometer:before,
.ephdfa-thermometer-full:before {
  content: "\f2c7";
}

.ephdfa-thermometer-3:before,
.ephdfa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.ephdfa-thermometer-2:before,
.ephdfa-thermometer-half:before {
  content: "\f2c9";
}

.ephdfa-thermometer-1:before,
.ephdfa-thermometer-quarter:before {
  content: "\f2ca";
}

.ephdfa-thermometer-0:before,
.ephdfa-thermometer-empty:before {
  content: "\f2cb";
}

.ephdfa-shower:before {
  content: "\f2cc";
}

.ephdfa-bathtub:before,
.ephdfa-s15:before,
.ephdfa-bath:before {
  content: "\f2cd";
}

.ephdfa-podcast:before {
  content: "\f2ce";
}

.ephdfa-window-maximize:before {
  content: "\f2d0";
}

.ephdfa-window-minimize:before {
  content: "\f2d1";
}

.ephdfa-window-restore:before {
  content: "\f2d2";
}

.ephdfa-times-rectangle:before,
.ephdfa-window-close:before {
  content: "\f2d3";
}

.ephdfa-times-rectangle-o:before,
.ephdfa-window-close-o:before {
  content: "\f2d4";
}

.ephdfa-bandcamp:before {
  content: "\f2d5";
}

.ephdfa-grav:before {
  content: "\f2d6";
}

.ephdfa-etsy:before {
  content: "\f2d7";
}

.ephdfa-imdb:before {
  content: "\f2d8";
}

.ephdfa-ravelry:before {
  content: "\f2d9";
}

.ephdfa-eercast:before {
  content: "\f2da";
}

.ephdfa-microchip:before {
  content: "\f2db";
}

.ephdfa-snowflake-o:before {
  content: "\f2dc";
}

.ephdfa-superpowers:before {
  content: "\f2dd";
}

.ephdfa-wpexplorer:before {
  content: "\f2de";
}

.ephdfa-meetup:before {
  content: "\f2e0";
}

.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;
}

@font-face {
  font-family: "ep_icons";
  src: url("fonts/ep_icons.eot?e3s9pc");
  src: url("fonts/ep_icons.eot?e3s9pc#iefix") format("embedded-opentype"), url("fonts/ep_icons.ttf?e3s9pc") format("truetype"), url("fonts/ep_icons.woff?e3s9pc") format("woff"), url("fonts/ep_icons.svg?e3s9pc#ep_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ep_font_], [class*=" ep_font_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ep_icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ep_font_icon_arrow_carrot_up_circle:before {
  content: "\e902";
}

.ep_font_icon_arrow_carrot_right_circle:before {
  content: "\e93c";
}

.ep_font_icon_arrow_carrot_down_circle:before {
  content: "\e93d";
}

.ep_font_icon_arrow_carrot_left_circle:before {
  content: "\e903";
}

.ep_font_icon_arrow_carrot_up:before {
  content: "\e904";
}

.ep_font_icon_arrow_carrot_right:before {
  content: "\e905";
}

.ep_font_icon_arrow_carrot_down:before {
  content: "\e906";
}

.ep_font_icon_arrow_carrot_left:before {
  content: "\e907";
}

.ep_font_icon_up_arrow:before {
  content: "\e908";
}

.ep_font_icon_right_arrow:before {
  content: "\e909";
}

.ep_font_icon_down_arrow:before {
  content: "\e90a";
}

.ep_font_icon_left_arrow:before {
  content: "\e90b";
}

.ep_font_icon_book:before {
  content: "\e90c";
}

.ep_font_icon_folder:before {
  content: "\e90d";
}

.ep_font_icon_document:before {
  content: "\e90e";
}

.ep_font_icon_documents:before {
  content: "\e940";
}

.ep_font_icon_clip_board:before {
  content: "\e90f";
}

.ep_font_icon_brief_case:before {
  content: "\e910";
}

.ep_font_icon_building:before {
  content: "\e911";
}

.ep_font_icon_checkmark:before {
  content: "\e912";
}

.ep_font_icon_xmark:before {
  content: "\e913";
}

.ep_font_icon_full_star:before {
  content: "\e914";
}

.ep_font_icon_half_star:before {
  content: "\e915";
}

.ep_font_icon_empty_star:before {
  content: "\e916";
}

.ep_font_icon_comment:before {
  content: "\e917";
}

.ep_font_icon_credit_card:before {
  content: "\e918";
}

.ep_font_icon_data_report:before {
  content: "\e919";
}

.ep_font_icon_info:before {
  content: "\e91a";
}

.ep_font_icon_error_circle:before {
  content: "\e91b";
}

.ep_font_icon_error_oct:before {
  content: "\e91c";
}

.ep_font_icon_error_sheild:before {
  content: "\e91d";
}

.ep_font_icon_error_triangle:before {
  content: "\e91e";
}

.ep_font_icon_question:before {
  content: "\e91f";
}

.ep_font_icon_external_link:before {
  content: "\e920";
}

.ep_font_icon_flow_chart:before {
  content: "\e921";
}

.ep_font_icon_folder_add:before {
  content: "\e922";
}

.ep_font_icon_folder_minus:before {
  content: "\e93e";
}

.ep_font_icon_folder_open:before {
  content: "\e923";
}

.ep_font_icon_gear:before {
  content: "\e924";
}

.ep_font_icon_gears:before {
  content: "\e925";
}

.ep_font_icon_hour_glass:before {
  content: "\e926";
}

.ep_font_icon_house:before {
  content: "\e927";
}

.ep_font_icon_life_saver:before {
  content: "\e928";
}

.ep_font_icon_light_bulb:before {
  content: "\e929";
}

.ep_font_icon_loading:before {
  content: "\e92a";
}

.ep_font_icon_map:before {
  content: "\e92b";
}

.ep_font_icon_money:before {
  content: "\e92c";
}

.ep_font_icon_paperclip:before {
  content: "\e92d";
}

.ep_font_icon_pencil:before {
  content: "\e92e";
}

.ep_font_icon_people:before {
  content: "\e92f";
}

.ep_font_icon_person:before {
  content: "\e930";
}

.ep_font_icon_plus:before {
  content: "\e931";
}

.ep_font_icon_minus:before {
  content: "\e932";
}

.ep_font_icon_plus_box:before {
  content: "\e933";
}

.ep_font_icon_minus_box:before {
  content: "\e93f";
}

.ep_font_icon_screen:before {
  content: "\e934";
}

.ep_font_icon_search:before {
  content: "\e935";
}

.ep_font_icon_shopping_cart:before {
  content: "\e936";
}

.ep_font_icon_tag:before {
  content: "\e937";
}

.ep_font_icon_screw_driver:before {
  content: "\e938";
}

.ep_font_icon_tools:before {
  content: "\e939";
}

.ep_font_icon_wrench:before {
  content: "\e93a";
}

.ep_font_icon_faq_icons:before {
  content: "\e93b";
}

.ep_font_icon_help_dialog:before {
  content: "\e901";
  color: #000000;
}

.ep_font_icon_help_dialog-background:before {
  content: "\e900";
  color: #000000;
}

.ep-help-dialog-icon {
  position: relative;
  display: inline-block;
  background-color: #7B00A6;
  height: 59px;
  width: 59px;
  border-radius: 50px;
  margin-bottom: -4px;
}
.ep-help-dialog-icon .ep_font_icon_help_dialog {
  position: absolute;
  top: 15px;
  left: 11px;
  z-index: 5;
  font-size: 30px;
}
.ep-help-dialog-icon .ep_font_icon_help_dialog:before {
  color: #7B00A6;
}
.ep-help-dialog-icon .ep_font_icon_help_dialog-background {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 1;
  font-size: 32px;
}
.ep-help-dialog-icon .ep_font_icon_help_dialog-background:before {
  color: #fff;
}

.ephd-spinner {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  margin: 10px auto;
}
.ephd-spinner:before, .ephd-spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 5px solid transparent;
  animation: ephd-spinner-rotate 1s linear infinite;
}
.ephd-spinner:before {
  width: 100%;
  height: 100%;
  border-top-color: #8B6DEF;
  border-left-color: #8B6DEF;
  opacity: 0.8;
}
.ephd-spinner:after {
  width: 80%;
  height: 80%;
  border-top-color: #BC72EC;
  border-left-color: #BC72EC;
  top: 10%;
  left: 10%;
  opacity: 0.6;
  animation-duration: 0.85s;
  animation-direction: reverse;
}

@keyframes ephd-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ephd_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * KB Admin Header
 */
#wpbody-content .ephd-admin__header {
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  padding: 40px 35px 20px 35px;
  background-color: #f9fbff;
  margin-left: -20px;
  border-bottom: 3px solid #d5e2ed;
}
#wpbody-content .ephd-admin__header select#ephd-widgets-list {
  color: #000;
}
#wpbody-content .ephd-admin__header select#ephd-widgets-list.ephd-widgets-list--italic {
  font-style: italic;
}
@media (max-width: 540px) {
  #wpbody-content .ephd-admin__header select#ephd-widgets-list {
    max-width: initial;
    width: 100%;
  }
}
#wpbody-content .ephd-admin__header select#ephd-widgets-list option {
  color: #000;
  font-style: normal;
}
#wpbody-content .ephd-admin__header select#ephd-widgets-list option[data-target], #wpbody-content .ephd-admin__header select#ephd-widgets-list option[value="0"] {
  color: #939aaa;
  font-style: italic;
}
#wpbody-content .ephd-admin__header .ephd-admin__section-wrap__header {
  justify-content: space-between;
  clear: both;
  min-height: 55px;
}
#wpbody-content .ephd-admin__header + .wrap {
  background-color: #fff;
  margin: 0 0 0 -20px;
  padding: 10px 35px 10px 35px;
}
#wpbody-content .ephd-admin__header + .wrap .wp-header-end + div:not(.ephd-top-notification) {
  display: none !important;
}
#wpbody-content .ephd-admin__header + .wrap h1 + div {
  display: none !important;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 240px;
  min-width: 45px;
}
@media (max-width: 540px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap .ephd__desc__logo__icon {
  display: inline-block;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap .ephd__desc__name {
  display: flex;
  font-size: 25px;
  line-height: 1.1;
  margin-left: 10px;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap img.ephd-admin__header__logo-desktop {
  display: block;
}
@media (max-width: 782px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap img.ephd-admin__header__logo-desktop {
    display: none;
  }
}
#wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap img.ephd-admin__header__logo-mobile {
  display: none;
}
@media (max-width: 782px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__logo-wrap img.ephd-admin__header__logo-mobile {
    display: block;
  }
}
#wpbody-content .ephd-admin__header .ephd-suggest_feature_link {
  font-size: 16px;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__label {
  padding: 10px 0;
  margin: 0 15px 0 0;
  line-height: 1.2;
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 782px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__label {
    padding-bottom: 0;
  }
}
@media (max-width: 540px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__dropdown {
    width: 100%;
  }
}
#wpbody-content .ephd-admin__header .ephd-admin__header__dropdown select {
  width: 240px;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #d6e2ed;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__help-dialog {
  margin-left: 15px;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__view-hd__link {
  font-size: 1rem;
  color: #509fe2;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
  white-space: nowrap;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__view-hd__link:hover {
  color: #2ea3f2;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__controls-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wpbody-content .ephd-admin__header .ephd-admin__header__dropdown-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 782px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__dropdown-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__dropdown-wrap {
    width: 100%;
  }
}
@media (max-width: 850px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__controls-wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 782px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__controls-wrap {
    flex-direction: row;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 540px) {
  #wpbody-content .ephd-admin__header .ephd-admin__header__controls-wrap {
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
  }
}
#wpbody-content .ephd-admin__header .ephd-admin__header__controls-wrap.ephd-admin__header__controls-wrap--hidden {
  display: none !important;
}

/**
 * KB Admin Top Panel
 */
.ephd-admin__top-panel {
  background-color: #fff;
  border-bottom: 1px solid #d5e2ed;
  margin-left: -20px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 540px) {
  .ephd-admin__top-panel {
    padding-top: 20px;
  }
}
.ephd-admin__top-panel .ephd-admin__section-wrap.ephd-admin__section-wrap__top-panel {
  justify-content: flex-start;
}
@media (max-width: 540px) {
  .ephd-admin__top-panel .ephd-admin__section-wrap.ephd-admin__section-wrap__top-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ephd-admin__top-panel .ephd-admin__top-panel__label {
  padding: 1px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 21px;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
@media (max-width: 540px) {
  .ephd-admin__top-panel .ephd-admin__top-panel__item {
    margin-right: 0;
    margin-left: 0;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 0;
  }
}
.ephd-admin__top-panel .ephd-admin__top-panel__item:hover {
  color: #509fe2;
  border-bottom: 4px solid #509fe2;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item:first-child {
  margin-left: 0;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item:last-child {
  margin-right: 0;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item.ephd-admin__top-panel__item--active {
  color: #509fe2;
  border-bottom: 4px solid #509fe2;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item.ephd-admin__top-panel__item--active .ephd-admin__top-panel__label {
  text-shadow: 0 0 1px #509fe2;
}
.ephd-admin__top-panel .ephd-admin__top-panel__item.ephd-admin__top-panel__item--active.ephd-admin__top-panel__item--parent:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-left: 3px solid #d5e2ed;
  border-top: 3px solid #d5e2ed;
  background-color: #fff;
  transform: rotateZ(45deg);
  z-index: 7;
}
@media (max-width: 540px) {
  .ephd-admin__top-panel .ephd-admin__top-panel__item.ephd-admin__top-panel__item--active.ephd-admin__top-panel__item--parent:after {
    display: none;
  }
}
.ephd-admin__top-panel .ephd-admin__top-panel__icon {
  font-size: 26px !important;
  line-height: 1.2 !important;
}
@media (max-width: 540px) {
  .ephd-admin__top-panel .ephd-admin__top-panel__icon {
    margin-right: 20px;
  }
}

/**
 * KB Admin Secondary Panel
 */
.ephd-admin__secondary-panels-list {
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  margin-left: -20px;
  padding-left: 35px;
  padding-right: 35px;
}
.ephd-admin__secondary-panels-list .ephd-admin__section-wrap__secondary-panel {
  flex-direction: column;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel {
  display: none;
  min-height: 35px;
  justify-content: flex-start;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel.ephd-admin__secondary-panel--active {
  display: flex;
  flex-flow: row wrap;
  border-top: 3px solid #d5e2ed;
  border-bottom: 3px solid #d5e2ed;
  background-color: #fff;
  margin-top: 15px;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item {
  margin: 0 25px -3px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  padding: 15px;
  white-space: nowrap;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item:last-child {
  margin-right: 0;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item:hover {
  background-image: linear-gradient(to bottom, #fff, #f5faff);
  color: #509fe2;
  border-bottom: 3px solid #509fe2;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item.ephd-admin__secondary-panel__item--active {
  background-image: linear-gradient(to bottom, #fff, #f5faff);
  color: #509fe2;
  border-bottom: 3px solid #509fe2;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item.ephd-admin__secondary-panel__item--active .ephd-admin__secondary-panel__label {
  text-shadow: 0 0 1px #509fe2;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__item .ephd-admin__secondary-panel__icon {
  margin-right: 7px;
}
.ephd-admin__secondary-panels-list .ephd-admin__secondary-panel__label {
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
}

/**
	CSS For General CSS used by all pages, not specific to a certain page.
	If it's used only on a specific page, then add it to that scss file with the correct prefix

	Please try to prefix everything here with: .ephd-

 */
fieldset {
  display: block;
  float: left;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  margin: 1px 10px;
  min-height: 230px;
}

legend {
  color: #2a2a2a;
  padding: 5px 10px;
}

label {
  font-size: 1em;
  font-weight: 400;
}
label:hover {
  cursor: pointer;
}

select,
input[type=text] {
  width: 100%;
  padding: 6px 12px;
  border: solid 1px #d5dadf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c2c2c;
  background-color: #ffffff;
}
select:focus,
input[type=text]:focus {
  border-color: #333333;
  outline: 0 none;
  box-shadow: 0 0 0 1px #333333;
}
select,
input[type=text] {
  width: 250px;
  min-width: 250px;
}

input[type=number] {
  width: 100px;
  min-width: 100px;
  margin-right: 150px;
}

input[type=checkbox] {
  text-align: center;
  background-color: #F3F5F8;
  box-shadow: none;
  border: 1px solid #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=checkbox]:before {
  font-size: 30px;
  color: #86d700;
}

textarea {
  width: 100%;
  padding: 6px 12px;
  border: solid 1px #d5dadf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c2c2c;
  background-color: #ffffff;
}
textarea:focus {
  border-color: #333333;
  outline: 0 none;
  box-shadow: 0 0 0 1px #333333;
}

input[type=radio] {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-color: #F3F5F8;
  background-color: #dddddd;
  box-shadow: none;
  float: left;
  display: block;
  position: relative;
}
input[type=radio]:checked:before {
  width: 17px;
  height: 17px;
  background-color: #86d700;
  border: none;
  margin: 0;
  position: absolute;
  left: 3px;
  top: 3px;
}
@media (max-width: 780px) {
  input[type=radio]:checked:before {
    width: 9px;
    height: 9px;
  }
}

.ephd-input-group--separator-after:after, .ephd-input-group--separator-before:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #e6e9ec;
}

.ephd-input-group--separator-before {
  padding-top: 25px;
}
.ephd-input-group--separator-before:before {
  top: 0;
}

.ephd-input-group--separator-after {
  padding-bottom: 25px;
}
.ephd-input-group--separator-after:after {
  bottom: 0;
}

.ephd-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ephd-form .ephd-form-fields-container .ephd-fields-legend {
  color: #2a2a2a;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 17px;
}
.ephd-form .ephd-form-fields-container .ephd-input-field {
  margin-bottom: 10px;
}
.ephd-form .ephd-settings-control__field .ephd-settings-control__title {
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 4px;
}

.ephd-radio-horizontal-group-container,
.ephd-radio-horizontal-button-group-container, .ephd-radio-vertical-group-container,
.ephd-radio-vertical-button-group-container {
  display: flex;
}
.ephd-radio-horizontal-group-container .ephd-main_label,
.ephd-radio-horizontal-button-group-container .ephd-main_label, .ephd-radio-vertical-group-container .ephd-main_label,
.ephd-radio-vertical-button-group-container .ephd-main_label {
  min-width: 270px;
}
.ephd-radio-horizontal-group-container .ephd-radio-buttons-container,
.ephd-radio-horizontal-button-group-container .ephd-radio-buttons-container, .ephd-radio-vertical-group-container .ephd-radio-buttons-container,
.ephd-radio-vertical-button-group-container .ephd-radio-buttons-container {
  display: flex;
  gap: 10px;
}
.ephd-radio-horizontal-group-container .ephd-radio-buttons-container .ephd-input-container,
.ephd-radio-horizontal-button-group-container .ephd-radio-buttons-container .ephd-input-container, .ephd-radio-vertical-group-container .ephd-radio-buttons-container .ephd-input-container,
.ephd-radio-vertical-button-group-container .ephd-radio-buttons-container .ephd-input-container {
  display: flex;
}

.ephd-radio-horizontal-button-group-container .ephd-input, .ephd-radio-vertical-button-group-container .ephd-input {
  display: none;
}
.ephd-radio-horizontal-button-group-container .ephd-input:checked + .ephd-label, .ephd-radio-vertical-button-group-container .ephd-input:checked + .ephd-label {
  color: white;
  background-color: #2EA3F2;
  border: solid 1px #2EA3F2;
}
.ephd-radio-horizontal-button-group-container .ephd-input:checked + .ephd-label:before, .ephd-radio-vertical-button-group-container .ephd-input:checked + .ephd-label:before {
  color: white;
}
.ephd-radio-horizontal-button-group-container .ephd-label, .ephd-radio-vertical-button-group-container .ephd-label {
  border: solid 1px #D4DDE2;
  color: #7d7f83;
  border-radius: 5px;
  padding: 11px;
  min-width: 127px;
}

.ephd-admin__radio-icons {
  display: flex;
}
.ephd-admin__radio-icons .ephd-main_label {
  min-width: 270px;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label {
  min-width: inherit;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-label__text {
  display: none;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input {
  display: none;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon {
  color: white;
  background-color: #2EA3F2;
  border: solid 1px #2EA3F2;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon:before {
  color: white;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon .ephd-only-icon__icon,
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon .ephd-icon-text__text,
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon .ephd-icon-text__icon,
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon .ephd-text-icon__text,
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-input:checked + .ephdfa-input-icon .ephd-text-icon__icon {
  background: #ffffff;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephdfa-input-icon {
  border: solid 1px #D4DDE2;
  color: #D4DDE2;
  border-radius: 5px;
  padding: 11px;
  font-size: 40px;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephdfa-input-icon:before {
  color: #D4DDE2;
}
@media only screen and (max-width: 1900px) {
  .ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephdfa-input-icon {
    font-size: 25px;
  }
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-only-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-only-icon .ephd-only-icon__icon {
  width: 35px;
  height: 35px;
  background: #d4dde2;
  border-radius: 50%;
  display: block;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-icon-text .ephd-icon-text__text {
  width: 70px;
  height: 20px;
  background: #d4dde2;
  display: block;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-icon-text .ephd-icon-text__icon {
  width: 35px;
  height: 35px;
  background: #d4dde2;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-text-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-text-icon .ephd-text-icon__text {
  width: 70px;
  height: 20px;
  background: #d4dde2;
  display: block;
  margin-right: 5px;
}
.ephd-admin__radio-icons .ephd-radio-buttons-container .ephd-input-container .ephd-label .ephd-text-icon .ephd-text-icon__icon {
  width: 35px;
  height: 35px;
  background: #d4dde2;
  border-radius: 50%;
  display: block;
}

.ephd-radio-vertical-group-container .ephd-radio-buttons-container,
.ephd-radio-vertical-button-group-container .ephd-radio-buttons-container {
  flex-direction: column;
}

.ephd-radio-vertical-group-container .ephd-input-container {
  align-items: center;
}
.ephd-radio-vertical-group-container .ephd-input-container .ephd-input:checked + .ephd-label {
  color: #000;
  font-weight: bold;
}
.ephd-radio-vertical-group-container .ephd-input-container .ephd-input:checked + .ephd-label:before {
  color: #000;
}

.ephd-radio-horizontal-group-container .ephd-radio-buttons-container,
.ephd-radio-horizontal-button-group-container .ephd-radio-buttons-container {
  flex-direction: row;
}
.ephd-radio-horizontal-group-container .radio-buttons-horizontal-desc,
.ephd-radio-horizontal-button-group-container .radio-buttons-horizontal-desc {
  position: absolute;
  bottom: -18px;
  opacity: 0;
}
.ephd-radio-horizontal-group-container .radio-buttons-horizontal-desc--show,
.ephd-radio-horizontal-button-group-container .radio-buttons-horizontal-desc--show {
  opacity: 1;
}

.ephd-radio-horizontal-group-container .ephd-input-container {
  align-items: center;
}
.ephd-radio-horizontal-group-container .ephd-input-container .ephd-input:checked + .ephd-label {
  color: #000;
  font-weight: bold;
}
.ephd-radio-horizontal-group-container .ephd-input-container .ephd-input:checked + .ephd-label:before {
  color: #000;
}

.ephd-radio-horizontal-button-group-container .ephd-main_label {
  display: flex;
  position: relative;
}
.ephd-radio-horizontal-button-group-container#location_page_filtering_group .ephd-main_label {
  min-width: 120px;
}
.ephd-radio-horizontal-button-group-container .ephd-radio-buttons-container {
  flex-wrap: wrap;
}
.ephd-radio-horizontal-button-group-container .ephd-radio-buttons-container .ephd-label {
  display: flex;
  justify-content: center;
}
.ephd-radio-horizontal-button-group-container .ephd__option-pro-tooltip {
  right: -578px;
}

.ephd-admin__checkboxes-multiselect {
  margin-bottom: 25px;
  display: flex;
}
.ephd-admin__checkboxes-multiselect .main_label {
  min-width: 270px;
  margin-bottom: 0;
  margin-top: 5px;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  position: relative;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group label {
  min-width: 240px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #d5dadf;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg) scale(0);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transition: transform 0.2s ease;
  opacity: 0;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group label:hover::before {
  border-color: #999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group .input_container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group .input_container input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group:has(input[type=checkbox]:checked) label {
  color: #000;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group:has(input[type=checkbox]:checked) label::before {
  background-color: #2EA3F2;
  border-color: #2EA3F2;
  box-shadow: 0 2px 5px rgba(42, 163, 242, 0.3);
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group:has(input[type=checkbox]:checked) label::after {
  transform: translateY(-60%) rotate(45deg) scale(1);
  opacity: 1;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group.ephd-checkbox-checked label {
  color: #000;
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group.ephd-checkbox-checked label::before {
  background-color: #2EA3F2;
  border-color: #2EA3F2;
  box-shadow: 0 2px 5px rgba(42, 163, 242, 0.3);
}
.ephd-admin__checkboxes-multiselect .ephd-checkboxes-horizontal .ephd-input-group.ephd-checkbox-checked label::after {
  transform: translateY(-60%) rotate(45deg) scale(1);
  opacity: 1;
}

.ephd-input-group, .ephd-admin__text-field {
  display: flex;
  margin-bottom: 25px;
}
.ephd-input-group label, .ephd-admin__text-field label {
  display: flex;
  flex-direction: row;
  min-width: 270px;
}

.ephd-admin__text-field input[type=text],
.ephd-admin__text-field input[type=email] {
  width: 50%;
  padding: 6px 12px;
  margin: 0;
  border: solid 1px #d5dadf;
  box-shadow: none;
  border-radius: 2px;
  color: #2c2c2c;
  background-color: #fff;
}
@media (max-width: 850px) {
  .ephd-admin__text-field input[type=text],
  .ephd-admin__text-field input[type=email] {
    width: 100%;
  }
}

.ephd-input-group {
  position: relative;
}
.ephd-input-group > label,
.ephd-input-group .ephd-main_label {
  margin-top: 5px;
}
.ephd-input-group .input_container select, .ephd-input-group .input_container textarea, .ephd-input-group .input_container input[type=text], .ephd-input-group .input_container input[type=number] {
  width: 250px;
  min-width: 250px;
}
.ephd-input-group .input_container select.ephd-input--small, .ephd-input-group .input_container textarea.ephd-input--small, .ephd-input-group .input_container input[type=text].ephd-input--small, .ephd-input-group .input_container input[type=number].ephd-input--small {
  width: 127px;
  min-width: 127px;
}
.ephd-input-group .input_container select.ephd-input--medium, .ephd-input-group .input_container textarea.ephd-input--medium, .ephd-input-group .input_container input[type=text].ephd-input--medium, .ephd-input-group .input_container input[type=number].ephd-input--medium {
  width: 264px;
  min-width: 264px;
}
.ephd-input-group .input_container select.ephd-input--large, .ephd-input-group .input_container textarea.ephd-input--large, .ephd-input-group .input_container input[type=text].ephd-input--large, .ephd-input-group .input_container input[type=number].ephd-input--large {
  width: 442px;
  min-width: 442px;
}
.ephd-input-group .input_container select:focus {
  border: solid 1px #d5dadf;
  box-shadow: none;
}
.ephd-input-group .ephd-text-inputs-container {
  display: flex;
}
.ephd-input-group .ephd-text-inputs-container .input_container {
  margin-right: 15px;
}
.ephd-input-group .ephd-text-inputs-container .input_container label {
  margin-top: 5px;
  min-width: 120px;
}
@media (max-width: 959px) {
  .ephd-input-group > label,
  .ephd-input-group .main_label {
    width: 35%;
  }
  .ephd-input-group .input_container,
  .ephd-input-group .radio-buttons-horizontal,
  .ephd-input-group .text-fields-horizontal,
  .ephd-input-group .text-select-fields-horizontal {
    width: 55%;
  }
  .ephd-input-group .ekb-color-picker .input_container {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .ephd-input-group > label,
  .ephd-input-group .main_label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .ephd-input-group .ephd-info-icon {
    right: 15px;
  }
  .ephd-input-group .input_container {
    width: 100%;
  }
}

.wp-picker-container {
  float: left;
  display: block;
}

.wp-picker-active {
  margin-bottom: 30px;
}

.radio-buttons-horizontal {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0 -15px;
}
.radio-buttons-horizontal h4 {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
  font-size: 14px;
  font-weight: normal;
}
.radio-buttons-horizontal ul li {
  float: left;
  margin: 0;
  clear: none !important;
}
@media only screen and (max-width: 780px) {
  .radio-buttons-horizontal ul li {
    margin: 10px 0;
    border: solid 1px #EAEAEA;
    border-radius: 15px;
    width: 100%;
    height: inherit !important;
    padding: 10px;
    box-sizing: border-box;
  }
}

.text-select-fields-horizontal, .text-fields-horizontal {
  margin-right: -15px;
}
.text-select-fields-horizontal label, .text-fields-horizontal label {
  vertical-align: top;
}
.text-select-fields-horizontal ul, .text-fields-horizontal ul {
  margin: 0 -15px;
}

.text-select-fields-horizontal > ul > li {
  padding: 0;
  margin-bottom: 0;
}
.text-select-fields-horizontal > ul > li label {
  padding: 0 15px;
}

.ephd-dropdown-group-container#location_language_filtering_group .ephd-main_label {
  min-width: 120px;
}

.ephd-admin__boxes-list__box * {
  box-sizing: border-box;
}
.ephd-admin__boxes-list__box h1, .ephd-admin__boxes-list__box h2, .ephd-admin__boxes-list__box h3, .ephd-admin__boxes-list__box h4, .ephd-admin__boxes-list__box h5, .ephd-admin__boxes-list__box h6 {
  margin: 0;
  padding: 0;
}
.ephd-admin__boxes-list__box h1 {
  font-size: 24px;
}
.ephd-admin__boxes-list__box h2 {
  font-size: 22px;
}
.ephd-admin__boxes-list__box h3 {
  font-size: 20px;
}
.ephd-admin__boxes-list__box h4 {
  font-size: 18px;
}
.ephd-admin__boxes-list__box h5 {
  font-size: 16px;
}
.ephd-admin__boxes-list__box h6 {
  font-size: 15px;
}
.ephd-admin__boxes-list__box p {
  font-size: 14px;
}
.ephd-admin__boxes-list__box ul {
  list-style-type: disc;
  padding-left: 30px;
}

/**
 * WP Editor
 */
.ephd-fp__wp-editor {
  width: 100%;
  position: fixed;
  top: 32px;
  left: 160px;
  background: white;
  bottom: 0;
  z-index: 55;
  display: none;
  box-sizing: border-box;
  padding: 0;
  align-items: center;
  justify-content: center;
  padding-right: 160px;
}
.ephd-fp__wp-editor.active {
  display: flex !important;
}
.ephd-fp__wp-editor .mce-tinymce.mce-fullscreen {
  position: fixed;
  left: 160px;
  top: 32px;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.ephd-fp__wp-editor .mce-tinymce.mce-fullscreen .mce-edit-area {
  height: 80vh;
}
.ephd-fp__wp-editor #ephd-fp__article-form {
  width: 60vw;
  min-height: 365px;
  overflow: auto;
  max-width: 1200px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .ephd-fp__wp-editor #ephd-fp__article-form {
    transform: scale(0.8);
  }
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question {
  margin-bottom: 10px;
  position: relative;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question h4 {
  margin: 0 0 10px 0;
  font-size: 19px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question .ephd-fp__wp-editor__question__input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question .ephd-fp__wp-editor__question__input-container #ephd-fp__wp-editor__question-title {
  width: 700px;
  padding: 6px 12px;
  margin: 0;
  border: solid 1px #d5dadf;
  box-shadow: none;
  border-radius: 2px;
  color: #2c2c2c;
  background-color: #fff;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question .ephd-fp__wp-editor__question__input-container .ephd-characters_left {
  padding: 10px 10px 10px 2px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__question .ephd-fp__wp-editor__question__input-container .ephd-characters_left .ephd-characters_left-title {
  margin-right: 5px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__answer {
  position: relative;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__answer > h4 {
  position: relative;
  top: 20px;
  margin: 0 0 10px 0;
  font-size: 19px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__answer .ephd-characters_left {
  font-size: 14px;
  position: absolute;
  bottom: -45px;
  left: 0;
  padding: 10px 10px 10px 2px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__answer .ephd-characters_left .ephd-characters_left-title {
  margin-right: 5px;
}
.ephd-fp__wp-editor #ephd-fp__article-form #ephd-fp__wp-editor_ifr {
  max-height: 387px;
  min-height: 224px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .wp-editor-area {
  border: none;
  max-height: 400px;
  height: calc(100vh - 412px) !important;
}
.ephd-fp__wp-editor #ephd-fp__article-form .wp-switch-editor {
  height: 30px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__buttons {
  display: flex;
  justify-content: flex-end;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__buttons .ephd-submit {
  padding-top: 13px;
  padding-bottom: 5px;
  margin-left: 10px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__languages {
  display: flex;
  padding-bottom: 10px;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__languages .ephd-fp__wp-editor__language {
  flex: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border-bottom: 3px solid #d5e2ed;
  transition: border-color 0.2s, background-color 0.2s;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__languages .ephd-fp__wp-editor__language:hover:not(.ephd-fp__wp-editor__language--active) {
  background-color: rgba(122, 122, 122, 0.1);
  border-bottom-color: #7a7a7a;
}
.ephd-fp__wp-editor #ephd-fp__article-form .ephd-fp__wp-editor__languages .ephd-fp__wp-editor__language--active {
  background-color: rgba(80, 159, 226, 0.1);
  border-bottom-color: #509fe2;
  cursor: default;
}
.ephd-fp__wp-editor .ephd-fp__wp-editor__overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ephd-all-questions-container {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
}
@media only screen and (max-width: 850pxpx) {
  .ephd-all-questions-container {
    width: 100%;
    margin-top: 35px;
    margin-right: 0;
    margin-left: 0;
  }
}
.ephd-all-questions-container .ephd-all-questions__body-container {
  position: relative;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1900px) {
  .ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section {
    align-items: flex-end;
    margin-bottom: 28px;
  }
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__filter .ephd_all_articles_filter__label {
  margin-right: 5px;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__filter .ephd_all_articles_filter__input {
  font-size: 14px;
  padding: 3px 10px;
  flex-grow: 1;
  max-width: 240px;
}
@media only screen and (max-width: 1900px) {
  .ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__filter .ephd_all_articles_filter__input {
    min-width: 314px;
  }
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__filter--disabled {
  display: none;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__link {
  margin-right: 20px;
}
@media only screen and (max-width: 1900px) {
  .ephd-all-questions-container .ephd-all-questions__body-container .ephd-body__top-section .ephd__top-section__link #ephd-fp__add_new_question {
    min-width: 130px;
  }
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container {
  margin: 0;
  padding: 0 0 20px 0;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container {
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px;
  margin-bottom: 5px;
  transition: 0.2s;
  background-color: #f9f9f9;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons {
  width: 60px;
  white-space: nowrap;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons .ephdfa {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons .ephd-faq-question__icon {
  display: none;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons .ephd-faq-question__delete {
  color: red;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons .ephd-faq-question__move_right {
  display: none;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__buttons .ephd-faq-question__edit {
  color: #2EA3F2;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__text {
  display: flex;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 10px;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__add {
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1em;
  margin-right: 10px;
  width: auto;
  padding: 9px 10px;
  height: 100%;
  border-radius: 5px;
  white-space: nowrap;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__add:before {
  display: inline-block;
  color: green;
  margin-left: 5px;
  transform: scaleX(1.2);
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question-container .ephd-faq-question__add:hover {
  padding-right: 5px;
  padding-left: 15px;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question--edit-highlight {
  background: #ddf1ff;
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question--delete-highlight {
  background: rgba(255, 183, 183, 0.4588235294);
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question--move_left-highlight {
  background: rgba(149, 207, 119, 0.2392156863);
}
.ephd-all-questions-container .ephd-all-questions__body-container .ephd-all-questions-list-container .ephd-faq-question--active {
  display: flex;
}
.ephd-all-questions-container .ephd-faq-question__buttons_template {
  display: none;
}

.ephd-primary-btn {
  display: inline-block;
  height: fit-content;
  background-color: #2EA3F2;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2EA3F2), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
}
.ephd-primary-btn a {
  text-decoration: none;
}
.ephd-primary-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(13.8783783784, 138.7837837838, 223.1216216216)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-primary-btn:focus {
  outline: 0;
}

.ephd-success-btn {
  display: inline-block;
  height: fit-content;
  background-color: #78b956;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgb(95.7322175732, 155.5648535565, 64.4351464435);
  background-image: linear-gradient(to top, #78b956, rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -o-linear-gradient(to top, #78b956, rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -moz-linear-gradient(to top, #78b956, rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -webkit-linear-gradient(to top, #78b956, rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -ms-linear-gradient(to top, #78b956, rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #78b956), color-stop(1, rgb(148.8075313808, 199.9372384937, 122.0627615063)));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px rgb(177.6150627615, 214.8744769874, 158.1255230126), 0px 1px 0px #fff;
}
.ephd-success-btn a {
  text-decoration: none;
}
.ephd-success-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(95.7322175732, 155.5648535565, 64.4351464435), rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -o-linear-gradient(to top, rgb(95.7322175732, 155.5648535565, 64.4351464435), rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -moz-linear-gradient(to top, rgb(95.7322175732, 155.5648535565, 64.4351464435), rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -webkit-linear-gradient(to top, rgb(95.7322175732, 155.5648535565, 64.4351464435), rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -ms-linear-gradient(to top, rgb(95.7322175732, 155.5648535565, 64.4351464435), rgb(148.8075313808, 199.9372384937, 122.0627615063));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(95.7322175732, 155.5648535565, 64.4351464435)), color-stop(1, rgb(148.8075313808, 199.9372384937, 122.0627615063)));
  border-radius: 5px;
}
.ephd-success-btn:focus {
  outline: 0;
}

.ephd-default-btn {
  display: inline-block;
  height: fit-content;
  background-color: #666666;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgb(76.5, 76.5, 76.5);
  background-image: linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -o-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -moz-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -webkit-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -ms-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666666), color-stop(1, rgb(127.5, 127.5, 127.5)));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #999999, 0px 1px 0px #fff;
}
.ephd-default-btn a {
  text-decoration: none;
}
.ephd-default-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -o-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -moz-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -webkit-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -ms-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(76.5, 76.5, 76.5)), color-stop(1, rgb(127.5, 127.5, 127.5)));
  border-radius: 5px;
}
.ephd-default-btn:focus {
  outline: 0;
}

.ephd-error-btn {
  display: inline-block;
  height: fit-content;
  background-color: #d95651;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgb(202.7264150943, 50.0990566038, 44.2735849057);
  background-image: linear-gradient(to top, #d95651, rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -o-linear-gradient(to top, #d95651, rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -moz-linear-gradient(to top, #d95651, rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -webkit-linear-gradient(to top, #d95651, rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -ms-linear-gradient(to top, #d95651, rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d95651), color-stop(1, rgb(226.141509434, 126.6556603774, 122.858490566)));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px rgb(235.2830188679, 167.3113207547, 164.7169811321), 0px 1px 0px #fff;
}
.ephd-error-btn a {
  text-decoration: none;
}
.ephd-error-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(202.7264150943, 50.0990566038, 44.2735849057), rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -o-linear-gradient(to top, rgb(202.7264150943, 50.0990566038, 44.2735849057), rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -moz-linear-gradient(to top, rgb(202.7264150943, 50.0990566038, 44.2735849057), rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -webkit-linear-gradient(to top, rgb(202.7264150943, 50.0990566038, 44.2735849057), rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -ms-linear-gradient(to top, rgb(202.7264150943, 50.0990566038, 44.2735849057), rgb(226.141509434, 126.6556603774, 122.858490566));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(202.7264150943, 50.0990566038, 44.2735849057)), color-stop(1, rgb(226.141509434, 126.6556603774, 122.858490566)));
  border-radius: 5px;
}
.ephd-error-btn:focus {
  outline: 0;
}

.ephd-large-btn {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
}
.ephd-large-btn a {
  text-decoration: none;
}
.ephd-large-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-large-btn:focus {
  outline: 0;
}

.ephd-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 1px #ddd;
  border-bottom: none;
}
.ephd-table-container .ephd-table__header-container {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}
.ephd-table-container .ephd-table__header-container .ephd-header__th {
  display: flex;
  height: 50px;
  padding: 10px;
  align-items: center;
  text-align: center;
}
.ephd-table-container .ephd-table__content-container {
  display: flex;
  flex-direction: column;
}
.ephd-table-container .ephd-table__content-container .ephd-content__row {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
}
.ephd-table-container .ephd-table__content-container .ephd-content__row .ephd-content__td {
  display: flex;
  padding: 10px;
  align-items: center;
  text-align: center;
}

.ephd-call-to-action-container .ephd-cta__header .ephd-cta__header__title {
  line-height: 1.2em;
}
.ephd-call-to-action-container .ephd-cta__body a {
  color: #2EA3F2;
}

.ephd-call-to-action--style-1 {
  display: flex;
  flex-direction: column;
  border: solid 3px #eceaee;
  padding: 20px 5px 5px 5px;
  background-color: #fff;
}
.ephd-call-to-action--style-1 .ephd-cta__header {
  width: 100%;
  margin: 0 0 10px 0;
}
.ephd-call-to-action--style-1 .ephd-cta__header .ephd-cta__header__icon {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 90px;
  padding-bottom: 20px;
  color: #ffd400;
}
.ephd-call-to-action--style-1 .ephd-cta__header .ephd-cta__header__img {
  display: block;
  width: 100%;
  text-align: center;
}
.ephd-call-to-action--style-1 .ephd-cta__header .ephd-cta__header__title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 0 !important;
}
.ephd-call-to-action--style-1 .ephd-cta__body {
  width: 100%;
  height: 100px;
  float: left;
  padding: 10px 0;
  text-align: center;
  display: block;
  min-height: 55px;
}
.ephd-call-to-action--style-1 .ephd-cta__body p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
.ephd-call-to-action--style-1 .ephd-cta__footer {
  width: 100%;
  float: left;
  margin: 10px 0;
  text-align: center;
}
.ephd-call-to-action--style-1 .ephd-cta__footer .ephd-cta__footer__button {
  display: inline-block;
  height: fit-content;
  background-color: #2EA3F2;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2EA3F2, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2EA3F2), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
}
.ephd-call-to-action--style-1 .ephd-cta__footer .ephd-cta__footer__button a {
  text-decoration: none;
}
.ephd-call-to-action--style-1 .ephd-cta__footer .ephd-cta__footer__button:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(13.8783783784, 138.7837837838, 223.1216216216), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(13.8783783784, 138.7837837838, 223.1216216216)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-call-to-action--style-1 .ephd-cta__footer .ephd-cta__footer__button:focus {
  outline: 0;
}

.ephd-call-to-action--style-2 {
  padding: 40px;
  margin: 10px;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.0509803922);
}
.ephd-call-to-action--style-2 .ephd-cta__header {
  display: flex;
  flex-direction: column-reverse;
}
.ephd-call-to-action--style-2 .ephd-cta__header .ephd-cta__header__title {
  margin: 28px 0 16px 0;
  font-weight: 700;
  font-size: 28px;
}
.ephd-call-to-action--style-2 .ephd-cta__header .ephd-cta__header__icon {
  font-size: 40px;
}
.ephd-call-to-action--style-2 .ephd-cta__footer .ephd-cta__footer__button {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
}
.ephd-call-to-action--style-2 .ephd-cta__footer .ephd-cta__footer__button a {
  text-decoration: none;
}
.ephd-call-to-action--style-2 .ephd-cta__footer .ephd-cta__footer__button:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-call-to-action--style-2 .ephd-cta__footer .ephd-cta__footer__button:focus {
  outline: 0;
}

.ephd-admin__step-cta-box {
  border: 1px solid #d6e2ed;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ephd-admin__step-cta-box:last-child {
  margin-bottom: 0;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__icon-wrap {
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content {
  flex-grow: 1;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__header {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__desc {
  margin-bottom: 0;
  line-height: 1.2;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__body {
  display: flex;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__body .ephd-hd__wizard-link {
  margin-top: 20px;
  margin-right: 30px;
  min-width: 210px;
  padding: 12px 8px;
}
.ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__body .ephd-hd__wizard-link:last-child {
  margin-right: 0;
}

.ephd-video-container {
  box-shadow: 0 8px 38px 0 rgba(16, 16, 16, 0.0705882353);
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.ephd-video-container .ephd-v__header-container {
  margin-bottom: 20px;
}
.ephd-video-container .ephd-v__video-container iframe {
  width: 100%;
  height: 100%;
  min-height: 225px;
}
.ephd-video-container .ephd-v__desc-container {
  max-width: 400px;
  margin: 0 auto;
}
.ephd-video-container .ephd-v__keywords-container {
  display: none;
}

.ephd-config-wrapper {
  margin-right: 20px;
}
.ephd-config-wrapper .ephd-top-notice-message {
  margin-top: 20px;
}
@media only screen and (min-width: 1480px) {
  .ephd-config-wrapper .ephd-top-notice-message {
    width: 100%;
  }
}

.ephd-top-categories-list > .ephd-sortable-item-highlight .ephd-category-level-1 {
  color: #00BFFF !important;
}

section.ephd-sortable-item-highlight .ephd-category-level-1 {
  color: #00BFFF !important;
}

.ephd-sub-category > .ephd-sortable-item-highlight .ephd-category-level-2-3 a {
  color: #00BFFF !important;
  font-weight: bold;
}

.ephd-articles > .ephd-sortable-item-highlight .ephd-article-title {
  color: #00BFFF !important;
  font-weight: bold;
}
.ephd-articles > .ephd-sortable-item-highlight .ephd-article-title i,
.ephd-articles > .ephd-sortable-item-highlight .ephd-article-title span {
  color: #00BFFF !important;
  font-weight: bold;
}

.ui-sortable-disabled .ui-sortable-handle:hover {
  cursor: default;
}

.ui-sortable-handle:hover {
  cursor: move;
}

.ephd-section-body a .article_underline_effect span:hover {
  text-decoration: none !important;
}

.ephd-sortable-placeholder {
  background-color: #b6ff6d;
}

#ephd-content-container {
  margin: 0 !important;
}

.ephd-switch-container {
  padding-top: 16px;
  width: 300px;
}
@media only screen and (min-width: 1400px) {
  .ephd-switch-container {
    position: relative;
    display: block;
    float: left;
    padding: 0;
  }
}
.ephd-switch-container .ephd-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 88px;
}
.ephd-switch-container .ephd-switch input {
  display: none;
}
.ephd-switch-container .ephd-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ephd-switch-container .ephd-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ephd-switch-container input:checked + .ephd-slider {
  background-color: #00a0d2;
}
.ephd-switch-container input:focus + .ephd-slider {
  box-shadow: 0 0 1px #00a0d2;
}
.ephd-switch-container input:checked + .ephd-slider + .kb-name {
  color: #00a0d2;
  font-weight: bold;
}
.ephd-switch-container input:checked + .ephd-slider + .kb-name + .kb-demo {
  color: #ccc;
  font-weight: normal;
}
.ephd-switch-container .kb-name {
  position: absolute;
  right: -86px;
  color: #ccc;
  line-height: 2em;
}
.ephd-switch-container .kb-demo {
  position: absolute;
  left: -86px;
  font-weight: bold;
  line-height: 2em;
}
.ephd-switch-container input:checked + .ephd-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ephd-switch-container .ephd-slider.round {
  border-radius: 34px;
}
.ephd-switch-container .ephd-slider.round:before {
  border-radius: 50%;
}

.config-input-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.config-input-group > label {
  padding-left: 0 !important;
}
.config-input-group .main_label {
  padding-left: 0 !important;
}

.radio-buttons-vertical > ul {
  float: left;
  display: block;
  margin: 0;
}
.radio-buttons-vertical .input_container {
  padding-left: 0 !important;
}
.radio-buttons-vertical .input_container + label {
  padding-right: 0 !important;
}

@media only screen and (max-width: 1500px) {
  .text-fields-horizontal > div:nth-child(1) {
    padding-left: 0 !important;
    padding-right: 7.5px !important;
  }
}
.text-fields-horizontal > div:nth-child(2) {
  padding-right: 0 !important;
  padding-left: 7.5px !important;
}
@media only screen and (max-width: 1500px) {
  .text-fields-horizontal > div:nth-child(2) {
    padding-left: 0 !important;
  }
}
.text-fields-horizontal label {
  font-size: 0.9em;
}

.text-select-fields-horizontal ul {
  float: left;
  margin: 0;
}
.text-select-fields-horizontal ul .config-input-group .input_container {
  padding-left: 0 !important;
}

.ekb-color-picker .wp-color-result:after {
  min-width: 70px;
}
.ekb-color-picker > div:nth-child(1) .iris-picker {
  position: relative;
}
.ekb-color-picker > div:nth-child(2) .wp-picker-input-wrap {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1500px) {
  .ekb-color-picker > div:nth-child(2) .wp-picker-input-wrap {
    position: relative;
    right: inherit;
  }
}
.ekb-color-picker > div:nth-child(2) .iris-picker {
  position: absolute;
  right: 0;
  top: 55px;
}
@media only screen and (max-width: 1500px) {
  .ekb-color-picker > div:nth-child(2) .iris-picker {
    position: relative;
    right: inherit;
    top: 6px;
  }
}
.ekb-color-picker .iris-slider {
  height: 183.346px !important;
  width: 24.2px !important;
}
.ekb-color-picker label {
  float: none;
}
.ekb-color-picker .wp-picker-open + .wp-picker-input-wrap {
  display: block;
}

.wp-picker-active {
  position: relative;
}
.wp-picker-active .wp-picker-holder {
  float: left;
  height: 300px;
}

.ephd-picker-preview {
  position: absolute;
  background-color: #00a0d2;
  color: #fff;
  left: -124px;
  top: 0;
  padding: 12px 31px;
  border-radius: 3px;
  border: solid 1px rgb(0, 121.1428571429, 159);
}
@media only screen and (max-width: 1500px) {
  .ephd-picker-preview {
    left: 0;
    bottom: -53px;
    top: initial;
  }
}
.ephd-picker-preview:hover {
  opacity: 0.8;
  cursor: pointer;
}

.ephd-dialog-box-form {
  display: none;
  background-color: #fff;
  width: 700px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -350px;
  box-shadow: -2px 11px 20px 2px #000000;
  border: solid 1px #efefef;
  z-index: 999;
}
.ephd-dialog-box-form input[type=text] {
  width: 100%;
  padding: 6px 12px;
  border: solid 1px #d5dadf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c2c2c;
  background-color: #ffffff;
}
.ephd-dialog-box-form input[type=text]:focus {
  border-color: #333333;
  outline: 0 none;
  box-shadow: 0 0 0 1px #333333;
}
.ephd-dialog-box-form input[type=radio] {
  width: 20px;
  height: 20px;
}
.ephd-dialog-box-form input[type=radio]:before {
  width: 10px !important;
  height: 10px !important;
}
.ephd-dialog-box-form input[type=radio]:before:checked {
  width: 10px !important;
  height: 10px !important;
}
.ephd-dialog-box-form input[type=radio]:checked + label {
  font-weight: bold;
}
.ephd-dialog-box-form input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.ephd-dialog-box-form input[type=checkbox]:before {
  width: 10px;
  height: 10px;
  margin: -1px 0px 0px -1px;
}
.ephd-dialog-box-form input[type=checkbox]:checked + label {
  font-weight: bold;
}
.ephd-dialog-box-form select {
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: none;
  transition: 0.05s border-color ease-in-out;
  height: 41px;
  font-size: 16px;
}
.ephd-dialog-box-form .ephd-dbf__header {
  padding: 20px 20px 20px 20px;
  border-bottom: solid 1px #ddd;
  background-color: #fcfcfc;
}
.ephd-dialog-box-form .ephd-dbf__header h4 {
  font-size: 22px;
  margin: 0;
}
.ephd-dialog-box-form .ephd-dbf__body {
  padding: 20px;
}
.ephd-dialog-box-form .ephd-dbf__form {
  padding: 20px;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input {
  margin-bottom: 10px;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-areas: "textLabel textLabel textInput textInput" "radiolabel radio radio rado" "checklabel checkbox checkbox checkbox";
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input .ephd-text-label {
  grid-area: textLabel;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input .ephd-radio-label {
  grid-area: radiolabel;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input .ephd-checkbox-label {
  grid-area: checklabel;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input input[type=text] {
  grid-area: textInput;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input input[type=radio] {
  grid-area: radio;
}
.ephd-dialog-box-form .ephd-dbf__form .ephd-dbf__form__input input[type=checkbox] {
  grid-area: checkbox;
}
.ephd-dialog-box-form .ephd-dbf__footer {
  background-color: #f7f7f7;
  padding: 10px;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-columns: auto 50%;
  border-top: solid 1px #ddd;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept {
  text-transform: uppercase;
  margin: 10px;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept:hover {
  cursor: pointer;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept .ephd-dbf__footer__accept__btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--success {
  background-color: #5ddd46;
  color: #fff;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--success:hover {
  background-color: #8fdd7d;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--error {
  background-color: #d95651;
  color: #fff;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--error:hover {
  background-color: rgb(226.141509434, 126.6556603774, 122.858490566);
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--warning {
  background-color: #F0BC71;
  color: #fff;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--warning:hover {
  background-color: rgb(244.872611465, 209.7643312102, 159.127388535);
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--default {
  background-color: #ddd;
  color: #000;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--default:hover {
  background-color: #e7e7e7;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--primary {
  background-color: #2EA3F2;
  color: #fff;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__accept--primary:hover {
  background-color: #2EA3F2;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__cancel {
  background-color: #ddd;
  color: #636262;
  text-transform: uppercase;
  margin: 10px;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__cancel:hover {
  cursor: pointer;
  background-color: #e7e7e7;
}
.ephd-dialog-box-form .ephd-dbf__footer .ephd-dbf__footer__cancel .ephd-dbf__footer__cancel__btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.ephd-dialog-box-form .ephd-dbf__close {
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 8px;
}
.ephd-dialog-box-form .ephd-dbf__close:before {
  font-size: 25px;
}
.ephd-dialog-box-form .ephd-dbf__close:hover {
  cursor: pointer;
  opacity: 0.7;
  box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff;
  border-radius: 4px;
}

.ephd-dialog-box-form--active {
  display: block;
}

.ephd-dialog-box-form--active + .ephd-dialog-box-form-black-background {
  display: block;
}

.ephd-dialog-box-form-black-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.ephd-settings-control-type-toggle {
  margin: 10px 0;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__title {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  max-width: 75%;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input {
  margin-left: auto;
  max-width: 400px;
  text-align: right;
  min-width: 54px;
  margin-right: 15px;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control__input__toggle:checked ~ .ephd-settings-control__input__label {
  background: #86d700;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control__input__toggle:checked ~ .ephd-settings-control__input__label:before {
  color: #86d700;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control__input__toggle:checked ~ .ephd-settings-control__input__label:after {
  color: #ffffff;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control__input__toggle:checked ~ .ephd-settings-control__input__handle {
  left: auto;
  right: 2px;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  width: 54px;
  min-width: 54px !important;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle .ephd-settings-control__input__toggle {
  display: none;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle .ephd-settings-control__input__label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  transition: 0.15s ease-out;
  transition-property: opacity, background;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle .ephd-settings-control__input__label:before {
  content: attr(data-off);
  right: 3px;
  color: #a4afb7;
  position: absolute;
  top: 2px;
  width: 50%;
  text-align: center;
  line-height: 22px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle .ephd-settings-control__input__label:after {
  opacity: 1;
  content: attr(data-on);
  left: 3px;
  color: #eceeef;
  position: absolute;
  top: 2px;
  width: 50%;
  text-align: center;
  line-height: 22px;
  transition: inherit;
}
.ephd-settings-control-type-toggle .ephd-settings-control__field .ephd-settings-control__input .ephd-settings-control-toggle .ephd-settings-control__input__handle {
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.ephd-settings-control-type-toggle .ephd-settings-control__title {
  cursor: default !important;
}

.ephd-settings-control-type-toggle--right .ephd-settings-control__field {
  flex-direction: row-reverse;
}
.ephd-settings-control-type-toggle--right .ephd-settings-control__field .ephd-settings-control__input {
  margin-left: 0;
}

.ephd-admin__content {
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  margin-left: -20px;
  padding: 0 35px;
  margin-right: 0;
  /**
   * Items List
   */
}
.ephd-admin__content.ephd-admin__background--blue {
  background-color: #f3f6ff;
  margin-left: -20px;
  margin-bottom: -20px;
}
.ephd-admin__content .ephd-setting-box-container,
.ephd-admin__content .ephd-admin__section-wrap {
  display: flex;
  flex-direction: column;
}
.ephd-admin__content .ephd-admin__boxes-list,
.ephd-admin__content .ephd-setting-box__list {
  display: none;
  background-color: #f3f6ff;
  width: 100%;
}
.ephd-admin__content .ephd-admin__boxes-list .ephd-manage-content,
.ephd-admin__content .ephd-setting-box__list .ephd-manage-content {
  display: block;
}
.ephd-admin__content .ephd-admin__boxes-list.ephd-admin__boxes-list--active, .ephd-admin__content .ephd-admin__boxes-list.ephd-setting-box__list--active,
.ephd-admin__content .ephd-setting-box__list.ephd-admin__boxes-list--active,
.ephd-admin__content .ephd-setting-box__list.ephd-setting-box__list--active {
  display: block;
}
.ephd-admin__content .ephd-admin__boxes-list__box {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d6e2ed;
  margin: 25px 0 0 0;
  /*
    Widget Tab List
  */
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__boxes-list__box--no-padding .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box > h4 {
  border-bottom: 1px solid #d6e2ed;
  padding: 16px 25px;
  font-weight: 600;
  font-size: 14px;
}
.ephd-admin__content .ephd-admin__boxes-list__box .ephd-admin__boxes-list__box__body > p {
  padding: 25px 25px 0 25px;
  margin: 0;
  font-size: 14px;
}
.ephd-admin__content .ephd-admin__boxes-list__box p {
  margin: 0;
  font-size: 14px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__notice {
  padding: 0;
  background: transparent;
  border: none;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview {
  display: none;
  flex-direction: column;
  flex-grow: 1;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__add-new-item-preview .ephd-admin__item-preview__actions {
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  padding: 35px 20px 20px 20px !important;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__add-new-item-preview .ephd-admin__item-preview__actions .ephd-admin__text-field {
  margin: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__add-new-item-preview .ephd-admin__item-preview__actions .ephd-admin__text-field label {
  min-width: 95px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__add-new-item-preview .ephd-admin__item-preview__actions .ephd-admin__text-field input {
  width: 100%;
  min-width: 100%;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__add-new-item-preview .ephd-admin__item-preview__actions .ephd-submit {
  margin: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview.ephd-admin__item-preview--active {
  display: flex;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__boxes-list__box__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd_edit_item {
  min-width: 60px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #d6e2ed;
  background-color: #f9fbff;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__header .ephd-admin__item-preview__title {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__header .ephd-admin__item-preview__title .ephd-admin__item-preview__title-text {
  margin-left: 10px;
  flex-grow: 1;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__header .ephd-admin__item-preview__title .ephd-admin__item-preview__status {
  white-space: nowrap;
  text-align: right;
  color: #e9ae0b;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 25px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-item {
  margin-bottom: 10px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-item::marker {
  font-size: 16px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list {
  margin-bottom: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list.ephd-admin__item-preview__sub-items-list--empty {
  color: #d95651;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list.ephd-admin__item-preview__sub-items-list--empty li {
  list-style: none;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list.ephd-admin__item-preview__sub-items-list--icons {
  list-style: none;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list li:last-child {
  margin-bottom: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-list .ephd-admin__item-preview__sub-item-icon {
  margin-right: 5px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #509fe2;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-actions .ephd-admin__item-preview__sub-items-btn {
  padding: 10px;
  cursor: pointer;
  display: flex;
  text-decoration: none !important;
  box-shadow: none !important;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-actions .ephd-admin__item-preview__sub-items-btn::after {
  content: attr(data-show-less);
  display: flex;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-actions .ephd-admin__item-preview__sub-items-btn.ephd-admin__item-preview__sub-items-btn--more {
  display: flex;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__content .ephd-admin__item-preview__sub-items-actions .ephd-admin__item-preview__sub-items-btn.ephd-admin__item-preview__sub-items-btn--more::after {
  content: attr(data-show-more);
  display: flex;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer {
  display: flex;
  flex-direction: row;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer .ephd-admin__item-preview__bottom-list {
  display: flex;
  flex-grow: 1;
  padding: 20px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer .ephd-admin__item-preview__bottom-list .ephd-admin__item-preview__bottom-items-title {
  line-height: 1.25;
  font-weight: 700;
  color: #777;
  font-style: italic;
  font-size: 12px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer .ephd-admin__item-preview__bottom-list .ephd-admin__item-preview__bottom-items-list {
  list-style: none;
  margin: 0;
  padding-left: 5px;
  line-height: 1.25;
  color: #777;
  font-style: italic;
  font-size: 12px;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer .ephd-admin__item-preview__bottom-list .ephd-admin__item-preview__bottom-items-list li {
  margin-bottom: 0;
  display: inline-block;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-admin__item-preview .ephd-admin__item-preview__footer .ephd-admin__item-preview__actions {
  display: flex;
  flex-direction: row;
  padding: 0 20px 20px 20px;
  justify-content: flex-end;
  align-items: flex-end;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-wp__widgets-tabs {
  background-color: #fff;
  border-bottom: 1px solid #d5e2ed;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper {
  display: flex;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item.ephd-wp__widget-tab--active {
  pointer-events: none;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item.ephd-wp__widget-tab--active .ephd_edit_widget {
  color: #2EA3F2;
  font-weight: bold;
  border-bottom: solid 3px #2EA3F2;
}
.ephd-admin__content .ephd-admin__boxes-list__box.ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item .ephd_edit_widget {
  background-color: #fff;
  font-size: 16px;
  border: initial;
  outline: none;
  margin: 0;
  padding: 25px 18px;
  cursor: pointer;
}
.ephd-admin__content .ephd-admin__boxes-list__footer {
  margin-top: 25px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d6e2ed;
}
.ephd-admin__content .ephd-admin__boxes-list__box__header {
  display: block;
  position: relative;
  font-size: 14px;
}
.ephd-admin__content .ephd-admin__boxes-list__box__header.ephd-kbc__boxes-list__box__header--icon {
  padding-left: 60px;
  font-weight: 600;
}
.ephd-admin__content .ephd-admin__boxes-list__box__header.ephd-kbc__boxes-list__box__header--icon:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 25px;
  top: 12px;
  font-size: 25px;
  color: #d9534f;
}
.ephd-admin__content .ephd-admin__boxes-list__box__content {
  position: relative;
  padding: 25px;
}
.ephd-admin__content .ephd-admin__boxes-list__box__content > p {
  padding: 0;
}
.ephd-admin__content .ephd-admin__boxes-list__box__content input[type=text] {
  margin: 0;
}
.ephd-admin__content .ephd-admin__list-actions-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 5px;
}
.ephd-admin__content .ephd-admin__list-actions-row.ephd-admin__list-actions-row--left {
  justify-content: flex-start;
}
.ephd-admin__content .ephd-admin__list-actions-row.ephd-admin__list-actions-row--bottom {
  margin-top: 25px;
}
.ephd-admin__content .ephd-admin__list-actions-row.ephd-admin__list-actions-row--hidden {
  display: none;
}
.ephd-admin__content .ephd-admin__list-actions-row input[type=submit] {
  min-width: 140px;
}
.ephd-admin__content .ephd-admin__list-actions-row .ephd-submit {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.ephd-admin__content .ephd-admin__list-actions-row .ephd-submit:first-child {
  margin-left: 0;
}
.ephd-admin__content .ephd-admin__list-actions-row + .ephd-admin__boxes-list__box {
  margin-top: 5px;
}
.ephd-admin__content .emkb-manage-content__tab__actions > div {
  background-color: red;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.ephd-admin__content table.ephd-admin__items-list {
  width: 100%;
  border-collapse: collapse;
}
.ephd-admin__content table.ephd-admin__items-list thead {
  background-color: #efefef;
  border-top: 1px solid #d6e2ed;
}
.ephd-admin__content table.ephd-admin__items-list tbody {
  border-top: 2px solid #d6e2ed;
}
.ephd-admin__content table.ephd-admin__items-list tbody:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.ephd-admin__content table.ephd-admin__items-list th,
.ephd-admin__content table.ephd-admin__items-list td {
  text-align: left;
  padding: 15px 25px;
}
.ephd-admin__content table.ephd-admin__items-list th .ephd-admin__items-list__column-field-icon,
.ephd-admin__content table.ephd-admin__items-list td .ephd-admin__items-list__column-field-icon {
  color: #2271b1;
  margin-left: 6px;
}
.ephd-admin__content table.ephd-admin__items-list tr.ephd-admin__items-list__column-fields {
  border-top: 1px solid #d6e2ed;
}
.ephd-admin__content table.ephd-admin__items-list tr.ephd-admin__items-list__row-field td {
  padding-top: 5px;
}
.ephd-admin__content table.ephd-admin__items-list tr.ephd-admin__items-list__row-field:last-child td {
  padding-bottom: 40px;
}
.ephd-admin__content table.ephd-admin__items-list .ephd-admin__items-list__row-field__title {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
.ephd-admin__content table.ephd-admin__items-list .ephd-admin__items-list__row-field__content {
  display: inline-block;
  vertical-align: top;
}
.ephd-admin__content table.ephd-admin__items-list .ephd-admin__items-list__field-actions__button {
  margin: 0;
  padding: 0;
}
.ephd-admin__content table.ephd-admin__items-list tbody.ephd-admin__items-list__no-results {
  display: none;
}
.ephd-admin__content table.ephd-admin__items-list tbody.ephd-admin__items-list__no-results td {
  text-align: center;
  padding: 30px;
}
.ephd-admin__content table.ephd-admin__items-list tbody.ephd-admin__items-list__no-results:first-of-type {
  display: table-row-group;
}
.ephd-admin__content .ephd-admin__items-list__more-items-message {
  border-top: 2px solid #d6e2ed;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  color: #509fe2;
}
.ephd-admin__content .ephd-admin__items-list__more-items-message .ephd-admin__items-list__more-items-message__button {
  margin: 0;
  padding: 0;
}
.ephd-admin__content .ephd-admin__items-list__more-items-message .ephd-admin__items-list__more-items-message__button input[type=submit] {
  background-color: #fff;
  color: #509fe2;
  cursor: pointer;
  border: none;
}
.ephd-admin__content .ephd-admin__items-list__more-items-message .ephd-admin__items-list__more-items-message__button input[type=submit]:hover {
  text-shadow: 0 0 1px #509fe2;
}

.ephd-admin__warning-message,
.ephd-admin__light-warning-message {
  color: #d95651;
  background-color: #fcf0f0;
  padding: 20px;
  font-size: 1em;
  line-height: 1.5;
}
.ephd-admin__warning-message h4,
.ephd-admin__light-warning-message h4 {
  font-size: 1em;
}

.ephd-admin__light-warning-message {
  background: #fff;
}

#ephd-admin__generic-confirmation-box {
  display: none;
  background-color: #fff;
  width: 700px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -350px;
  box-shadow: -2px 11px 20px 2px #000;
  border: solid 1px #efefef;
  z-index: 999;
}
#ephd-admin__generic-confirmation-box.ephd-admin__generic-confirmation-box--active {
  display: block;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__header {
  padding: 20px 20px 20px 20px;
  border-bottom: solid 1px #ddd;
  background-color: #fcfcfc;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__body {
  padding: 40px 20px;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__footer {
  background-color: #f7f7f7;
  padding: 10px;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-columns: 100%;
  border-top: solid 1px #ddd;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__footer .ephd-admin__generic-confirmation-box__footer__accept {
  margin-left: 30%;
  margin-right: 30%;
  color: #fff;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__footer .ephd-admin__generic-confirmation-box__footer__accept .ephd-admin__generic-confirmation-box__accept-btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  background-color: #78b956;
}
#ephd-admin__generic-confirmation-box .ephd-admin__generic-confirmation-box__footer .ephd-admin__generic-confirmation-box__footer__accept .ephd-admin__generic-confirmation-box__accept-btn:hover {
  background-color: #609c40;
}

.ephd-admin__generic-confirmation-box__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.ephd-admin__generic-confirmation-box--active + .ephd-admin__generic-confirmation-box__overlay {
  display: block;
}

.ephd-admin-ad-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
  padding: 40px 30px;
  background-color: #fff;
  margin: 10px 10px 25px 10px;
  box-shadow: 0 8px 38px 0 rgba(16, 16, 16, 0.07);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ephd-admin-ad-container h1, .ephd-admin-ad-container h2, .ephd-admin-ad-container h3, .ephd-admin-ad-container h4, .ephd-admin-ad-container h5, .ephd-admin-ad-container h6 {
  color: #2EA3F2;
}
.ephd-admin-ad-container p {
  margin: 0 0 10px 0;
}
.ephd-admin-ad-container ul {
  list-style: disc;
  padding-left: 20px;
  font-style: italic;
}
.ephd-admin-ad-container .ephd-body__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 10px auto;
}
.ephd-admin-ad-container .ephd-body__btn--blue {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
  background-color: #2EA3F2;
  color: #fff;
}
.ephd-admin-ad-container .ephd-body__btn--blue a {
  text-decoration: none;
}
.ephd-admin-ad-container .ephd-body__btn--blue:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-admin-ad-container .ephd-body__btn--blue:focus {
  outline: 0;
}
.ephd-admin-ad-container .ephd-body__btn--blue:hover {
  background-color: rgb(13.8783783784, 138.7837837838, 223.1216216216);
}
.ephd-admin-ad-container .ephd-body__btn--yellow {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
  background-color: #d0d849;
  color: #fff;
}
.ephd-admin-ad-container .ephd-body__btn--yellow a {
  text-decoration: none;
}
.ephd-admin-ad-container .ephd-body__btn--yellow:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-admin-ad-container .ephd-body__btn--yellow:focus {
  outline: 0;
}
.ephd-admin-ad-container .ephd-body__btn--yellow:hover {
  background-color: rgb(187.3846153846, 196, 42);
}
.ephd-admin-ad-container .ephd-body__btn--orange {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
  background-color: #F0BC71;
  color: #fff;
}
.ephd-admin-ad-container .ephd-body__btn--orange a {
  text-decoration: none;
}
.ephd-admin-ad-container .ephd-body__btn--orange:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-admin-ad-container .ephd-body__btn--orange:focus {
  outline: 0;
}
.ephd-admin-ad-container .ephd-body__btn--orange:hover {
  background-color: rgb(235.127388535, 166.2356687898, 66.872611465);
}
.ephd-admin-ad-container .ephd-body__btn--red {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
  background-color: #d95651;
  color: #fff;
}
.ephd-admin-ad-container .ephd-body__btn--red a {
  text-decoration: none;
}
.ephd-admin-ad-container .ephd-body__btn--red:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-admin-ad-container .ephd-body__btn--red:focus {
  outline: 0;
}
.ephd-admin-ad-container .ephd-body__btn--red:hover {
  background-color: rgb(202.7264150943, 50.0990566038, 44.2735849057);
}
.ephd-admin-ad-container .ephd-body__btn--green {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
  background-color: #78b956;
  color: #fff;
}
.ephd-admin-ad-container .ephd-body__btn--green a {
  text-decoration: none;
}
.ephd-admin-ad-container .ephd-body__btn--green:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
.ephd-admin-ad-container .ephd-body__btn--green:focus {
  outline: 0;
}
.ephd-admin-ad-container .ephd-body__btn--green:hover {
  background-color: rgb(95.7322175732, 155.5648535565, 64.4351464435);
}
.ephd-admin-ad-container .ephd-body__link .ephd-body__link__icon-after {
  font-size: 12px;
}
.ephd-admin-ad-container .ephd-body__link--blue {
  color: #2EA3F2;
}
.ephd-admin-ad-container .ephd-body__link--yellow {
  color: #d0d849;
}
.ephd-admin-ad-container .ephd-body__link--orange {
  color: #F0BC71;
}
.ephd-admin-ad-container .ephd-body__link--red {
  color: #d95651;
}
.ephd-admin-ad-container .ephd-body__link--green {
  color: #78b956;
}
.ephd-admin-ad-container .featured_img {
  cursor: pointer;
}
.ephd-admin-ad-container .ephd-admin-ad-container__new-feature {
  position: absolute;
  top: -13px;
  left: -48px;
  background-color: #5cb85c;
  padding: 35px 34px 3px 34px;
  color: #fff;
  transform: rotate(-40deg);
}
.ephd-admin-ad-container .ephd-admin-ad-container__new-feature .ephdfa-star {
  position: absolute;
  top: 12px;
  left: 58px;
}
.ephd-admin-ad-container .ephd-admin-ad-container__new-add-on {
  position: absolute;
  top: -13px;
  left: -48px;
  background-color: #eaf140;
  padding: 35px 34px 3px 34px;
  color: #000;
  transform: rotate(-40deg);
}
.ephd-admin-ad-container .ephd-admin-ad-container__new-add-on .ephdfa-plug {
  position: absolute;
  top: 12px;
  left: 58px;
  transform: rotate(-45deg);
}
.ephd-admin-ad-container .ephd-admin-ad-container__widget {
  position: absolute;
  top: -14px;
  left: -47px;
  background-color: #507ab8;
  padding: 35px 34px 3px 42px;
  color: #fff;
  transform: rotate(-40deg);
}
.ephd-admin-ad-container .ephd-admin-ad-container__widget .ephdfa-puzzle-piece {
  position: absolute;
  top: 19px;
  left: 56px;
}
.ephd-admin-ad-container .ephd-aa__header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
.ephd-admin-ad-container .ephd-aa__header-container .ephd-header__icon {
  color: #002852;
  background-color: #f8f8f8;
  font-size: 21px;
  padding: 12px;
  margin-right: 10px;
  border-radius: 40px;
}
.ephd-admin-ad-container .ephd-aa__header-container .ephd-header__title {
  font-weight: bold;
  font-size: 18px;
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__img {
  width: 100%;
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__desc {
  padding: 10px 0;
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item .ephd-check-mark-list__item__icon {
  color: rgb(148.8075313808, 199.9372384937, 122.0627615063);
}
.ephd-admin-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item .ephd-check-mark-list__item__text {
  padding-left: 6px;
}
.ephd-admin-ad-container .ephd-aa__footer-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ephd-admin__input-disabled {
  cursor: not-allowed;
}
.ephd-admin__input-disabled input, .ephd-admin__input-disabled select, .ephd-admin__input-disabled textarea, .ephd-admin__input-disabled .ephd-settings-control__input__label {
  opacity: 0.6;
  color: #2c2c2c !important;
}
.ephd-admin__input-disabled label {
  opacity: 0.6;
  cursor: not-allowed;
}
.ephd-admin__input-disabled * {
  cursor: not-allowed;
}

.ephd-notification-box-inline {
  padding: 10px;
  display: flex;
  border-left-width: 4px;
  border-left-style: solid;
  width: 100%;
}
.ephd-notification-box-inline .ephd-notification-box-inline__icon {
  font-size: 30px;
  margin-top: 6px;
}
.ephd-notification-box-inline .ephd-notification-box-inline__icon .ephd-notification-box-inline__icon__inner {
  padding: 0;
  border-radius: 0;
}
.ephd-notification-box-inline .ephd-notification-box-inline__body {
  padding: 5px 20px;
}
.ephd-notification-box-inline .ephd-notification-box-inline__body .ephd-notification-box-inline__body__title {
  margin: 0 0 8px 0;
}
.ephd-notification-box-inline .ephd-notification-box-inline__body .ephd-notification-box-inline__body__desc {
  margin-bottom: 0;
}
.ephd-notification-box-inline .ephd-notification-box-inline__buttons-wrap {
  text-align: center;
}
.ephd-notification-box-inline .ephd-notification-box-inline__buttons-wrap .ephd-notification-box-inline__button-confirm {
  padding: 10px 20px;
  min-width: 100px;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #2EA3F2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.ephd-notification-box-inline--success {
  border-left-color: #78b956;
  background-color: rgb(220.8263598326, 237.280334728, 212.219665272);
}
.ephd-notification-box-inline--success .ephd-notification-box-inline__icon {
  color: #78b956;
}

.ephd-notification-box-inline--error {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-inline--error .ephd-notification-box-inline__icon {
  color: #d95651;
}

.ephd-notification-box-inline--error-no-icon {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-inline--error-no-icon .ephd-notification-box-inline__icon {
  display: none;
}
.ephd-notification-box-inline--error-no-icon .ephd-notification-box-inline__icon {
  color: #d95651;
}

.ephd-notification-box-inline--warning {
  border-left-color: #F0BC71;
  background-color: hsl(35.4330708661, 80.8917197452%, 104.2156862745%);
}
.ephd-notification-box-inline--warning .ephd-notification-box-inline__icon {
  color: #F0BC71;
}

.ephd-notification-box-inline--info {
  border-left-color: #2EA3F2;
  background-color: rgb(214.0472972973, 236.972972973, 252.4527027027);
}
.ephd-notification-box-inline--info .ephd-notification-box-inline__icon {
  color: #2EA3F2;
}

.ephd-admin-page-wrap--config-error .ephd-notification-box-inline {
  position: relative;
  margin-top: 20px;
}

.ephd-notification-box-middle {
  padding: 10px;
  display: flex;
  border-left-width: 4px;
  border-left-style: solid;
  width: 100%;
  color: #000;
}
.ephd-notification-box-middle .ephd-notification-box-middle__icon {
  font-size: 30px;
  margin-top: 6px;
}
.ephd-notification-box-middle .ephd-notification-box-middle__icon .ephd-notification-box-middle__icon__inner {
  padding: 0;
  border-radius: 0;
}
.ephd-notification-box-middle .ephd-notification-box-middle__body {
  padding: 5px 20px;
}
.ephd-notification-box-middle .ephd-notification-box-middle__body .ephd-notification-box-middle__body__title {
  margin: 0 0 8px 0;
}
.ephd-notification-box-middle .ephd-notification-box-middle__body .ephd-notification-box-middle__body__desc {
  margin-bottom: 0;
}
.ephd-notification-box-middle .ephd-notification-box-middle__buttons-wrap {
  text-align: center;
}
.ephd-notification-box-middle .ephd-notification-box-middle__buttons-wrap .ephd-notification-box-middle__button-confirm {
  padding: 10px 20px;
  min-width: 100px;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #2EA3F2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.ephd-notification-box-middle--success {
  border-left-color: #78b956;
  background-color: rgb(220.8263598326, 237.280334728, 212.219665272);
}
.ephd-notification-box-middle--success .ephd-notification-box-middle__icon {
  color: #78b956;
}

.ephd-notification-box-middle--success-no-icon {
  border-left-color: #78b956;
  background-color: rgb(220.8263598326, 237.280334728, 212.219665272);
}
.ephd-notification-box-middle--success-no-icon .ephd-notification-box-middle__icon {
  display: none;
}
.ephd-notification-box-middle--success-no-icon .ephd-notification-box-middle__icon {
  color: #78b956;
}

.ephd-notification-box-middle--error {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-middle--error .ephd-notification-box-middle__icon {
  color: #d95651;
}

.ephd-notification-box-middle--error-no-icon {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-middle--error-no-icon .ephd-notification-box-middle__icon {
  display: none;
}
.ephd-notification-box-middle--error-no-icon .ephd-notification-box-middle__icon {
  color: #d95651;
}

.ephd-notification-box-middle--warning {
  border-left-color: #F0BC71;
  background-color: hsl(35.4330708661, 80.8917197452%, 104.2156862745%);
}
.ephd-notification-box-middle--warning .ephd-notification-box-middle__icon {
  color: #F0BC71;
}

.ephd-notification-box-middle--info {
  border-left-color: #2EA3F2;
  background-color: rgb(214.0472972973, 236.972972973, 252.4527027027);
}
.ephd-notification-box-middle--info .ephd-notification-box-middle__icon {
  color: #2EA3F2;
}

.ephd-admin-page-wrap--config-error .ephd-notification-box-middle {
  position: relative;
  margin-top: 20px;
}

.ephd-notification-box-popup {
  padding: 10px;
  display: flex;
  border-left-width: 4px;
  border-left-style: solid;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 40%;
  z-index: 9999999999;
  color: #000;
}
.ephd-notification-box-popup h1, .ephd-notification-box-popup h2, .ephd-notification-box-popup h3, .ephd-notification-box-popup h4, .ephd-notification-box-popup h5, .ephd-notification-box-popup h6 {
  margin: 0;
  padding: 0;
}
.ephd-notification-box-popup h1 {
  font-size: 24px;
}
.ephd-notification-box-popup h2 {
  font-size: 22px;
}
.ephd-notification-box-popup h3 {
  font-size: 20px;
}
.ephd-notification-box-popup h4 {
  font-size: 18px;
}
.ephd-notification-box-popup h5 {
  font-size: 16px;
}
.ephd-notification-box-popup h6 {
  font-size: 15px;
}
.ephd-notification-box-popup p {
  font-size: 14px;
}
.ephd-notification-box-popup ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
.ephd-notification-box-popup li {
  margin-bottom: 10px;
}
.ephd-notification-box-popup .ephd-notification-box-popup__icon {
  font-size: 30px;
  margin-top: 6px;
}
.ephd-notification-box-popup .ephd-notification-box-popup__icon .ephd-notification-box-popup__icon__inner {
  padding: 0;
  border-radius: 0;
}
.ephd-notification-box-popup .ephd-notification-box-popup__body {
  padding: 5px 20px;
}
.ephd-notification-box-popup .ephd-notification-box-popup__body .ephd-notification-box-popup__body__title {
  margin: 0 0 8px 0 !important;
}
.ephd-notification-box-popup .ephd-notification-box-popup__body .ephd-notification-box-popup__body__desc {
  margin-bottom: 0;
}
.ephd-notification-box-popup .ephd-notification-box-popup__buttons-wrap .ephd-notification-box-popup__button-confirm {
  padding: 10px 20px;
  min-width: 100px;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #2EA3F2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.ephd-notification-box-popup--success {
  border-left-color: #78b956;
  background-color: rgb(220.8263598326, 237.280334728, 212.219665272);
}
.ephd-notification-box-popup--success .ephd-notification-box-popup__icon {
  color: #78b956;
}

.ephd-notification-box-popup--error {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-popup--error .ephd-notification-box-popup__icon {
  color: #d95651;
}

.ephd-notification-box-popup--error-no-icon {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-popup--error-no-icon .ephd-notification-box-popup__icon {
  display: none;
}
.ephd-notification-box-popup--error-no-icon .ephd-notification-box-popup__icon {
  color: #d95651;
}

.ephd-notification-box-popup--warning {
  border-left-color: #F0BC71;
  background-color: hsl(35.4330708661, 80.8917197452%, 104.2156862745%);
}
.ephd-notification-box-popup--warning .ephd-notification-box-popup__icon {
  color: #F0BC71;
}

.ephd-notification-box-popup--info {
  border-left-color: #2EA3F2;
  background-color: rgb(214.0472972973, 236.972972973, 252.4527027027);
}
.ephd-notification-box-popup--info .ephd-notification-box-popup__icon {
  color: #2EA3F2;
}

.ephd-notification-box-top {
  display: flex;
  padding: 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  margin-left: 18px;
  color: #000;
  max-width: 1062px;
  color: #000;
}
.ephd-notification-box-top h1, .ephd-notification-box-top h2, .ephd-notification-box-top h3, .ephd-notification-box-top h4, .ephd-notification-box-top h5, .ephd-notification-box-top h6 {
  margin: 0;
  padding: 0;
}
.ephd-notification-box-top h1 {
  font-size: 24px;
}
.ephd-notification-box-top h2 {
  font-size: 22px;
}
.ephd-notification-box-top h3 {
  font-size: 20px;
}
.ephd-notification-box-top h4 {
  font-size: 18px;
}
.ephd-notification-box-top h5 {
  font-size: 16px;
}
.ephd-notification-box-top h6 {
  font-size: 15px;
}
.ephd-notification-box-top p {
  font-size: 14px;
}
.ephd-notification-box-top ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
.ephd-notification-box-top li {
  margin-bottom: 10px;
}
.ephd-notification-box-top .ephd-notification-box-top__icon {
  font-size: 30px;
  margin-top: 6px;
}
.ephd-notification-box-top .ephd-notification-box-top__icon .ephd-notification-box-top__icon__inner {
  padding: 0;
  border-radius: 0;
}
.ephd-notification-box-top .ephd-notification-box-top__body {
  padding: 5px 20px;
}
.ephd-notification-box-top .ephd-notification-box-top__body .ephd-notification-box-top__body__title {
  margin: 0 0 8px 0;
}
.ephd-notification-box-top .ephd-notification-box-top__body .ephd-notification-box-top__body__desc {
  margin-bottom: 0;
}
.ephd-notification-box-top .ephd-notification-box-top__buttons-wrap .ephd-notification-box-top__button-confirm {
  padding: 10px 20px;
  min-width: 100px;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #2EA3F2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.ephd-notification-box-top--success {
  border-left-color: #78b956;
  background-color: rgb(220.8263598326, 237.280334728, 212.219665272);
}
.ephd-notification-box-top--success .ephd-notification-box-top__icon {
  color: #78b956;
}

.ephd-notification-box-top--error {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-top--error .ephd-notification-box-top__icon {
  color: #d95651;
}

.ephd-notification-box-top--error-no-icon {
  border-left-color: #d95651;
  background-color: rgb(248.9952830189, 228.2948113208, 227.5047169811);
}
.ephd-notification-box-top--error-no-icon .ephd-notification-box-top__icon {
  display: none;
}
.ephd-notification-box-top--error-no-icon .ephd-notification-box-top__icon {
  color: #d95651;
}

.ephd-notification-box-top--warning {
  border-left-color: #F0BC71;
  background-color: hsl(35.4330708661, 80.8917197452%, 104.2156862745%);
}
.ephd-notification-box-top--warning .ephd-notification-box-top__icon {
  color: #F0BC71;
}

.ephd-notification-box-top--info {
  border-left-color: #2EA3F2;
  background-color: rgb(214.0472972973, 236.972972973, 252.4527027027);
}
.ephd-notification-box-top--info .ephd-notification-box-top__icon {
  color: #2EA3F2;
}

.ephd-image-zoom {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -530px;
  width: 1062px;
  background-color: rgba(221, 221, 221, 0.94);
  -webkit-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -2px 34px -6px rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
@media only screen and (max-width: 1100px) {
  .ephd-image-zoom {
    width: 70%;
    left: 18%;
  }
}
.ephd-image-zoom img {
  width: inherit !important;
}
.ephd-image-zoom .layout_option {
  background-size: 100% 445px !important;
  width: 100% !important;
}
.ephd-image-zoom .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 61px;
  background-color: #bbb9b9;
  z-index: 99999;
}
.ephd-image-zoom .close:hover {
  cursor: pointer;
  background-color: #cdcdcd;
}
.ephd-image-zoom:after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.ephd-info-icon {
  position: absolute;
}
.ephd-info-icon p {
  padding: 0;
  margin: 0 0 0 7px;
  width: 500px;
  color: #939AAA;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 650px) {
  .ephd-info-icon p {
    width: 100%;
    background-color: #FDFDFD;
    border: solid 1px #ddd;
    padding: 9px;
    float: left;
    margin: 0;
  }
}
.ephd-info-icon:before {
  color: #FFF;
  width: 16px;
  line-height: 16px;
  height: 16px;
  background-color: rgba(147, 154, 170, 0.4);
  display: block;
  float: left;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  content: "i";
  font-weight: bold;
  cursor: pointer;
  margin: 4px;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes ephd_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}

.active {
  display: block;
}

.ephd__welcome-message {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  background: #fff;
  margin-top: 25px;
  border: 1px solid #d6e2ed;
}
.ephd__welcome-message .ephd__welcome-message__header .ephd__welcome-message__icon {
  height: auto;
}
.ephd__welcome-message .ephd__welcome-message__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.ephd__welcome-message .ephd__welcome-message__body .ephd__welcome-message__title {
  color: #414141;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 1.3;
}
.ephd__welcome-message .ephd__welcome-message__body .ephd__welcome-message__text {
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 17px;
}

.ephd-admin__form-tabs-wrap {
  margin-right: 25px;
}
.ephd-admin__form-tabs-wrap .ephd-admin__form-tabs-title {
  background-color: #fafafa;
  border: 1px solid #d6e2ed;
  padding: 20px 10px;
}
.ephd-admin__form-tabs-wrap .ephd-admin__form-tabs-title:nth-of-type(2) {
  margin-top: 25px;
}

.ephd-admin__form-tab--active .ephd-dialog-icon {
  background-image: url("../img/hd-dialog-setting-icon-active.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 38px;
}
.ephd-admin__form-tab--active .ephd-faqs-icon {
  background-image: url("../img/faqs-setting-icon-active.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 38px;
}

.ephd-admin__form-tab-contents {
  display: flex;
  flex-grow: 1;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  background-color: transparent;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--active {
  display: flex;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content {
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #d6e2ed;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content:last-child {
  margin-bottom: 0;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content .ephd-admin__form-tab-content-title {
  padding: 20px 25px;
  border-bottom: 1px solid #d6e2ed;
  font-size: 16px;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content .ephd-admin__form-tab-content-desc {
  padding: 25px 25px 0 25px;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content .ephd-admin__form-tab-content-desc .ephd-admin__form-tab-content-desc__link {
  outline: none !important;
  box-shadow: none !important;
}
.ephd-admin__form-tab-contents .ephd-admin__form-tab-content .ephd-admin__form-tab-content-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
@media only screen and (max-width: 1200pxpx) {
  .ephd-admin__form-tab-contents .ephd-admin__form-tab-content .ephd-admin__form-tab-content-body {
    flex-direction: column;
  }
}

.ephd-admin__form-sub-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.ephd-admin__form-sub-tabs .ephd-admin__form-sub-tab {
  border: 1px solid #d6e2ed;
  border-right: none;
  border-bottom: none;
  width: 33.33%;
  padding: 22px 20px 20px 20px;
  cursor: pointer;
  background-color: #eceff4;
}
.ephd-admin__form-sub-tabs .ephd-admin__form-sub-tab:last-child {
  border-right: 1px solid #d6e2ed;
}
.ephd-admin__form-sub-tabs .ephd-admin__form-sub-tab .ephd-admin__form-sub-tab-title {
  font-weight: 400;
  color: #333;
}
.ephd-admin__form-sub-tabs .ephd-admin__form-sub-tab.ephd-admin__form-sub-tab--active {
  background: #fff;
  border-top: 3px solid #509fe2;
  padding: 20px;
}
.ephd-admin__form-sub-tabs .ephd-admin__form-sub-tab.ephd-admin__form-sub-tab--active .ephd-admin__form-sub-tab-title {
  text-shadow: 0 0 1px #333;
}

.ephd-admin__form-sub-tab-contents .ephd-admin__form-sub-tab-content {
  display: none;
  background-color: #fff;
  padding: 25px 15px 15px 15px;
}
.ephd-admin__form-sub-tab-contents .ephd-admin__form-sub-tab-content.ephd-admin__form-sub-tab-content--active {
  display: flex;
}

.ephd-admin__form__header {
  border: 1px solid #d6e2ed;
  background-color: #f9fbff;
  padding: 10px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
}
.ephd-admin__form__header .ephd-admin__form-title {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.ephd-admin__form__header .ephd-admin__form-title .ephd-admin__item-preview__title-icon {
  margin-right: 15px;
}
.ephd-admin__form__header .ephd-admin__form-title .ephd-admin__form-text-container {
  display: flex;
  flex-direction: column;
}
.ephd-admin__form__header .ephd-admin__form-title .ephd-admin__form-text-container.ephd-admin__form-text-container--exclamation .ephd__option-tooltip__button.ephdfa-info-circle {
  color: #d9534f;
}
.ephd-admin__form__header .ephd-admin__form-title .ephd-admin__form-text-container .ephd-radio-horizontal-button-group-container .ephd-main_label {
  min-width: 110px;
}
.ephd-admin__form__header .ephd-admin__form-title .ephd-admin__form-text-container .ephd-input-group {
  margin-bottom: 0;
}
.ephd-admin__form__header .ephd-admin__form-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.ephd-admin__form__header .ephd-admin__form-actions .ephd-submit {
  margin: 0;
  padding: 0;
}
.ephd-admin__form__header .ephd-admin__form-actions button {
  min-width: 120px;
}
.ephd-admin__form__header .ephd-admin__form-actions input[type=submit] {
  min-width: 120px;
}

.ephd__option-tooltip {
  margin-left: 5px;
  position: relative;
  display: inline-block;
}
.ephd__option-tooltip .ephd__option-tooltip__button {
  font-size: 18px;
  color: #2ea3f2;
  cursor: pointer;
  padding: 0 4px;
}
.ephd__option-tooltip .ephd__option-tooltip__button:hover + .ephd__option-tooltip__contents {
  display: block;
}
.ephd__option-tooltip .ephd__option-tooltip__contents {
  position: absolute;
  top: -27px;
  left: 35px;
  z-index: 10;
  width: 330px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  white-space: normal;
  display: none;
}
.ephd__option-tooltip .ephd__option-tooltip__contents:hover {
  display: block;
}
.ephd__option-tooltip .ephd__option-tooltip__contents:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 100%;
  -webkit-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  transform: scaleY(0.7);
  border: 10px solid transparent;
  border-right-color: #fff;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__header {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e6e9ec;
  font-size: 14px;
  font-weight: 500;
  color: #495157;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__body {
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
  color: #6d7882;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__body hr {
  border-top: unset;
  border-bottom: 1px dashed #e6e9ec;
  margin: 15px -20px;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__footer {
  text-align: center;
  padding: 20px;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__footer .ephd__option-tooltip__button {
  display: block;
  background-color: #39b54a;
  color: #fff;
  width: 100%;
  padding: 6.5px;
  font-size: 12px;
  text-decoration: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  transition: all 0.3s;
}
.ephd__option-tooltip .ephd__option-tooltip__contents .ephd__option-tooltip__footer .ephd__option-tooltip__button:hover {
  opacity: 0.85;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ephd__option-pro-tag {
  background-color: #94ff00;
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  height: fit-content;
}

.ephd__feature-experimental-tag {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #94ff00;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 10px;
}

.ephd__option-pro-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 300px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  white-space: normal;
  display: none;
}
.ephd__option-pro-tooltip .ephd__option-pro-tooltip__contents:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 100%;
  -webkit-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  transform: scaleY(0.7);
  border: 10px solid transparent;
  border-right-color: #fff;
}
.ephd__option-pro-tooltip .ephd__option-pro-tooltip__contents .ephd__option-pro-tooltip__header {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e6e9ec;
  font-size: 14px;
  font-weight: 500;
  color: #495157;
}
.ephd__option-pro-tooltip .ephd__option-pro-tooltip__contents .ephd__option-pro-tooltip__body {
  padding: 20px;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #6d7882;
}
.ephd__option-pro-tooltip .ephd__option-pro-tooltip__contents .ephd__option-pro-tooltip__footer {
  text-align: center;
  padding: 20px;
}

.ephd-configuration-page-container {
  /**
   * VIEW: Settings
   */
  /**
   * VIEW: Debug
   */
}
.ephd-configuration-page-container input[type=text],
.ephd-configuration-page-container input[type=email] {
  width: auto;
  margin-left: auto;
  padding: 6px 12px;
  outline: none !important;
  box-shadow: none !important;
  border: solid 1px #d5dadf !important;
  border-radius: 2px;
}
.ephd-configuration-page-container .ephd-admin__header__help-dialog {
  margin-left: 15px;
}
@media only screen and (max-width: 540pxpx) {
  .ephd-configuration-page-container .ephd-admin__header__help-dialog {
    margin-left: auto;
  }
}
.ephd-configuration-page-container .ephd-admin__boxes-list__box.ephd-widget-notice {
  border: none;
}
.ephd-configuration-page-container .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-configuration-page-container .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content .ephd-notification-box-basic {
  position: static;
}
.ephd-configuration-page-container .ephd-admin__boxes-list__box--no-padding .ephd-notification-box-basic {
  position: static;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__form .ephd-submit {
  padding-bottom: 0;
  margin: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__form .ephd-delete-all-data__form-title {
  padding-bottom: 25px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__form input[type=text] {
  width: auto;
  padding: 6px 12px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__message p {
  padding: 25px;
  background-color: #fcf0f0;
  font-weight: 700;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-reset-all-configs__form .ephd-submit {
  padding-bottom: 0;
  margin: 0;
  padding-top: 25px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-reset-all-configs__form .ephd-reset-all-configs__form-title {
  padding-bottom: 25px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-reset-all-configs__form input[type=text] {
  width: auto;
  padding: 6px 12px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-polylang-wpml__form .ephd-settings-control__field {
  position: relative;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-polylang-wpml__form .ephd__option-pro-tooltip {
  right: auto;
  left: 100%;
  top: -12px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-polylang-wpml__form .ephd-settings-control-toggle {
  min-width: 54px !important;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__debug .ephd-debug__toggle {
  padding: 0;
  margin: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__debug .ephd-debug__title {
  margin-top: 40px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__debug .ephd-debug__content {
  overflow: scroll;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__debug .ephd-debug__download-info {
  margin: 0;
  padding-bottom: 0;
}
.ephd-configuration-page-container .ephd-settings-control__title {
  white-space: nowrap;
  margin-left: 10px;
}
@media only screen and (max-width: 540pxpx) {
  .ephd-configuration-page-container .ephd-admin__header__dropdown {
    width: 100%;
  }
}
@media only screen and (max-width: 540pxpx) {
  .ephd-configuration-page-container .ephd-admin__header__dropdown select {
    width: 100%;
  }
}
@media only screen and (max-width: 850pxpx) {
  .ephd-configuration-page-container .ephd-admin__header__dropdown-wrap {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 540pxpx) {
  .ephd-configuration-page-container .ephd-admin__header__dropdown-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 850pxpx) {
  .ephd-configuration-page-container .radio-buttons-horizontal {
    width: 100%;
  }
}
.ephd-configuration-page-container .ephd-admin__test-analytics-wrap {
  display: inline-block;
}

@media only screen and (max-width: 1900px) {
  .ephd-wp__widgets-tab-container,
  .ephd-wp__widgets-tabs {
    max-width: 893px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-wp__widgets-tab-container,
  .ephd-wp__widgets-tabs {
    max-width: 760px;
  }
}
.ephd-admin__frontend-link {
  display: inline-block;
  margin: 10px 0;
}
.ephd-admin__frontend-link a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #2EA3F2;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  background-color: #f0f6fc;
  border: 1px solid #2EA3F2;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.ephd-admin__frontend-link a:hover {
  color: #0e8bdf;
  background-color: #e5f0ff;
  border-color: #0e8bdf;
  transform: translateY(-1px);
}
.ephd-admin__frontend-link a .ephdfa-external-link {
  margin-left: 8px;
  font-size: 0.9em;
}

.ephd-check__item--active {
  border: solid 1px rgb(0, 121.1428571429, 159);
}
.ephd-check__item--active .ephd-check__icon {
  color: #00a0d2;
}

.ephd-admin__notification-box__primary {
  background-color: rgb(13.8783783784, 138.7837837838, 223.1216216216);
  border-color: #2EA3F2;
  color: white;
}

.ephd-admin__notification-box__attention {
  background-color: rgb(187.3846153846, 196, 42);
  border-color: #d0d849;
  color: white;
}

.ephd-admin__notification-box__warning {
  background-color: rgb(235.127388535, 166.2356687898, 66.872611465);
  border-color: #F0BC71;
  color: white;
}

.ephd-admin__notification-box__error {
  background-color: rgb(202.7264150943, 50.0990566038, 44.2735849057);
  border-color: #d95651;
  color: white;
}

.ephd-admin__notification-box__success {
  background-color: rgb(95.7322175732, 155.5648535565, 64.4351464435);
  border-color: #78b956;
  color: white;
}

.ephd-notification-box-middle--warning {
  border-left-color: #F0BC71;
  background-color: hsl(35.4330708661, 80.8917197452%, 104.2156862745%);
}
.ephd-notification-box-middle--warning .ephd-notification-box-middle__icon {
  color: #F0BC71;
}

.ephd-notification-box-middle--info {
  border-left-color: #2EA3F2;
  background-color: rgb(214.0472972973, 236.972972973, 252.4527027027);
}
.ephd-notification-box-middle--info .ephd-notification-box-middle__icon {
  color: #2EA3F2;
}

/**
 * AI Help Sidebar
 */
.ephd-fp__wp-editor {
  padding-left: 20px;
}
.ephd-fp__wp-editor #ephd-fp__article-form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.ephd-fp__wp-editor.ephd-ai-help-sidebar--active #ephd-fp__article-form {
  flex-grow: 1;
}
.ephd-fp__wp-editor.ephd-ai-help-sidebar--active #ephd-fp__article-form .ephd-fp__wp-editor__question .ephd-fp__wp-editor__question__input-container #ephd-fp__wp-editor__question-title {
  width: 100%;
}
.ephd-fp__wp-editor.ephd-ai-help-sidebar--active .ephd-ai-help-sidebar {
  width: 50vw;
}

.ephd__wp_editor__open-ai-help-sidebar {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.ephd__wp_editor__open-ai-help-sidebar .ephd__wp_editor__ai-help-sidebar-btn-open {
  margin-left: 10px;
  background-image: linear-gradient(to bottom, #8528e2, #5a0ae0);
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  cursor: pointer;
}

.ephd-ai-help-sidebar {
  width: 0;
  transition: width 0.25s linear;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  margin-left: 40px;
  height: 100%;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__header {
  min-width: 50vw;
  width: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 27px;
  background-image: linear-gradient(to right, #2b034b, #6e1fb8);
  color: #fff;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__header .ephd-ai-help-sidebar__header-title {
  font-weight: 700;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__header .ephd-ai-help-sidebar-btn-close {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 35px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body {
  min-width: 50vw;
  width: 50vw;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__main-intro {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__actions-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__actions-question {
  border-right: solid 1px #ddd;
  padding: 20px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__actions-answer {
  padding: 20px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__action-wrap {
  padding: 5px 0;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__action-wrap input[type=submit] {
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  background-color: #ebebeb;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__actions .ephd-ai-help-sidebar__action-wrap input[type=submit]:hover {
  background-color: #f5f5f5;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives {
  display: none;
  overflow-y: auto;
  max-height: calc(100vh - 90px);
  padding: 0 20px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-back-btn {
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
  padding: 10px;
  width: 55px;
  max-width: 120px;
  background: #e1c1ff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-title {
  font-size: 27px;
  font-weight: 700;
  margin-top: 5px;
  padding: 10px 0px 15px 0px;
  border-bottom: Solid 1px #ddd;
  margin-bottom: 20px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-usage-tokens {
  margin-bottom: 20px;
  font-size: 12px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-input {
  background: #f8feda;
  border: solid 1px #ddd;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 700;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-intro {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.5;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternatives-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternative-question,
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternative-answer {
  display: inline-block;
  font-size: 18px;
  width: fit-content;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  line-height: 28px;
}
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternative-question:hover,
.ephd-ai-help-sidebar .ephd-ai-help-sidebar__body .ephd-ai-help-sidebar__alternative-answer:hover {
  background-color: #f5f5f5;
}

/* Get Started Page CSS */
.ephd-get-started-page-container {
  font-size: 16px !important;
}
.ephd-get-started-page-container p, .ephd-get-started-page-container li, .ephd-get-started-page-container a {
  font-size: 16px !important;
}
.ephd-get-started-page-container .ephd-admin__header__controls-wrap .ephd-success-btn {
  font-size: 12px !important;
}
.ephd-get-started-page-container .ephd-nh__section-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
}
.ephd-get-started-page-container .ephd-nh__section-container .ephd-nh__section__header-container .ephd-nh__header__title {
  font-size: 35px !important;
  margin: 20px 0 !important;
}
.ephd-get-started-page-container .ephd-nh__section-container .ephd-nh__section__body-container {
  display: flex;
}
.ephd-get-started-page-container .ephd-nh__section--three-col .ephd-call-to-action-container,
.ephd-get-started-page-container .ephd-nh__section--three-col .ephd-questionnaire-container {
  width: 33%;
}
.ephd-get-started-page-container .ephd-nh__section--two-col .ephd-call-to-action-container,
.ephd-get-started-page-container .ephd-nh__section--two-col .ephd-questionnaire-container {
  width: 50%;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box {
  border: 1px solid #d6e2ed;
  padding: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box:last-child {
  margin-bottom: 0;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__icon-wrap {
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__content {
  flex-grow: 1;
  position: relative;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__header {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__desc {
  margin-bottom: 0;
  line-height: 1.2;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__header {
  padding-right: 30px;
}
.ephd-get-started-page-container .ephd-admin__step-cta-box .ephd-admin__step-cta-box__content .ephd-admin__step-cta-box__content__icon {
  position: absolute;
  right: -3px;
  top: -2px;
  font-size: 30px;
  color: #33b303;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container {
  display: flex;
  flex-direction: column;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__header__title {
  margin-bottom: 20px;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__header-container {
  display: flex;
  flex-direction: column;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__header-container .ephd-nh__header__text {
  margin: 35px 15px 0 0;
  width: 100%;
  flex: 1;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__header-container .ephd-nh__header__text .ephd-nh__header__desc {
  margin-bottom: 20px;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__header-container .ephd-nh__header__img img {
  width: 100%;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__body-container {
  display: flex;
}
.ephd-get-started-page-container .ephd-nh__getting-started-container .ephd-nh__gs__body-container .ephd-call-to-action-container {
  margin: 10px;
  width: 33%;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-name,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-name {
  margin-bottom: 20px;
  margin-top: 0;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-setting-box__list,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-setting-box__list {
  display: none;
  flex-flow: row wrap;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-setting-box__list.ephd-setting-box__list--active,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-setting-box__list.ephd-setting-box__list--active {
  display: flex;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container {
  display: flex;
  width: calc(50% - 14px);
  margin: 24px 24px 0 0;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container:nth-child(even),
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container:nth-child(even) {
  margin-right: 0;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-admin__boxes-list__box__body,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-admin__boxes-list__box__body {
  display: flex;
  flex-grow: 1;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-admin__boxes-list__box__content,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-admin__boxes-list__box__content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col {
  display: flex;
  flex-direction: column;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__icon-col,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__icon-col {
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  min-width: 50px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__icon-col > span,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__icon-col > span {
  height: 36px;
  width: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  color: #252c59;
  padding: 10px;
  border-radius: 10px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col {
  align-items: flex-start;
  flex-grow: 1;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name {
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name.ephd-nh__feature-name--pro,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name.ephd-nh__feature-name--pro {
  padding-right: 40px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name.ephd-nh__feature-name--pro:after,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name.ephd-nh__feature-name--pro:after {
  content: "PRO";
  display: inline-block;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #94ff00;
  border-radius: 4px;
  padding: 4px 8px;
  margin: -4px -12px;
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-name {
    margin-bottom: 20px;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-desc,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-desc {
  font-size: 14px;
  font-style: italic;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-end;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #509fe2;
  margin: 12px 10px 0 0;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:after,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3c434a;
  border-radius: 5px;
  margin-left: 10px;
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:after,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:after {
    display: none;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:last-child,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:last-child {
  margin-right: 0;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:last-child:after,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:last-child:after {
  display: none;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:hover,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link:hover {
  color: #509fe2;
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links .ephd-nh__feature-link {
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__content-col .ephd-nh__feature-links {
    flex-direction: column;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col {
  align-items: flex-end;
  justify-content: center;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature-status,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature-status {
  margin-left: 20px;
  white-space: nowrap;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--installed,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--installed {
  color: #98cd20;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--installed .ephdfa,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--installed .ephdfa {
  color: #98cd20;
  font-size: 25px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--disabled,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--disabled {
  color: #e9ae0b;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--disabled.ephd-success-btn,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--disabled.ephd-success-btn {
  color: white;
  padding: 5px 10px;
  font-size: 12px !important;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--not-installed,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container .ephd-nh__feature-container__col.ephd-nh__feature__status-col .ephd-nh__feature--not-installed {
  color: #c9302c;
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-nh__feature-container,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-nh__feature-container {
    width: 100%;
    margin-right: 0;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__footer,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-admin__boxes-list__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__footer,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-admin__boxes-list__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__footer span,
.ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-admin__boxes-list__footer span {
  margin-right: 20px;
}
@media (max-width: 540px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__footer span,
  .ephd-get-started-page-container .ephd-admin__section-wrap__features .ephd-admin__boxes-list__footer span {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  text-align: center;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  min-height: 445px;
  border: 1px solid #d6e2ed;
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature {
    width: calc(50% - 10px);
  }
}
@media (max-width: 782px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 782px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature:nth-child(3n) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 782px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header {
  position: relative;
  padding: 30px 20px 14px 20px;
  overflow: hidden;
  min-height: 82px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__title {
  margin: 0;
  padding: 5px 41px 0 41px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__new-add-on {
  position: absolute;
  top: -13px;
  left: -48px;
  background-color: #eaf140;
  padding: 35px 34px 3px 34px;
  color: #000;
  transform: rotate(-40deg);
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__new-add-on .ephdfa-plug {
  position: absolute;
  top: 12px;
  left: 58px;
  transform: rotate(-45deg);
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__new-feature {
  position: absolute;
  font-size: 20px;
  top: -14px;
  left: -48px;
  min-width: 130px;
  background-color: #5cb85c;
  padding: 20px 34px 3px 34px;
  color: #fff;
  line-height: 30px;
  transform: rotate(-40deg);
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__new-feature .ephdfa-star {
  position: absolute;
  top: 12px;
  left: 58px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__widget {
  position: absolute;
  top: -14px;
  left: -47px;
  background-color: #507ab8;
  padding: 35px 34px 3px 42px;
  color: #fff;
  transform: rotate(-40deg);
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__header .ephd-fnf__header__widget .ephdfa-puzzle-piece {
  position: absolute;
  top: 19px;
  left: 56px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__img {
  height: 170px;
  overflow: hidden;
  border: solid 5px #909090;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__img:hover {
  cursor: pointer;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__img img {
  width: 100%;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__video iframe {
  max-width: 100%;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta {
  font-size: 13px;
  display: grid;
  grid-template-rows: auto;
  align-items: "stretch";
  grid-template-columns: 20% 55% 25%;
  width: 100%;
  max-width: 100%;
  grid-template-areas: "col_1 col_2 col_3";
  align-items: center;
  margin-top: 5px;
}
@media only screen and (max-width: 1400px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1300px) {
  .ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta {
    font-size: 13px;
  }
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta .ephd-fnf__meta__addon {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 2px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta .ephd-fnf__meta__plugin {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 2px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta .ephd-fnf__meta__core {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 2px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__meta .ephd-fnf__meta__date {
  background-color: #f6f6f6;
  padding: 10px 0;
  margin: 2px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__body {
  min-height: 120px;
  padding: 0 20px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__body p {
  font-size: 16px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-features__new-feature .ephd-fnf__button-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 20px;
  border-top: solid 1px #ddd;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-elementor-msg {
  font-size: 20px !important;
  margin-left: 20px;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-elementor-msg .ephdfa {
  color: #2f8631;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__box.ephd-widget-notice {
  border: none;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-get-started-page-container .ephd-setting-box-container-type-features .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content .ephd-notification-box-basic {
  position: static;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins {
  font-size: 14px !important;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins p, .ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins li, .ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins a {
  font-size: 14px !important;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins h3 .open-plugin-details-modal {
  font-size: 18px !important;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .recommended-plugins {
  margin: 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .ephd-admin__boxes-list__box {
  background-color: #ddd;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list ul {
  list-style: none;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card .desc,
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card .name {
  margin-left: 148px;
  margin-right: 128px;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card:nth-child(even) {
  margin-left: 8px;
  margin-right: 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card:nth-child(odd) {
  margin-left: 0;
  margin-right: 8px;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card .plugin-card-top {
  flex-grow: 1;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card .plugin-card-top h3 {
  margin-bottom: 12px;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__our-free-plugins .the-list .plugin-card .column-description p {
  margin: 13px 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-nh__section-container.ephd-nh__section--three-col-cta {
  margin: 0;
  padding: 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2 {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2:first-child {
  margin-left: 0;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2:last-child {
    margin-bottom: 0;
  }
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2 .ephd-cta__body {
  margin-bottom: 20px;
  font-size: 14px;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2 .ephd-cta__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
}
.ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2 .ephd-cta__footer .ephd-cta__footer__button {
  min-width: 200px;
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-call-to-action-container.ephd-call-to-action--style-2 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1200px) {
  .ephd-get-started-page-container .ephd-admin__section-wrap__contact-us .ephd-nh__section__body-container {
    flex-direction: column;
  }
}
.ephd-get-started-page-container .epkb-admin__text-image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.ephd-get-started-page-container .epkb-admin__text-image-container img {
  width: 100%;
  height: auto;
}
.ephd-get-started-page-container .epkb-admin__text-image-container .epkb-admin__text-image-left-col {
  flex: 1;
}
.ephd-get-started-page-container .epkb-admin__text-image-container .epkb-admin__text-image-right-col {
  flex: 1;
}

.wp-editor-tabs {
  float: right;
  margin-bottom: 10px;
}

.wp-editor-container {
  clear: both;
  border: none;
}

.quicktags-toolbar {
  margin-bottom: 10px;
}

.ed_button {
  margin-right: 5px;
  margin-bottom: 5px;
}

.wp-switch-editor {
  display: inline-block;
  height: fit-content;
  background-color: #666666;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgb(76.5, 76.5, 76.5);
  background-image: linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -o-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -moz-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -webkit-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -ms-linear-gradient(to top, #666666, rgb(127.5, 127.5, 127.5));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666666), color-stop(1, rgb(127.5, 127.5, 127.5)));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #999999, 0px 1px 0px #fff;
}
.wp-switch-editor a {
  text-decoration: none;
}
.wp-switch-editor:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -o-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -moz-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -webkit-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -ms-linear-gradient(to top, rgb(76.5, 76.5, 76.5), rgb(127.5, 127.5, 127.5));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(76.5, 76.5, 76.5)), color-stop(1, rgb(127.5, 127.5, 127.5)));
  border-radius: 5px;
}
.wp-switch-editor:focus {
  outline: 0;
}
.wp-switch-editor .mce-panel {
  border: none;
}

iframe {
  min-height: 230px;
  margin-bottom: 15px;
}

.wp-editor-area {
  margin-top: 0px !important;
  min-height: 269px;
  margin-bottom: -3px !important;
}

.tmce-active #qt_sidebar_main_page_intro_text_toolbar {
  display: none;
}

.mce-fullscreen {
  z-index: 99999;
}

/* Widget Page CSS */
.ephd-widgets-page-container {
  /**
   * TAB: Frontend Editor option that user can edit inside admin page - optional view of Widgets admin page
   */
  /* Delete question confirmation dialog */
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container {
  margin-left: 16px;
  margin-top: 20px;
  max-width: 1109px;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tab--heading {
  font-size: 17px;
  background-color: #fafafa;
  padding: 12px 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #d5e2ed;
  border-bottom: none;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #F3F6FF;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper {
  display: flex;
  gap: 5px;
  position: relative;
  max-width: 875px;
  flex-wrap: wrap;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item .ephd_edit_widget {
  background-color: #BC72EC;
  color: #ffffff;
  font-size: 16px;
  border: initial;
  outline: none;
  margin: 0;
  padding: 18px 18px;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item.ephd-wp__widget-tab--active {
  pointer-events: none;
  color: #ffffff;
  font-weight: bold;
}
.ephd-widgets-page-container .ephd-wp__widgets-tab-container .ephd-wp__widgets-tabs .ephd-wp__widget-tabs__wrapper .ephd-wp__widget-tab__item.ephd-wp__widget-tab--active .ephd_edit_widget {
  background-color: #8B6DEF;
}
.ephd-widgets-page-container .ephd-admin__content {
  background-color: #8B6DEF;
  width: fit-content;
  margin-left: 16px;
  padding: 0 20px 20px 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ephd-widgets-page-container .ephd-admin__content .ephd-admin__boxes-list {
  background-color: #8B6DEF;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets {
  display: block !important;
  /* License Issues boxes */
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
@media only screen and (max-width: 1900px) {
  .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap {
    max-width: 893px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap {
    max-width: 760px;
  }
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview {
  margin-top: 25px;
  display: flex;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview .ephd-admin__widget-preview__title-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview .ephd-admin__widget-preview__title-icon .ep_font_icon_help_dialog {
  font-size: 16px;
  top: 8px;
  left: 7px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview .ephd-admin__widget-preview__title-icon .ep_font_icon_help_dialog-background {
  font-size: 18px;
  top: 7px;
  left: 6px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview .ephd-admin__widget-preview__sub-item-icon {
  color: #a0b0c1;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__widget-preview a.ephd-admin__widget-preview__sub-item-link {
  box-shadow: none !important;
  outline: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__list-actions-row {
  width: 100%;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__section-wrap .ephd-admin__list-actions-row .ephd-submit {
  margin-top: 25px;
  justify-content: flex-start;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__boxes-list__box.ephd-admin__boxes-list__box-btn-wrap {
  background-color: transparent;
  border: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__boxes-list__box .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__ai-chat-resources {
  background: #f0f6fc;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #c5d9ed;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__ai-chat-resources__title {
  margin: 0 0 15px -7px;
  color: #2c3338;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__ai-chat-resources__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__ai-chat-resources__grid h4 {
  margin: 0 0 10px 0;
  color: #2c3338;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__ai-chat-resources__grid p {
  margin: 0 0 15px 0;
  color: #50575e;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__boxes-list__box__addons-license .ephd-admin__boxes-list__box__content {
  padding: 25px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form {
  display: none;
  width: 100%;
  margin-top: 25px;
  background: transparent;
  border: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form.ephd-wp__widget-form--active {
  display: block;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-admin__form__header {
  border-radius: 8px;
  padding: 0px 10px;
  height: 53px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-admin__form__header .ephd-admin__form-title-icon {
  margin-right: 15px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-admin__form__header .ephd-label,
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-admin__form__header .ephd_publish_widget {
  padding: 7px 10px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 1070px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs {
  display: flex;
  gap: 6px;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs .ephd-admin__form-tab {
  line-height: 1em;
  min-width: fit-content;
  padding: 18px 18px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  background-color: #BC72EC;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs .ephd-admin__form-tab .ephd-admin__form-tab-title {
  color: #ffffff;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs .ephd-admin__form-tab--active {
  background-color: #ffffff;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs .ephd-admin__form-tab--active .ephd-admin__form-tab-title {
  color: #000000;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents {
  width: 100%;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap {
  /**
   * TAB: Pages
   */
  /**
   * TAB: Design
   */
  /**
   * TAB: Copy
   */
  /**
   * TAB: Global Settings
   */
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap .ephd-admin__form-tab-content:first-child {
  border-top-left-radius: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap .ephd-admin__form-tab-content {
  border: none;
  border-radius: 8px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap .ephd-admin__form-tab-content .ephd-main_label {
  min-width: 270px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--faqs .ephd-admin__warning {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 25px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option:last-child {
  margin-bottom: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-select {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body {
  width: 100%;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-search-results {
  margin: 0;
  max-height: 200px;
  overflow: auto;
  padding-left: 0;
  background-color: #373942 !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-search-results:empty {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-search-results li {
  display: block;
  width: 100%;
  padding: 10px 12px;
  margin: 0;
  color: #CDCDCD;
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-search-results li[disabled] {
  cursor: no-drop;
  background: #c3c3c3 !important;
  color: #e2e2e2 !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-search-results li:hover {
  background: #939AAA;
  color: white;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-input-wrap {
  position: relative;
  max-width: 500px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-search-body .ephd-wp__locations-list-input-wrap.ephd-wp__locations-list-input-wrap--loader:after {
  content: "\f110";
  color: #c2c6cf;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 10px;
  left: 219px;
  font-size: 25px;
  animation: ephd_spin 1s linear infinite;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* Full location list inside popup dialog */
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__found-locations-list .ephd-wp__location .ephd-wp__location-assigns-text {
  color: #00bc00;
  margin-left: 5px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  padding-left: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list .ephd-wp__location {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: #f3f6ff;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  cursor: pointer;
  border: 1px solid #b5c7d7;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list .ephd-wp__location.ephd-wp__location--hidden {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list .ephd-wp__location:after {
  content: "\f00d";
  padding: 0 0 0 10px;
  color: #b5c7d7;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list .ephd-wp__location:hover {
  background-color: #d9534f;
  color: white;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list .ephd-wp__location:hover:after {
  color: white;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list--backup-include {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-list--backup-exclude {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-popup .ephd-wp__location.ephd-wp__location--hidden {
  display: inline-flex;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-popup .ephd-wp__popup-show-btn {
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__selected-locations-popup .ephd-wp__popup-show-btn--hidden {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__found-locations-list {
  margin: 0;
  max-height: 200px;
  overflow: auto;
  padding-left: 0;
  background-color: #373942 !important;
  list-style-type: disc;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__found-locations-list li {
  display: block;
  width: 100%;
  padding: 10px 12px;
  margin: 0;
  color: #cdcdcd;
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-wrap .ephd-wp__found-locations-list li:hover {
  background: white;
  color: black;
  box-shadow: 0 0 0px 1px inset black;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-pagination-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-pagination-wrap .ephd-wp__locations-list-pagination {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #509fe2;
  padding-left: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-pagination-wrap .ephd-wp__locations-list-pagination .ephd-wp__locations-list-pagination__page {
  list-style: none;
  margin-right: 10px;
  color: #509fe2;
  margin-bottom: 0;
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-pagination-wrap .ephd-wp__locations-list-pagination .ephd-wp__locations-list-pagination__page:last-child {
  margin-right: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-pagination-wrap .ephd-wp__locations-list-pagination .ephd-wp__locations-list-pagination__page.ephd-wp__locations-list-pagination__page--active {
  cursor: default;
  color: #000;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd__save_locations_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0;
  margin: 20px 0 0 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd__save_locations_wrap input[type=submit] {
  min-width: 120px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-select--cpt .ephd__option-tooltip__contents {
  bottom: -17px;
  top: inherit;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-wp__locations-list-select--cpt .ephd__option-tooltip__contents:after {
  top: inherit;
  bottom: 15px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages .ephd-wp__locations-list-option .ephd-no-cpt-message {
  color: #d95651;
  font-style: italic;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages #location_wildcard_url_group .location_wildcard_url_group--backup-include {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--pages #location_wildcard_url_group .location_wildcard_url_group--backup-exclude {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs {
  display: flex;
  gap: 10px;
  margin-right: auto;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs .ephd-wp__options-container__option {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs .ephd-wp__options-container__option .ephd-btn-checked-icon {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs .ephd-wp__options-container__option .ephd-btn-checked-icon.ephd-btn-checked-icon--active {
  display: inline;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs .ephd-wp__options-container__option input {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--design .ephd-wp__options-container--premade-designs .ephd-wp__options-container__option .ephd-primary-btn {
  min-width: 150px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-to, .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-from {
  padding-top: 0;
  margin-right: auto;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-to select, .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-from select {
  width: 205px;
  background-color: #ffffff;
  color: inherit;
  border: solid 1px #d5dadf;
  line-height: 2.8;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-to select:focus, .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-from select:focus {
  border-color: #333;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-to select option[value=new], .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--copy .ephd-wp__options-container.ephd-wp__options-container--copy-design-from select option[value=new] {
  font-style: italic;
  color: #2ea3f2;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-admin__form-tab-wrap.ephd-admin__form-tab-wrap--global-settings .ephd-wp__options-container {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-wp__options-container--predefined-colors .ephd-wp__option__label {
  border-radius: 4px;
  justify-content: center !important;
  padding: 10px 20px !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-wp__options-container--predefined-colors .ephd-wp__option__label input:before {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tab-contents .ephd-wp__options-container--predefined-colors .ephd-wp__option__label input:after {
  padding: 5px 5px 5px 5px !important;
  justify-content: center !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container {
  padding-top: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container:not(:first-child) {
  margin-top: 60px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option {
  min-width: 125px;
  margin-bottom: 15px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #f8f8f8;
  width: 100%;
  padding: 7px 5px 7px 4px;
  min-height: 32px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label input[type=radio] {
  position: relative;
  margin-right: 70px;
  margin-left: 0;
  margin-top: 0;
  line-height: 1.1;
  float: initial;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -2px;
  left: 3px;
  z-index: 7;
  background-color: #ddd;
  border-radius: 20px;
  border: 2px solid #ececec;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label input[type=radio]:after {
  content: attr(data-choose);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -9px;
  bottom: -10px;
  left: -2px;
  z-index: 5;
  min-width: 87px;
  box-sizing: border-box;
  padding: 5px 5px 5px 30px;
  margin: 4px 0 5px 0;
  background-color: #ececec;
  color: #000;
  border-radius: 4px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label input[type=radio]:checked:before {
  background-color: #86d700;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-container__option .ephd-wp__option__label span {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-two-cols-wrap {
  display: flex;
  flex-flow: wrap;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-two-cols-wrap .ephd-wp__options-container__option {
  display: flex;
  justify-content: center;
  width: 50%;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__options-container .ephd-wp__options-two-cols-wrap .ephd-wp__options-container__option .ephd-wp__option__label {
  width: 125px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease-in-out;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__widget-form__cta {
  display: flex;
  flex-direction: column;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__widget-form__cta .ephd-wp__widget-form__cta-desc {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__widget-form__cta .ephd-wp__widget_form__cta-actions {
  margin-top: 20px;
  padding-left: 15px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__widget-form__cta .ephd-wp__widget-form__cta-link {
  white-space: nowrap;
  min-width: 160px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-wp__widget-form__cta .ephd-wp__widget-form__cta-link .ephd-wp__widget-form__cta-link-icon {
  margin-left: 5px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location.ephd-wp__header-location--page {
  background-color: #969292;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location.ephd-wp__header-location--post {
  background-color: #adabab;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location.ephd-wp__header-location--cpt {
  background-color: #c4c4c4;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location.ephd-wp__header-location--hidden {
  display: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__header-location span {
  display: flex;
  flex-grow: 1;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  margin-right: 5px;
  padding: 5px 5px 5px 10px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__displayed-on-post-type {
  display: inline-flex;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-hd-toggle {
  z-index: 99 !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content select option[value="0"] {
  font-style: italic;
  color: #d95651;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content select option[value=new] {
  font-style: italic;
  color: #2ea3f2;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content a.ephd-wp__option-edit-link {
  margin-left: 15px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content .ephd-input-group {
  margin: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field .ephd-wp__feature-option-field-content > li {
  margin: 0;
  list-style: none;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio {
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 10px 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio ul li {
  display: flex;
  margin-bottom: 10px;
  margin-right: 25px;
  border: none !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio ul li:last-child {
  margin-right: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio .radio-buttons-horizontal {
  width: 100%;
  margin: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio .radio-buttons-horizontal li {
  padding-left: 0;
  margin-bottom: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--radio .main_label {
  width: auto !important;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__option-field--select select {
  color: #000;
  background-color: #fff;
  border: 1px solid #d6e2ed;
  line-height: 2.5;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--pro-disabled {
  cursor: pointer;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--pro-disabled .ephd-wp__feature-option-field-title,
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--pro-disabled .ephd-wp__feature-option-field-content {
  opacity: 0.6;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__feature-option-field.ephd-wp__feature-option-field--pro-disabled .ephd__option-pro-tooltip__button {
  background-color: #e9ae0b;
  color: white;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap {
  display: flex;
  flex-direction: column;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap .ephd-wp__widget-action__save-btns-wrap {
  display: flex;
  flex-direction: row;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap .ephd-wp__widget-action__save-btns-wrap .ephd_copy_widget {
  margin-right: 16px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap .ephd-wp__widget-action__save-btns-wrap .ephd-wp__widget-action__save-btn {
  margin-right: 1px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap .ephd-wp__widget-action__save-btns-wrap .ephd-wp__widget-action__save-btn input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-admin__form-actions .ephd-wp__widget-action__save-wrap .ephd_cancel_widget {
  margin-right: 20px;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-submit.ephd-wp__delete-widget-wrap {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
}
.ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-submit.ephd-wp__delete-widget-wrap input[type=submit] {
  min-width: 120px;
}
.ephd-widgets-page-container .ephd-admin__boxes-list__box.ephd-widget-notice {
  border: none;
}
.ephd-widgets-page-container .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-widgets-page-container .ephd-admin__boxes-list__box.ephd-widget-notice .ephd-admin__boxes-list__box__content .ephd-notification-box-basic {
  position: static;
}
.ephd-widgets-page-container .ephd-admin__boxes-list__box.ephd-widget-notice.ephd-widget-notice--hidden {
  display: none;
}
.ephd-widgets-page-container #ephd-help-dialog {
  z-index: initial !important;
}
.ephd-widgets-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container {
  position: relative;
}
.ephd-widgets-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons {
  display: flex;
  position: absolute;
  top: -2px;
  right: -9px;
  padding: 6px 10px;
}
.ephd-widgets-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-button-control {
  line-height: 30px;
  cursor: pointer;
  font-size: 34px;
  background-color: #ffffff;
  border: solid 1px #ddd;
  margin: 0 3px;
  border-radius: 3px;
}
.ephd-widgets-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-question__edit {
  color: #2ea3f2;
  border: none;
}
.ephd-widgets-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-question__move_right {
  color: #ff2300;
}
.ephd-widgets-page-container .ephd-wp__widget-preview {
  display: none;
  position: absolute;
  top: 149px;
  left: 1100px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview img {
  width: 100%;
}
@media only screen and (max-width: 1920px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1900px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1600px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview {
    transform: scale(0.5);
  }
}
.ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
  top: -317px;
  left: 2px;
  height: 228px;
}
@media only screen and (max-width: 1920px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] {
    top: 85px;
    left: 1065px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -396px;
    left: 40px;
    height: 275px;
  }
}
@media only screen and (max-width: 1900px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] {
    top: 90px;
    left: 880px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -390px;
    left: 40px;
    height: 330px;
  }
}
@media only screen and (max-width: 1600px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] {
    top: 24px;
    left: 844px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -520px;
    left: 110px;
    height: 425px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] {
    top: -9px;
    left: 692px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=small] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -625px;
    left: 172px;
    height: 610px;
  }
}
.ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
  top: -317px;
  left: 2px;
  height: 228px;
}
@media only screen and (max-width: 1920px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] {
    top: 84px;
    left: 1058px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -395px;
    left: 56px;
    height: 275px;
  }
}
@media only screen and (max-width: 1900px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] {
    top: 88px;
    left: 870px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -390px;
    left: 54px;
    height: 330px;
  }
}
@media only screen and (max-width: 1600px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] {
    top: 22px;
    left: 830px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -520px;
    left: 134px;
    height: 427px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] {
    top: -11px;
    left: 678px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=medium] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -625px;
    left: 200px;
    height: 610px;
  }
}
.ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
  top: -317px;
  left: 2px;
  height: 228px;
}
@media only screen and (max-width: 1920px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] {
    top: 82px;
    left: 1038px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -397px;
    left: 78px;
    height: 275px;
  }
}
@media only screen and (max-width: 1900px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] {
    top: 88px;
    left: 850px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -390px;
    left: 78px;
    height: 330px;
  }
}
@media only screen and (max-width: 1600px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] {
    top: 21px;
    left: 792px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -520px;
    left: 200px;
    height: 425px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] {
    top: -12px;
    left: 627px;
  }
  .ephd-widgets-page-container .ephd-wp__widget-preview[data-preview-size=large] .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
    top: -624px;
    left: 302px;
    height: 605px;
  }
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-page {
  background: transparent;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-page .ephd-wp__widget-preview-page-header {
  display: none;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active {
  display: flex;
  flex-direction: column;
  width: 400px;
  position: absolute;
  border: 1px solid #d6e2ed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 15px #919191;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active .ephd-wp__widget-preview-page-header {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #d6e2ed;
  background: #f9fafb;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-page.ephd-wp__widget-preview-page--active .ephd-wp__widget-preview-page-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 15px;
  background: #fff;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content #ephd-help-dialog {
  position: relative !important;
  bottom: unset;
  right: unset;
  left: 0;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content .ephd-hd-toggle {
  display: none !important;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content.ephd-loading-white-opacity {
  background-color: white;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content.ephd-loading-white-opacity .ephd-help-dialog-container {
  opacity: 0.3;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content.ephd-loading-white-opacity .ephd-admin-dialog-box-loading {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  z-index: 99998;
  left: 50%;
  margin-left: 0px !important;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-content.ephd-loading-white-opacity .ephd-admin-dialog-box-overlay {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  z-index: 99997;
  right: 0;
  width: 100% !important;
  left: 0;
  position: absolute;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip {
  position: absolute;
  left: 120px;
  margin-left: 5px;
  z-index: 10;
  width: 240px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  box-shadow: 0 8px 15px #919191;
  padding: 15px;
  white-space: normal;
  margin-top: -10px;
  top: -110px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip .ephd-wp__widget-preview-tooltip--tab-warning {
  display: none;
  text-transform: uppercase;
  font-weight: 700;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip.ephd-wp__widget-preview-tooltip--warning {
  background: #d95651;
  top: 239px;
  left: 93px;
  color: #fff;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip.ephd-wp__widget-preview-tooltip--warning:after {
  display: none;
}
.ephd-widgets-page-container .ephd-wp__widget-preview .ephd-wp__widget-preview-tooltip.ephd-wp__widget-preview-tooltip--warning .ephd-wp__widget-preview-tooltip--tab-warning {
  display: block;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed {
  top: 434px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed #ephd-help-dialog {
  display: none !important;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-hd-toggle {
  display: block !important;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-wp__widget-preview-tooltip {
  display: none !important;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-wp__widget-preview-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-hd__initial-message {
  display: block !important;
  position: absolute;
  z-index: 9999999;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-hd__initial-message + .ephd-hd-toggle {
  margin-top: 135px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-hd__initial-message + .ephd-hd-toggle + .ephd-admin-dialog-box-loading {
  margin-left: 68px;
  margin-top: 0px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-hd__initial-message + .ephd-hd-toggle + .ephd-admin-dialog-box-loading + .ephd-admin-dialog-box-overlay {
  width: 255px;
  margin-top: 0px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-loading-white-opacity {
  background: none;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-admin-dialog-box-loading {
  margin-left: 1px;
}
.ephd-widgets-page-container .ephd-wp__widget-preview.ephd-wp__widget-preview--closed .ephd-admin-dialog-box-overlay {
  background: white !important;
  min-width: 115px;
  min-height: 115px;
  margin-left: 5px !important;
  margin-top: -25px;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input {
  display: block !important;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__header {
  padding: 20px 25px;
  border-bottom: 1px solid #d6e2ed;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__header .ephd-wp__tiny-mce-input__title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__header .ephd-wp__tiny-mce-input__title-wrap .ephd-wp__tiny-mce-input__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__header .ephd-wp__tiny-mce-input__title-wrap .ephd-wp__tiny-mce-input__actions .ephd-wp__tiny-mce-input__save-btn {
  padding: 0;
  margin: 0;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__header .ephd-wp__tiny-mce-input__title-wrap .ephd-wp__tiny-mce-input__actions input[type=submit] {
  min-width: 120px;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body {
  padding: 20px 25px;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body .ephd-wp__tiny-mce-input__desc {
  padding-bottom: 25px;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body #mceu_9 {
  display: none;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body #mceu_10 {
  display: none;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body #mceu_11 {
  display: none;
}
.ephd-widgets-page-container #ephd-admin__boxes-list__tiny-mce-input .ephd-wp__tiny-mce-input .ephd-wp__tiny-mce-input__body #mceu_12 {
  display: none;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup {
  display: none;
  background-color: #fff;
  width: 700px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  box-shadow: -2px 11px 20px 2px #000;
  border: solid 1px #efefef;
  z-index: 999;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup.ephd-admin__widget-details-popup--active {
  display: block;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__header {
  padding: 20px 20px 20px 20px;
  border-bottom: solid 1px #ddd;
  background-color: #fcfcfc;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__body {
  padding: 40px 20px;
  overflow-y: auto;
  max-height: 65vh;
  min-height: 400px;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__footer {
  background-color: #f7f7f7;
  padding: 10px;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-columns: 100%;
  border-top: solid 1px #ddd;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__footer .ephd-admin__widget-details-popup__footer__accept {
  margin-left: 30%;
  margin-right: 30%;
  color: #fff;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__footer .ephd-admin__widget-details-popup__footer__accept .ephd-admin__widget-details-popup__accept-btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  background-color: #78b956;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup .ephd-admin__widget-details-popup__footer .ephd-admin__widget-details-popup__footer__accept .ephd-admin__widget-details-popup__accept-btn:hover {
  background-color: #609c40;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.ephd-widgets-page-container .ephd-admin__widget-details-popup--active + .ephd-admin__widget-details-popup__overlay {
  display: block;
}
.ephd-widgets-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets {
  display: none;
}
.ephd-widgets-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets .ephd-admin__confirm-dialog-assigned-widget {
  display: none;
}
.ephd-widgets-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets ul {
  list-style: disc;
  margin-left: 25px;
}

/* FAQs Page CSS */
.ephd-faqs-articles-page-container {
  /**
  	* HD Widget preview
  	*/
  /**
  	* HD edit FAQs buttons
  	*/
  /* Delete question confirmation dialog */
}
.ephd-faqs-articles-page-container .ephd-admin__boxes-list-container {
  display: flex;
  gap: 10px;
}
.ephd-faqs-articles-page-container .ephd-admin__boxes-list-container .ephd-admin__boxes-list__box {
  width: calc(50% - 13px);
  max-width: inherit;
  margin: 0;
  flex-grow: inherit;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs {
  display: block !important;
  min-height: 700px;
  /**
   * FAQs Form
   */
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1900px) {
  .ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap {
    max-width: 893px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap {
    max-width: 760px;
  }
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap .ephd-admin__item-preview {
  display: flex;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__title-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  font-size: 32px;
  color: #7b00a6;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap .ephd-admin__list-actions-row {
  width: 100%;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__section-wrap .ephd-admin__list-actions-row .ephd-submit {
  margin-top: 25px;
  justify-content: flex-start;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-setting-box-container-type-faqs {
  flex-flow: wrap;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__list-actions-row {
  width: 100%;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-admin__list-actions-row .ephd-submit {
  margin-top: 25px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form {
  width: 100%;
  margin-top: 25px;
  display: none;
  background: transparent;
  border: none;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form.ephd-fp__faqs-form--active {
  display: block;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-admin__form-actions .ephd-submit,
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-admin__form-actions button {
  margin: 0 25px 0 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-admin__form-actions .ephd-submit:last-child,
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-admin__form-actions button:last-child {
  margin-right: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-admin__form__header .ephd-admin__form-title-icon {
  font-size: 55px;
  color: #7b00a6;
  margin-right: 15px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content {
  padding: 20px 25px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #d6e2ed;
  margin-left: 265px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__row:last-child {
  margin-bottom: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__row .ephd-fp__faqs-form__col {
  width: 50%;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__row .ephd-fp__faqs-form__col:first-child {
  margin-right: 20px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-name {
  padding: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-name li {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-name li label {
  margin-right: 20px;
  font-weight: 600;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-locations {
  display: flex;
  flex-direction: row;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-locations .ephd-fp__faqs-form__field-locations-title {
  font-weight: 600;
  margin-right: 5px;
  white-space: nowrap;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-locations .ephd-fp__faqs-form__field-locations-content {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__field-locations .ephd-fp__faqs-form__field-locations-content li {
  margin: 0 5px 0 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__actions .ephd-submit {
  margin: 0 20px 0 0;
  padding: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__actions .ephd-submit:last-child {
  margin-right: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-form__actions .ephd-submit input[type=submit] {
  min-width: 140px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-faq-questions-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  min-height: 100%;
}
@media (max-width: 850px) {
  .ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-faq-questions-wrap {
    flex-direction: column;
  }
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-faq-questions-wrap .ephd-admin__warning {
  display: none;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-options {
  margin: 0;
  padding: 0;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-options li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-options li label {
  margin-right: 5px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-fp__faqs-form .ephd-fp__faqs-form__content .ephd-fp__faqs-options li input[type=text] {
  width: 250px;
  min-width: 250px;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-submit.ephd-fp__delete-faqs-wrap {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: right;
}
.ephd-faqs-articles-page-container #ephd-admin__boxes-list__faqs .ephd-submit.ephd-fp__delete-faqs-wrap input[type=submit] {
  min-width: 120px;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview {
  display: none;
  position: absolute;
  top: 172px;
  left: 1068px;
}
@media only screen and (max-width: 1900px) {
  .ephd-faqs-articles-page-container .ephd-fp__widget-preview {
    transform: scale(0.9);
    top: 182px;
    left: 885px;
  }
}
@media only screen and (max-width: 1600px) {
  .ephd-faqs-articles-page-container .ephd-fp__widget-preview {
    transform: scale(0.7);
    top: 200px;
    left: 895px;
  }
}
@media only screen and (max-width: 1400px) {
  .ephd-faqs-articles-page-container .ephd-fp__widget-preview {
    transform: scale(0.6);
    top: 208px;
    left: 763px;
  }
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content {
  position: absolute;
  top: 120px;
  left: 30px;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content #ephd-help-dialog {
  position: relative !important;
  bottom: unset;
  right: unset;
  z-index: initial !important;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content .ephd-hd-toggle {
  display: none !important;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content.ephd-loading-white-opacity {
  background-color: white;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content.ephd-loading-white-opacity .ephd-help-dialog-container {
  opacity: 0.3;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content.ephd-loading-white-opacity .ephd-admin-dialog-box-loading, .ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-content.ephd-loading-white-opacity .ephd-admin-dialog-box-overlay {
  background-color: unset;
  border: unset;
  box-shadow: unset;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-tooltip {
  position: absolute;
  left: 120px;
  margin-left: 5px;
  z-index: 10;
  width: 240px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  box-shadow: 0 8px 15px #919191;
  padding: 15px;
  white-space: normal;
  margin-top: -10px;
}
.ephd-faqs-articles-page-container .ephd-fp__widget-preview .ephd-fp__widget-preview-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.ephd-faqs-articles-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container {
  position: relative;
}
.ephd-faqs-articles-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons {
  display: flex;
  position: absolute;
  top: -2px;
  right: -9px;
  padding: 6px 10px;
}
.ephd-faqs-articles-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-button-control {
  line-height: 30px;
  cursor: pointer;
  font-size: 34px;
  background-color: #ffffff;
  border: solid 1px #ddd;
  margin: 0 3px;
  border-radius: 3px;
}
.ephd-faqs-articles-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-question__edit {
  color: #2ea3f2;
  border: none;
}
.ephd-faqs-articles-page-container #ephd-help-dialog .ephd-hd-faq__list__item-container .ephd-faq-question__buttons .ephd-faq-question__move_right {
  color: #ff2300;
}
.ephd-faqs-articles-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets {
  display: none;
}
.ephd-faqs-articles-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets .ephd-admin__confirm-dialog-assigned-widget {
  display: none;
}
.ephd-faqs-articles-page-container #ephd-fp_delete-question-confirmation .ephd-admin__confirm-dialog-assigned-widgets ul {
  list-style: disc;
  margin-left: 25px;
}

/* Submissions Page CSS */
.ephd-contact-form-page-container {
  /**
   * View: New Submissions
   */
  /**
   * View: Contact Form Design
   */
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__new-submissions .ephd-cf__submissions-list .ephd-admin__boxes-list__box__desc {
  padding-bottom: 10px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__new-submissions .ephd-cf__submissions-list .ephd-admin__boxes-list__box__content {
  padding: 0;
  overflow-x: auto;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview {
  width: calc(50% - 13px);
  max-width: calc(50% - 13px);
  margin-top: 25px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview:nth-child(even) {
  margin-right: 26px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__title-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  color: #7b00a6;
  font-size: 25px;
  line-height: 32px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__title-icon .ep_font_icon_help_dialog {
  font-size: 16px;
  top: 8px;
  left: 7px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__title-icon .ep_font_icon_help_dialog-background {
  font-size: 18px;
  top: 7px;
  left: 6px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__sub-item {
  list-style: none;
  display: flex;
  align-items: center;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__item-preview .ephd-admin__item-preview__sub-item .ephd-admin__item-preview__sub-item-icon:before {
  color: #a0b0c1;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__list-actions-row {
  width: 100%;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__section-wrap .ephd-admin__list-actions-row .ephd-submit {
  margin-top: 25px;
  justify-content: flex-start;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__boxes-list__box .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-admin__list-actions-row .ephd-submit {
  margin-top: 25px;
  justify-content: flex-start;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd_create_new_contact_form_wrap {
  padding: 0;
  margin: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form {
  width: 100%;
  margin-top: 25px;
  display: none;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form.ephd-cf__design-form--active {
  display: block;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-admin__form-actions .ephd-submit,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-admin__form-actions button {
  margin: 0 25px 0 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-admin__form-actions .ephd-submit:last-child,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-admin__form-actions button:last-child {
  margin-right: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-admin__form__header .ephd-admin__form-title-icon {
  font-size: 45px;
  color: #7b00a6;
  margin: 3px 15px 7px 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-form__content {
  padding: 25px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields {
  padding-left: 0;
  margin-top: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-input-group,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-input-group:last-child,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field:last-child {
  margin-bottom: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-input-group.ephd-cf__design-field--contact_success_message,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field.ephd-cf__design-field--contact_success_message {
  align-items: flex-start;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-input-group.ephd-cf__design-field--contact_success_message .ephd-cf__design-field-title,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field.ephd-cf__design-field--contact_success_message .ephd-cf__design-field-title {
  margin-top: 14px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields ul {
  list-style: none;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields label,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field-title {
  display: flex;
  flex-direction: row;
  width: 240px;
  min-width: 240px;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .input_container,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field-content {
  margin: 0;
  padding: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .input_container li,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field-content li {
  margin: 0;
}
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .input_container input[type=text],
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .input_container textarea,
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field-content input[type=text],
.ephd-contact-form-page-container #ephd-admin__boxes-list__contact-form-design .ephd-cf__design-form .ephd-cf__design-fields .ephd-cf__design-field-content textarea {
  min-width: 250px;
}
.ephd-contact-form-page-container .ephd-cf__test-email-form .ephd-submit {
  padding-top: 25px;
}

.ephd-submissions-table-container {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
}
.ephd-submissions-table-container .ephd-table-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 10px;
}
.ephd-submissions-table-container .ephd-table-filter-container .ephd-table-total-submissions {
  padding-left: 10px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.ephd-submissions-table-container .ephd-table-filter-container .ephd-table-total-submissions .ephd-total-count {
  font-weight: bold;
  margin-left: 5px;
}
.ephd-submissions-table-container #filter-ephd-submissions-table,
.ephd-submissions-table-container [id^=filter-] {
  padding: 8px;
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: right;
}
.ephd-submissions-table-container #filter-ephd-submissions-table:focus,
.ephd-submissions-table-container [id^=filter-]:focus {
  border-color: #0073aa;
  box-shadow: 0 0 2px rgba(0, 115, 170, 0.8);
}
.ephd-submissions-table-container #ephd-submissions-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 21px;
}
.ephd-submissions-table-container #ephd-submissions-table thead th {
  background-color: #b6a2f8;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.ephd-submissions-table-container #ephd-submissions-table thead th.sortable {
  cursor: pointer;
  position: relative;
}
.ephd-submissions-table-container #ephd-submissions-table thead th.sortable:hover {
  background-color: #d4e6f6;
}
.ephd-submissions-table-container #ephd-submissions-table thead th.sortable::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  margin-left: 5px;
  opacity: 0.3;
}
.ephd-submissions-table-container #ephd-submissions-table thead th.sortable[data-sort-order=asc]::after {
  content: "▲";
  opacity: 1;
}
.ephd-submissions-table-container #ephd-submissions-table thead th.sortable[data-sort-order=desc]::after {
  content: "▼";
  opacity: 1;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info {
  background-color: #ffffff;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info td {
  padding: 15px 25px;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item {
  display: flex;
  flex-direction: column;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item .ephd-row-info-header {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
  background-color: #ffffff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 3px;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item .ephd-row-info-value {
  padding: 8px 15px;
  background-color: #ffffff;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 13px;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item .ephd-row-info-value.ephd-row-info-subject, .ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item .ephd-row-info-value.ephd-row-info-comment {
  background-color: #ffffff;
  font-style: italic;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item:first-child {
  width: 25%;
}
.ephd-submissions-table-container #ephd-submissions-table tbody .ephd-row-info .ephd-row-info-item:last-child {
  width: 75%;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr {
  border-bottom: 1px solid #eee;
  background-color: #d3caf3;
  color: #000000;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr td {
  padding: 12px 10px;
  vertical-align: middle;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr td .delete-row {
  background-color: #f5f5f5;
  color: #a00;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr td .delete-row:hover {
  background-color: #fbeaea;
  border-color: #dc3232;
  color: #dc3232;
}
.ephd-submissions-table-container #ephd-submissions-table tbody tr td input[type=checkbox] {
  margin: 0;
}
.ephd-submissions-table-container .pagination-and-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
}
.ephd-submissions-table-container .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.ephd-submissions-table-container .pagination button {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 3px;
}
.ephd-submissions-table-container .pagination button:hover:not(:disabled) {
  background-color: #e8e8e8;
}
.ephd-submissions-table-container .pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ephd-submissions-table-container .pagination span {
  margin: 0 10px;
}
.ephd-submissions-table-container .bulk-actions {
  padding-left: 40px;
}
.ephd-submissions-table-container .bulk-actions button {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 3px;
}
.ephd-submissions-table-container .bulk-actions button#delete-selected {
  background-color: #f7f7f7;
  color: #a00;
}
.ephd-submissions-table-container .bulk-actions button#delete-selected:hover {
  background-color: #fbeaea;
  border-color: #dc3232;
  color: #dc3232;
}
.ephd-submissions-table-container .bulk-actions button#delete-all {
  background-color: #f7f7f7;
  color: #a00;
}
.ephd-submissions-table-container .bulk-actions button#delete-all:hover {
  background-color: #fbeaea;
  border-color: #dc3232;
  color: #dc3232;
}

/* Analytics Page CSS */
.ephd-analytics-page-container .ephd-ap-filters-wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters {
  display: flex;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters .ephd-input-group {
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters .ephd-input-group label {
  font-weight: bold;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters .ephd-input-group .input_container select {
  width: 150px;
  background-color: #fff;
  border: 1px solid #d6e2ed;
  line-height: 2.8;
  color: black;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters-location-link {
  margin-top: auto;
  padding-bottom: 12px;
}
.ephd-analytics-page-container .ephd-ap-filters-wrap .ephd-ap-filters-location-link a {
  text-decoration: unset;
}
.ephd-analytics-page-container .ephd-ap-results-box {
  width: 526px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__header {
  padding: 12px 10px 8px 15px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__header > span {
  color: #6b7b8c;
  font-size: 15px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__header .ephd__option-tooltip {
  display: inline-block;
  font-weight: normal;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content {
  padding: 7px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-header > span {
  color: #6b7b8c;
  font-size: 15px;
  font-weight: bold;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content {
  padding: 5px;
  height: 100%;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-count {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c434a;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-nodata-message {
  color: #6b7b8c;
  display: flex;
  align-items: center;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-nodata-message .ephd-hd-no-results__img {
  width: 50px;
  margin: 15px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells {
  display: flex;
  color: #6b7b8c;
  font-size: 15px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col {
  width: 50%;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col .ephd-ap-widget-multi-cells__cell {
  padding: 10px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col:nth-child(1) {
  text-align: left;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col:nth-child(1) div {
  display: inline-block;
  vertical-align: middle;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col:nth-child(1) .ephd-ap-widget-multi-cells__value {
  font-size: 22px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col:nth-child(2) {
  height: 100%;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-multi-cells .ephd-ap-widget-multi-cells__col:nth-child(2) .ephd-ap-widget-multi-cells__value {
  font-size: 26px;
  padding-top: 10px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-desc {
  padding: 10px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-admin__items-list__item tr {
  border-top: solid 1px #eaeaea;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list td, .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list th {
  color: #6b7b8c;
  background-color: #fff;
  padding: 5px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list tr * {
  text-align: center;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list tr *:first-child {
  text-align: left;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list tbody, .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content table.ephd-admin__items-list thead {
  border: unset;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-admin__analytics-details-popup table.ephd-admin__items-list .ephd-admin__items-list__item:nth-child(odd) td {
  background-color: #e1f5fe;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-admin__items-list__more-items-message {
  border-top: unset;
  padding: 10px 0;
  text-align: left;
  background-color: #fff;
  color: #509fe2;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-pro-message {
  background-color: #ECFAEE;
  border: solid 1px rgb(73.539748954, 119.5020920502, 49.4979079498);
  padding: 10px 10px;
  color: rgb(73.539748954, 119.5020920502, 49.4979079498);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-pro-message .ephd-ap-widget-pro-message__icon {
  margin-right: 5px;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget .ephd-ap-widget-content .ephd-ap-widget-pro-message .ephd-ap-widget-pro-message__text {
  margin-right: 15px;
  font-weight: bold;
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col {
  width: calc((100% - 40px) / 3);
  margin: 20px 20px 0 0;
}
@media (max-width: 1200px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 782px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col {
    width: 100%;
    margin-right: 0;
  }
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(1), .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(2), .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 782px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(2n) {
    margin-top: 20px;
    margin-right: 0;
  }
}
.ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(3n) {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 782px) {
  .ephd-analytics-page-container .ephd-ap-results-box .ephd-admin__boxes-list__box__body .ephd-admin__boxes-list__box__content .ephd-ap-widget.ephd-ap-widget--3-col:nth-child(3n) {
    margin-top: 20px;
    margin-right: 0;
  }
}
.ephd-analytics-page-container .ephd-ap-boxes-separator {
  border: unset;
  background-color: unset;
}
.ephd-analytics-page-container .ephd-ap-boxes-separator .ephd-admin__boxes-list__box__content {
  padding-bottom: 0;
}
.ephd-analytics-page-container .ephd-ap-notification-box .ephd-admin__boxes-list__box__content {
  padding: 0;
}
.ephd-analytics-page-container .ephd-ap-results--ctr .ephd-admin__items-list tr th:first-child {
  width: 60%;
}
.ephd-analytics-page-container .ephd-ap-results--ctr .ephd-admin__items-list tr td:first-child {
  width: 60%;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__cell {
  display: flex;
  flex-direction: column;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__title {
  display: flex !important;
  justify-content: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__value {
  display: flex !important;
  justify-content: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__col:nth-child(1) {
  width: 100% !important;
  flex-direction: column;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__col {
  height: 240px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-1 .ephd-ap-widget-multi-cells__col .ephd-ap-widget-multi-cells__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__cell {
  display: flex;
  flex-direction: column;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__title {
  display: flex !important;
  justify-content: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__value {
  display: flex !important;
  justify-content: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col:nth-child(1) {
  width: 54% !important;
  flex-direction: column;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col:nth-child(1) .ephd-ap-widget-multi-cells__cell:nth-child(1) {
  margin-bottom: 20px;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col:nth-child(2) {
  width: 30% !important;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col:nth-child(2) .ephd-ap-widget-multi-cells__cell {
  padding-bottom: 36px !important;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col:nth-child(2) .ephd-ap-widget-multi-cells__value {
  font-size: 38px !important;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col {
  height: 240px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-col-2 .ephd-ap-widget-multi-cells__col .ephd-ap-widget-multi-cells__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__title {
  display: flex !important;
  justify-content: center;
  font-size: 20px !important;
  font-weight: bold;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__value {
  display: flex !important;
  justify-content: center;
  font-size: 35px !important;
  font-weight: bold;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__icon {
  display: flex !important;
  justify-content: center;
  padding-bottom: 25px;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__icon span {
  width: 64px;
  height: 64px;
  padding: 12px;
  border-radius: 50%;
  background-color: #4dab58;
  text-align: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__cell .ephd-ap-widget-multi-cells__icon span:before {
  color: white !important;
  font-size: 35px;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__col:nth-child(1) {
  width: 100% !important;
  flex-direction: row;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__col {
  height: 240px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-analytics-page-container .ephd-ap-results--multiple-row-1 .ephd-ap-widget-multi-cells__col .ephd-ap-widget-multi-cells__title {
  margin-bottom: 20px;
}
.ephd-analytics-page-container .ephd-ap-results--views .ephd-admin__items-list tr th:first-child {
  width: 85%;
}
.ephd-analytics-page-container .ephd-ap-results--views .ephd-admin__items-list tr td:first-child {
  width: 85%;
}
.ephd-analytics-page-container .ephd-ap-results--count .ephd-admin__items-list tr th:first-child {
  width: 85%;
}
.ephd-analytics-page-container .ephd-ap-results--count .ephd-admin__items-list tr td:first-child {
  width: 85%;
}
.ephd-analytics-page-container .ephd-ap-details-popup {
  display: none;
  background-color: #fff;
  width: 700px;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  box-shadow: -2px 11px 20px 2px #000;
  border: solid 1px #efefef;
  z-index: 999;
}
.ephd-analytics-page-container .ephd-ap-details-popup.ephd-ap-details-popup--active {
  display: block;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__header {
  padding: 20px 20px 20px 20px;
  border-bottom: solid 1px #ddd;
  background-color: #fcfcfc;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__body {
  padding: 40px 20px;
  overflow-y: auto;
  max-height: 65vh;
  min-height: 400px;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__footer {
  background-color: #f7f7f7;
  padding: 10px;
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-columns: 100%;
  border-top: solid 1px #ddd;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__footer .ephd-ap-details-popup__footer__accept {
  margin-left: 30%;
  margin-right: 30%;
  color: #fff;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__footer .ephd-ap-details-popup__footer__accept .ephd-ap-details-popup__accept-btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  background-color: #78b956;
}
.ephd-analytics-page-container .ephd-ap-details-popup .ephd-ap-details-popup__footer .ephd-ap-details-popup__footer__accept .ephd-ap-details-popup__accept-btn:hover {
  background-color: #609c40;
}
.ephd-analytics-page-container .ephd-ap-details-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.ephd-analytics-page-container .ephd-ap-details-popup--active + .ephd-ap-details-popup__overlay {
  display: block;
}
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-overview,
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-reach,
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-engagement,
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-content,
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-search,
.ephd-analytics-page-container .ephd-admin__section-wrap__hd-stats-per-page {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 20px; /* row-gap column gap */
}
.ephd-analytics-page-container .ephd-admin__boxes-list__box {
  margin: 0;
}
.ephd-analytics-page-container .ephd-ap-cell-location-link {
  cursor: pointer;
}
.ephd-analytics-page-container .ephd-ap-cell-location-link:hover {
  color: #2ea3f2;
  text-decoration: underline;
}

/* Configuration Page CSS */
.ephd-configuration-page-container {
  /**
  	* Admin Boxes List: Settings
  	*/
  /**
  	* Admin Boxes List: Tools
  	*/
}
.ephd-configuration-page-container #ephd-admin__boxes-list__settings .ephd-delete-all-data__form .ephd-submit {
  padding-top: 25px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin-info-box__body {
  margin: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-setting-box__list,
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin__secondary-boxes-list {
  flex-flow: row wrap;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-setting-box__list.ephd-setting-box__list--active, .ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-setting-box__list.ephd-admin__secondary-boxes-list--active,
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin__secondary-boxes-list.ephd-setting-box__list--active,
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin__secondary-boxes-list.ephd-admin__secondary-boxes-list--active {
  display: flex;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-setting-box__list .ephd-kbnh__feature-container,
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin__secondary-boxes-list .ephd-kbnh__feature-container {
  display: flex;
  width: calc(50% - 12px);
  margin: 24px 24px 0 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-setting-box__list .ephd-kbnh__feature-container:nth-child(even),
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-admin__secondary-boxes-list .ephd-kbnh__feature-container:nth-child(even) {
  margin-right: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container {
  display: flex;
  width: calc(50% - 12px);
  margin: 24px 24px 0 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container:nth-child(even) {
  margin-right: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-admin__boxes-list__box__content {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-radius: 5px;
  padding: 15px 20px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col {
  display: flex;
  flex-direction: column;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__icon-col {
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  min-width: 50px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__icon-col > span {
  height: 36px;
  width: 36px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  color: #252c59;
  padding: 10px;
  border-radius: 10px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col {
  align-items: flex-start;
  flex-grow: 1;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-name {
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-name.ephd-kbnh__feature-name--pro {
  padding-right: 40px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-name.ephd-kbnh__feature-name--pro:after {
  content: "PRO";
  display: inline-block;
  font-size: 0.75em;
  position: absolute;
  top: -5px;
  right: 0;
  color: #e9ae0b;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-desc {
  font-size: 14px;
  font-style: italic;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-primary-btn {
  margin-right: 20px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-primary-btn + a {
  margin-left: auto;
  margin-right: 35px !important;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-kbnh__feature-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #509fe2;
  margin: 12px 10px 0 0;
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-kbnh__feature-link:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3c434a;
  border-radius: 5px;
  margin-left: 10px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-kbnh__feature-link:last-child {
  margin-right: 0;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-kbnh__feature-link:last-child:after {
  display: none;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__content-col .ephd-kbnh__feature-links .ephd-kbnh__feature-link:hover {
  color: #509fe2;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__status-col {
  align-items: flex-end;
  justify-content: center;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__status-col .ephd-kbnh__feature-status {
  margin-left: 20px;
  white-space: nowrap;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__status-col .ephd-kbnh__feature--installed .ephdfa {
  font-size: 25px;
  color: #98cd20;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__status-col .ephd-kbnh__feature--disabled.ephd-success-btn {
  padding: 5px 10px;
  font-size: 12px !important;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-kbnh__feature-container__col.ephd-kbnh__feature__status-col .ephd-kbnh__feature--not-installed {
  color: #c9302c;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-export-settings {
  display: none;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-container .ephd-primary-btn {
  min-width: 160px;
  margin-top: 15px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools .ephd-kbnh__feature-panel-container {
  display: none;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__export .ephd-admin-info-box {
  margin: 0;
  padding: 0;
  box-shadow: none;
  min-width: initial;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__export .ephd-primary-btn {
  min-width: 160px;
  margin-top: 15px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__export .ephd-select-post-type-wrap {
  margin-top: 15px;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__import .ephd-admin-info-box {
  margin: 0;
  padding: 0;
  box-shadow: none;
  min-width: initial;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__import .ephd-admin__boxes-list__box__tools-import-ad .ephd-admin-ad-container {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
}
.ephd-configuration-page-container #ephd-admin__boxes-list__tools #ephd-setting-box__list-tools__import .ephd-primary-btn {
  min-width: 160px;
}
@media (max-width: 782px) {
  .ephd-configuration-page-container #ephd-admin__boxes-list__tools input[type=radio]:checked:before {
    width: 17px;
    height: 17px;
  }
  .ephd-configuration-page-container #ephd-admin__boxes-list__tools input[type=checkbox] {
    min-width: 25px;
  }
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .radio-buttons-vertical ul {
  float: initial;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0px;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .radio-buttons-vertical ul .ephd-admin__radio-button-wrap {
  float: initial;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .radio-buttons-vertical ul .ephd-admin__radio-button-wrap:last-child {
  margin-bottom: 0;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .radio-buttons-vertical ul .ephd-admin__radio-button-wrap .input_container {
  width: auto;
  padding-right: 0;
}
@media (max-width: 780px) {
  .ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .radio-buttons-vertical ul .ephd-admin__radio-button-wrap .input_container {
    width: auto !important;
  }
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__distinct-box {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__distinct-box.ephd-admin__distinct-box--high {
  color: #fff;
  background-color: #3386cc;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__distinct-box.ephd-admin__distinct-box--middle {
  color: #fff;
  background-color: #509fe2;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__distinct-box.ephd-admin__distinct-box--low {
  color: #fff;
  background-color: #73aee2;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__distinct-box.ephd-admin__distinct-box--lowest {
  background-color: #ddd;
}
.ephd-configuration-page-container #admin_ephd_access_admin_pages_read_group .ephd-admin__list-actions-row {
  width: 100%;
}

/**
 * Licenses
 */
#ephd-licenses {
  width: 100%;
}
#ephd-licenses ul {
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 540px) {
  #ephd-licenses ul {
    flex-flow: wrap;
  }
}
#ephd-licenses .ephd-add-on {
  display: block;
  width: 100% !important;
  border: solid 1px #ddd;
  margin: 0 0 20px 0;
  height: auto;
}
#ephd-licenses .ephd-add-on .ephd-add-on-title {
  padding: 20px;
  background-color: #fbfbfb;
  border-bottom: solid 1px #ddd;
  position: relative;
}
#ephd-licenses .ephd-add-on .ephd-add-on-title h2 {
  margin: 0;
}
#ephd-licenses .ephd-add-on .ephd-add-on-title .ep_font_icon_info {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 25px;
  color: #2EA3F2;
  border-radius: 55px;
}
#ephd-licenses .ephd-add-on .ephd-add-on-title .ep_font_icon_info:hover {
  cursor: pointer;
  opacity: 0.7;
}
#ephd-licenses .ephd-add-on .ephd-add-on-title .ep_font_icon_info_content {
  padding: 10px;
  margin: 10px 0 0 0;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #bbdcf3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#ephd-licenses .ephd-add-on .ephd-license-check {
  padding: 10px 20px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-key {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-key li {
  display: block;
  float: left;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-key li:nth-child(1) {
  min-width: 185px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-key li:nth-child(2) {
  min-width: 300px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-key li:nth-child(3) {
  margin-left: 10px;
}
#ephd-licenses .ephd-add-on .ephd-license-check input {
  margin: 0;
}
#ephd-licenses .ephd-add-on .ephd-license-check input[type=text] {
  padding: 3px 12px;
  min-width: 270px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .primary-btn {
  display: inline-block;
  height: fit-content;
  background-color: #3bb3e0;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #186f8f;
  background-image: linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -o-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -moz-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -ms-linear-gradient(to top, #2CA0CA, #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2CA0CA), color-stop(1, #3EB8E5));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #7FD2F1, 0px 1px 0px #fff;
}
#ephd-licenses .ephd-add-on .ephd-license-check .primary-btn a {
  text-decoration: none;
}
#ephd-licenses .ephd-add-on .ephd-license-check .primary-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -o-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -moz-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -ms-linear-gradient(to top, rgb(34.8780487805, 126.8292682927, 160.1219512195), #3EB8E5);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34.8780487805, 126.8292682927, 160.1219512195)), color-stop(1, #3EB8E5));
  border-radius: 5px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .primary-btn:focus {
  outline: 0;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-status {
  display: flex;
  width: 100%;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-status ul {
  display: flex;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-status li {
  display: block;
  line-height: 1.5;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-status li:nth-child(1) {
  min-width: 35px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-status li:nth-child(2) {
  min-width: 150px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-expiry {
  width: 100%;
  margin-bottom: 20px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-expiry li {
  display: block;
  float: left;
  line-height: 1.5;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-expiry li:nth-child(1) {
  min-width: 35px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-expiry li:nth-child(2) {
  min-width: 150px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version li {
  display: block;
  float: left;
  line-height: 1.5;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version li:nth-child(1) {
  min-width: 35px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version li:nth-child(2) {
  min-width: 150px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version li:nth-child(3) {
  width: 100px;
}
#ephd-licenses .ephd-add-on .ephd-license-check .ephd-license-version li:nth-child(4) {
  width: 100px;
}
#ephd-licenses .ephd-add-on .ep_font_icon_checkmark {
  color: #2f8631;
  border: solid 1px #2f8631;
  border-radius: 55px;
  padding: 3px;
  margin-left: 1px;
}
#ephd-licenses .ephd-add-on .ep_font_icon_error_circle {
  font-size: 24px;
  color: #d95651;
}
#ephd-licenses .ephd-add-on .ep_font_icon_question {
  font-size: 24px;
  color: #F0BC71;
}
#ephd-licenses .ephd-add-on .ephd-error {
  color: #d95651;
}
#ephd-licenses .ephd-add-on .ephd-success {
  color: #2f8631;
}
@media (max-width: 1200px) {
  #ephd-licenses .ephd-add-on {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#ephd-admin-page-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: 14px;
}
#ephd-admin-page-wrap ul {
  list-style-type: disc;
  padding-left: 30px;
}
#ephd-admin-page-wrap .ephd-admin__warning {
  font-size: 1em;
  font-weight: 600;
}
#ephd-admin-page-wrap .ephd-admin__warning--white-red {
  background-color: #fff;
  color: #d95651;
}

#wpbody-content .wrap.ephd-wp-admin {
  margin-top: 0 !important;
}
#wpbody-content .wrap.ephd-wp-admin .ephd-top-notification {
  margin-top: 20px;
}
#wpbody-content .wrap.ephd-wp-admin > :not(.ephd-top-notification) {
  display: none !important;
}

#wpwrap.ephd-admin__wpwrap {
  background-color: #f3f6ff;
}

.ephd-css-working-hide-message {
  display: none;
}

#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap {
  display: flex;
  position: fixed;
  top: 0;
  left: 80px;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  align-items: center;
  justify-content: center;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container {
  overflow: auto;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  position: relative;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container .ephd-admin__white-box {
  width: 100%;
  padding: 14px 30px;
  background: #fff;
  border: 1px solid #ccc !important;
  color: #000;
  box-sizing: border-box;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container h4.ephd-admin__error-form__title {
  font-size: 16px;
  margin: 0 0 8px 0;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container .ephd-admin__error-form__desc {
  padding: 5px 0;
  margin-bottom: 10px;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container .ephd-close-notice {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  opacity: 0.5;
  font-size: 15px;
  cursor: pointer;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form {
  position: relative;
  color: #000;
  width: 100%;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form input,
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form input[type=text],
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form textarea {
  border: solid 1px #d5dadf;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  background: 0 0;
  box-shadow: none;
  color: #6d7882;
  outline: 0;
  padding: 8px 0 8px 5px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form .ephd-admin__error-form__btn-wrap {
  text-align: center;
  padding-top: 10px;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form .ephd-admin__error-form__btn-wrap .ephd-admin__error-form__btn {
  background-color: #8b978c;
  position: static;
  opacity: 1;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  border: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
#wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap #ephd-admin__error-form .ephd-admin__error-form__btn-wrap .ephd-admin__error-form__btn-submit {
  background-color: #39b54a;
}
@media (max-width: 960px) {
  #wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap {
    left: 18px;
  }
}
@media (max-width: 782px) {
  #wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap {
    left: 0;
  }
  #wpwrap .ephd-admin__error-form__container .ephd-admin__error-form__wrap .ephd-admin__scroll-container {
    max-width: 90vw;
  }
}

.ephd-top-notice-message {
  margin: 0 20px 0 0;
  width: 100%;
}
@media (min-width: 1480px) {
  .ephd-top-notice-message {
    width: inherit;
  }
}
.ephd-top-notice-message .contents {
  display: block;
  position: relative;
  float: inherit;
  width: inherit;
  margin-bottom: 18px;
}
@media (min-width: 1480px) {
  .ephd-top-notice-message .contents {
    width: 100%;
  }
}
.ephd-top-notice-message .contents span {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px;
  width: 100%;
  box-sizing: border-box;
}
.ephd-top-notice-message .contents .general {
  background-color: #e5e5e5;
  border-color: rgb(203.5, 203.5, 203.5);
}
.ephd-top-notice-message .contents .success {
  background-color: #5cb85c;
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  color: #fff;
}
.ephd-top-notice-message .contents .warning {
  background-color: #F0BC71;
  border-color: rgb(235.127388535, 166.2356687898, 66.872611465);
  color: #fff;
}
.ephd-top-notice-message .contents .attention {
  background-color: #d0d849;
  border-color: rgb(187.3846153846, 196, 42);
  color: #5e5e5e;
}
.ephd-top-notice-message .contents .error {
  background-color: #d9534f;
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  color: #fff;
}
.ephd-top-notice-message .contents .primary {
  background-color: #2EA3F2;
  border-color: rgb(13.8783783784, 138.7837837838, 223.1216216216);
  color: #fff;
}
.ephd-top-notice-message .contents h4 {
  margin: 0;
}
.ephd-top-notice-message .contents p {
  margin: 0;
}
.ephd-top-notice-message .contents ol {
  margin: 10px 20px;
}
.ephd-top-notice-message .contents a {
  font-weight: bold;
  color: #fff;
}
.ephd-top-notice-message .contents a:hover {
  cursor: pointer;
}

.ephd-bottom-notice-message {
  position: fixed;
  bottom: 20px;
  left: 160px;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  max-width: 700px;
}
.ephd-bottom-notice-message .contents {
  display: block;
  position: relative;
  font-size: 16px;
}
.ephd-bottom-notice-message .contents span {
  display: block;
  border: solid 1px;
  padding: 15px 30px 15px 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ephd-bottom-notice-message .contents span p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.ephd-bottom-notice-message .contents .general {
  background-color: #e5e5e5;
  border-color: rgb(203.5, 203.5, 203.5);
}
.ephd-bottom-notice-message .contents .success {
  background-color: #5cb85c;
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  color: #fff;
}
.ephd-bottom-notice-message .contents .warning {
  background-color: #F0BC71;
  border-color: rgb(235.127388535, 166.2356687898, 66.872611465);
  color: #fff;
}
.ephd-bottom-notice-message .contents .attention {
  background-color: #d0d849;
  border-color: rgb(187.3846153846, 196, 42);
  color: #5e5e5e;
}
.ephd-bottom-notice-message .contents .error {
  background-color: #d9534f;
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  color: #fff;
}
.ephd-bottom-notice-message .contents .primary {
  background-color: #2EA3F2;
  border-color: rgb(13.8783783784, 138.7837837838, 223.1216216216);
  color: #fff;
}
.ephd-bottom-notice-message .ephd-close-notice {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  opacity: 0.5;
  font-size: 1.5em;
}
.ephd-bottom-notice-message .ephd-close-notice:hover {
  opacity: 1;
  cursor: pointer;
}

.ephd-admin-dialog-box-loading {
  background-color: #fff;
  max-width: 30%;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px #3b3b3b;
  border-radius: 8px;
  z-index: 999;
}
.ephd-admin-dialog-box-loading.ephd-admin-dialog-box-loading--relative {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ephd-admin-dialog-box-loading.ephd-admin-dialog-box-loading--relative .ephd-admin-dbl__header {
  position: static;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header {
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-dbl-icon {
  border: dashed 6px #2EA3F2;
  color: #2EA3F2;
  padding: 30px;
  border-radius: 100px;
  animation: ephd_spin 2s linear infinite;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-dbl-icon:before {
  font-size: 30px;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-spinner {
  margin: 10px auto;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-text {
  color: #2EA3F2;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-dbl__close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-dbl__close:hover {
  transform: scale(0.95);
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__header .ephd-admin-dbl__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d9534f;
  content: "";
  z-index: -1;
}
.ephd-admin-dialog-box-loading .ephd-admin-dbl__body {
  padding: 20px;
  text-align: center;
}

.ephd-admin-dialog-box-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  animation-fill-mode: forwards;
}
.ephd-admin-dialog-box-overlay.ephd-admin-dialog-box-loading--relative {
  position: absolute;
}

.ephd-top-notification {
  display: flex;
  padding: 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  margin-top: 20px;
}
.ephd-top-notification .ephd-top-notice-icon {
  padding-right: 20px;
}
.ephd-top-notification .ephd-top-notice-icon .ephdfa {
  font-size: 50px;
}
.ephd-top-notification .ephd-top-notice-text .ephd-top-notice-text__title {
  margin-top: 0;
}
.ephd-top-notification .ephd-top-notice-text .ephd-top-notice-text__btn {
  display: inline-block;
  height: fit-content;
  background-color: #666666;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgb(76.5, 76.5, 76.5);
  background-image: linear-gradient(to top, rgb(76.5, 76.5, 76.5), #666666);
  background-image: -o-linear-gradient(to top, rgb(76.5, 76.5, 76.5), #666666);
  background-image: -moz-linear-gradient(to top, rgb(76.5, 76.5, 76.5), #666666);
  background-image: -webkit-linear-gradient(to top, rgb(76.5, 76.5, 76.5), #666666);
  background-image: -ms-linear-gradient(to top, rgb(76.5, 76.5, 76.5), #666666);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(76.5, 76.5, 76.5)), color-stop(1, #666666));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #666666, 0px 1px 0px #fff;
}
.ephd-top-notification .ephd-top-notice-text .ephd-top-notice-text__btn a {
  text-decoration: none;
}
.ephd-top-notification .ephd-top-notice-text .ephd-top-notice-text__btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, #333333, #666666);
  background-image: -o-linear-gradient(to top, #333333, #666666);
  background-image: -moz-linear-gradient(to top, #333333, #666666);
  background-image: -webkit-linear-gradient(to top, #333333, #666666);
  background-image: -ms-linear-gradient(to top, #333333, #666666);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #666666));
  border-radius: 5px;
}
.ephd-top-notification .ephd-top-notice-text .ephd-top-notice-text__btn:focus {
  outline: 0;
}

.ephd-top-notice-type--warning {
  border-left-color: #F0BC71;
}

#ephd-admin__ai-message {
  margin: 30px 0 20px 15px;
  max-width: 1080px;
  box-sizing: border-box;
}

.ephd-notification-box-basic {
  padding: 10px;
  display: flex;
  border-left-width: 4px;
  border-left-style: solid;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 40%;
  z-index: 9999999999;
}
.ephd-notification-box-basic .ephd-notification-box-basic__icon {
  font-size: 40px;
}
.ephd-notification-box-basic .ephd-notification-box-basic__icon .ephd-notification-box-basic__icon__inner {
  padding: 0;
  border-radius: 0;
}
.ephd-notification-box-basic .ephd-notification-box-basic__body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ephd-notification-box-basic .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  margin: 0 0 8px 0;
  font-size: 20px;
}
.ephd-notification-box-basic .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  margin-bottom: 0;
}
.ephd-notification-box-basic .ephd-notification-box-basic__buttons-wrap {
  text-align: center;
}
.ephd-notification-box-basic .ephd-notification-box-basic__buttons-wrap .ephd-notification-box-basic__button-confirm {
  padding: 10px 20px;
  min-width: 100px;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #2ea3f2;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.ephd-notification-box-basic.ephd-notification-box-basic--success {
  border-left-color: #78b956;
  background-color: #edf8e2;
}
.ephd-notification-box-basic.ephd-notification-box-basic--success .ephd-notification-box-basic__icon__inner {
  color: #78b956;
  background-color: #edf8e2;
}
.ephd-notification-box-basic.ephd-notification-box-basic--success .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  color: #000;
  margin-bottom: 10px !important;
}
.ephd-notification-box-basic.ephd-notification-box-basic--success .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  color: #000;
}
.ephd-notification-box-basic.ephd-notification-box-basic--error {
  border-left-color: #d95651;
  background-color: #fcf0f0;
}
.ephd-notification-box-basic.ephd-notification-box-basic--error .ephd-notification-box-basic__icon__inner {
  color: #d95651;
  background-color: #fcf0f0;
}
.ephd-notification-box-basic.ephd-notification-box-basic--error .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  color: #000;
  margin-bottom: 10px !important;
}
.ephd-notification-box-basic.ephd-notification-box-basic--error .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  color: #000;
}
.ephd-notification-box-basic.ephd-notification-box-basic--warning {
  border-left-color: #F0BC71;
  background-color: #fcdfd6;
}
.ephd-notification-box-basic.ephd-notification-box-basic--warning .ephd-notification-box-basic__icon__inner {
  color: #F0BC71;
  background-color: #fcdfd6;
}
.ephd-notification-box-basic.ephd-notification-box-basic--warning .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  color: #000;
  margin-bottom: 10px !important;
}
.ephd-notification-box-basic.ephd-notification-box-basic--warning .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  color: #000;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info {
  border-left-color: #2EA3F2;
  background-color: #fbfafc;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info .ephd-notification-box-basic__icon__inner {
  color: #2EA3F2;
  background-color: #fbfafc;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  color: #000;
  margin-bottom: 10px !important;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  color: #000;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info-green {
  border-left-color: #78b956;
  background-color: #edf8e2;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info-green .ephd-notification-box-basic__icon__inner {
  color: #78b956;
  background-color: #edf8e2;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info-green .ephd-notification-box-basic__body .ephd-notification-box-basic__body__title {
  color: #000;
  margin-bottom: 10px !important;
}
.ephd-notification-box-basic.ephd-notification-box-basic--info-green .ephd-notification-box-basic__body .ephd-notification-box-basic__body__desc {
  color: #000;
}

.ephd-notice-large-box {
  display: flex;
  padding: 20px;
  align-items: center;
}
.ephd-notice-large-box .ephd-notice-icon {
  padding-right: 20px;
}
.ephd-notice-large-box .ephd-notice-icon * {
  font-size: 50px;
}
.ephd-notice-large-box h3 {
  margin-top: 0;
}
.ephd-notice-large-box .ephd-notice-btn {
  padding: 5px 20px;
  height: inherit;
  margin: 10px 0 0 0;
  white-space: inherit;
  text-align: center;
  background-color: #2EA3F2;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.ephd-notice-large-box .ephd-notice-btn.btn-green {
  background-color: #46b450;
}
.ephd-notice-large-box .ephd-notice-btn.btn-grey {
  background-color: #ccc;
  color: #000;
}

.ephd-bottom-notice-message a {
  color: #fff !important;
}
.ephd-bottom-notice-message .error {
  margin-top: 0 !important;
}

#wpbody-content .ephd-setting-box-container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1080px;
}
#wpbody-content .ephd-admin__section-wrap {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1080px;
}
#wpbody-content .ephd-admin__section-wrap .error {
  width: 100%;
  margin-top: 25px;
}

@media only screen and (max-width: 1900px) {
  #ephd-admin__ai-message {
    max-width: 893px;
  }
  .ephd-wp__widget-form__body {
    width: 763px !important;
  }
  #ephd-admin-page-wrap .ephd-widgets-page-container .ephd-admin__content #ephd-admin__boxes-list__widgets .ephd-wp__widget-form .ephd-wp__widget-form__body .ephd-admin__form-tabs-wrap .ephd-admin__form-tabs .ephd-admin__form-tab {
    padding: 18px 8px;
  }
}
@media only screen and (max-width: 1400px) {
  #ephd-admin__ai-message {
    max-width: 760px;
  }
}
/* AD pages */
.ephd-dialog-pro-feature-ad {
  display: none;
  background-color: #fff;
  width: 700px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -350px;
  box-shadow: -2px 11px 20px 2px #000000;
  border: solid 1px #efefef;
  z-index: 9992;
}
.ephd-dialog-pro-feature-ad .ephd-admin-pro-feature-ad-container {
  margin: 0;
}
.ephd-dialog-pro-feature-ad .ephd-admin-pro-feature-ad-container .ephd-admin-ad-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ephd-dialog-pro-feature-ad .ephd-admin-pro-feature-ad-container .ephd-admin-ad-icon img {
  width: 105px;
  z-index: 10;
}
.ephd-dialog-pro-feature-ad .ephd-dbf__close {
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 8px;
}
.ephd-dialog-pro-feature-ad .ephd-dbf__close:before {
  font-size: 25px;
}
.ephd-dialog-pro-feature-ad .ephd-dbf__close:hover {
  cursor: pointer;
  opacity: 0.7;
  box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff;
  border-radius: 4px;
}

.ephd-admin-pro-feature-ad-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background-color: #fff;
  min-height: 240px;
  box-shadow: 1px 4px 10px 0 rgba(16, 16, 16, 0.168627451);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", system-ui, sans-serif;
}
.ephd-admin-pro-feature-ad-container.ephd-admin-pro-feature-ad-container--wide .ephd-aa__header-container {
  width: calc(100% - 250px);
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-icon img {
  width: 105px;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container p {
  margin: 0 0 10px 0;
}
.ephd-admin-pro-feature-ad-container ul {
  list-style: disc;
  padding-left: 20px;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-btn {
  position: absolute !important;
  bottom: 15px;
  right: 15px;
  width: 165px;
  text-align: center;
  font-size: 19px !important;
  border-radius: 5px !important;
  z-index: 10;
  display: inline-block;
  height: fit-content;
  background-color: #33b303;
  padding: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px #78b956;
  background-image: linear-gradient(to top, #33b303, #78b956);
  background-image: -o-linear-gradient(to top, #33b303, #78b956);
  background-image: -moz-linear-gradient(to top, #33b303, #78b956);
  background-image: -webkit-linear-gradient(to top, #33b303, #78b956);
  background-image: -ms-linear-gradient(to top, #33b303, #78b956);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #33b303), color-stop(1, #78b956));
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px #2e3335, 0px 1px 0px #fff;
  box-shadow: 0 1px 10px rgba(46, 51, 53, 0.4588235294), 0 1px 0 #fff !important;
  border-width: 1px;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.5215686275);
}
.ephd-admin-pro-feature-ad-container .ephd-btn a {
  text-decoration: none;
}
.ephd-admin-pro-feature-ad-container .ephd-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(to top, rgb(36.7087912088, 128.8406593407, 2.1593406593), #78b956);
  background-image: -o-linear-gradient(to top, rgb(36.7087912088, 128.8406593407, 2.1593406593), #78b956);
  background-image: -moz-linear-gradient(to top, rgb(36.7087912088, 128.8406593407, 2.1593406593), #78b956);
  background-image: -webkit-linear-gradient(to top, rgb(36.7087912088, 128.8406593407, 2.1593406593), #78b956);
  background-image: -ms-linear-gradient(to top, rgb(36.7087912088, 128.8406593407, 2.1593406593), #78b956);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(36.7087912088, 128.8406593407, 2.1593406593)), color-stop(1, #78b956));
  border-radius: 5px;
}
.ephd-admin-pro-feature-ad-container .ephd-btn:focus {
  outline: 0;
}
.ephd-admin-pro-feature-ad-container .ephd-body__link {
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-body__link .ephd-body__link__icon-after {
  font-size: 12px;
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__new-feature {
  position: absolute;
  top: -13px;
  left: -48px;
  background-color: #5cb85c;
  padding: 35px 34px 3px 34px;
  color: #fff;
  transform: rotate(-40deg);
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__new-feature .ephdfa-star {
  position: absolute;
  top: 12px;
  left: 58px;
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__new-add-on {
  position: absolute;
  top: -13px;
  left: -48px;
  background-color: #eaf140;
  padding: 35px 34px 3px 34px;
  color: #000;
  transform: rotate(-40deg);
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__new-add-on .ephdfa-plug {
  position: absolute;
  top: 12px;
  left: 58px;
  transform: rotate(-45deg);
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__widget {
  position: absolute;
  top: -14px;
  left: -47px;
  background-color: #507ab8;
  padding: 35px 34px 3px 42px;
  color: #fff;
  transform: rotate(-40deg);
}
.ephd-admin-pro-feature-ad-container .ephd-admin-ad-container__widget .ephdfa-puzzle-piece {
  position: absolute;
  top: 19px;
  left: 56px;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  width: 440px;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__header-container .ephd-header__title {
  font-weight: 600;
  font-size: 28px;
  margin: 20px 0;
  line-height: 35px;
  text-align: center;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__header-container .ephd-header__title strong {
  font-weight: 900;
  color: #78b956;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container {
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container .ephd-body__desc {
  padding: 10px 0;
  margin-top: 30px;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 5px !important;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 25px !important;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item .ephd-check-mark-list__item__icon {
  color: rgb(148.8075313808, 199.9372384937, 122.0627615063);
}
.ephd-admin-pro-feature-ad-container .ephd-aa__body-container .ephd-body__check-mark-list-container .ephd-check-mark-list__item .ephd-check-mark-list__item__text {
  padding-left: 6px;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ephd-admin-pro-feature-ad-container .ephd-aa__footer-container .ephd-body__footer_desc {
  padding: 10px 20px 0 0;
  z-index: 10;
}
.ephd-admin-pro-feature-ad-container .ephd-admin-pro-feature-ad-background-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 499px;
}
