@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Medium.ttf');
	font-weight: 500;
}
@font-face {
	font-family: DM Sans;
	src: url('../fonts/DM_Sans/DMSans-Bold.ttf');
	font-weight: 700;
}
.wl-content-area {}
.wl-header-content {
	display: flex;
	justify-content: space-between;
}
.codesigner_page_codesigner-modules .wl-header-content {
	margin-bottom: 35px;
}
.wl-header-filter {
	width: 60%;
}
.wl-header-search {
	width: 40%;
	text-align: right;
}
.wl-group-wrap {
	display: inline-flex;
}
.wl-group-wrap > * {
	display: inline-block;
}
.wl-filter-group button {
	border-radius: 4px;
	color: #10dee7;
	padding: 10px 20px;
	margin-right: 15px;
}
.wl-filter-group button:last-child {
	margin-right: 0;
}
.wl-filter.filter-all.active {
	background: #00DEE8;
}
.wl-filter.filter-all {
	background: transparent;
	border: 1px solid #00DEE8;
}
.wl-filter.filter-free {
	background: transparent;
	border: 1px solid #896ce1;
	color: #896ce1;
}
.wl-filter.filter-pro {
	background: transparent;
	border: 1px solid #f94545;
	color: #f94545;
}
.wl-filter.filter-free.active {
	background: #896ce1;
}
.wl-filter.filter-pro.active {
	background: #f94545;
}
.wl-filter.filter-pro.active,
.wl-filter.filter-free.active,
.wl-filter.filter-all.active {
	color: #fff;
}
.wl-filter {
	cursor: pointer;
	background-color: transparent;
}
.wl-demo-icon {
	margin-left: -60px;
	font-size: 18px;
}
.wl-demo-icon > a {
	color: #6F7893;
}
.wl-demo-icon > a:focus {
	color: #402c73;
	box-shadow: none;
	outline: none;
}
.wl-demo-icon > a:hover {
	color: #402c73;
}
.pro .wl-demo-icon > a:hover {
	color: #ea2493;
}
.wl-toggle-all {
	background: transparent;
	border-radius: 4px;
	padding: 3px 30px;
	cursor: pointer;
}
.wl-toggle-all[data-action="enable"] {
	border: 1px solid #3e2d74;
	color: #3e2d74;
	margin-right: 10px;
}
.wl-toggle-all[data-action="disable"] {
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}
.wl-action-divider {
	width: 1px;
	background-color: #ccc;
	height: 24px;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: 8px;
}
.wl-search-area {
	display: inline-block;
	position: relative;
}
.wl-search-btn {
	position: absolute;
	background: top;
	border: 0;
	color: #46D39A;
	top: 8px;
	cursor: pointer;
	right: 5px;
}
input#wl-search {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #46D39A;
	padding: 4px 10px;
	outline: none;
	box-shadow: none;
}
input#wl-search[placeholder] {
	color: #555555;
}
.wl-search-field[placeholder] {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 25px;
}
.wl-widgets-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.wl-widget {
    border: 1px solid #c9cdd700;
    border-radius: 7px;
    padding: 30px 15px;
    transition: all 0.3s;
    box-shadow: 0px 2px 14px 1px #00000014;
}
.wl-widget:hover {
    margin-top: -2px;
    margin-bottom: 2px;
    box-shadow: 0px 8px 26px 3px #00000028;
}
.wl-widget.free.active .wl-widget-title {
	color: #6636f6;
}
.wl-widget.pro {
	position: relative;
	overflow: hidden;
}
.wl-pro-ribbon {
    position: absolute;
    left: -16px;
    top: -4px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: "DM Sans";
    width: 50px;
    height: 24px;
    border-radius: 20px 20px 0px 1px;
    background-color: #FF266D;
    /*rotate: -46deg !important;*/
    display: flex;
    justify-content: center;
    align-items: end;
    transform: rotate(315deg);
}
a.wl-widget-pro-label {
	float: right;
	color: #ea2493;
	border: 1px solid #ea2493;
	text-decoration: none;
	padding: 0px 12px;
	border-radius: 4px;
	font-size: 10px;
	margin-top: 4px;
	transition: .4s;
}
a.wl-widget-pro-label:hover {
	background-color: #ea2493;
	color: #fff;
}
.wl-widget-icon {
	font-size: 20px;
	margin-right: 10px;
	float: left;
}
.wl-widget-title {
	float: left;
	margin-top: 0px;
	color: #041137;
}
.wl-toggle-switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 19px;
	float: right;
	margin-top: 0px;
}
.wl-toggle-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.wl-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -12px;
	right: 0px;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	border: 1px solid #6F7893;
}
.wl-toggle-slider::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 3px;
	bottom: -1px;
	background-color: #6F7893;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	box-shadow: none;
	top: 2px;
}
.wl-widget.free.active input:checked + .wl-toggle-slider {
	background-color: #6636f6;
	border: 1px solid transparent;
}
.wl-widget.free.active input:focus + .wl-toggle-slider {
	box-shadow: none;
}
.wl-widget.pro.active input:checked + .wl-toggle-slider {
  background-color: #ea2493;
}
.wl-widget.pro.active .wl-toggle-slider::before {
	background-color: #fff;
	border-color: #ea2493;
}
.wl-widget.pro.active input:focus + .wl-toggle-slider {
  box-shadow: none;
}
.wl-widget.pro.active .wl-toggle-slider {
	border: 1px solid #ea2493;
}
input:checked + .wl-toggle-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.wl-pro-slider {
	background-color: #fff;
	border: 1px solid #6F7893;
	position: absolute;
	color: #ccc;
	cursor: pointer;
	top: 1px;
	left: -12px;
	right: 0px;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	text-align: center;
	font-size: 10px;
}
.wl-pro-slider .dashicons {
	font-size: 14px;
	position: absolute;
	top: 1px;
	right: 0px;
	color: #ffaa48;
}
.wl-widget.free.active .wl-toggle-slider::before {
	background-color: #fff;
}
.wl-widget.pro.active input:checked + .wl-pro-slider {
	background-color: transparent;
	border: 1px solid #6F7893;
	position: absolute;
	top: 1px;
	right: 0px;
	color: #ffaa48;
	color: #fff;
}
.wl-widget.pro.active input:focus + .wl-pro-slider {
	box-shadow: none;
}
.wl-widget.pro .wl-pro-slider::before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: -1px;
	background-color: #6F7893;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	box-shadow: none;
	top: 2px;
}

