#wpcontent {
	padding-left: 0px !important;
}

/* #wpfooter {
	bottom: unset !important;
} */

/* dashboard CSS */
.sf-panel {
	background-color: #F3F3F3 !important;
}

.sf-heading {
	color: #FFFFFF !important;
}

.sf-inner-box {
	background-color: #FFFFFF !important;
}


/* dashboard slider panel CSS */
.sf-panel-heading {
	background-color: #6a040f;
	color: #FFFFFF;
}

.sf-panel-setting {
	background-color: #FFFFFF;
}

.sf-title {

}

.sf-tooltip {
	color: #000 !important;
}

.sf-slide-column {
	cursor: all-scroll;
}

/* Range bar color */
input[type='range']::-webkit-slider-thumb {
	background: #6a040f;
}


/* Ribbon CSS Start */
.box {
  position: relative;

  background: #EEE;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#79A70A 0%, #527007 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #527007;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #527007;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #527007;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #527007;
}
/* Ribbon CSS End */


/* Disabled Code CSS Start */
.sf-title-disabled {
	color: #ff6d6d !important;
}

.sf-tooltip-disabled {
	color: #ff6d6d !important;
}

a.sf-buypro-link {
	font-size: 9px !important;
	text-decoration: none !important;
	outline: none !important;
	color: white !important;
}

a.sf-buypro-link:hover {
	color: yellow !important;
}

span.sf-pro-tag::before {
	content: "PRO Feature";
}
/* Disabled Code CSS End */
