@charset "UTF-8";
/*

Parent Container
 @include vertical-align-parent();

Child
 @include vertical-align();

*/
body .wf-admin {
  /*
  $ct-series-colors: (
    #d70206, 
    #f05b4f,
    #f4c63d,
    #d17905,
    #453d3f,
    #59922b,
    #0544d3,
    #6b0392,
    #f05b4f,
    #dda458,
    #eacf7d,
    #86797d,
    #b2c326,
    #6188e2,
    #a748ca
  ) !default;
  */
  /*-----------------------------------------------------------------------------------
    WF LAYOUT
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF HEADER
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF MAIN
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF FOOTER
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF TITLE
  -----------------------------------------------------------------------------------*/
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
  /*-----------------------------------------------------------------------------------
    WF LIST rotate
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LIST IN WF SIDEBAR
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LIST IN WF MAIN
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF SECTION
  -----------------------------------------------------------------------------------*/
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
  /*-----------------------------------------------------------------------------------
    WF MODAL
  -----------------------------------------------------------------------------------*/
  /*
  		.wf-btn-cancel {
  			.wf-icon  {
  				font-size: 22px;
  			}
  			&:hover {
  			    background: #eb4a4a !important;
  			    border: 2px solid #eb4a4a;
  			    color: white !important;
  			}
  		}
  		.wf-btn-update {
  			cursor: default;
  		    background: rgba(144,144,144,0.4) !important;
  		    border: 2px solid rgba(255,255,255,0.08);
  		    color: #a4a4a4 !important;
  			.wf-icon  {
  				font-size: 24px;
  			}
  			&.wf-ready {
  				cursor: pointer !important;
  			    background: #ffd200 !important;
  			    color: #172023 !important;
  			}
  			&:hover {
  			    background: #71be48 !important;
  			    border: 2px solid #71be48;
  			    color: white !important;
  			}
  		}
  		*/
  /*-----------------------------------------------------------------------------------
    WF PANEL EDIT
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF TOOLTIP EDIT
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF TOOLTIP FORM
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF ALERT
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF COMFIRM
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LIVE PREVIEW
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LIVE PREVIEW
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF CONTENT EDITOR TOOLS
  -----------------------------------------------------------------------------------*/
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin .ct-label {
  fill: rgba(166, 206, 223, 0.8);
  color: rgba(166, 206, 223, 0.8);
  font-size: 0.75rem;
  line-height: 1;
}
body .wf-admin .ct-chart-line .ct-label,
body .wf-admin .ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .wf-admin .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
body .wf-admin .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
body .wf-admin .ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
body .wf-admin .ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
body .wf-admin .ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
body .wf-admin .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
body .wf-admin .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
body .wf-admin .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
body .wf-admin .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
body .wf-admin .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
body .wf-admin .ct-grid {
  stroke: #4c5f67;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
body .wf-admin .ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
body .wf-admin .ct-line {
  fill: none;
  stroke-width: 3px;
}
body .wf-admin .ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
body .wf-admin .ct-bar {
  fill: none;
  stroke-width: 7px;
}
body .wf-admin .ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
body .wf-admin .ct-series-a .ct-point, body .wf-admin .ct-series-a .ct-line, body .wf-admin .ct-series-a .ct-bar, body .wf-admin .ct-series-a .ct-slice-donut {
  stroke: #29b4df;
}
body .wf-admin .ct-series-a .ct-slice-pie, body .wf-admin .ct-series-a .ct-area {
  fill: #29b4df;
}
body .wf-admin .ct-series-b .ct-point, body .wf-admin .ct-series-b .ct-line, body .wf-admin .ct-series-b .ct-bar, body .wf-admin .ct-series-b .ct-slice-donut {
  stroke: #85dd57;
}
body .wf-admin .ct-series-b .ct-slice-pie, body .wf-admin .ct-series-b .ct-area {
  fill: #85dd57;
}
body .wf-admin .ct-series-c .ct-point, body .wf-admin .ct-series-c .ct-line, body .wf-admin .ct-series-c .ct-bar, body .wf-admin .ct-series-c .ct-slice-donut {
  stroke: #ff9039;
}
body .wf-admin .ct-series-c .ct-slice-pie, body .wf-admin .ct-series-c .ct-area {
  fill: #ff9039;
}
body .wf-admin .ct-series-d .ct-point, body .wf-admin .ct-series-d .ct-line, body .wf-admin .ct-series-d .ct-bar, body .wf-admin .ct-series-d .ct-slice-donut {
  stroke: #ffea24;
}
body .wf-admin .ct-series-d .ct-slice-pie, body .wf-admin .ct-series-d .ct-area {
  fill: #ffea24;
}
body .wf-admin .ct-series-e .ct-point, body .wf-admin .ct-series-e .ct-line, body .wf-admin .ct-series-e .ct-bar, body .wf-admin .ct-series-e .ct-slice-donut {
  stroke: #ff9956;
}
body .wf-admin .ct-series-e .ct-slice-pie, body .wf-admin .ct-series-e .ct-area {
  fill: #ff9956;
}
body .wf-admin .ct-series-f .ct-point, body .wf-admin .ct-series-f .ct-line, body .wf-admin .ct-series-f .ct-bar, body .wf-admin .ct-series-f .ct-slice-donut {
  stroke: #ff6500;
}
body .wf-admin .ct-series-f .ct-slice-pie, body .wf-admin .ct-series-f .ct-area {
  fill: #ff6500;
}
body .wf-admin .ct-series-g .ct-point, body .wf-admin .ct-series-g .ct-line, body .wf-admin .ct-series-g .ct-bar, body .wf-admin .ct-series-g .ct-slice-donut {
  stroke: #c773ff;
}
body .wf-admin .ct-series-g .ct-slice-pie, body .wf-admin .ct-series-g .ct-area {
  fill: #c773ff;
}
body .wf-admin .ct-series-h .ct-point, body .wf-admin .ct-series-h .ct-line, body .wf-admin .ct-series-h .ct-bar, body .wf-admin .ct-series-h .ct-slice-donut {
  stroke: #9a52ca;
}
body .wf-admin .ct-series-h .ct-slice-pie, body .wf-admin .ct-series-h .ct-area {
  fill: #9a52ca;
}
body .wf-admin .ct-series-i .ct-point, body .wf-admin .ct-series-i .ct-line, body .wf-admin .ct-series-i .ct-bar, body .wf-admin .ct-series-i .ct-slice-donut {
  stroke: #7952ca;
}
body .wf-admin .ct-series-i .ct-slice-pie, body .wf-admin .ct-series-i .ct-area {
  fill: #7952ca;
}
body .wf-admin .ct-series-j .ct-point, body .wf-admin .ct-series-j .ct-line, body .wf-admin .ct-series-j .ct-bar, body .wf-admin .ct-series-j .ct-slice-donut {
  stroke: #4f5ef0;
}
body .wf-admin .ct-series-j .ct-slice-pie, body .wf-admin .ct-series-j .ct-area {
  fill: #4f5ef0;
}
body .wf-admin .ct-series-k .ct-point, body .wf-admin .ct-series-k .ct-line, body .wf-admin .ct-series-k .ct-bar, body .wf-admin .ct-series-k .ct-slice-donut {
  stroke: #471bda;
}
body .wf-admin .ct-series-k .ct-slice-pie, body .wf-admin .ct-series-k .ct-area {
  fill: #471bda;
}
body .wf-admin .ct-series-l .ct-point, body .wf-admin .ct-series-l .ct-line, body .wf-admin .ct-series-l .ct-bar, body .wf-admin .ct-series-l .ct-slice-donut {
  stroke: #8d1bda;
}
body .wf-admin .ct-series-l .ct-slice-pie, body .wf-admin .ct-series-l .ct-area {
  fill: #8d1bda;
}
body .wf-admin .ct-series-m .ct-point, body .wf-admin .ct-series-m .ct-line, body .wf-admin .ct-series-m .ct-bar, body .wf-admin .ct-series-m .ct-slice-donut {
  stroke: #86797d;
}
body .wf-admin .ct-series-m .ct-slice-pie, body .wf-admin .ct-series-m .ct-area {
  fill: #86797d;
}
body .wf-admin .ct-series-n .ct-point, body .wf-admin .ct-series-n .ct-line, body .wf-admin .ct-series-n .ct-bar, body .wf-admin .ct-series-n .ct-slice-donut {
  stroke: #b2c326;
}
body .wf-admin .ct-series-n .ct-slice-pie, body .wf-admin .ct-series-n .ct-area {
  fill: #b2c326;
}
body .wf-admin .ct-series-o .ct-point, body .wf-admin .ct-series-o .ct-line, body .wf-admin .ct-series-o .ct-bar, body .wf-admin .ct-series-o .ct-slice-donut {
  stroke: #6188e2;
}
body .wf-admin .ct-series-o .ct-slice-pie, body .wf-admin .ct-series-o .ct-area {
  fill: #6188e2;
}
body .wf-admin .ct-square {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
body .wf-admin .ct-square:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
body .wf-admin .ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88889%;
}
body .wf-admin .ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333%;
}
body .wf-admin .ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
body .wf-admin .ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
body .wf-admin .ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66667%;
}
body .wf-admin .ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
body .wf-admin .ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
}
body .wf-admin .ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
body .wf-admin .ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
body .wf-admin .ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333%;
}
body .wf-admin .ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
body .wf-admin .ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
body .wf-admin .ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
body .wf-admin .ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333%;
}
body .wf-admin .ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
body .wf-admin .ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
body .wf-admin .ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body .wf-admin .wf--chart-horizontale .ct-bar {
  stroke-width: 4px !important;
}
body .wf-admin .chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #f4c63d;
  color: #453d3f;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