/** ############## TOGGLE ALL ############### **/
.wl-toggle-group {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wl-toggle-group .wl-disable {
	margin-right: 30px;
}
.wl-toggle-group .wl-enable {
	margin-left: 25px;
}
.wl-toggle-all-wrap {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
	float: right;
	margin-top: 0;
}
.wl-toggle-all-wrap input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.wl-toggle-all {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -12px;
	right: 0px;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	text-align: center;
}
.wl-toggle-all::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 18px;
	/* box-shadow: 0 0 3px 0 #000; */
	top: 3px;
}
.wl-toggle-all-wrap input:checked + .wl-toggle-all {
	background: #6a36ff;
	color: #fff;
}
.wl-toggle-all-wrap input:focus + .wl-toggle-all {
  box-shadow: 0 0 1px #402c73;
}
.wl-toggle-all-wrap input:checked + .wl-toggle-all:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.wl-widget-category {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
/** ############## TOGGLE ALL ############### **/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .wl-header-filter {
        width: 100%;
    }
    .wl-header-search {
        width: 100%;
        margin-top: 10px;
    }
    .wl-header-content {
        display: unset;
    }
    input#wl-search {
    }
    .wl-action-divider {
        margin-right: 17px;
        margin-left: 5px;
    }
    .wl-dashboard-widgets {
        margin-top: 10px;
    }
    .wl-filter-group {
        width: 140px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .wl-header-content {
        display: flex;
    }
    .wl-header-filter {
        width: 60%;
    }
    .wl-header-search {
        width: 34%;
        margin-top: 0;
        margin-left: 22px;
    }
    input#wl-search {
    }
    .wl-action-divider {
        margin-right: 27px;
    }
    .wl-dashboard-widgets {
        margin-top: 35px;
    }
    .wl-filter-group {
        width: 250px;
    }
    .wl-search-field[placeholder] {
        min-height: 22px;
    }
    #wcd_license .wl-pro-wl-pro-php-btn.button-primary {
		line-height: 39px;
		padding: 0 20px;
		margin: 0 10px;
	}
	#div_wl-pro-wl-pro-php {
		display: inline-flex;
	}
	#wcd_license .wl-pro-wl-pro-php-btn.button {
		line-height: 39px;
		padding: 0 20px;
		margin: 0;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .wl-header-filter {
        width: 60%;
    }
    .wl-header-search {
        width: 40%;
        margin-top: 0;
        margin-left: 0;
    }
    .wl-search-field[placeholder] {
        min-height: auto;
    }
    
}
/* Laptop Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #wcd_license .wl-pro-wl-pro-php-btn.button-primary {
		line-height: 39px;
		padding: 0 20px;
		margin: 0 10px;
	}

    input#wl-search {
	}

}

/* widget items only */
@media only screen and (max-width : 767px) {
	.wl-widget {
		margin-right: 0;
	}
	.wl-widgets-group {
	    grid-template-columns: 1fr;
	}
	.wl-search-btn .dashicons{
		margin-top: 4px;
	}
	.wl-services-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.wl-services-panel {
		grid-template-columns: 1fr;
	}
	.wl-footer-banner {
		display: grid;
		gap: 20px;
	}
	.cx-navs-wrapper .cx-nav-tabs {
		gap: 5px;
	}
	.cx-navs-wrapper ul.cx-nav-tabs li a {
		padding: 6px 8px
	}
	.wl-header-banner img {
		border-radius: 7px;
		width: 100%;
		height: auto;
	}
	.wl-group-wrap {
		display: grid;
	}
	.wl-filter-group {
		width: 100%;
		text-align: center;
	}
	.wl-header-search {
		text-align: center;
	}
	.wl-cta-btns a.wl-upgrade-pro-btn {
		font-size: 13px;
		padding: 10px 7px;
	}
	.wl-cta-btns a.wl-help-support {
		font-size: 13px;
	}
	.wl-cta-btns {
		gap: 15px;
	}
	.wl-cta-content h4 {
		font-size: 16px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1199px) {
	.wl-header-banner img {
		border-radius: 7px;
		width: 100%;
		height: auto;
	}
	.wl-services-content {
		grid-template-columns: repeat(1, 1fr);
	}
	.wl-services-panel {
		gap: 15px;
	}
	.wl-widgets-group {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width : 1200px) and (max-width : 1366px) {
	.wl-widgets-group {
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (min-width : 1367px) {
}