body .wf-admin .chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #f4c63d;
}
body .wf-admin .chartist-tooltip.tooltip-show {
  opacity: 1;
}
body .wf-admin .wf--chart-pie .ct-label {
  fill: #0e0e0e !important;
  color: #0e0e0e !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
}
body .wf-admin .wf--color-0 {
  background-color: #29b4df;
}
body .wf-admin .wf--color-1 {
  background-color: #85dd57;
}
body .wf-admin .wf--color-2 {
  background-color: #ff9039;
}
body .wf-admin .wf--color-3 {
  background-color: #ffea24;
}
body .wf-admin .wf--color-4 {
  background-color: #ff9956;
}
body .wf-admin .wf--color-5 {
  background-color: #ff6500;
}
body .wf-admin .wf--color-6 {
  background-color: #c773ff;
}
body .wf-admin .wf--color-7 {
  background-color: #9a52ca;
}
body .wf-admin .wf--color-8 {
  background-color: #7952ca;
}
body .wf-admin .wf--color-9 {
  background-color: #4f5ef0;
}
body .wf-admin .wf--color-10 {
  background-color: #471bda;
}
body .wf-admin .wf--color-11 {
  background-color: #8d1bda;
}
body .wf-admin .wf--color-12 {
  background-color: #86797d;
}
body .wf-admin .wf--color-13 {
  background-color: #b2c326;
}
body .wf-admin .wf--color-14 {
  background-color: #6188e2;
}
body .wf-admin .wf--color-15 {
  background-color: #a748ca;
}
body .wf-admin .wf-section-boxed.wf-analytics-form wf-section {
  margin-bottom: 10px !important;
}
body .wf-admin .wf-scrollbar-chart wf-list {
  padding: 40px 10px 40px 20px;
  min-height: 624px;
  line-height: 1.6em;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--chart--option {
  position: relative;
  padding: 10px 0 10px 35px;
  max-width: 460px;
  margin: 0 auto;
  border-bottom: 1px solid #1c282d !important;
  font-size: 14px;
  letter-spacing: .1em;
  color: #85d2ec;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--chart--option:last-child {
  border-bottom: 0;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--color {
  position: absolute;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  left: 6px;
  top: 18px;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--value {
  font-size: 14px;
  letter-spacing: .3em;
  padding: 5px 10px;
  margin-right: 10px;
  min-width: 90px;
  display: inline-block;
  border: 1px solid #1c282d;
  border-top: 0;
  border-bottom: 0;
  text-align: right;
  color: #00f6a6;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--value span.v {
  color: #ffe500;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--value span.d {
  color: #3b535d;
}
body .wf-admin .wf-scrollbar-chart wf-list .wf--value span.l {
  color: #00f6a6;
}
body .wf-admin .wf-analytics-toggle-btn {
  position: absolute;
  top: 4px;
  left: 5px;
  padding: 12px;
  font-size: 20px;
  background: #243137;
  color: #b9f998;
}
body .wf-admin .wf-analytics-toggle-btn:hover {
  cursor: pointer;
  color: #ffd200;
}
body .wf-admin .wf-analytics-toggle-btn.active {
  color: #FF5722;
}
body .wf-admin wf-layout {
  position: relative;
  display: block;
  min-height: 100%;
  /* CHILDS --------------------------- */
  color: white;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-layout wf-header {
  background-color: #505b61;
}
body .wf-admin wf-layout wf-footer {
  background-color: #505b61;
}
body .wf-admin wf-layout wf-main {
  background-color: #323f45;
}
body .wf-admin wf-layout wf-main wf-tabs,
body .wf-admin wf-layout wf-sidebar {
  background-color: #243137;
}
body .wf-admin wf-header {
  position: fixed;
  left: 36px;
  right: 0;
  top: 32px;
  height: 60px;
  min-width: 768px;
  z-index: 1000;
  display: block;
  padding: 0;
  /* CHILDS --------------------------- */
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-header div {
  display: inline-block;
  height: 100%;
}
body .wf-admin wf-header .wf-logo {
  width: 260px;
  padding: 10px 0 0 10px;
  cursor: pointer;
}
body .wf-admin wf-header .wf-logo img {
  max-width: 200px;
}
body .wf-admin wf-header .wf-list-services {
  padding: 0;
  line-height: 60px;
}
body .wf-admin wf-header .wf-list-actions {
  padding: 0 10px 0 0;
  line-height: 60px;
}
body .wf-admin wf-header .wf-page-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: .3em;
  top: -34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  color: #ededed;
  font-weight: 600;
  background: #23282d;
  border-top: 1px solid #28383f;
}
@media (max-width: 767px) {
  body .wf-admin wf-header {
    top: 45px;
    left: 0;
  }
}
body .wf-admin wf-main {
  position: relative;
  min-height: 100%;
  width: 100%;
  display: block;
  padding: 60px 0 50px 260px;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-main wf-tabs {
  min-width: 768px;
}
body .wf-admin wf-main wf-sidebar {
  z-index: 200;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: block;
  position: fixed;
  left: 36px;
  bottom: 0;
  top: 32px;
  max-width: 260px;
  overflow-x: hidden;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  will-change: transform;
  z-index: 100;
  padding: 60px 0 0;
}
body .wf-admin wf-main wf-sidebar wf-sidebar-data {
  display: block;
  position: relative;
}
body .wf-admin wf-main wf-body {
  display: block;
  min-width: 768px;
  /* SM --------------------------- */
  /* MD --------------------------- */
}
body .wf-admin wf-main wf-body .wf-scrollbar {
  background: #323f45;
}
body .wf-admin wf-main wf-body wf-tabs .wf-scrollbar {
  background: transparent;
}
body .wf-admin wf-main wf-body .wf-banner {
  margin-top: 5px;
  display: block;
  height: 350px;
  background: #1c272b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative;
  text-align: center;
  border: 3px solid #FFFFFF;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: url(../img/wf-banner.jpg);
}
body .wf-admin wf-main wf-body .wf--version {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  background: #fff;
  color: #00A5D4;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 12px;
}
body .wf-admin wf-main wf-body .wf--logo {
  display: block;
  height: 150px;
  width: 750px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/wf-banner-logo.png);
}
body .wf-admin wf-main wf-body .wf--slogan {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #000;
  text-shadow: 2px 0 0 rgba(255, 255, 255, 0.8), -2px 0 0 rgba(255, 255, 255, 0.8), 0 2px 0 rgba(255, 255, 255, 0.8), 0 -2px 0 rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8), -1px -1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8);
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  body .wf-admin wf-main wf-body .wf-banner {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wf-admin wf-main wf-body .wf-banner {
    height: 230px;
  }
  body .wf-admin wf-main wf-body .wf--logo {
    height: 70px;
    width: 330px;
    margin: 0 auto;
  }
  body .wf-admin wf-main wf-body .wf--slogan {
    display: none;
  }
  body .wf-admin wf-main wf-body .wf--version {
    padding: 5px 10px;
    letter-spacing: .3em;
    font-weight: 700;
    font-size: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  body .wf-admin wf-main wf-body .wf-banner {
    height: 260px;
  }
  body .wf-admin wf-main wf-body .wf--logo {
    height: 100px;
    width: 500px;
    margin: 0 auto;
  }
  body .wf-admin wf-main wf-body .wf--slogan {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2em;
  }
  body .wf-admin wf-main wf-body .wf--version {
    letter-spacing: .3em;
    font-weight: 700;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  body .wf-admin wf-main wf-sidebar {
    left: 0;
  }
}
body .wf-admin wf-footer {
  display: block;
  height: 40px;
  padding: 10px 10px 10px 260px;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
@media (max-width: 767px) {
  body .wf-admin wf-footer {
    display: block;
    min-width: 768px;
  }
}
body .wf-admin wf-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  boxSizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex: '0 1 auto';
  -webkit-flex-direction: 'row';
  -webkit-flex-wrap: wrap;
}
body .wf-admin .wf-icon.add span.wf-icon-close {
  display: block;
  transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
body .wf-admin .wf-icon.notopen {
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
body .wf-admin .wf-icon.opened {
  -ms-transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
body .wf-admin .wf-icon.up span.wf-icon-prev,
body .wf-admin .wf-icon.up span.wf-icon-next, body .wf-admin .wf-icon.down span.wf-icon-prev,
body .wf-admin .wf-icon.down span.wf-icon-next {
  display: block;
  transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
}
body .wf-admin .wf-analytics-toggle-btn .wf-icon.add span.wf-icon-close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-analytics-toggle-btn.active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-analytics-toggle-btn.active .wf-icon.add span.wf-icon-close {
  display: block;
  transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
}
body .wf-admin wf-sep span {
  display: block;
  margin: 2.5px 0;
  border: 1px solid transparent;
}
body .wf-admin wf-sep .sep-1 {
  margin: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .wf-admin .wf-btn-group {
  display: block;
}
body .wf-admin .wf-btn-group span.wf-btn {
  vertical-align: top;
}
body .wf-admin .wf-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
body .wf-admin .wf-btn .wf--icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-btn-large {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
}
body .wf-admin .wf-btn-debug {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 48%;
}
body .wf-admin .wf-btn-debug:hover {
  opacity: .7;
}
body .wf-admin .wf-btn-reset {
  background: rgba(255, 61, 0, 0.3);
}
body .wf-admin .wf-btn-reset:hover {
  background: #ff3d00;
}
body .wf-admin .wf-btn-submit {
  margin-left: 5px;
  background: rgba(0, 115, 170, 0.3);
}
body .wf-admin .wf-btn-submit:hover {
  background: #0073aa;
}
body .wf-admin .wf-btn-yellow {
  background: #ffd200;
  color: #1c272b;
}
body .wf-admin .wf-btn-yellow span.wf-icon {
  background: #ffd200;
}
body .wf-admin .wf-btn-yellow.active, body .wf-admin .wf-btn-yellow:hover {
  opacity: .7;
}
body .wf-admin .wf-btn-dark-yellow {
  background: #1c272b;
  color: #ffd200;
}
body .wf-admin .wf-btn-dark-yellow span.wf-icon {
  background: #1c272b;
}
body .wf-admin .wf-btn-dark-yellow.active, body .wf-admin .wf-btn-dark-yellow:hover {
  background: #ffd200;
  color: #1c272b;
}
body .wf-admin .wf-btn-dark-yellow.active span.wf-icon, body .wf-admin .wf-btn-dark-yellow:hover span.wf-icon {
  background: #ffd200;
}
body .wf-admin .wf-btn-yellow-dark {
  background: #ffd200;
  color: #1c272b;
}
body .wf-admin .wf-btn-yellow-dark span.wf-icon {
  background: #ffd200;
}
body .wf-admin .wf-btn-yellow-dark.active, body .wf-admin .wf-btn-yellow-dark:hover {
  background: #253238;
  color: #ffd200;
}
body .wf-admin .wf-btn-yellow-dark.active span.wf-icon, body .wf-admin .wf-btn-yellow-dark:hover span.wf-icon {
  background: #253238;
}
body .wf-admin .wf-btn-red {
  background: #eb4a4a;
  color: #ffffff;
}
body .wf-admin wf-header .wf-list-actions .wf-btn {
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 10px 2.5px 0;
  padding: 0 12px;
  padding-left: 32px;
  font-size: 11px;
  letter-spacing: .1em;
}
body .wf-admin wf-header .wf-list-actions .wf-btn span {
  display: block;
}
body .wf-admin wf-header .wf-list-actions .wf-btn span.wf-icon {
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  font-size: 18px;
}
body .wf-admin wf-header .wf-list-actions .wf-btn span.wf-icon span {
  line-height: 40px;
}
@media (max-width: 991px) {
  body .wf-admin wf-header .wf-list-actions .wf-btn {
    padding-left: 28px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn span.wf-icon {
    left: 10px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn span.wf-text {
    display: none;
    visibility: hidden;
  }
}
body .wf-admin wf-header .wf-list-actions .wf-btn:hover {
  color: #FFF !important;
  border-color: #FFF !important;
}
body .wf-admin wf-header .wf-list-actions .wf-btn:hover .wf-icon {
  color: #FFF !important;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-red {
  border-top: 2px solid #eb4a4a !important;
  background: #1c272b;
  color: #FFF;
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-header .wf-list-actions .wf-btn-red .wf-icon {
  color: #eb4a4a;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-red:hover {
  background-color: #eb4a4a;
}
@media (max-width: 1239px) {
  body .wf-admin wf-header .wf-list-actions .wf-btn-red {
    padding-left: 28px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn-red span.wf-icon {
    left: 10px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn-red span.wf-text {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1240px) {
  body .wf-admin wf-header .wf-list-actions .wf-btn-red .wf-text {
    display: block;
    visibility: visible;
  }
}
body .wf-admin wf-header .wf-list-actions .wf-btn-orange {
  background-color: #1c272b !important;
  border-top: 2px solid #ff9c00 !important;
  color: #fff !important;
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-header .wf-list-actions .wf-btn-orange .wf-icon {
  color: #ff9c00;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-orange:hover {
  background-color: #ff9c00 !important;
}
@media (max-width: 1239px) {
  body .wf-admin wf-header .wf-list-actions .wf-btn-orange {
    padding-left: 28px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn-orange span.wf-icon {
    left: 10px;
  }
  body .wf-admin wf-header .wf-list-actions .wf-btn-orange span.wf-text {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1240px) {
  body .wf-admin wf-header .wf-list-actions .wf-btn-orange .wf-text {
    display: block;
    visibility: visible;
  }
}
body .wf-admin wf-header .wf-list-actions .wf-btn-green {
  background: #1c272b;
  color: #FFF;
  border-top: 2px solid #26b34e;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-green .wf-icon {
  color: #21d454;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-green:hover {
  background-color: #2dd25c;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-blue {
  background: #1c272b;
  color: #FFF;
  border-top: 2px solid #0985c4;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-blue .wf-icon {
  color: #03aaff;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-blue:hover {
  background-color: #0985c4;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-yellow {
  background: #1c272b;
  color: #FFF;
  border-top: 2px solid #ffd200;
  opacity: 1 !important;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-yellow .wf-icon {
  color: #ffd200;
  background: transparent !important;
}
body .wf-admin wf-header .wf-list-actions .wf-btn-yellow:hover {
  background-color: #ffd200;
}
body .wf-admin wf-header .wf-list-services .wf-btn-group {
  display: inline-block;
  padding: 10px 7px 0 0;
}
body .wf-admin wf-header .wf-list-services .wf-btn-group:first-child {
  padding-left: 10px;
}
@media (min-width: 992px) {
  body .wf-admin wf-header .wf-list-services .wf-btn-group:first-child {
    padding-left: 39px;
  }
}
body .wf-admin wf-header .wf-list-services .wf-btn-group:last-child {
  padding-right: 0;
}
body .wf-admin wf-header .wf-list-services .wf-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 0 12px 0 35px;
  float: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .03em;
  height: 40px;
  line-height: 40px;
  background: #ddd;
  color: black;
  margin: 0 15px 0 0;
}
body .wf-admin wf-header .wf-list-services .wf-btn span {
  display: block;
}
body .wf-admin wf-header .wf-list-services .wf-btn span.wf-icon {
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 8px;
}
@media (max-width: 767px) {
  body .wf-admin wf-header .wf-list-services .wf-btn span.wf-icon {
    left: 6px;
  }
}
body .wf-admin wf-header .wf-list-services .wf-btn .wf-text {
  padding-left: 5px;
  visibility: hidden;
  display: none;
}
body .wf-admin wf-header .wf-list-services .wf-btn:after, body .wf-admin wf-header .wf-list-services .wf-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-header .wf-list-services .wf-btn:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #ddd;
  right: -12px;
}
body .wf-admin wf-header .wf-list-services .wf-btn:before {
  border-width: 20px 0 20px 12px;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -12px;
}
body .wf-admin wf-header .wf-list-services .wf-btn:hover, body .wf-admin wf-header .wf-list-services .wf-btn.selected {
  background: #85dd57 !important;
}
body .wf-admin wf-header .wf-list-services .wf-btn:hover:after, body .wf-admin wf-header .wf-list-services .wf-btn.selected:after {
  border-left-color: #85dd57;
}
body .wf-admin wf-header .wf-list-services .wf-btn:hover:before, body .wf-admin wf-header .wf-list-services .wf-btn.selected:before {
  border-color: #85dd57 #85dd57 #85dd57 transparent;
}
@media (min-width: 992px) {
  body .wf-admin wf-header .wf-list-services .wf-btn.selected .wf-text {
    visibility: visible;
    display: block;
  }
}
@media (max-width: 767px) {
  body .wf-admin wf-header .wf-list-services .wf-btn {
    padding: 0 5px 0 30px;
  }
  body .wf-admin wf-header .wf-list-services .wf-btn .wf-btn span.wf-icon {
    font-size: 21px;
    left: 7px;
    top: 9px;
  }
}
body .wf-admin .wf-analytics-toggle-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-title {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
}
body .wf-admin wf-title wf-counter {
  display: inline-block;
  margin-left: 10px;
}
body .wf-admin wf-title wf-counter .wf--text {
  color: white;
}
body .wf-admin wf-title wf-counter .wf--counter {
  letter-spacing: .1em;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 4px;
  color: #00F6A6;
  font-weight: 400;
}
body .wf-admin wf-section-title {
  height: 100%;
  display: block;
}
body .wf-admin wf-section-title .wf--extra {
  position: absolute;
  right: 0;
  top: 0;
}
body .wf-admin wf-section-title .wf--extra wf-search .wf-btn {
  border-left: 0 !important;
  width: 50px;
}
body .wf-admin wf-section-title .wf--extra .wf-btn-title {
  font-size: 12px;
  height: 40px;
  margin: 4px 5px 0;
  line-height: 41px;
  border-radius: 4px;
  padding: 0 40px;
}
body .wf-admin wf-section-title .wf--extra .wf-icon-title {
  cursor: pointer;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  width: 48px;
  text-align: center;
  font-size: 22px;
  margin: 0;
  border-left: 1px solid #323f45;
  background: #151c1f;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-section-title .wf--extra .wf-icon-title-delete {
  color: #eb4a4a !important;
}
body .wf-admin wf-section-title .wf--extra .wf-icon-title-delete:hover {
  background: #eb4a4a !important;
  color: white !important;
}
body .wf-admin wf-section-title .wf--extra .wf-icon-title-edit:hover {
  background: #0985c4 !important;
  color: white !important;
}
body .wf-admin wf-section-title wf-counter span.wf--counter {
  color: #00f6a6;
  font-weight: 600;
}
body .wf-admin wf-section-title wf-counter span.wf--max {
  font-weight: 600;
}
body .wf-admin panel-data wf-section-title {
  border: 1px solid #323f45;
}
body .wf-admin panel-data wf-section-title,
body .wf-admin wf-body wf-section-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 66px;
  background: #0f1517;
}
body .wf-admin panel-data wf-section-title div.wf-section-title-loader,
body .wf-admin wf-body wf-section-title div.wf-section-title-loader {
  border-right: 1px solid #323f45;
  height: 50px;
  width: 50px;
  padding: 7px 0 0 7px;
}
body .wf-admin panel-data wf-section-title span.wf-section-title-icon,
body .wf-admin wf-body wf-section-title span.wf-section-title-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  font-size: 30px;
  height: 100%;
  text-align: center;
  background: #0f1517;
  border-right: 1px solid #323f45;
  color: #fff;
}
body .wf-admin panel-data wf-section-title span.wf-section-title-icon .wf-icon-tools-2,
body .wf-admin wf-body wf-section-title span.wf-section-title-icon .wf-icon-tools-2 {
  font-size: 24px;
}
body .wf-admin panel-data wf-section-title span.wf-section-title-icon .wf-icon-envelope,
body .wf-admin wf-body wf-section-title span.wf-section-title-icon .wf-icon-envelope {
  font-size: 24px;
}
body .wf-admin panel-data wf-section-title span.wf-section-title-icon .wf-icon-key,
body .wf-admin wf-body wf-section-title span.wf-section-title-icon .wf-icon-key {
  font-size: 24px;
}
body .wf-admin panel-data wf-section-title span.wf-section-title-text,
body .wf-admin wf-body wf-section-title span.wf-section-title-text {
  font-size: 12px;
  letter-spacing: .3em;
  font-weight: 700;
  text-transform: uppercase;
}
body .wf-admin panel-data wf-section-title span.wf-btn,
body .wf-admin wf-body wf-section-title span.wf-btn {
  border-left: 2px solid #323f45;
}
body .wf-admin panel-data wf-section-title span.wf-btn span.wf-section-title-icon,
body .wf-admin wf-body wf-section-title span.wf-btn span.wf-section-title-icon {
  position: absolute;
  top: 0;
  left: -50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-left: 1px solid #323f45;
  display: block;
}
body .wf-admin panel-data wf-section-title span.wf-btn span.wf-section-title-icon span,
body .wf-admin wf-body wf-section-title span.wf-btn span.wf-section-title-icon span {
  line-height: 50px;
  font-size: 18px;
}
body .wf-admin wf-list {
  position: relative;
  display: block;
  margin-bottom: 0;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-list ul {
  margin: 0;
  padding: 0;
}
body .wf-admin wf-list li,
body .wf-admin wf-list .item-sortable {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-sidebar wf-list {
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-sidebar wf-list li.wf-field,
body .wf-admin wf-sidebar wf-list div.wf-field,
body .wf-admin wf-sidebar wf-list li.wf-table-col,
body .wf-admin wf-sidebar wf-list li.wf-live-player,
body .wf-admin wf-sidebar wf-list li.wf-action {
  height: 34px;
  margin-bottom: 6px;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-field span.item-bottom,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-visible,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-bottom,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-bottom,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-bottom,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-bottom {
  color: white;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-visible.left,
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top.left,
body .wf-admin wf-sidebar wf-list li.wf-field span.item-bottom.left,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-visible.left,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top.left,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-bottom.left,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-visible.left,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top.left,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-bottom.left,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-visible.left,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top.left,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-bottom.left,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-visible.left,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top.left,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-bottom.left {
  margin-left: 8px;
  cursor: pointer;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-visible,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-visible,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-visible {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  z-index: 10;
  background: #71be48;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-visible.not,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-visible.not,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-visible.not,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-visible.not,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-visible.not {
  background: #be4e48;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top {
  margin-bottom: 3px;
  border-radius: 0 4px 4px 0;
  padding: 0 40px 0 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  background: rgba(15, 20, 23, 0.55);
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top:hover,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top:hover,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top:hover,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top:hover {
  background: #0F1417;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-text,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-text,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-text,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-text,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon {
  height: 36px;
  width: 38px;
  line-height: 34px;
  text-align: center;
  background-color: transprarent;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon, body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon span {
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon:hover span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon:hover span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon:hover span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon:hover span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon:hover span {
  color: #FFF;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.first,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.first,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.first,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.first,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.first {
  float: left;
  line-height: 36px;
  font-size: 20px;
  background: rgba(15, 20, 23, 0.5);
  border-right: 2px solid #243137;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.first span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.first span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.first span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.first span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.first span {
  color: #FFF !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.active span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.active span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.active span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.active span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.active span {
  color: #71be48 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.active:hover span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.active:hover span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.active:hover span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.active:hover span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.active:hover span {
  color: #98ff61 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.not span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.not span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.not span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.not span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.not span {
  color: rgba(255, 255, 255, 0.5) !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.not:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.not:hover,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.not:hover,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.not:hover,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.not:hover {
  background: #192022;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.not:hover span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.not:hover span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.not:hover span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.not:hover span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.not:hover span {
  color: white !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.add span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.add span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.add span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.add span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.add span {
  display: block;
  line-height: 36px;
  font-size: 16px;
  border: 0 !important;
  color: #ffd200 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.add:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.add:hover,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.add:hover,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.add:hover,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.add:hover {
  background: #ffd200;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.add:hover span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.add:hover span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.add:hover span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.add:hover span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.add:hover span {
  color: black !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.close span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.close span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.close span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.close span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.close span {
  font-size: 16px;
  color: #eb4a4a !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.close:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.close:hover,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.close:hover,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.close:hover,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.close:hover {
  background: rgba(255, 15, 15, 0.05);
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon.close:hover span,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon.close:hover span,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.wf-icon.close:hover span,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon.close:hover span,
body .wf-admin wf-sidebar wf-list li.wf-action span.wf-icon.close:hover span {
  color: #ff2d2d !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top span.wf-icon,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top span.wf-icon,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top span.wf-icon {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  border-left: 2px solid #243137;
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top span.wf-icon:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top span.wf-icon:hover,
body .wf-admin wf-sidebar wf-list li.wf-table-col span.item-top span.wf-icon:hover,
body .wf-admin wf-sidebar wf-list li.wf-live-player span.item-top span.wf-icon:hover,
body .wf-admin wf-sidebar wf-list li.wf-action span.item-top span.wf-icon:hover {
  color: #FFF;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top {
  cursor: ns-resize !important;
  border-radius: 0 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top .wf-icon-close,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top .wf-icon-close {
  color: #eb4a4a !important;
  cursor: pointer !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-top .wf-icon-close:hover,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-top .wf-icon-close:hover {
  color: #ff3131 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field.item-dragging span.item-top,
body .wf-admin wf-sidebar wf-list div.wf-field.item-dragging span.item-top {
  cursor: move;
  background: #71be48;
}
body .wf-admin wf-sidebar wf-list li.wf-field.item-dragging span.item-visible,
body .wf-admin wf-sidebar wf-list div.wf-field.item-dragging span.item-visible {
  background: #ffd200 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-bottom,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-bottom {
  opacity: 0;
  height: 0px;
  line-height: 0;
  visibility: hidden;
  background: #141C1F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-bottom span.wf-icon,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-bottom span.wf-icon {
  width: 25%;
  display: inline-block;
  border-left: 2px solid #243137;
  position: relative;
  text-align: center;
  vertical-align: top;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.item-bottom span.wf-icon span,
body .wf-admin wf-sidebar wf-list div.wf-field span.item-bottom span.wf-icon span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .wf-admin wf-sidebar wf-list li.wf-field:hover,
body .wf-admin wf-sidebar wf-list div.wf-field:hover {
    /*
    // DISABLE FIELD ACTIONS
    		height: 71px;
    		span.item-bottom {
			    opacity: 1;
			    height: 34px;
			    line-height: 34px;
			    visibility: visible;
    		}
		*/
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon-pin,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon-pin {
  font-size: 22px;
  line-height: 34px;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon-cog,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon-cog {
  font-size: 18px;
  line-height: 34px;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon-police,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon-police {
  font-size: 24px;
  line-height: 34px;
}
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon-eye-blocked,
body .wf-admin wf-sidebar wf-list li.wf-field span.wf-icon-eye2,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon-eye-blocked,
body .wf-admin wf-sidebar wf-list div.wf-field span.wf-icon-eye2 {
  font-size: 20px;
  line-height: 34px;
}
body .wf-admin wf-sidebar wf-list li.wf-action:hover .wf-icon.add {
  background: #ffd200;
}
body .wf-admin wf-sidebar wf-list li.wf-action:hover .wf-icon.add span {
  color: black;
}
body .wf-admin wf-sidebar wf-list li.wf-action .item-content .wf-icon.first,
body .wf-admin wf-sidebar wf-list li.wf-action .item-content .item-top {
  background: #0F1417;
}
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .wf-icon.first,
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .item-top {
  background: rgba(15, 20, 23, 0.25);
}
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .wf-icon.first span,
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .wf-icon.add span,
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .item-top {
  color: rgba(255, 255, 255, 0.4);
}
body .wf-admin wf-sidebar wf-list li.wf-action .item-content.not .wf-icon.add {
  background: transparent;
}
body .wf-admin wf-sidebar wf-list li.wf-item span {
  display: inline-block;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin wf-sidebar wf-list li.wf-item span.item-text {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .1em;
}
body .wf-admin wf-sidebar wf-list li.wf-item span.wf-icon {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  width: 40px;
  padding: 5px 15px 0 5px;
}
body .wf-admin wf-sidebar wf-list li.wf-item:hover span {
  color: #FFF;
}
body .wf-admin wf-sidebar wf-list li.wf-live-player {
  text-align: center;
  height: 55px;
  line-height: 55px;
  width: 25%;
  display: inline-block;
  border: 1px solid #243137;
  background: rgba(15, 20, 23, 0.4);
  cursor: pointer;
}
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
body .wf-admin wf-sidebar wf-list li.wf-live-player span.wf-icon span {
  font-size: 25px;
  line-height: 55px;
  display: block;
  color: #ffd200 !important;
}
body .wf-admin wf-sidebar wf-list li.wf-live-player:hover {
  background: #0f1417;
}
body .wf-admin wf-sidebar wf-list li.wf-live-player:hover span.wf-icon span {
  color: #fff !important;
}
body .wf-admin wf-sidebar wf-list li.wf-legend {
  text-align: left;
  height: 36px;
  line-height: 36px;
  width: 100%;
  display: inline-block;
  border: 2px solid #243137;
  background: #28363c;
  margin-bottom: -6px;
  padding: 0 10px 0 36px;
}
body .wf-admin wf-sidebar wf-list li.wf-legend .item-marker {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
}
body .wf-admin wf-sidebar wf-list li.wf-legend .item-marker span {
  display: block;
  height: 13px;
  width: 13px;
  background: transparent;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 10px;
}
body .wf-admin wf-sidebar wf-list li.wf-legend .item-text {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  padding-left: 10px;
  border-left: 2px solid #243137;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-visitor .item-marker span {
  background: #29B4DF;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-visitor .item-text {
  color: #29B4DF;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-completed .item-marker span {
  background: #85DD57;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-completed .item-text {
  color: #91FF58;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-uncompleted .item-marker span {
  background: #FFA35B;
}
body .wf-admin wf-sidebar wf-list li.wf-legend.wf-legend-uncompleted .item-text {
  color: #FFA35B;
}
body .wf-admin wf-sidebar wf-list ul.list-date {
  margin-bottom: 15px;
}
body .wf-admin wf-sidebar wf-list ul.list-date li.item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #78868D;
  padding: 6px 0;
  border: 1px solid #39454B;
  margin-left: -1px;
  margin-top: -1px;
  font-weight: 300;
  letter-spacing: .1em;
  font-size: 11px;
  margin-bottom: -4px;
}
body .wf-admin wf-sidebar wf-list ul.list-date.list-years li.item {
  width: 25%;
}
body .wf-admin wf-sidebar wf-list ul.list-date.list-month li.item {
  width: 25%;
}
body .wf-admin wf-sidebar wf-list ul.list-date.list-week li.item {
  width: 16.666666667%;
}
body .wf-admin wf-sidebar wf-list li.selectable {
  cursor: pointer;
  background: #394B53;
}
body .wf-admin wf-sidebar wf-list li.selectable .item-text {
  font-weight: 600;
  color: white;
}
body .wf-admin wf-sidebar wf-list li.selectable:hover {
  background: #ffd200;
}
body .wf-admin wf-sidebar wf-list li.selectable:hover .item-text {
  color: #000;
}
body .wf-admin wf-sidebar wf-list li.selected {
  background: #B9F998;
  cursor: default !important;
}
body .wf-admin wf-sidebar wf-list li.selected .item-text {
  font-weight: 700;
  color: #0F1517;
}
body .wf-admin wf-body wf-list {
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-body wf-list ul.search-filters {
  background: #1c272b;
  box-shadow: 0px 10px 20px rgba(1, 1, 1, 0.34);
  border: 1px solid #323F45;
  border-top: 0 !important;
}
body .wf-admin wf-body wf-list ul.search-filters li.item {
  text-transform: uppercase;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #323F45;
  cursor: pointer;
  line-height: 20px;
  margin: 0;
}
body .wf-admin wf-body wf-list ul.search-filters li.item .item-text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 11px;
  color: white;
  letter-spacing: .1em;
  width: 100%;
}
body .wf-admin wf-body wf-list ul.search-filters li.item:nth-of-type(even) {
  background: rgba(47, 59, 63, 0.3);
}
body .wf-admin wf-body wf-list ul.search-filters li.item:hover .item-text {
  color: #8c9fa7;
}
body .wf-admin wf-body wf-list ul.search-filters li.item.selected {
  background: #ffd200;
}
body .wf-admin wf-body wf-list ul.search-filters li.item.selected .item-text {
  color: black;
}
body .wf-admin wf-tabs {
  position: relative;
  display: block;
  padding-top: 2px;
  height: 42px;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-tabs div.wf-tab,
body .wf-admin wf-tabs div.wf-add-tab,
body .wf-admin wf-tabs wf-next-tab,
body .wf-admin wf-tabs wf-prev-tab {
  display: inline-block;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content,
body .wf-admin wf-tabs div.wf-add-tab span.wf--content,
body .wf-admin wf-tabs wf-next-tab span.wf--content,
body .wf-admin wf-tabs wf-prev-tab span.wf--content {
  display: block;
}
body .wf-admin wf-tabs div.wf-items {
  position: relative;
  height: 58px;
  width: 100%;
  white-space: nowrap;
  border-bottom: 10px solid #323f45;
  overflow-x: auto;
  overflow-y: hidden;
}
body .wf-admin wf-tabs div.wf-items.control {
  padding-right: 64px;
}
body .wf-admin wf-tabs div.wf-items:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  background: #323f45;
}
body .wf-admin wf-tabs div.wf-tab {
  margin-left: 20px;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content {
  height: 42px;
  z-index: 50;
  cursor: pointer;
  background: #1c272b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit strong {
  color: #85dd57;
  font-weight: 600;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.delete {
  vertical-align: middle;
  height: 100%;
  padding: 0 8px 0 8px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  line-height: 42px;
  display: none;
  visibility: hidden;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.delete span {
  color: #eb4a4a !important;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.delete:hover {
  background: #412120;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.delete:hover span {
  color: #fff !important;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.config {
  padding-right: 10px;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.config span {
  color: rgba(255, 255, 255, 0.6);
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit span.wf-icon.config:hover span {
  color: #fff !important;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.lg {
  color: #fff;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content:hover.edit {
  background: #323f45;
  color: #fff;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content:hover.lg {
  color: #8c9fa7;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected {
  z-index: 100;
  background: #323f45;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected.edit {
  padding-right: 40px;
  color: #fff;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected.edit span.wf-icon.delete {
  visibility: visible;
  display: block;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected.edit span.wf-icon.config {
  visibility: visible;
  display: inline-block;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected.lg {
  color: #ffd200;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.wf--content-0 {
  padding-right: 15px !important;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content {
  position: relative;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content:after, body .wf-admin wf-tabs div.wf-tab span.wf--content:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid #1c272b;
  border-color: transparent transparent #1c272b transparent;
  top: -49px;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content:after {
  border-width: 50px 24px 41px 0;
  right: -24px;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content:before {
  border-width: 50px 0 41px 24px;
  left: -24px;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.edit:hover:after, body .wf-admin wf-tabs div.wf-tab span.wf--content.edit:hover:before,
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected:after,
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected:before {
  border-color: transparent transparent #323f45 transparent;
}
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected .wf-icon.config,
body .wf-admin wf-tabs div.wf-tab span.wf--content.selected .wf-icon.delete {
  display: none;
  visibility: hidden;
}
body .wf-admin wf-tabs div.wf-add-tab {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffd200 !important;
  background: #ffd200 !important;
  color: #ffd200;
  padding: 2px 0px 12px 16px;
  margin-left: 20px;
  margin-right: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .wf-admin wf-tabs div.wf-add-tab span.wf-icon {
  color: #1c272b !important;
  position: absolute;
  font-size: 16px;
  top: 7px;
  left: 7px;
}
body .wf-admin wf-tabs div.wf-add-tab:hover {
  opacity: .7;
}
body .wf-admin wf-tabs div.wf-add-tab:after, body .wf-admin wf-tabs div.wf-add-tab:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid #1c272b;
  border-color: transparent transparent #FFD200 transparent;
}
body .wf-admin wf-tabs div.wf-add-tab:after {
  border-width: 34px 24px 32px 0;
  right: -24px;
  top: -34px;
}
body .wf-admin wf-tabs div.wf-add-tab:before {
  border-width: 34px 0 32px 24px;
  left: -24px;
  top: -34px;
}
body .wf-admin wf-tabs wf-control-tabs {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 40px;
  z-index: 150;
  font-size: 20px;
  color: #1c272b;
  background: #243137;
  border: 2px solid #243137;
  border-top: 0;
  border-bottom: 0;
}
body .wf-admin wf-tabs wf-prev-tab,
body .wf-admin wf-tabs wf-next-tab {
  height: 44px;
  line-height: 25px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px;
  margin: -1px;
  font-size: 18px;
  color: #FFD200;
  cursor: pointer;
}
body .wf-admin wf-tabs wf-prev-tab:hover,
body .wf-admin wf-tabs wf-next-tab:hover {
  color: white;
}
body .wf-admin wf-tabs div.wf--sortable-list {
  display: none;
  border: 1px solid red;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
body .wf-admin wf-tabs div.wf--sortable-list div.wf--sortable {
  position: relative;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs {
  text-align: left;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs div.wf-items {
  border-bottom: 10px solid #1c272b !important;
  background: #182124;
  padding: 7px 0;
  margin: -10px 0 0 -10px;
  height: 65px;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs div.wf-items:after {
  background: #1c272b !important;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content {
  background: #323f45 !important;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content.selected {
  background: #1c272b !important;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content {
  position: relative;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content:after, body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content:before {
  border-color: transparent transparent #323f45 transparent;
}
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content.edit:hover:after, body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content.edit:hover:before,
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content.selected:after,
body .wf-admin wf-panel-body .wf-custom-view-tabs wf-tabs span.wf--content.selected:before {
  border-color: transparent transparent #1c272b transparent;
}
body .wf-admin wf-table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1px;
  display: block;
}
body .wf-admin wf-table wf-table wf-row {
  padding-left: 44px;
}
body .wf-admin wf-table .wf-level {
  border-top: 1px solid #323f45;
}
body .wf-admin wf-table .wf-level wf-row {
  background: rgba(28, 36, 39, 0.6);
}
body .wf-admin wf-table .wf-open {
  margin-bottom: -2px;
}
body .wf-admin wf-table .wf-open .track-horizontal {
  display: none !important;
}
body .wf-admin wf-table wf-table-head {
  text-transform: uppercase;
}
body .wf-admin wf-table wf-table-head wf-row {
  border-top: #50575D 4px solid;
}
body .wf-admin wf-table wf-table-head wf-cell {
  line-height: 40px;
  background: #0f1517 !important;
}
body .wf-admin wf-table wf-table-head wf-cell .wf-c {
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700 !important;
  color: #FFF !important;
}
body .wf-admin wf-table wf-table-head .wf-filters {
  position: absolute;
  right: 16px;
  top: 16px;
  position: absolute;
  top: 7px;
  right: 7px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  border-radius: 4px;
  transform: scale(0.8);
  width: 28px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .wf-admin wf-table wf-table-head .wf-filters .wf-icon {
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
body .wf-admin wf-table wf-table-head .wf-filters .wf-icon:active, body .wf-admin wf-table wf-table-head .wf-filters .wf-icon:hover {
  color: #4BFF00;
}
body .wf-admin wf-table wf-table-head .wf-filters .wf-icon.up {
  padding: 5px 2px 0px 2px;
}
body .wf-admin wf-table wf-table-head .wf-filters .wf-icon.down {
  padding: 0px 2px 5px 2px;
}
body .wf-admin wf-table wf-table-head .wf-filters:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 140, 0.4);
}
body .wf-admin wf-table wf-table-head .wf-filters.filter-up .wf-icon.up {
  color: #4BFF00;
}
body .wf-admin wf-table wf-table-head .wf-filters.filter-down .wf-icon.down {
  color: #4BFF00;
}
body .wf-admin wf-table wf-table-body wf-row:hover wf-cell,
body .wf-admin wf-table wf-table-body wf-row-selected:hover wf-cell {
  background: rgba(15, 21, 23, 0.7);
}
body .wf-admin wf-table wf-table-body wf-cell {
  line-height: 20px;
}
body .wf-admin wf-table wf-table-body wf-row:nth-of-type(even) wf-cell {
  background: rgba(15, 21, 23, 0.5);
}
body .wf-admin wf-table wf-table-body wf-row:nth-of-type(even) ._checked wf-cell {
  background: rgba(7, 46, 64, 0.5);
}
body .wf-admin wf-table wf-table-body wf-row:nth-of-type(odd) wf-cell {
  background: rgba(15, 21, 23, 0.6);
}
body .wf-admin wf-table wf-table-body wf-row:nth-of-type(odd) ._checked wf-cell {
  background: rgba(6, 35, 48, 0.59);
}
body .wf-admin wf-table wf-table-body wf-row:hover:nth-of-type(even) wf-cell {
  background: #0f1517;
}
body .wf-admin wf-table wf-table-body wf-row:hover:nth-of-type(even) ._checked wf-cell {
  background: #072e40;
}
body .wf-admin wf-table wf-table-body wf-row:hover:nth-of-type(odd) wf-cell {
  background: #0f1517;
}
body .wf-admin wf-table wf-table-body wf-row:hover:nth-of-type(odd) ._checked wf-cell {
  background: #062330;
}
body .wf-admin wf-table wf-table-foot {
  position: relative;
  display: block;
}
body .wf-admin wf-table wf-row {
  display: block;
}
body .wf-admin wf-table wf-cell {
  display: table-cell;
  position: relative;
  border: 1px solid #323f45;
  border-top: 0;
}
body .wf-admin wf-table wf-cell,
body .wf-admin wf-table wf-cell .wf-c,
body .wf-admin wf-table wf-cell .wf-full {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-table-foreach {
  position: relative;
  display: block;
}
body .wf-admin wf-row wf-cell:nth-of-type(odd) .wf-c {
  background: rgba(255, 255, 255, 0.02);
}
body .wf-admin wf-row ._checked wf-cell .wf-c.action:not(.check) .wf-icon span:before {
  visibility: hidden;
  opacity: 0;
}
body .wf-admin wf-cell {
  vertical-align: top;
}
body .wf-admin wf-cell .wf-c {
  display: block;
  background: transparent;
  letter-spacing: .1em;
  padding: 10px 15px;
}
body .wf-admin wf-cell .wf-c span.wf-text {
  font-family: Georgia, sans-serif !important;
  font-weight: normal !important;
}
body .wf-admin wf-cell .wf-c:empty {
  visibility: hidden;
  opacity: 0;
}
body .wf-admin wf-cell .wf-c.action, body .wf-admin wf-cell .wf-c.number, body .wf-admin wf-cell .wf-c.id, body .wf-admin wf-cell .wf-c.date {
  text-align: center;
}
body .wf-admin wf-cell .wf-c.action {
  width: 41px;
  min-width: 41px;
  padding: 0;
}
body .wf-admin wf-cell .wf-c.boolean {
  width: 280px;
  min-width: 280px;
}
body .wf-admin wf-cell .wf-c.boolean .wf-icon {
  margin-right: 12px;
}
body .wf-admin wf-cell .wf-c.boolean .wf-true {
  color: #b3db95;
}
body .wf-admin wf-cell .wf-c.boolean .wf-false {
  color: #95CADB;
}
body .wf-admin wf-cell .wf-c.file {
  text-align: center;
  width: 250px;
  min-width: 250px;
  color: #eac205;
}
body .wf-admin wf-cell .wf-c.file .wf-text {
  cursor: pointer;
  position: relative;
  display: block;
}
body .wf-admin wf-cell .wf-c.file:hover {
  color: #0f1517;
  background: #ffd201;
}
body .wf-admin wf-cell .wf-c.string {
  width: 280px;
  min-width: 280px;
  color: #95CADB;
}
body .wf-admin wf-cell .wf-c.text {
  width: 400px;
  min-width: 400px;
  color: #95CADB;
}
body .wf-admin wf-cell .wf-c.id {
  width: 83px;
  min-width: 83px;
  padding: 10px 0;
  color: #6CE3FD;
  font-weight: 400;
}
body .wf-admin wf-cell .wf-c.number {
  width: 200px;
  min-width: 200px;
  padding: 10px 0;
  color: #6CE3FD;
  font-weight: 400;
}
body .wf-admin wf-cell .wf-c.date {
  width: 210px;
  min-width: 210px;
  font-weight: 400;
  color: #85dd57;
}
body .wf-admin wf-cell .wf-c.select {
  width: 400px;
  min-width: 400px;
  font-weight: 400;
  color: #95CADB;
}
body .wf-admin wf-cell .wf-c.shortcode {
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  text-align: center;
}
body .wf-admin wf-cell .wf-c.shortcode input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: .16em;
  font-size: 14px;
  color: #ACA2DD !important;
  background: rgba(35, 31, 44, 0.4);
}
body .wf-admin wf-cell .wf-c.shortcode input:hover {
  color: #170925 !important;
  font-weight: 400;
  background: #a58fb3;
}
body .wf-admin wf-cell .wf-c.editable:hover {
  background: #ffd201;
  color: #000;
  cursor: pointer;
}
body .wf-admin wf-cell .wf-c.editable:hover .wf-icon,
body .wf-admin wf-cell .wf-c.editable:hover .wf-true,
body .wf-admin wf-cell .wf-c.editable:hover .wf-false {
  color: #000;
}
body .wf-admin wf-cell .wf-c .wf-full {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  opacity: 0;
  background: transparent;
  color: #434343;
  padding: 10px 15px;
  min-height: 50px;
  visibility: hidden;
  display: none;
}
body .wf-admin wf-cell .wf-c .wf-full.top {
  bottom: 40px;
}
body .wf-admin wf-cell .wf-c .wf-full.bottom {
  top: 40px;
}
body .wf-admin wf-cell .wf-c .wf-full ul {
  margin-bottom: 0 !important;
}
body .wf-admin wf-cell .wf-c .wf-full li {
  display: block;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  margin: 0;
}
body .wf-admin wf-cell .wf-c .wf-full li:last-child {
  border: 0 !important;
}
body .wf-admin wf-cell .wf-c.string:hover .wf-full, body .wf-admin wf-cell .wf-c.text:hover .wf-full, body .wf-admin wf-cell .wf-c.select:hover .wf-full {
  opacity: 1;
  background: #eaeaea;
  visibility: visible;
  display: block;
}
body .wf-admin wf-cell .wf-c.action {
  position: relative;
}
body .wf-admin wf-cell .wf-c.action .wf-icon {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  line-height: 40px;
  background: #0f1517 !important;
  font-family: 'icomoon' !important;
}
body .wf-admin wf-cell .wf-c.action.check {
  cursor: pointer;
}
body .wf-admin wf-cell .wf-c.action.check .wf-icon {
  font-size: 16px;
}
body .wf-admin wf-cell .wf-c.action.check .wf-icon .wf-icon-checkbox-checked {
  color: white;
}
body .wf-admin wf-cell .wf-c.action.check .wf-icon .wf-icon-checkbox-unchecked {
  color: rgba(255, 255, 255, 0.3);
}
body .wf-admin wf-cell .wf-c.action.check .wf-icon:hover .wf-icon-checkbox-unchecked {
  color: white;
}
body .wf-admin wf-cell .wf-c.action.open, body .wf-admin wf-cell .wf-c.action.add, body .wf-admin wf-cell .wf-c.action.delete, body .wf-admin wf-cell .wf-c.action.edit, body .wf-admin wf-cell .wf-c.action.custom {
  cursor: pointer;
  font-size: 17px;
}
body .wf-admin wf-cell .wf-c.action.open {
  color: #C0FF78;
  font-size: 18px;
}
body .wf-admin wf-cell .wf-c.action.open .wf-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-cell .wf-c.action.open:hover .wf-icon {
  background: none !important;
}
body .wf-admin wf-cell .wf-c.action.set {
  color: #FFD200;
  font-size: 18px;
}
body .wf-admin wf-cell .wf-c.action.set span {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
}
body .wf-admin wf-cell .wf-c.action.set:hover .wf-icon {
  background: rgba(255, 210, 0, 0.2) !important;
}
body .wf-admin wf-cell .wf-c.action.delete {
  color: #eb4a4a;
  font-size: 18px;
}
body .wf-admin wf-cell .wf-c.action.delete:hover {
  color: #fff;
}
body .wf-admin wf-cell .wf-c.action.edit, body .wf-admin wf-cell .wf-c.action.custom {
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin wf-cell .wf-c.action.edit:hover, body .wf-admin wf-cell .wf-c.action.custom:hover {
  color: rgba(255, 255, 255, 0.9);
}
body .wf-admin wf-cell .wf-c.action.cell-null span, body .wf-admin wf-cell .wf-c.action.cell-empty span {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
}
body .wf-admin wf-cell .wf-c.action.cell-empty span {
  background: #323f45;
}
body .wf-admin wf-search {
  position: relative;
  display: block;
}
body .wf-admin wf-search .wf--input {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  height: 49px;
  overflow: hidden;
  border-left: 2px solid #323f45;
}
body .wf-admin wf-search .wf--input .wf-input-icon {
  font-size: 20px;
  position: absolute;
  z-index: 50;
  width: 50px;
  text-align: center;
}
body .wf-admin wf-search .wf--input input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  border: 0 !important;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 12px;
}
body .wf-admin wf-search .wf--input .wf--toggle {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: -300px;
  z-index: 200;
  height: 49px;
}
body .wf-admin wf-search .wf--input .wf--toggle .wf-btn {
  width: 51px;
  font-size: 20px;
}
body .wf-admin wf-search .wf--input.not {
  width: 50px;
  margin: 0 0 0 auto;
  background: #1c272b;
}
body .wf-admin wf-search .wf--input.not .wf-input-icon {
  cursor: pointer;
  color: #ffd200;
}
body .wf-admin wf-search .wf--input.not input,
body .wf-admin wf-search .wf--input.not .wf--toggle {
  opacity: 0;
  visibility: hidden;
  display: none;
}
body .wf-admin wf-search .wf--input.not .wf--toggle {
  right: -300px;
}
body .wf-admin wf-search .wf--input.not:hover {
  background: #ffd200;
}
body .wf-admin wf-search .wf--input.not:hover .wf-input-icon {
  color: #1c272b;
}
body .wf-admin wf-search .wf--input.active {
  width: 230px;
}
body .wf-admin wf-search .wf--input.active .wf-input-icon {
  color: rgba(15, 21, 23, 0.32);
  font-size: 24px;
  width: 45px;
  cursor: pointer;
}
body .wf-admin wf-search .wf--input.active .wf-input-icon:hover {
  color: rgba(15, 21, 23, 0.5);
}
body .wf-admin wf-search .wf--input.active input,
body .wf-admin wf-search .wf--input.active .wf--toggle {
  opacity: 1;
  visibility: visible;
  display: block;
}
body .wf-admin wf-search .wf--input.active input {
  padding-left: 50px;
}
body .wf-admin wf-search .wf--input.active .wf--toggle {
  right: 0;
}
body .wf-admin wf-search .wf--input.toggle.active {
  width: 280px;
}
body .wf-admin wf-search .wf--input.toggle.active input {
  padding-right: 50px;
}
body .wf-admin wf-search .wf--filters {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 49px;
  left: 1px;
}
body .wf-admin wf-search .wf--filters.not {
  opacity: 0;
  visibility: hidden;
  display: none;
}
body .wf-admin wf-search .wf--filters.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
body .wf-admin wf-section,
body .wf-admin wf-section-boxed {
  display: block;
}
body .wf-admin .wf-section-boxed wf-section {
  min-height: 300px;
  margin-bottom: 0;
  padding: 0 10px 20px;
  background: #1C272B;
  background-image: linear-gradient(to bottom right, #1c272b, rgba(20, 27, 30, 0.7));
  border-top: #50575D 4px solid;
}
body .wf-admin .wf-section-boxed wf-title {
  position: relative;
  color: white;
  font-size: 12px;
  letter-spacing: .3em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
  text-align: center;
}
body .wf-admin wf-main wf-sidebar wf-section,
body .wf-admin wf-main wf-sidebar wf-section-boxed {
  padding: 10px 10px 0;
}
body .wf-admin wf-main wf-body wf-section,
body .wf-admin wf-main wf-body wf-section-boxed {
  padding: 15px 20px;
}
body .wf-admin .wf-scrollbar .track-horizontal {
  min-width: 100%;
}
body .wf-admin .wf-scrollbar .thumb-horizontal {
  cursor: pointer;
  background: rgba(255, 210, 0, 0.9);
}
body .wf-admin .wf-scrollbar .thumb-horizontal:hover {
  background: #ffd200;
}
body .wf-admin wf-tabs .track-horizontal {
  background: #3a4a51;
  min-width: 100%;
  z-index: 90;
  bottom: 3px;
}
body .wf-admin wf-tabs .track-vertical
.thumb-vertical {
  display: none;
}
body .wf-admin wf-table .track-horizontal {
  background: #273237;
  height: 7px;
  min-width: 100%;
  z-index: 90;
  bottom: 1px;
}
body .wf-admin wf-select2 .wf-selection-archive-scrollbar .track-horizontal {
  background: transparent;
  height: 5px !important;
  min-width: 100%;
  z-index: 90;
  bottom: 6px;
}
body .wf-admin wf-select2 .wf-selection-archive-scrollbar .track-horizontal .thumb-horizontal {
  background: rgba(0, 0, 0, 0.2);
}
body .wf-admin wf-select2 .wf-selection-archive-scrollbar .track-horizontal .thumb-horizontal:hover {
  background: rgba(0, 0, 0, 0.3);
}
body .wf-admin wf-select2 .wf-selection-archive-scrollbar .track-vertical {
  display: none !important;
}
body .wf-admin wf-select2 .wf-option-archive-scrollbar .track-horizontal {
  background: transparent;
  height: 5px !important;
  min-width: 100%;
  z-index: 90;
  bottom: 6px;
}
body .wf-admin wf-select2 .wf-option-archive-scrollbar .track-horizontal .thumb-horizontal {
  background: rgba(0, 0, 0, 0.2);
}
body .wf-admin wf-select2 .wf-option-archive-scrollbar .track-horizontal .thumb-horizontal:hover {
  background: rgba(0, 0, 0, 0.3);
}
body .wf-admin wf-pagination {
  display: block;
  text-align: center;
}
body .wf-admin wf-pagination div.wf-pager {
  overflow: hidden;
  position: relative;
  height: 46px;
  line-height: 46px;
  background: #0f1517;
  margin: 0 auto;
  display: block;
  margin-top: 2px;
}
body .wf-admin wf-pagination div.wf-pager div,
body .wf-admin wf-pagination div.wf-pager span {
  display: inline-block;
}
body .wf-admin wf-pagination .pagination {
  margin: 7px auto 0;
}
body .wf-admin wf-pagination .pagination, body .wf-admin wf-pagination .pagination > li.btn-first-page > a, body .wf-admin wf-pagination .pagination > li.btn-last-page > a {
  border-radius: 0 !important;
}
body .wf-admin wf-pagination .pagination > li > a, body .wf-admin wf-pagination .pagination > li.disabled > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  background-color: #0f1517;
  border: 1px solid #323f45;
  font-size: 12px;
  letter-spacing: .1em;
  margin: 0 2px;
  font-weight: 600;
}
body .wf-admin wf-pagination .pagination > li.disabled > a {
  color: #616161 !important;
  background-color: #0f1517 !important;
  border: 1px solid #1c262a !important;
}
body .wf-admin wf-pagination .pagination > li > a:hover {
  cursor: pointer;
  background-color: #ffd200;
  border-color: #505b61;
  color: #0f1517;
}
body .wf-admin wf-pagination .pagination > li.active > a {
  cursor: default;
  background-color: #0985c4 !important;
  border-color: rgba(255, 255, 255, 0.41) !important;
  color: #ffffff;
}
body .wf-admin wf-modal {
  position: fixed;
  z-index: 6000;
  display: block;
  top: 32px;
  left: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}
body .wf-admin wf-modal wf-modal-content {
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 120px auto 150px;
  padding: 10px;
  background-color: rgba(194, 194, 194, 0.12);
  box-shadow: 0 0 20px rgba(27, 27, 27, 0.51);
  border-radius: 40px 40px;
}
body .wf-admin wf-modal wf-modal-head,
body .wf-admin wf-modal wf-modal-body,
body .wf-admin wf-modal wf-modal-foot {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
body .wf-admin wf-modal wf-modal-head {
  background-color: #151C1F;
  border-radius: 30px 30px 0 0;
  padding: 30px 20px 20px;
  text-align: center;
}
body .wf-admin wf-modal wf-modal-head .wf-head-title,
body .wf-admin wf-modal wf-modal-head .wf-head-description {
  display: block;
}
body .wf-admin wf-modal wf-modal-head .wf-head-title {
  padding-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .3em;
  font-size: 20px;
  color: #FFFFFF;
}
body .wf-admin wf-modal wf-modal-head .wf-head-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .1em;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  color: #839EA9;
}
body .wf-admin wf-modal wf-modal-head .wf-icon {
  position: absolute;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
body .wf-admin wf-modal wf-modal-head .wf-head-icon {
  top: -60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 52px;
  background-color: #ffd200;
  color: #151C1F;
}
body .wf-admin wf-modal wf-modal-head .wf-head-close {
  top: -130px;
  margin-left: -25px;
  cursor: pointer;
  font-size: 25px;
  line-height: 47px;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 248, 248, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-modal wf-modal-head .wf-head-close:hover {
  color: white;
  border-color: white;
}
body .wf-admin wf-modal wf-modal-body {
  margin-top: -10px;
  background: #3A6371;
  background-image: linear-gradient(to bottom right, #1c272b, rgba(20, 27, 30, 0.7));
}
body .wf-admin wf-modal wf-modal-foot {
  border-radius: 0 0 30px 30px;
  margin-bottom: 0;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 15px 10px 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn-cancel {
  border-radius: 0 0 0 30px;
  background: #151C1F !important;
  border: 2px solid #151C1F;
  color: #5E737B !important;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn-cancel:hover {
  background: #eb4a4a !important;
  border: 2px solid #eb4a4a;
  color: white !important;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn-update {
  cursor: default;
  border-radius: 0 0 30px 0;
  background: rgba(144, 144, 144, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.08);
  color: #a4a4a4 !important;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn-update.wf-ready {
  cursor: pointer !important;
  background: #ffd200 !important;
  color: #172023 !important;
}
body .wf-admin wf-modal wf-modal-foot .wf-btn-update.wf-ready:hover {
  background: #71be48 !important;
  border: 2px solid #71be48 !important;
  color: white !important;
}
body .wf-admin wf-modal wf-form wf-form-body {
  padding: 0 !important;
}
body .wf-admin wf-modal wf-form wf-field {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px 30px !important;
  border-bottom: 1px solid rgba(116, 156, 171, 0.25) !important;
}
body .wf-admin wf-modal wf-form wf-field wf-label {
  margin-bottom: 7px !important;
}
body .wf-admin wf-modal wf-form wf-field wf-label label .wf-text {
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
}
body .wf-admin wf-modal wf-form wf-field input[type=text],
body .wf-admin wf-modal wf-form wf-field input[type=password],
body .wf-admin wf-modal wf-form wf-field input[type=checkbox],
body .wf-admin wf-modal wf-form wf-field input[type=color],
body .wf-admin wf-modal wf-form wf-field input[type=date],
body .wf-admin wf-modal wf-form wf-field input[type=datetime],
body .wf-admin wf-modal wf-form wf-field input[type=datetime-local],
body .wf-admin wf-modal wf-form wf-field input[type=email],
body .wf-admin wf-modal wf-form wf-field input[type=month],
body .wf-admin wf-modal wf-form wf-field input[type=number],
body .wf-admin wf-modal wf-form wf-field input[type=radio],
body .wf-admin wf-modal wf-form wf-field input[type=tel],
body .wf-admin wf-modal wf-form wf-field input[type=time],
body .wf-admin wf-modal wf-form wf-field input[type=url],
body .wf-admin wf-modal wf-form wf-field input[type=week],
body .wf-admin wf-modal wf-form wf-field input[type=search],
body .wf-admin wf-modal wf-form wf-field textarea {
  border-top: 2px solid #ffd200;
  font-weight: 600;
}
body .wf-admin wf-modal wf-form ._c:nth-child(odd) wf-field {
  background: #3A6371;
  background-image: linear-gradient(to bottom right, #1c272b, rgba(20, 27, 30, 0.7));
}
body .wf-admin wf-modal wf-form ._c:nth-child(even) wf-field {
  background: #1C272B;
  background-image: linear-gradient(to bottom right, #1c272b, rgba(20, 27, 30, 0.7));
}
body .wf-admin wf-panel-edit {
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-panel-edit .wf--container {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 32px;
  right: 0;
}
body .wf-admin wf-panel-edit .wf-xs {
  width: 375px;
  right: -425px;
}
body .wf-admin wf-panel-edit .wf-xs wf-panel-foot {
  width: 375px;
  right: -425px;
}
body .wf-admin wf-panel-edit .wf-sm {
  width: 430px;
  right: -480px;
}
body .wf-admin wf-panel-edit .wf-sm wf-panel-foot {
  width: 430px;
  right: -480px;
}
body .wf-admin wf-panel-edit .wf-md {
  width: 800px;
  right: -850px;
}
body .wf-admin wf-panel-edit .wf-md wf-panel-foot {
  width: 800px;
  right: -850px;
}
body .wf-admin wf-panel-edit .wf-lg {
  width: 1024px;
  right: -1150px;
}
body .wf-admin wf-panel-edit .wf-lg wf-panel-foot {
  width: 1024px;
  right: -1150px;
}
@media (max-width: 1239px) {
  body .wf-admin wf-panel-edit .wf-sm {
    width: 375px;
    right: -425px;
  }
  body .wf-admin wf-panel-edit .wf-sm wf-panel-foot {
    width: 375px;
    right: -425px;
  }
}
@media (max-width: 767px) {
  body .wf-admin wf-panel-edit .wf-xs,
  body .wf-admin wf-panel-edit .wf-sm,
  body .wf-admin wf-panel-edit .wf-lg,
  body .wf-admin wf-panel-edit .wf-md {
    top: 46px !important;
    width: 100% !important;
    right: -950px;
  }
  body .wf-admin wf-panel-edit .wf-xs wf-panel-foot,
  body .wf-admin wf-panel-edit .wf-sm wf-panel-foot,
  body .wf-admin wf-panel-edit .wf-lg wf-panel-foot,
  body .wf-admin wf-panel-edit .wf-md wf-panel-foot {
    width: 100% !important;
    right: -950px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wf-admin wf-panel-edit .wf-lg,
  body .wf-admin wf-panel-edit .wf-md {
    width: 95% !important;
    right: -950px;
  }
  body .wf-admin wf-panel-edit .wf-lg wf-panel-foot,
  body .wf-admin wf-panel-edit .wf-md wf-panel-foot {
    width: 95% !important;
    right: -950px;
  }
}
body .wf-admin wf-panel-edit .wf-xs.wf-open,
body .wf-admin wf-panel-edit .wf-sm.wf-open,
body .wf-admin wf-panel-edit .wf-md.wf-open,
body .wf-admin wf-panel-edit .wf-lg.wf-open {
  right: 0;
}
body .wf-admin wf-panel-edit .wf-xs.wf-open wf-panel-foot,
body .wf-admin wf-panel-edit .wf-sm.wf-open wf-panel-foot,
body .wf-admin wf-panel-edit .wf-md.wf-open wf-panel-foot,
body .wf-admin wf-panel-edit .wf-lg.wf-open wf-panel-foot {
  right: 0;
}
body .wf-admin wf-panel-edit panel-data {
  position: relative;
  display: block;
}
body .wf-admin wf-panel-edit wf-panel-head,
body .wf-admin wf-panel-edit wf-panel-body,
body .wf-admin wf-panel-edit wf-panel-foot {
  position: relative;
  display: block;
}
body .wf-admin wf-panel-edit wf-panel-head,
body .wf-admin wf-panel-edit wf-panel-foot {
  height: 60px;
  line-height: 60px;
}
body .wf-admin wf-panel-edit wf-panel-head {
  overflow: hidden;
}
body .wf-admin wf-panel-edit wf-panel-foot {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #1C272B;
  padding: 10px 5px;
  position: fixed;
  bottom: 8px;
  z-index: 1000;
}
body .wf-admin wf-panel-edit wf-panel-body {
  padding: 10px 20px 5px 20px;
}
body .wf-admin wf-panel-edit wf-panel-body wf-form {
  margin-bottom: 60px;
}
body .wf-admin wf-panel-edit .wf-no-scroll wf-panel-body {
  padding: 0 !important;
}
body .wf-admin wf-panel-edit .wf-head-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 48px;
  margin: 8px 0 0 8px;
  font-size: 26px;
  text-align: center;
  border-radius: 4px;
}
body .wf-admin wf-panel-edit .wf-head-icon .wf-icon-cube {
  display: block;
  margin-top: 5px;
  font-size: 34px;
}
body .wf-admin wf-panel-edit .wf-head-icon .wf-icon-police {
  font-size: 42px;
}
body .wf-admin wf-panel-edit .wf-head-title {
  padding-left: 65px;
  font-size: 14px;
  letter-spacing: .3em;
  font-weight: 700;
  text-transform: uppercase;
}
body .wf-admin wf-panel-edit .wf-head-close {
  text-align: center;
  margin: 9px 8px 0 0;
  display: inline-block;
  cursor: pointer;
  height: 42px;
  width: 42px;
  font-size: 26px;
  line-height: 40px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn {
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: .3em;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn .wf-icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  border-right: 2px solid;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-cancel .wf-icon {
  font-size: 22px;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-cancel:hover {
  background: #eb4a4a !important;
  border: 2px solid #eb4a4a;
  color: white !important;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-update {
  cursor: default;
  background: rgba(144, 144, 144, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.08);
  color: #a4a4a4 !important;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-update .wf-icon {
  font-size: 24px;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-update.wf-ready {
  cursor: pointer !important;
  background: #ffd200 !important;
  color: #172023 !important;
}
body .wf-admin wf-panel-edit wf-panel-foot .wf-btn-update.wf-ready:hover {
  background: #71be48 !important;
  border: 2px solid #71be48 !important;
  color: white !important;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-head {
  background-color: rgba(28, 39, 43, 0.8);
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-foot {
  background-color: #1C272B;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-body {
  background: #1c272b;
  background-image: linear-gradient(to bottom right, #1c272b, #141b1e);
  border-color: rgba(116, 156, 171, 0.25);
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-head .wf-head-icon {
  background-color: #ffd200;
  color: #151C1F;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-head .wf-head-title {
  color: #FFF;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-head .wf-head-close {
  color: white;
  border: 2px solid rgba(255, 248, 248, 0.3);
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-head .wf-head-close:hover {
  color: #eb4a4a;
  border-color: white;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-foot .wf-btn {
  background: #151c1f;
}
body .wf-admin wf-panel-edit .wf-dark wf-panel-foot .wf-btn .wf-icon {
  border-color: #182327;
}
body .wf-admin wf-panel-edit .wf-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.86)));
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.86));
  background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.86));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.86));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.86));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.86));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(255, 255, 255, 0.9)', EndColorStr='rgba(200, 200, 200, 0.86)');
}
body .wf-admin wf-panel-edit wf-form {
  display: block;
  padding: 10px;
}
body .wf-admin wf-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background: transparent;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-tooltip .wf--container {
  position: absolute;
  width: 444px;
}
body .wf-admin wf-tooltip wf-tooltip-head,
body .wf-admin wf-tooltip wf-tooltip-body {
  position: relative;
  display: block;
}
body .wf-admin wf-tooltip wf-tooltip-head {
  z-index: 1000;
}
body .wf-admin wf-tooltip wf-tooltip-head .wf-icon.add {
  z-index: 100;
  position: absolute;
  left: -24px;
  top: -4px;
  z-index: 100;
  color: #FFFFFF;
  background: #08B183;
  height: 100%;
  width: 40px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding-top: 11px;
}
body .wf-admin wf-tooltip wf-tooltip-body {
  min-height: 38px;
  background: #DADADA;
  width: 98.6%;
}
body .wf-admin wf-tooltip wf-tooltip-body .wf--title {
  position: relative;
  display: block;
  cursor: default !important;
  color: #087C5C;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: .3em;
  padding-left: 32px;
}
body .wf-admin wf-tooltip wf-tooltip-action {
  z-index: 100;
  position: absolute;
  top: 0;
  right: -79px;
  width: 80px;
  height: 38px;
  background: #DADADA;
  border-radius: 0 4px 4px 0;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn {
  background: #dadada;
  position: relative;
  display: block;
  line-height: 38px;
  text-align: center;
  height: 38px;
  padding: 0;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -2px;
  width: 1px;
  background: white;
  height: 30px;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn-update {
  font-size: 22px;
  color: #007B05;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn-update:hover {
  color: #003d02;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn-update.wf-btn-disable {
  color: #aeaeae !important;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn-cancel {
  font-size: 18px;
  color: #797979;
  border-radius: 0 4px 4px 0;
}
body .wf-admin wf-tooltip wf-tooltip-action .wf-btn-cancel:hover {
  color: #434343 !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-field {
  margin-bottom: 0 !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme ._c:last-child wf-input {
  border-bottom: 0 !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label {
  height: 0;
  max-height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label wf-req,
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label wf-counter {
  display: none !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label wf-error {
  display: block;
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  left: 7px;
  background: rgba(255, 66, 66, 0.9);
  color: white;
  padding: 7px;
  border-radius: 3px;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label wf-error .wf-error {
  color: #FFF !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-label wf-error:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 12px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: rgba(255, 66, 66, 0.9) transparent transparent transparent;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-field .first-child .wf-input-text input.wf-input-string {
  padding-left: 35px !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-field {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 5px;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-state {
  opacity: .3;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input {
  border-top: 1px solid #c7c7c7;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input .wf-input-text input {
  height: 32px;
  background: #dadada !important;
  border: 0 !important;
  padding-left: 30px !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input wf-select-single {
  display: block;
  padding: 7px 6px;
  background: #296888;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input wf-select-single select {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: #4a84a1;
  color: white;
  height: 32px;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 0 40px 0 7px;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input wf-select-single .wf-icon.down {
  background: #4a84a1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  height: 26px;
  width: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  color: white;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input wf-select-single .wf-icon.down span {
  line-height: 0;
  top: 24px;
  position: absolute;
  left: 0;
  right: 0;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input .wf-input-select wf-input-select {
  padding: 5px !important;
  border: 0 !important;
  background: #dadada !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input .wf-input-select wf-select-head {
  background: #e3e3e3;
  border: 1px solid #c6c6c6 !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input .wf-input-select wf-select-head:hover {
  background: #FFF;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input .wf-input-select wf-select-archive {
  padding: 6px 37px 0 7px !important;
  background: transparent !important;
  border: 0 !important;
}
body .wf-admin wf-tooltip-body .wf-admin-theme wf-input textarea.wf-multiliner {
  border: 0;
  border-top: 0 !important;
  /*
  background-image: -webkit-linear-gradient(#dadada, #dadada 30px, #b8b8b8 30px, #b8b8b8 31px, #fff 31px);
  background-image: -moz-linear-gradient(#dadada, #dadada 30px, #b8b8b8 30px, #b8b8b8 31px, #fff 31px);
  background-image: -ms-linear-gradient(#dadada, #dadada 30px, #b8b8b8 30px, #b8b8b8 31px, #fff 31px);
  background-image: -o-linear-gradient(#dadada, #dadada 30px, #b8b8b8 30px, #b8b8b8 31px, #fff 31px);
  background-image: linear-gradient(#dadada,#dadada 30px,#b8b8b8 30px,#b8b8b8 31px,#ffffff 31px);
  background-size: 100% 31px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  */
  background-color: #dadada;
  background-repeat: repeat;
  background-image: url(../img/editor/multiliner.png);
  line-height: 29px;
  font-size: 12px;
  padding-top: 0;
  padding-left: 15px !important;
  min-height: 434px !important;
}
body .wf-admin wf-overlay {
  display: block;
  position: fixed;
  top: 32px;
  left: 36px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-overlay.wf-e {
  pointer-events: none;
}
body .wf-admin wf-overlay span {
  display: block;
  width: 100%;
  height: 100%;
}
body .wf-admin wf-alert {
  display: block;
  position: absolute;
  z-index: 99999;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-alert wf-alert-box {
  display: block;
  position: absolute;
  z-index: 100000;
  left: 0;
  right: 0;
  margin: 100px auto;
  max-width: 820px;
  background: white;
  color: #2e4952;
}
body .wf-admin wf-alert .wf-alert-header {
  display: block;
}
body .wf-admin wf-alert .wf-alert-header .wf-icon.close {
  font-size: 30px;
  position: absolute;
  top: -80px;
  color: white;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  cursor: pointer;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin wf-alert .wf-alert-header .wf-icon.close:hover {
  border-color: white;
}
body .wf-admin wf-alert .wf-alert-body {
  display: block;
  padding: 25px 20px;
  border-top: 3px solid #e6f1b5;
}
body .wf-admin wf-alert .wf-alert-footer {
  display: block;
  padding: 0 20px 30px;
}
body .wf-admin wf-alert .wf--banner {
  display: block;
  height: 270px;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}
body .wf-admin wf-alert .wf--title {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #62a713;
}
body .wf-admin wf-alert .wf--content {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  max-width: 550px;
  margin: 0 auto;
}
body .wf-admin wf-alert .wf--link {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  background: #8BC34A;
  border-radius: 5px;
  color: white;
}
body .wf-admin wf-alert .wf--link:hover {
  background: #FF5722;
}
@media (max-width: 767px) {
  body .wf-admin wf-alert {
    display: block;
    min-width: 768px;
  }
}
body .wf-admin wf-notify {
  position: fixed;
  z-index: 10000;
  padding: 20px;
  top: 23px;
  left: 0;
  right: 10px;
  bottom: 0px;
  pointer-events: none;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin wf-notify .wf-message {
  position: relative;
  display: block;
  min-width: 250px;
  padding: 10px 10px 10px 50px;
  float: right;
  clear: both;
  margin-bottom: 5px;
  pointer-events: auto;
  border-radius: 25px 3px 24px 3px;
  animation: fadeOut 2700ms ease-in 0s 1 forwards;
  -webkit-animation: fadeOut 2700ms ease-in 0s 1 forwards;
  -moz-animation: fadeOut 2700ms ease-in 0s 1 forwards;
  color: white;
}
body .wf-admin wf-notify .wf-message .wf-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
body .wf-admin wf-notify .wf-message .wf-text {
  font-size: 14px;
}
body .wf-admin wf-notify .wf-message .wf-text strong {
  font-style: italic;
  letter-spacing: .03em;
}
body .wf-admin wf-notify .wf-loader {
  background: #1c272b;
  box-shadow: 0 0 20px #101619 inset;
}
body .wf-admin wf-notify .wf-loader wf-loader {
  top: 7px;
  left: 12px;
}
body .wf-admin wf-notify .wf-loader wf-loader div {
  width: 25px !important;
  height: 25px !important;
}
body .wf-admin wf-notify .wf-info {
  background: rgba(0, 168, 255, 0.9);
}
body .wf-admin wf-notify .wf-info .wf-icon {
  font-size: 38px;
}
body .wf-admin wf-notify .wf-success {
  background: rgba(113, 190, 72, 0.9);
}
body .wf-admin wf-notify .wf-success .wf-icon {
  font-size: 24px;
}
body .wf-admin wf-notify .wf-error {
  background: rgba(235, 74, 74, 0.9);
}
body .wf-admin wf-notify .wf-error .wf-icon {
  font-size: 22px;
}
body .wf-admin wf-notify .wf-warning {
  background: rgba(255, 152, 0, 0.9);
}
body .wf-admin wf-notify .wf-warning .wf-icon {
  top: 1px;
  left: 2px;
  font-size: 34px;
}
body .wf-admin baobab-logo {
  display: block;
  background-image: url(../img/baobab.gif);
  height: 250px;
  width: 225px;
  margin: 0 auto;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: -1;
}
body .wf-admin baobab-info {
  display: block;
  position: relative;
  padding: 25px 0 0 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body .wf-admin baobab-info:before, body .wf-admin baobab-info:after {
  content: "";
  position: absolute;
}
body .wf-admin baobab-info:before {
  top: 30px;
  left: 35px;
  width: 2px;
  height: 100%;
  background: rgba(80, 91, 97, 0.4);
}
body .wf-admin baobab-info:after {
  bottom: 0;
  left: 31px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: rgba(80, 91, 97, 0.4);
}
body .wf-admin baobab-info wf-section {
  padding-top: 0;
  padding-bottom: 30px !important;
}
body .wf-admin baobab-info wf-section:last-child {
  padding-top: 0;
  padding-bottom: 60px !important;
}
body .wf-admin baobab-info wf-counter .wf--text {
  color: white;
}
body .wf-admin baobab-info wf-counter .wf--counter {
  letter-spacing: .1em;
  font-size: 12px;
  padding-left: 2px;
  padding-right: 4px;
  color: #00F6A6;
  font-weight: 400;
}
body .wf-admin baobab-info span.wf-text {
  padding: 0 0 20px 34px;
  white-space: nowrap;
  color: #8C9DA7;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body .wf-admin baobab-info span.wf-icon {
  background: #243137;
  cursor: pointer;
  position: absolute;
}
body .wf-admin baobab-info span.wf-btn {
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}
body .wf-admin baobab-info .wf-baoba-info {
  position: relative;
}
body .wf-admin baobab-info .wf-baoba-info span.wf-icon {
  left: -5px;
  top: -5px;
  font-size: 30px;
  color: #00f6a6 !important;
}
body .wf-admin baobab-info .wf-baoba-info span.wf-text {
  color: white;
  padding-left: 35px;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-text {
  color: #fff;
  letter-spacing: .3em;
  font-weight: 600;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-icon {
  top: 0px;
  left: 0;
  font-size: 20px;
  color: #ffd200;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-delete span.wf-text,
body .wf-admin baobab-info .wf-baobab-action span.wf-delete span.wf-icon {
  color: #FF4141 !important;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-delete:hover span.wf-text {
  color: #fff !important;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-btn:hover span.wf-text {
  color: #ffd200;
}
body .wf-admin baobab-info .wf-baobab-action span.wf-btn:last-child {
  margin-bottom: 0;
}
body .wf-admin baobab-info .wf-baobab-branch li {
  margin-bottom: 15px;
}
body .wf-admin baobab-info .wf-baobab-branch li:hover span.wf-text {
  color: #ffffff;
}
body .wf-admin baobab-info .wf-baobab-branch span.wf-icon {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
}
body .wf-admin baobab-info .wf-baobab-branch span.wf-icon-radio-unchecked {
  color: #505b61;
}
body .wf-admin baobab-info .wf-baobab-branch span.wf-icon-radio-checked {
  color: #00f6a6;
}
body .wf-admin baobab-info .wf-baobab-branch li.item-active span.wf-icon-radio-unchecked {
  color: #00f6a6;
}
body .wf-admin baobab-info .wf-baobab-branch li:last-child {
  margin-bottom: 0;
}
body .wf-admin wf-baobab-panel {
  display: block;
  position: relative;
  padding: 10px 0;
}
body .wf-admin wf-baobab-panel .wf-btn-title {
  padding: 0 20px;
}
body .wf-admin wf-baobab-panel wf-table {
  top: -1px;
  right: -1px;
}
body .wf-admin wf-baobab-panel tree-archive .wf-c.text,
body .wf-admin wf-baobab-panel branch-archive .wf-c.text {
  width: 539px;
}
body .wf-admin wf-baobab-panel tree-archive .wf-c.action.cell-empty span,
body .wf-admin wf-baobab-panel branch-archive .wf-c.action.cell-empty span {
  background: #0f1517 !important;
}
body .wf-admin wf-baobab-panel option-archive .wf-c.text {
  width: 581px;
}
body .wf-admin wf-comfirm .wf-comfirm-body {
  padding: 10px 10px 0;
}
body .wf-admin wf-comfirm .wf-comfirm-body .wf-text {
  display: block;
}
body .wf-admin wf-comfirm .wf-comfirm-body .wf-text.large {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
}
body .wf-admin wf-comfirm .wf-comfirm-body .wf-text.small {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: .1em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .wf-admin wf-comfirm wf-modal wf-modal-foot .wf-btn-cancel {
  background: rgba(235, 74, 74, 0.7) !important;
  border: 2px solid #eb4a4a;
  color: white !important;
}
body .wf-admin wf-comfirm wf-modal wf-modal-foot .wf-btn-update.wf-ready {
  background: rgba(113, 190, 72, 0.7) !important;
  border: 2px solid #71be48;
  color: white !important;
}
body .wf-admin wf-comfirm wf-modal wf-modal-foot .wf-btn-update.wf-ready:hover {
  background: #71be48 !important;
}
body .wf-admin wf-live-player {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .wf-admin wf-live-player .wf-live-player-header {
  background: #1c272b;
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(67, 74, 76, 0.56);
  margin-bottom: 20px;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-title {
  color: white;
  font-size: 14px;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 15px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #434A4C;
  border-left: 1px solid #434A4C;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.rotate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #6CC5F9;
  font-size: 18px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #434A4C;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.rotate span {
  display: inline-block;
  vertical-align: middle;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.rotate:hover {
  color: #009FFB;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #FF6161;
  font-size: 20px;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.close span {
  display: inline-block;
  vertical-align: middle;
}
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.close:hover {
  color: red;
}
body .wf-admin wf-live-player .wf-live-player-header wf-list,
body .wf-admin wf-live-player .wf-live-player-header .wf-title,
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.rotate,
body .wf-admin wf-live-player .wf-live-player-header .wf-icon.close {
  display: inline-block;
}
body .wf-admin wf-live-player .wf-live-player-header wf-list .item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0;
}
body .wf-admin wf-live-player .wf-live-player-header wf-list .item .wf-icon {
  color: #FFFFFF;
  font-size: 20px;
}
body .wf-admin wf-live-player .wf-live-player-header wf-list .item .wf-icon span {
  display: inline-block;
  vertical-align: middle;
}
body .wf-admin wf-live-player .wf-live-player-header wf-list li.selected .wf-icon {
  color: #ffd200 !important;
}
body .wf-admin wf-live-player .wf-live-player-body {
  text-align: center;
  position: relative;
  padding-top: 5px;
}
body .wf-admin wf-live-player .wf-live-player-body .wf-frame {
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 50px;
}
body .wf-admin wf-live-player .wf-live-player-body .wf-frame iframe {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #3D474A;
  background: #1C272B;
  box-shadow: 0 10px 60px #0E1315;
  margin-bottom: 50px;
}
body .wf-admin wf-live-preview {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  display: block;
  background-image: url("../img/editor/livepreview/20.png");
  background-position: top left;
  background-repeat: repeat;
  margin-top: 16px;
  padding: 10px 0 0 10px;
}
body .wf-admin wf-live-preview wf-live-preview-container {
  position: relative;
  display: block;
  background-color: rgba(63, 75, 80, 0.6);
}
body .wf-admin wf-live-preview div.wf--children {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-height: 780px;
}
body .wf-admin wf-live-preview div.wf--data {
  z-index: 5000;
  pointer-events: none;
}
body .wf-admin wf-live-preview div.wf--data:before, body .wf-admin wf-live-preview div.wf--data:after {
  content: "";
  position: absolute;
}
body .wf-admin wf-live-preview div.wf--data:before {
  left: 10px;
  right: 0;
  bottom: 20px;
  height: 1px;
  background-color: #0085ae;
}
body .wf-admin wf-live-preview div.wf--data:after {
  left: 0;
  bottom: -3px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 23px;
  width: 100%;
}
body .wf-admin wf-live-preview span.wf---bar-horizontal,
body .wf-admin wf-live-preview span.wf---bar-vertical {
  background-position: top left;
  background-repeat: repeat;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  border-color: #0085ae;
  border-style: solid;
  border-width: 0;
}
body .wf-admin wf-live-preview span.wf---bar-horizontal {
  background-image: url("../img/editor/livepreview/h-blue.png");
  height: 20px;
  width: 100%;
  left: 10px;
  top: -10px;
  border-bottom-width: 1px;
}
body .wf-admin wf-live-preview span.wf---bar-vertical {
  background-image: url("../img/editor/livepreview/v-blue.png");
  width: 20px;
  top: 10px;
  bottom: 20px;
  left: -10px;
  border-right-width: 1px;
}
body .wf-admin wf-live-preview wf-form {
  display: block;
  padding: 20px 0 20px;
}
@media screen and (max-width: 1170px) {
  body .wf-admin wf-live-preview wf-form {
    display: block;
    padding: 20px 0 20px 20px;
  }
}
body .wf-admin wf-live-preview wf-field:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 200;
  pointer-events: none;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
body .wf-admin wf-live-preview wf-field:hover:before {
  border-color: #0085AE;
  border-radius: 4px;
  top: -4px;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 1000;
}
body .wf-admin wf-content-editor {
  position: absolute;
  display: block;
  height: 38px;
  overflow: hidden;
  left: 5px;
  right: 5px;
  background: rgba(15, 20, 23, 0.9);
  border: 1px solid rgba(144, 165, 173, 0.2);
  max-width: 780px;
  min-width: 300px;
  margin: 0 auto;
}
body .wf-admin wf-content-editor wf-content-tools {
  display: block;
  text-align: left;
  min-width: 300px;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  font-size: 20px;
  padding: 8px;
  width: 38px;
  height: 36px;
  overflow: hidden;
  border-left: 1px solid rgba(144, 165, 173, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon:hover {
  color: white;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon span {
  position: absolute;
  left: 0;
  right: 0;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon .wf-icon-menu {
  font-size: 24px;
  top: 6px;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon .wf-icon-pin {
  font-size: 24px !important;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon .wf-icon-police {
  top: 3px;
  font-size: 28px !important;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon .wf-icon-eye2 {
  color: #71be48 !important;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon.btn-required {
  border-right: 1px solid rgba(144, 165, 173, 0.2);
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon.btn-close {
  color: #eb4a4a !important;
  background: transparent;
  font-size: 18px;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon.btn-close span {
  top: 10px;
}
body .wf-admin wf-content-editor wf-content-tools .wf-icon.btn-close:hover {
  color: #eb4a4a !important;
  background-color: rgba(255, 15, 15, 0.2) !important;
}
body .wf-admin div._c wf-content-editor {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -36px;
  opacity: 0;
  visibility: hidden;
}
body .wf-admin div._c:hover wf-content-editor {
  top: -42px;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
body .wf-admin .wf-wdproducts-archive {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin .wf-wdproducts-archive .wf-item {
  overflow: hidden;
  height: 360px;
  padding-top: 30px;
  margin-bottom: 10px;
  position: relative;
  background-color: #1C272B;
  border-top: #50575D 4px solid;
}
body .wf-admin .wf-wdproducts-archive .wf-item,
body .wf-admin .wf-wdproducts-archive .wf-item-icon,
body .wf-admin .wf-wdproducts-archive .wf-item-title,
body .wf-admin .wf-wdproducts-archive .wf-item-slogan {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-wdproducts-archive .wf-item-head {
  position: relative;
}
body .wf-admin .wf-wdproducts-archive .wf-item-icon,
body .wf-admin .wf-wdproducts-archive .wf-item-title,
body .wf-admin .wf-wdproducts-archive .wf-item-slogan {
  display: block;
}
body .wf-admin .wf-wdproducts-archive .wf-item-icon {
  background-color: #2D3134;
  display: inline-block;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  line-height: 130px;
  font-size: 65px;
}
body .wf-admin .wf-wdproducts-archive .wf-item-icon.alias-light-bulb {
  font-size: 90px;
}
body .wf-admin .wf-wdproducts-archive .wf-item-title {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 30px 10px 20px;
  z-index: 100;
  position: relative;
}
body .wf-admin .wf-wdproducts-archive .wf-item-title small {
  display: block;
}
body .wf-admin .wf-wdproducts-archive .wf-item-status {
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3em;
  opacity: 0;
  display: none;
}
body .wf-admin .wf-wdproducts-archive .wf-item-slogan {
  display: block;
  padding: 0 10px 30px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  max-width: 90%;
  margin: 0 auto;
  font-family: Georgia, sans-serif !important;
}
body .wf-admin .wf-wdproducts-archive .wf-item-license {
  color: white;
  position: absolute;
  right: 30px;
  top: -10px;
  font-size: 30px;
  border: 1px solid #323F45;
  border-radius: 50%;
  padding: 5px;
}
body .wf-admin .wf-wdproducts-archive .wf-no-license {
  cursor: pointer;
}
body .wf-admin .wf-wdproducts-archive .wf-no-license:hover {
  color: #8BC34A;
}
body .wf-admin .wf-wdproducts-archive .wf-item-foot {
  z-index: 100;
  position: relative;
  padding-bottom: 30px;
  background-color: #1C272B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
body .wf-admin .wf-wdproducts-archive .wf-item-foot .wf-btn {
  height: 34px;
  font-size: 12px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .wf-admin .wf-wdproducts-archive .wf-item.wf-item-status-coming .wf-item-license {
  display: none !important;
}
body .wf-admin .wf-wdproducts-archive .wf-item.wf-item-status-coming .wf-item-status {
  width: 100%;
  display: block;
  text-transform: uppercase;
  opacity: 0;
  display: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .2em;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover {
  background-color: #181f22;
  border-color: #ffd200;
  overflow: initial;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover .wf-item-icon,
body .wf-admin .wf-wdproducts-archive .wf-item:hover .wf-item-title {
  color: #ffd200;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover .wf-item-slogan {
  color: #656E76;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover .wf-item-icon {
  background: #50575D;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover .wf-item-foot {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 20px 25px #161f22;
  background-color: #181f22;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming {
  border-color: #656E76 !important;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming .wf-item-icon,
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming .wf-item-title {
  color: #656E76;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming .wf-item-status {
  opacity: 1 !important;
  display: block !important;
  color: #00f6a6;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming .wf-item-slogan {
  display: none !important;
}
body .wf-admin .wf-wdproducts-archive .wf-item:hover.wf-item-status-coming .wf-item-foot {
  display: none !important;
}
@media (max-width: 767px) {
  body .wf-admin .wf-wdproducts-archive .wf-item-icon {
    height: 110px;
    width: 110px;
    line-height: 110px;
    font-size: 50px;
  }
  body .wf-admin .wf-wdproducts-archive .wf-item-icon.alias-light-bulb {
    font-size: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wf-admin .wf-wdproducts-archive .wf-item-icon {
    height: 110px;
    width: 110px;
    line-height: 110px;
    font-size: 50px;
  }
  body .wf-admin .wf-wdproducts-archive .wf-item-icon.alias-light-bulb {
    font-size: 65px;
  }
  body .wf-admin .wf-wdproducts-archive .wf-item-license {
    color: white;
    position: absolute;
    right: 10px;
    top: -20px;
    font-size: 25px;
  }
  body .wf-admin .wf-wdproducts-archive .wf-item-foot .wf-btn {
    height: 34px;
    font-size: 10px;
  }
}
@media (min-width: 1240px) {
  body .wf-admin .wf-wdproducts-archive .wf-item-slogan {
    font-size: 14px;
    line-height: 24px;
  }
}
body .wf-admin wf-theme-select,
body .wf-admin wf-theme-custom {
  display: inline-block;
  position: relative;
}
body .wf-admin wf-theme-select {
  height: 37px;
  width: 100%;
  padding: 2px;
  background: #0F1417;
  margin-bottom: 10px;
}
body .wf-admin wf-theme-select select {
  line-height: 20px;
  height: 33px;
  background: #0F1417;
  color: #fff;
  cursor: pointer;
  width: 85%;
  padding-left: 5px;
  border: 1px solid #324148 !important;
  border-left: 0;
  -moz-appearance: none;
  text-indent: 0.01px;
}
body .wf-admin wf-theme-select span.span {
  background: #ffd200 !important;
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  z-index: 10;
}
body .wf-admin wf-theme-select span.wf-icon {
  pointer-events: none;
  position: absolute;
  right: 38px;
  top: 5px;
  background: #0f1417;
  height: 28px;
  width: 30px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #324148;
}
body .wf-admin wf-theme-select span.wf-icon span {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  display: block;
  top: 2px;
  right: -4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.46);
}
body .wf-admin wf-theme-select span.wf-icon span:before {
  vertical-align: middle;
}
body .wf-admin wf-theme-select:hover span.wf-icon {
  color: white;
}
body .wf-admin wf-theme-custom {
  height: 37px;
  position: absolute;
  width: 37px;
  right: 0;
  padding-top: 5px;
  cursor: pointer;
  border-left: 2px solid #243137;
  background: #0F1417;
  text-align: center;
}
body .wf-admin wf-theme-custom img {
  width: 26px;
  margin: 0 auto;
}
body .wf-admin wf-theme-setting {
  display: block;
  position: relative;
}
body .wf-admin wf-theme-setting wf-list li.wf-table-col span.item-visible {
  background: #ffd200 !important;
}
body .wf-admin wf-theme-setting wf-list li.wf-table-col span.wf-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: initial;
}
body .wf-admin wf-theme-setting wf-list li.wf-table-col.active span.item-visible {
  background: #FF9800 !important;
}
body .wf-admin wf-debugger {
  display: block;
  position: relative;
}
body .wf-admin wf-debugger div {
  background: #212c32;
  font-size: 10px;
  letter-spacing: .05em;
  color: #68d0dd;
  padding: 1px 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}
body .wf-admin wf-debugger div pre {
  overflow: hidden;
}
body .wf-admin .wf-setting-panel {
  background-color: #181f22;
  border-top: #323f45 1px solid;
  overflow: initial;
}
body .wf-admin .wf-setting-panel-head {
  position: relative;
  padding: 10px;
  padding-left: 60px;
  border-bottom: 1px solid #323f45;
  background: #1c272c;
  font-size: 12px;
  color: #a1aeba;
}
body .wf-admin .wf-setting-panel-head .wf-icon {
  position: absolute;
  font-size: 25px;
  left: 0;
  top: 0;
  height: 100%;
  width: 51px;
  text-align: center;
  border-right: 1px solid #323f45;
}
body .wf-admin .wf-setting-panel-head .wf-icon span {
  margin-top: 8px;
  display: block;
}
body .wf-admin .wf-setting-panel-body .wf--row {
  border-bottom: 1px solid #323f45;
}
body .wf-admin .wf-setting-panel-body .wf--cell-checker {
  border-right: 1px solid #323f45;
}
body .wf-admin .wf-setting-panel-body .wf--cell-actions {
  background: rgba(15, 21, 23, 0.62);
  border-right: 1px solid #323f45;
}
body .wf-admin .wf-setting-panel-body .wf--cell-label {
  letter-spacing: .1em;
  color: #ffd200;
  border-right: 1px solid #202d33;
}
body .wf-admin .wf-setting-panel-body .wf--cell-label.valid {
  color: #86e454;
}
body .wf-admin .wf-setting-panel-body .wf--cell-label.ready {
  color: #00ff86;
}
body .wf-admin .wf-setting-panel-body .wf--cell-value {
  letter-spacing: .1em;
  background: rgba(15, 21, 23, 0.62);
}
body .wf-admin .wf-setting-panel-body .wf--cell-checker .wf-icon-check {
  font-size: 15px;
  color: #80d950;
}
body .wf-admin .wf-setting-panel-body .wf--cell-checker .wf-icon-close {
  font-size: 15px;
  color: #555555;
}
body .wf-admin .wf--table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1px;
  display: block;
}
body .wf-admin .wf--row {
  display: block;
}
body .wf-admin .wf--cell {
  text-align: center;
  line-height: 20px;
  display: table-cell;
  position: relative;
  border-top: 0;
  vertical-align: top;
  padding: 8px 10px;
}
body .wf-admin .wf--cell-label {
  text-align: left;
  min-width: 300px;
  max-width: 300px;
}
body .wf-admin .wf--cell-value {
  text-align: left;
  min-width: 600px;
  max-width: 600px;
}
body .wf-admin .wf--cell-checker {
  min-width: 50px;
  max-width: 50px;
}
body .wf-admin .wf--cell-actions {
  font-size: 16px;
  min-width: 50px;
  max-width: 50px;
  color: rgba(255, 255, 255, 0.5);
}
body .wf-admin .wf--cell-actions span {
  cursor: pointer;
}
body .wf-admin .wf--cell-actions:hover {
  color: white;
}
body .wf-admin .wf_action_archive {
  position: relative;
  display: block;
  text-align: center;
}
body .wf-admin .wf_action_archive:before, body .wf-admin .wf_action_archive:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
body .wf-admin .wf_action_archive:before {
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .wf-admin .wf_action_archive:after {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-left: -5px;
  bottom: -10px;
}
body .wf-admin .wf_action_tip {
  position: relative;
  text-align: center;
  padding: 0 0 90px;
}
body .wf-admin .wf_action_tip.wf_action_tip_1:before, body .wf-admin .wf_action_tip.wf_action_tip_1:after, body .wf-admin .wf_action_tip.wf_action_tip_2:before, body .wf-admin .wf_action_tip.wf_action_tip_2:after, body .wf-admin .wf_action_tip.wf_action_tip_3:before, body .wf-admin .wf_action_tip.wf_action_tip_3:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
body .wf-admin .wf_action_tip.wf_action_tip_1:before {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .wf-admin .wf_action_tip .wf_action_tip_wrapper {
  z-index: 100;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  padding: 14px 0;
  border-radius: 4px;
}
body .wf-admin .wf_action_tip .wf_action_tip_content {
  padding: 0 50px;
}
body .wf-admin .wf_action_tip .wf_action_tip_content .wf-icon {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 60px;
  line-height: 52px;
  font-size: 32px;
  width: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
body .wf-admin .wf_action_tip .wf_action_tip_content .wf-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  display: block;
  z-index: 100;
  position: relative;
}
body .wf-admin .wf_action_tip .wf_action_tip_actions span {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 50px;
  line-height: 45px;
  font-size: 20px;
  cursor: pointer;
}
body .wf-admin .wf_action_tip .wf_action_tip_actions span:hover {
  background: rgba(35, 35, 35, 0.14);
}
body .wf-admin .wf_action_tip .wf_action_tip_actions .btn-delete {
  left: 0;
  border-radius: 4px 0 0 4px;
}
body .wf-admin .wf_action_tip .wf_action_tip_actions .btn-edit {
  right: 0;
  border-radius: 0 4px 4px 0;
}
body .wf-admin .right .wf_action_tip_2:before {
  height: 80px;
  width: 51%;
  top: -62px;
  border-radius: 0 0 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  border-bottom: 0;
  background: none;
  left: -4px;
}
body .wf-admin .left .wf_action_tip_2:before {
  height: 80px;
  width: 51%;
  top: -62px;
  border-radius: 10px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0;
  border-bottom: 0;
  background: none;
  right: -4px;
}
body .wf-admin .wf_action_publish .wf_action_tip_wrapper,
body .wf-admin .wf_action_publish .wf_action_tip_content .wf-icon {
  background: #186BC2;
}
body .wf-admin .wf_action_publish .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_publish .wf_action_tip_actions .btn-edit {
  background: #1D78D8;
}
body .wf-admin .wf_action_success .wf_action_tip_wrapper,
body .wf-admin .wf_action_success .wf_action_tip_content .wf-icon {
  font-size: 28px;
  background: #74C04C;
}
body .wf-admin .wf_action_success .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_success .wf_action_tip_actions .btn-edit {
  background: #85DD57;
}
body .wf-admin .wf_action_error .wf_action_tip_wrapper,
body .wf-admin .wf_action_error .wf_action_tip_content .wf-icon {
  font-size: 24px;
  background: #E1413F;
}
body .wf-admin .wf_action_error .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_error .wf_action_tip_actions .btn-edit {
  background: #EB4A48;
}
body .wf-admin .wf_action_mail .wf_action_tip_wrapper,
body .wf-admin .wf_action_mail .wf_action_tip_content .wf-icon {
  font-size: 28px;
  background: #5FB5E1;
}
body .wf-admin .wf_action_mail .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_mail .wf_action_tip_actions .btn-edit {
  background: #68C5F5;
}
body .wf-admin .wf_action_analytics_form .wf_action_tip_wrapper,
body .wf-admin .wf_action_analytics_form .wf_action_tip_content .wf-icon {
  font-size: 25px;
  background: #90D26F;
}
body .wf-admin .wf_action_analytics_form .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_analytics_form .wf_action_tip_actions .btn-edit {
  background: #A0E77C;
}
body .wf-admin .wf_action_analytics_fields .wf_action_tip_wrapper,
body .wf-admin .wf_action_analytics_fields .wf_action_tip_content .wf-icon {
  background: #90D26F;
}
body .wf-admin .wf_action_analytics_fields .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_analytics_fields .wf_action_tip_actions .btn-edit {
  background: #A0E77C;
}
body .wf-admin .wf_action_nexus .wf_action_tip_wrapper,
body .wf-admin .wf_action_nexus .wf_action_tip_content .wf-icon {
  background: #FF7C49;
}
body .wf-admin .wf_action_nexus .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_nexus .wf_action_tip_actions .btn-edit {
  background: #FD9066;
}
body .wf-admin .wf_action_redirect .wf_action_tip_wrapper,
body .wf-admin .wf_action_redirect .wf_action_tip_content .wf-icon {
  background: #B294BE;
}
body .wf-admin .wf_action_redirect .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_redirect .wf_action_tip_actions .btn-edit {
  background: #C5A4D2;
}
body .wf-admin .wf_action_download .wf_action_tip_wrapper,
body .wf-admin .wf_action_download .wf_action_tip_content .wf-icon {
  background: #B789CE;
}
body .wf-admin .wf_action_download .wf_action_tip_actions .btn-delete,
body .wf-admin .wf_action_download .wf_action_tip_actions .btn-edit {
  background: #CF9CE9;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wf-admin .right .wf_action_tip_2:before {
    display: none;
  }
  body .wf-admin .left .wf_action_tip_2:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  body .wf-admin .wf_action_tip .wf_action_tip_wrapper {
    max-width: 320px;
  }
}
body .wf-admin wf-form-body .wf-custom-view {
  margin: -10px 0;
}
body .wf-admin .wf_panels_custom_body {
  padding: 10px !important;
}
body .wf-admin .wf-custom-view wf-body {
  display: block;
  width: 100%;
  padding: 10px 10px 5px 10px;
}
body .wf-admin .wf-custom-view wf-body,
body .wf-admin .wf-custom-view wf-sidebar {
  text-align: left;
  vertical-align: top;
}
body .wf-admin .wf-custom-view wf-sidebar {
  border-right: 1px solid #25343a;
  padding: 10px 0 5px 0;
  background: #1C272B;
  background-image: linear-gradient(to bottom right, #1c272b, rgba(20, 27, 30, 0.7));
}
body .wf-admin .wf-custom-view wf-section-title span.wf-section-title-icon {
  border-right: 1px solid #1b2529;
}
body .wf-admin .wf-custom-view wf-table .wf-level {
  border-top: 1px solid #1b2529;
}
body .wf-admin .wf-custom-view wf-table wf-cell {
  border-color: #1b2529;
}
body .wf-admin .wf-custom-view wf-tabs {
  text-align: left;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title {
  border: 1px solid #25343a;
  padding: 0;
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  background: #151C1F;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title .wf-section-title-icon {
  position: relative;
  display: inline-block;
  width: 48px;
  text-align: center;
  border-right: 1px solid #25343a;
  margin-right: 15px;
  font-size: 28px;
  height: 38px;
  vertical-align: middle;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title .wf-section-title-icon span {
  line-height: 38px;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title .wf-section-title-icon .wf-icon-cog {
  font-size: 20px;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title .wf-section-title-icon .wf-icon-equalizer {
  font-size: 20px;
}
body .wf-admin .wf-custom-view wf-sidebar wf-section-title .wf-section-title-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #FFF;
}
body .wf-admin .wf-custom-view wf-sidebar .wf-section-boxed {
  border: 1px solid #25343a;
  border-top: 0;
}
body .wf-admin .wf-custom-view wf-sidebar .wf-section-boxed.wf-list-option .wf-item {
  line-height: 16px;
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  padding: 15px 10px 15px 70px;
  border-bottom: 1px solid #25343a;
  cursor: pointer;
  letter-spacing: .1em;
  font-weight: 300;
  font-size: 13px;
  background: transparent;
  color: #80A3AD;
}
body .wf-admin .wf-custom-view wf-sidebar .wf-section-boxed.wf-list-option .wf-item .wf-icon {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-right: 1px solid #25343a;
}
body .wf-admin .wf-custom-view wf-sidebar .wf-section-boxed.wf-list-option .wf-item.active {
  background: #1D2B31;
  color: #FFF;
}
body .wf-admin .wf-custom-view wf-sidebar .wf-section-boxed.wf-list-option .wf-item.not {
  color: #435E65 !important;
}
body .wf-admin .wf-custom-view-tabs wf-sidebar,
body .wf-admin .wf-custom-view-tabs wf-body {
  background: #1c272b !important;
  line-height: 40px;
}
body .wf-admin .wf-custom-view-tabs .wf-custom-view {
  margin: -10px 0 0 -5px;
}
body .wf-admin .wf-custom-view-sidebar wf-sidebar {
  display: inline-block;
  width: 35%;
}
body .wf-admin .wf-custom-view-sidebar wf-body {
  display: inline-block;
  width: 65%;
}
@media (max-width: 767px) {
  body .wf-admin .wf-custom-view-sidebar ²
  wf-sidebar {
    display: block;
    width: 100%;
  }
  body .wf-admin .wf-custom-view-sidebar wf-body {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .wf-admin .wf-custom-view-sidebar wf-sidebar {
    width: 40%;
  }
  body .wf-admin .wf-custom-view-sidebar wf-body {
    width: 60%;
  }
}
body .wf-admin .wf-custom-view-nexus wf-sidebar {
  width: 40%;
  padding: 25px 20px;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar wf-section {
  margin-bottom: 20px;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator {
  background: #151c1f;
  position: relative;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator li:last-child {
  border: 0 !important;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .item {
  width: 33%;
  height: 150px;
  text-align: center;
  padding: 100px 0 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #151c1f;
  border-right: 1px solid #25343a;
  vertical-align: top;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .item.wf-selected .wf-icon {
  background: #50575D !important;
  color: #ffd200 !important;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .item.wf-selected .wf-text {
  color: #ffd200 !important;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-icon {
  position: absolute;
  margin: 0 auto;
  top: 10px;
  left: 0;
  right: 0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: #2D3134;
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-icon span:before {
  text-align: center;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-icon .wf-icon-streetsign {
  font-size: 70px;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-icon .wf-icon-flag {
  font-size: 65px;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-icon .wf-icon-wallet {
  font-size: 42px;
}
body .wf-admin .wf-custom-view-nexus wf-sidebar .wf-list-validator .wf-text {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: #c1d9e3;
  font-size: 11px;
  line-height: 20px;
  max-width: 90px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .wf-admin .wf-custom-view-nexus wf-body {
  width: 60%;
  padding: 25px 20px;
}
body .wf-admin .wf-custom-view-nexus wf-body .wf-table-fields wf-table .wf-c.text {
  width: 527px;
  min-width: 527px;
}
body .wf-admin .wf-custom-view-wfmailer wf-sidebar {
  width: 30%;
  padding: 20px;
  background: #151c1f;
}
body .wf-admin .wf-custom-view-wfmailer wf-body {
  width: 70%;
  padding: 20px;
}
body .wf-admin .wf-custom-view-wfmailer wf-body .input_mail_to {
  padding-right: 95px;
}
body .wf-admin .wf-custom-view-wfmailer wf-body wf-label .wf-text {
  color: #ffd200;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-options {
  position: absolute;
  top: 33px;
  right: 0px;
  z-index: 100;
  padding: 1px;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-options .wf-btn-toggle {
  letter-spacing: .1em;
  font-weight: 600;
  display: inline-block;
  background: #263135;
  height: 28px;
  width: 45px;
  line-height: 26px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  border-radius: 3px;
  z-index: 100;
  text-align: center;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-options .wf-btn-toggle.active {
  color: #ffd200;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-options .wf-btn-toggle.not {
  color: #3ad1ff;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-helpers {
  margin-bottom: 20px;
  position: relative;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-helpers input[type="text"] {
  text-align: center;
  display: inline-block;
  border: 1px solid #31454D;
  padding: 10px;
  width: 100%;
  font-size: 12px;
  margin-top: -1px;
  margin-right: -1px;
  letter-spacing: .2em;
  padding: 7px;
  background: #11252E;
  color: #FFEB3B !important;
  font-weight: 300;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-helpers wf-title {
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 20px;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-helpers wf-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 2px;
  background: #ffd200;
}
body .wf-admin .wf-custom-view-wfmailer .wf-mail-helpers wf-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
body .wf-admin .wf-custom-view-analytics wf-table .wf-c.text {
  width: 461px;
  min-width: 461px;
}
body .wf-admin .wf-custom-view-analytics .wf-illu {
  position: absolute;
  height: 100%;
  width: 100%;
}
body .wf-admin .wf-custom-view-analytics .wf-illu .wf-icon span {
  position: absolute;
  color: #181d1f;
}
body .wf-admin .wf-custom-view-analytics .wf-illu .wf-icon-bargraph {
  font-size: 200px;
  left: 61px;
  bottom: -15px;
}
body .wf-admin .wf-custom-view-analytics .wf-illu .wf-icon-piechart {
  font-size: 230px;
  left: -70px;
  top: 220px;
  transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
body .wf-admin .wf-custom-view-analytics .wf-illu .wf-icon-presentation {
  font-size: 140px;
  left: 110px;
  top: 40px;
}
body .wf-admin .wf-admin-theme {
  /*-----------------------------------------------------------------------------------
    WF FORM
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF FIELD
  -----------------------------------------------------------------------------------*/
  /*
  wf-field:nth-child(odd) {
      background: #3A6371;
      background-image: linear-gradient(to bottom right, #1c272b,rgba(20,27,30,0.7));
  }
  
  wf-field:nth-child(even) {
      background: #1C272B;
      background-image: linear-gradient(to bottom right, #1c272b,rgba(20,27,30,0.7));
  }*/
  /*-----------------------------------------------------------------------------------
    WF LABEL
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF INPUT
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LEGEND
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF STATE
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF LOADER
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
    WF REQUIRED
  -----------------------------------------------------------------------------------*/
  /*
  &.wf-light {
      @import "form/admin/wf-light";
  }*/
}
body .wf-admin .wf-admin-theme wf-content {
  position: relative;
  display: block;
}
body .wf-admin .wf-admin-theme,
body .wf-admin .wf-admin-theme wf-form-custom,
body .wf-admin .wf-admin-theme wf-form-header,
body .wf-admin .wf-admin-theme wf-form-body,
body .wf-admin .wf-admin-theme wf-form-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .wf-admin .wf-admin-theme wf-form-custom {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .wf-admin .wf-admin-theme wf-form-container .wf-form-content {
  position: relative;
  z-index: 100;
}
body .wf-admin .wf-admin-theme wf-form-result {
  display: block;
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
body .wf-admin .wf-admin-theme wf-form-result wf-form-success,
body .wf-admin .wf-admin-theme wf-form-result wf-form-error {
  display: block;
  position: relative;
  border-radius: 5px;
  padding: 20px 0;
}
body .wf-admin .wf-admin-theme wf-form-result .wf-result-icon {
  color: #fff;
  font-size: 34px;
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  padding: 10px 0 0;
}
body .wf-admin .wf-admin-theme wf-form-result .wf-result-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: .3em;
}
body .wf-admin .wf-admin-theme wf-form-result .wf-result-message {
  color: white;
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}
body .wf-admin .wf-admin-theme wf-form-result wf-form-success {
  color: #6db381;
}
body .wf-admin .wf-admin-theme wf-form-result wf-form-success .wf-result-icon {
  color: #ffffff;
  font-size: 42px;
  background: #79c790;
}
body .wf-admin .wf-admin-theme wf-form-result wf-form-error {
  color: #eb4a4a;
}
body .wf-admin .wf-admin-theme wf-form-result wf-form-error .wf-result-icon {
  padding-top: 13px;
  background: #eb4a4a;
}
body .wf-admin .wf-admin-theme wf-field {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #313d43;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin .wf-admin-theme wf-field,
body .wf-admin .wf-admin-theme wf-field wf-label,
body .wf-admin .wf-admin-theme wf-field wf-legend,
body .wf-admin .wf-admin-theme wf-field wf-input {
  display: block;
  position: relative;
  text-align: left;
}
body .wf-admin .wf-admin-theme wf-field .wf-field-toggle {
  font-size: 18px;
  padding: 0;
  display: block;
  text-align: left;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-field .wf-field-toggle span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-field .wf-optional .wf-field-toggle {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 40px;
  height: 30px;
}
body .wf-admin .wf-admin-theme wf-field .wf-optional wf-input {
  margin-left: 40px;
}
body .wf-admin .wf-admin-theme ._c:last-child wf-field {
  margin-bottom: 0;
  border-bottom: 0;
}
body .wf-admin .wf-admin-theme wf-label {
  margin-bottom: 14px;
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin .wf-admin-theme wf-label label {
  display: block;
}
body .wf-admin .wf-admin-theme wf-label label.wf-inline {
  padding: 5px 0 0;
}
body .wf-admin .wf-admin-theme wf-label label.wf-inline wf-counter {
  display: none !important;
}
body .wf-admin .wf-admin-theme wf-label .wf-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
}
body .wf-admin .wf-admin-theme wf-label wf-counter {
  padding: 0;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 12px;
  float: right;
}
body .wf-admin .wf-admin-theme wf-label wf-counter .wf--counter {
  padding-left: 2px;
  padding-right: 4px;
}
body .wf-admin .wf-admin-theme wf-label wf-error {
  display: inline-block;
}
body .wf-admin .wf-admin-theme wf-label wf-error .wf-error {
  font-family: Georgia, sans-serif !important;
  font-weight: 600;
  padding: 0 0 0 8px;
  letter-spacing: .1em;
  font-size: 12px;
  text-align: right;
}
body .wf-admin .wf-admin-theme .wf-disabled wf-label .wf-text {
  color: #5c737b !important;
}
body .wf-admin .wf-admin-theme wf-input {
  /* XS --------------------------- */
  /* SM --------------------------- */
  /* MD --------------------------- */
  /* LG --------------------------- */
}
body .wf-admin .wf-admin-theme wf-input input,
body .wf-admin .wf-admin-theme wf-input textarea {
  display: block;
  width: 100%;
  letter-spacing: .03em;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-input input.wf-required {
  padding-right: 30px;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox.wf-disabled wf-checkbox {
  cursor: default !important;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox.wf-disabled wf-checkbox .wf-icon {
  cursor: default !important;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-text {
  display: block;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-text input {
  height: 30px;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-textarea textarea {
  padding: 5px;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-textarea wf-state {
  display: none !important;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox wf-checkbox {
  min-height: 38px !important;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  border-radius: 3px;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox wf-checkbox .wf-text {
  margin-left: 50px;
  display: block;
  padding: 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
}
body .wf-admin .wf-admin-theme wf-input .wf-input-checkbox wf-checkbox .wf-icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  height: 100%;
  font-size: 18px;
  padding: 0;
  display: block;
  cursor: pointer;
  padding: 10px;
}
body .wf-admin .wf-admin-theme wf-input wf-select-single {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-select-single select {
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 40px 0 7px;
  background: #212e32;
  color: white;
  letter-spacing: .05em;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-input wf-select-single .wf-icon.down {
  pointer-events: none;
  background: #212e32;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 16px;
  height: 26px;
  width: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}
body .wf-admin .wf-admin-theme wf-input wf-select-single .wf-icon.down span {
  line-height: 0;
  top: 25px;
  position: absolute;
  left: 0;
  right: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel,
body .wf-admin .wf-admin-theme wf-input wf-input-select,
body .wf-admin .wf-admin-theme wf-input wf-input-range,
body .wf-admin .wf-admin-theme wf-input wf-input-color,
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input,
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid {
  display: block;
  min-height: 30px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input,
body .wf-admin .wf-admin-theme wf-input wf-input-range {
  border-radius: 3px;
  overflow: hidden;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel .wf-items {
  position: relative;
  border: 2px solid #314248;
  padding: 5px;
  margin-top: 5px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel .wf-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  margin-bottom: -1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(49, 66, 72, 0.33);
  color: #859D9D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel .wf-item:hover {
  color: #FFFFFF;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel .wf-item.wf-item-selected {
  font-weight: 700;
  background: #151C1F;
  color: #FFFFFF;
}
body .wf-admin .wf-admin-theme wf-input wf-input-panel .wf-item.wf-item-disabled {
  color: rgba(240, 251, 255, 0.3) !important;
  background: rgba(140, 140, 140, 0.02) !important;
  cursor: not-allowed !important;
  font-weight: 400;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range] {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]:focus {
  outline: none;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 5px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 214, 26, 0.6);
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 5px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-ms-fill-lower {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(230, 189, 0, 0.6);
  border: 0 solid black;
  border-radius: 10px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-ms-fill-upper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 10px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]:focus::-ms-fill-lower {
  background: rgba(255, 210, 0, 0.6);
}
body .wf-admin .wf-admin-theme wf-input wf-input-range [type=range]:focus::-ms-fill-upper {
  background: rgba(255, 214, 26, 0.6);
}
body .wf-admin .wf-admin-theme wf-input wf-input-range input[type="range"] {
  height: 30px;
  padding: 10px 15px;
  margin: 0 !important;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range .wf-disabled {
  cursor: default !important;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range .wf-disabled input[type="range"] {
  height: 30px;
  padding: 10px 15px;
  margin: 0 !important;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range wf-counter {
  text-align: center;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 10px;
  float: right;
}
body .wf-admin .wf-admin-theme wf-input wf-input-range wf-counter .wf--counter {
  padding-left: 2px;
  padding-right: 4px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color {
  position: relative;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color wf-color-btn {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 40px;
  height: 30px;
  margin: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color wf-color-btn span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color wf-color-picker {
  position: absolute;
  z-index: 5000;
  top: 40px;
  left: 0px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color .wf-text {
  display: block;
  padding: 6px 0 6px 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3em;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color .wf-icon {
  position: absolute;
  right: 2px;
  top: 3px;
  display: block;
  height: 80%;
  width: 38px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-color .wf-disabled {
  cursor: default !important;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 24px;
  line-height: 24px;
  padding: 5px 10px 5px 5px;
  margin: 0 2px 4px;
  display: block;
  position: relative;
  cursor: pointer;
  background: #212e32;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option .wf-text {
  margin-left: 25px;
  font-size: 14px;
  display: block;
  padding: 0 0;
  font-family: Georgia, sans-serif !important;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option .wf-icon {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 28px;
  font-size: 15px;
  padding: 0;
  display: block;
  cursor: pointer;
  line-height: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option .wf-icon span {
  vertical-align: middle;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option.wf-inline {
  display: inline-block !important;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option:hover {
  background: #484848;
}
body .wf-admin .wf-admin-theme wf-input wf-radio-button .wf-option.wf-selected {
  background: #22434c;
}
body .wf-admin .wf-admin-theme wf-input wf-date-input .react-datepicker__input-container {
  display: block;
}
body .wf-admin .wf-admin-theme wf-input wf-input-file {
  position: relative;
}
body .wf-admin .wf-admin-theme wf-input wf-input-file .wf-file-wrapper {
  position: relative;
}
body .wf-admin .wf-admin-theme wf-input wf-input-file .wf-file-label {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-left: 1px solid #f7f7f8;
  background: #FF5722;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-input wf-input-file .wf-file-label:hover {
  background: #ffd200;
  color: #000000;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid {
  line-height: 38px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid {
  margin-bottom: 7px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-label,
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-cols {
  position: relative;
  display: inline-block;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-label {
  width: 10%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-label .wf-icon {
  position: relative;
  font-size: 20px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-label .wf-icon span {
  vertical-align: middle;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-cols {
  width: 90%;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-cols span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 8.333333333%;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
}
body .wf-admin .wf-admin-theme wf-input wf-input-grid wf-grid-cols span:first-child {
  border: 0 !important;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input {
  position: relative;
  display: block;
  height: 34px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 7px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input .wf-btn,
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input input {
  display: inline-block;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input .wf-icon.close {
  position: absolute;
  right: 100px;
  top: 4px;
  display: block;
  height: 70%;
  width: 38px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input .wf-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px 0 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 5px 5px 0;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input .wf-btn .wf-icon {
  position: absolute;
  left: 5px;
  height: 100%;
  width: 30px;
  font-size: 30px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-input input {
  padding: 0 140px 0 5px !important;
  height: 100%;
  letter-spacing: .15em;
  font-size: 10px;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-preview {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 20px;
  background-image: url("../img/editor/livepreview/20.png");
  background-position: top left;
  background-repeat: repeat;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media wf-media-preview .wf-img {
  max-height: 200px;
  margin: 0 auto;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media div.wf-disabled wf-media-input span.wf-btn {
  background: rgba(255, 210, 0, 0.6) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
body .wf-admin .wf-admin-theme wf-input wf-input-media div.wf-disabled input {
  color: rgba(255, 255, 255, 0.4) !important;
  background: #1d2225 !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 {
  display: block;
  position: relative;
  width: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-top,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-down {
  display: block;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-top,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-down,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-search,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-archive {
  position: relative;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-img {
  display: block;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-color,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-icon {
  margin-right: 5px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-color,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-icon,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-text {
  display: inline-block;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-color {
  top: 3px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
  border: 2px solid white;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-e-icon {
  height: 14px;
  margin-top: -1px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-top {
  min-height: 34px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-top .wf-selection-archive-scrollbar {
  height: 34px !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn {
  z-index: 200;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 16px;
  height: 28px;
  width: 32px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn .wf-icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn .wf-icon span {
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn .wf-icon.down span {
  top: 26px;
  font-size: 16px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn .wf-icon.close {
  text-align: center;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-toggle-btn .wf-icon.close span {
  top: 14px;
  font-size: 18px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-search wf-loader {
  position: absolute !important;
  pointer-events: none;
  padding: 0;
  margin: 0;
  top: 7px !important;
  left: 7px !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-search wf-loader div {
  height: 25px !important;
  width: 25px !important;
  margin: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-search .wf-icon {
  pointer-events: none;
  position: absolute;
  text-align: center;
  display: block;
  top: 2px;
  left: 2px;
  font-size: 18px;
  height: 30px;
  line-height: 34px;
  width: 33px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-search input {
  height: 34px;
  border: 0 !important;
  padding-left: 41px !important;
  padding-right: 36px !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: absolute;
  white-space: nowrap;
  overflow-y: hidden;
  padding-right: 40px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive .wf-selection-option:last-child {
  margin-right: 50px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive .wf-toggle-bg {
  cursor: pointer;
  position: absolute;
  background: transparent;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive .wf-selection-option {
  position: relative;
  z-index: 20;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 2px;
  padding: 0 10px 0 40px;
  line-height: 28px;
  height: 28px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-selection-archive .wf-selection-option .wf-icon.close {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-down {
  position: absolute;
  z-index: 10000;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-down {
  top: 34px;
  left: 0;
  width: 100%;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-is-unfold .wf-down {
  position: relative;
  z-index: 100;
  top: auto;
  left: auto;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-is-unfold .wf-toggle-btn {
  display: none;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-is-unfold wf-search .wf-input-text {
  padding-right: 12px !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-is-unfold .wf-selection-archive {
  padding-right: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell {
  height: 34px;
  min-height: 34px;
  line-height: 34px;
  min-width: 34px;
  vertical-align: middle;
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0 5px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-state {
  position: relative;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-state span {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-img span,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-icon span,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-color span {
  margin-right: 0;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-img {
  padding: 10px;
  background: white;
  min-width: 75px;
  max-width: 75px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-icon {
  text-align: center;
  padding: 10px 0;
  max-width: 50px;
  max-width: 50px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-icon img {
  margin: 0 auto;
  max-width: 20px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-color span {
  top: 6px;
  height: 20px;
  width: 20px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-content {
  text-align: left;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-content .wf-option-label,
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf--cell-content .wf-option-legend {
  display: block;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-label {
  padding: 0px 5px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-legend {
  padding: 10px 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 20px;
  margin-bottom: 15px;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-option {
  cursor: pointer;
  margin: 0 !important;
  line-height: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-option .wf--cell:last-child {
  border-right: 0 !important;
}
body .wf-admin .wf-admin-theme wf-input wf-select2 .wf-option-option.wf-active .wf-option-label {
  font-weight: 400;
}
body .wf-admin .wf-admin-theme wf-legend {
  font-family: Georgia, sans-serif !important;
  padding: 8px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .1em;
}
body .wf-admin .wf-admin-theme wf-legend strong {
  color: #FF4377 !important;
  font-weight: 600;
}
body .wf-admin .wf-admin-theme .wf-optional wf-legend {
  padding-left: 40px;
}
body .wf-admin .wf-admin-theme .wf-inline wf-legend {
  display: none !important;
}
body .wf-admin .wf-admin-theme wf-state {
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: 6px;
}
body .wf-admin .wf-admin-theme wf-state .wf-icon-check {
  font-size: 18px;
}
body .wf-admin .wf-admin-theme wf-state .wf-icon-close {
  font-size: 17px;
}
body .wf-admin .wf-admin-theme wf-loader {
  padding: 50px 0;
  position: relative !important;
  text-align: center !important;
  top: auto !important;
  left: auto !important;
}
body .wf-admin .wf-admin-theme wf-loader div {
  margin: 0 auto;
  width: 50px !important;
  height: 50px !important;
}
body .wf-admin .wf-admin-theme wf-loader div div {
  border-width: 2px !important;
}
body .wf-admin .wf-admin-theme wf-req {
  font-size: 12px;
  margin: 0 2px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-field .wf-field-toggle .wf-icon-checkbox-checked {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-field .wf-field-toggle .wf-icon-checkbox-unchecked {
  color: rgba(255, 255, 255, 0.3);
}
body .wf-admin .wf-admin-theme.wf-dark wf-field .wf-field-toggle .wf-icon-checkbox-unchecked:hover {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-label .wf-text {
  color: #FFEB3B;
}
body .wf-admin .wf-admin-theme.wf-dark wf-label wf-counter .wf--text,
body .wf-admin .wf-admin-theme.wf-dark wf-label wf-counter .wf--max {
  color: #ffffff;
}
body .wf-admin .wf-admin-theme.wf-dark wf-label wf-counter .wf--counter {
  color: #00F6A6;
}
body .wf-admin .wf-admin-theme.wf-dark wf-label wf-error {
  display: inline-block;
}
body .wf-admin .wf-admin-theme.wf-dark wf-label wf-error .wf-error {
  color: #FF4545;
}
body .wf-admin .wf-admin-theme.wf-dark wf-legend {
  color: #61CAEB;
}
body .wf-admin .wf-admin-theme.wf-dark wf-req {
  color: #ffeb3b;
}
body .wf-admin .wf-admin-theme.wf-dark wf-state .wf-icon-check {
  color: #27722A;
}
body .wf-admin .wf-admin-theme.wf-dark wf-state .wf-icon-close {
  color: red;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input input,
body .wf-admin .wf-admin-theme.wf-dark wf-input textarea {
  color: #006ca1;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input input.wf-validate,
body .wf-admin .wf-admin-theme.wf-dark wf-input textarea.wf-validate {
  background-color: #e1fdc0 !important;
  color: #0C482C;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input input.wf-has-error,
body .wf-admin .wf-admin-theme.wf-dark wf-input textarea.wf-has-error {
  background-color: #fde0c3 !important;
  color: #CA0C0C;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input input.wf-disabled,
body .wf-admin .wf-admin-theme.wf-dark wf-input textarea.wf-disabled {
  background: rgba(48, 48, 48, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox.wf-disabled wf-checkbox .wf-text {
  color: #7c7c7c !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox.wf-disabled wf-checkbox .wf-icon span {
  color: rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox wf-checkbox {
  background: #212e32;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox wf-checkbox .wf-text {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox wf-checkbox .wf-icon {
  background: #151c1f;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox.wf-checked wf-checkbox {
  background: #151c1f;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox.wf-checked wf-checkbox .wf-icon {
  background: #253137;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox .wf-icon-checkbox-checked {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox .wf-icon-checkbox-unchecked {
  color: rgba(255, 255, 255, 0.3);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input .wf-input-checkbox .wf-icon-checkbox-unchecked:hover {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive {
  display: block;
  position: relative;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head {
  cursor: pointer;
  padding: 5px 36px 5px 10px;
  min-height: 30px;
  width: 100%;
  display: block;
  letter-spacing: .03em;
  font-size: 12px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-text,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-select-toggle {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-text {
  width: 100%;
  color: #006ca1;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-text.wf-placeholder {
  color: #bababa;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-select-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  height: 28px;
  width: 34px;
  color: #aeaeae;
  border-left: 1px solid #efefef;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-select-toggle .wf-icon {
  position: absolute;
  width: 100%;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-select-toggle .wf-icon.down {
  top: 17px;
  left: 0;
  font-size: 18px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-head .wf-select-toggle .wf-icon.close {
  top: 4px;
  left: 8px;
  font-size: 19px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive {
  border-top: 1px solid #efefef;
  position: absolute;
  width: 100%;
  top: 30px;
  left: -1px;
  background: white;
  z-index: 1000;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list {
  position: relative;
  display: block;
  margin-bottom: 0;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li {
  background: white;
  cursor: pointer;
  margin: 0 !important;
  line-height: 0 !important;
  border-bottom: 1px solid #efefef;
  color: #919496;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li .wf-text {
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li:nth-child(odd) {
  background: #fafafa;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li.wf-selected,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li:hover {
  background: #f1f1f1 !important;
  color: #2e2f33 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select wf-select-archive wf-list li.wf-selected {
  font-weight: 600 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-select,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-media wf-media-input,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range] {
  -webkit-appearance: none;
  margin: 8px 0;
  width: 100%;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]:focus {
  outline: none;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 5px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 214, 26, 0.6);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 5px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  transition: all .2s ease;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-ms-fill-lower {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(230, 189, 0, 0.6);
  border: 0 solid black;
  border-radius: 10px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-ms-fill-upper {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  background: rgba(255, 210, 0, 0.6);
  border: 0 solid black;
  border-radius: 10px;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  border: 0 solid white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffd200;
  cursor: pointer;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]:focus::-ms-fill-lower {
  background: rgba(255, 210, 0, 0.6);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range [type=range]:focus::-ms-fill-upper {
  background: rgba(255, 214, 26, 0.6);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range input[type="range"] {
  background: #212e32;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range .wf-disabled input[type="range"] {
  background: #1d2225;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range wf-counter {
  background: #27373c;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range wf-counter .wf--text,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range wf-counter .wf--max {
  color: #ffffff;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-range wf-counter .wf--counter {
  color: #00F6A6;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color {
  background: #212e32;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color wf-color-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color wf-color-btn span {
  background: white;
  position: absolute;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color .wf-text {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color .wf-icon {
  color: #eb4a4a !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color:hover .wf-icon {
  color: #ff3131 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color .wf-disabled {
  background: #1d2225;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-color .wf-disabled .wf-text {
  color: rgba(255, 255, 255, 0.4);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid-label {
  color: #FF983D;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #27373c;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid-label .wf-icon {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid-cols span {
  border-left: 1px solid #323d41;
  background: #151c1f;
  color: #859D9D;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid-cols span.wf-active {
  background: rgba(49, 66, 72, 0.33) !important;
  color: #FFFFFF !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-grid wf-grid-cols span:hover {
  color: #FFFFFF !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-media wf-media-input .wf-icon.close {
  color: #eb4a4a !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-media wf-media-input .wf-btn {
  background: #ffd200 !important;
  color: #000;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-media wf-media-input input {
  color: #ffffff;
  background: #212e32;
  border-color: #212e32;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-input-media wf-media-preview {
  border: 1px solid #30383b;
  background-color: #151C1F;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 {
  background: #212e32;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-top {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-top .wf-search .wf-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #E3E3E3;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-top .wf-search input {
  background: #212e32;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-toggle-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-toggle-btn .wf-icon.down {
  color: white;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-toggle-btn .wf-icon.close {
  color: #eb4a4a !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-toggle-btn .wf-icon.close:hover {
  color: #ff3131 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-selection-archive .wf-selection-option {
  background: #41555b;
  color: #ffffff;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-selection-archive .wf-selection-option .wf-icon.close {
  background: #58696d;
  color: #c0c0c0;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-selection-archive .wf-selection-option .wf-icon.close:hover {
  color: #ffffff;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-down {
  background: transparent;
  /*
  .wf-search {
  	border-bottom: 1px solid rgba(217, 218, 220, 0.4);
  }
  */
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-down .wf-option-archive {
  border: 1px solid rgba(217, 218, 220, 0.4);
  border-top-color: #efefef;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-down .wf-search .wf-icon {
  border-right: 1px solid #f1f1f1 !important;
  color: #E3E3E3;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-down .wf-search input {
  background: #fff;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf--cell {
  border-right: 1px solid #efefef;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf--cell-state span {
  color: #cccccc;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf--cell-img,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf--cell-icon,
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf--cell-color {
  background: rgba(255, 255, 255, 0.2);
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-label {
  color: #919496;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-legend {
  color: #7A7A7A !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option {
  background: white;
  border-bottom: 1px solid #EFEFEF;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option:hover {
  background: #f1f1f1 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option:hover span.wf--label {
  color: #2e2f33 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option:nth-child(odd) {
  background: #fafafa;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option.wf-active {
  background: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option.wf-active .wf--cell-state span {
  color: #80BE38 !important;
}
body .wf-admin .wf-admin-theme.wf-dark wf-input wf-select2 .wf-option-option.wf-active .wf-option-label {
  color: #2e2f33 !important;
}
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--valid input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]) {
  padding-right: 27px;
}
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid select:focus,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid input[type]:not([type=search]):not([type=hidden]):not([type=range]):focus,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid textarea:focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--valid select:focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--valid input[type]:not([type=search]):not([type=hidden]):not([type=range]):focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--valid textarea:focus {
  color: #006ca1 !important;
  background-color: #FFF !important;
}
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error select,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error textarea,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error select,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error textarea {
  background-color: #ffe4d5 !important;
  color: #eb4a4a !important;
  border-color: #e46464 !important;
  outline: 0;
}
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error select:focus,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]):focus,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--error textarea:focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error select:focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error input[type]:not([type=search]):not([type=hidden]):not([type=range]):focus,
body .wf-admin wf-panel-edit .wf-admin-theme wf-input .wf--error textarea:focus {
  color: #000 !important;
  background-color: #FFF !important;
}
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid select,
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid input[type]:not([type=search]):not([type=hidden]):not([type=range]),
body .wf-admin wf-modal .wf-admin-theme wf-input .wf--valid textarea {
  background-color: #e2ffe3 !important;
  color: #063407;
  border-color: #ffffff !important;
  border-top-color: #ffd200 !important;
  outline: 0;
}

body #WonderFormMedia {
  position: fixed;
  z-index: -1000;
  visibility: hidden;
  opacity: 0;
  display: none;
  top: 32px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 97%;
}

body.wf-media-active #WonderFormMedia {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  display: block;
}

body.wf-scroll-y {
  overflow-y: scroll !important;
}

/* XS --------------------------- */
/* SM --------------------------- */
/* MD --------------------------- */
/* LG --------------------------- */
@media (min-width: 1240px) {
  body.wf-editor-panel wf-live-preview {
    padding-right: 375px;
  }
}
body.wf-editor-tooltip {
  overflow-y: visible !important;
}

body.wf-panels wf-live-preview {
  padding-right: 0 !important;
}
body.wf-panels.wf-editor-tooltip wf-tooltip .wf--container {
  left: auto !important;
  right: 285px;
  top: 155px !important;
}
@media (max-width: 767px) {
  body.wf-panels.wf-editor-tooltip wf-tooltip .wf--container {
    left: 71px !important;
    right: auto !important;
    top: 170px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.wf-panels.wf-editor-tooltip wf-tooltip .wf--container {
    left: 113px !important;
    right: auto !important;
    top: 155px !important;
  }
}
body.wf-panels.wf-editor-tooltip wf-baobab-panel .wf-btn-title {
  display: none;
  visibility: hidden;
}

body.wf-page-top wf-main {
  padding-top: 94px !important;
}
body.wf-page-top wf-main wf-sidebar {
  padding-top: 94px !important;
}
body.wf-page-top wf-header {
  margin-top: 34px !important;
}

wf-root-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
