/*Theme Name: Coupon Themes 
 * Theme URI: https://couponthemes.net/ 
 * Description: This is a private theme for couponthemes.net 
 * Author: Coupon Themes 
 * Author URI: https://couponthemes.net/ 
 * Template: generatepress 
 * Version: 1.0.0 
 * License: GNU General Public License v2 or later 
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 */

/*------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* GeneratekeyPress Site CSS */
 html {
     scroll-behavior: smooth;
	 overflow-x:hidden;
}

/* Ct cursor */
 .ct_cur{
     cursor:pointer;
}
/* Headline icon reversed */
 .gb-headline.icon-reversed {
     flex-direction: column-reverse;
}
/* Contact map */
 .contact-map {
     line-height: 0;
}
/* Sidebar margin on mobile */
 @media (max-width: 768px) {
     .sidebar {
         margin-top: 4em;
    }
}
/* End GeneratePress Site CSS */


/*==================== * Initial CSS * ==================*/

/* ===========containers============ */
 .container{
     position:relative;
     padding-top: 3rem;
     padding-bottom: 3rem;
     background-color: transparent !important;
}
 .container-full{
     position:relative;
     padding-top: 3rem;
     padding-bottom: 3rem;
     left:0;
     right:0;
}
 @media (max-width: 768px){
     .container,.container-full,.site-main .wp-block-group__inner-container,.one-container .site-content{
         padding-top: 1rem !important;
         padding-bottom: 1rem !important;
         padding-left: .5rem !important;
         padding-right: .5rem !important;
    }
     .gb-container{
         padding-left: .5rem !important;
         padding-right: .5rem !important;
    }
}


/* ========Buttons========= */
 .ct-btn a, #edd_profile_editor_submit{
     background: linear-gradient(90deg, #00CBFF 1.5%, #F3096D 100%) !important;
     border-radius: 10px;
     padding: 10px 32px !important;
     color: #ffffff !important;
}
 .ct-btn a:hover, #edd_profile_editor_submit:hover{
     background: linear-gradient(90deg, #14A2ED 1.5%, #EF3B9D 100%) !important;
     color:#ffffff !important;
}
 .ct-buynow-btn a{
     background: transparent !important;
     border-radius: 10px;
     padding: 10px 32px !important;
     color: #000000 !important;
     border:2px solid #000000;
}
 .ct-buynow-btn a:hover{
     background: #000000 !important;
     color:#ffffff !important;
}
/* get free button */
 .get-free-btn a{
     background: transparent !important;
     border-radius: 10px;
     padding: 10px 32px !important;
     color: #ffffff !important;
     border:2px solid #ffffff;
	 margin-top:16px;
}
 .get-free-btn a:hover{
     background: #ffffff !important;
     color:#000000 !important;
}
/* free download btn */
 .freedownload-btn{
     background: #E91E63;
     display:inline-block;
     padding:10px;
     border-radius: 10px;
     width:300px;
     color:#ffffff;
     margin-top:1rem;
     margin-bottom:1rem;
     border: 1px solid #E91E63;
}
 .freedownload-btn:hover{
     border: 1px solid #ff246f;
     background:#ff246f;
     color:#ffffff;
}
/* doc button */
.ct-btn-doc{
	background: #ffffff !important;
	border-radius:10px;
	padding-right:10px;
	margin-left:10px !important;
}
 .ct-btn-doc:after{
     content: '\2192';
     display: inline-block;
     font-size: 1.2em;
}
 .ct-btn-doc a{
     background: transparent !important;
     padding: 10px 5px 10px 25px !important;
     color: #000000 !important;
}
 .ct-btn-doc a:hover{
     background: transparent !important;
     color: #f3096d !important;
}
/* demobtn */
 .ct-btn-demo:after{
     content: '\2192';
     display: inline-block;
     font-size: 1.2em;
}
 .ct-btn-demo a{
     background: transparent !important;
     padding: 10px 10px 10px 25px !important;
     color: #ffffff;
}
 .ct-btn-demo a:hover{
     background: transparent !important;
     color:#ffffff !important;
}
 .ct-btn-bgr a{
     background: linear-gradient(90deg, #F3096D 1.5%, #00CBFF 100%) !important;
     border-radius: 10px;
     padding: 10px 32px !important;
     color: #ffffff;
}
 .ct-btn-bgr a:hover{
     background: linear-gradient(90deg, #EF3B9D 1.5%, #14A2ED 100%) !important;
     color:#ffffff !important;
}
 .ct-btn-white a{
     border-radius: 10px;
     padding: 10px 32px !important;
     background: #ffffff !important;
     color: #000000 !important;
}
 @media (max-width: 768px) {
     .ct-fdl-btn a{
         padding:10px !important;
    }
}
 @media (max-width: 576px) {
     .ct-fdl-btn a{
         padding: 10px 32px !important;
    }
}
/* Titles */
 .title-1{
     font-size: 3rem;
}
 .title-2{
     font-size: 2.5rem;
}
 .title-3{
     font-size: 2.25rem;
}
 .title-4{
     font-size: 1.5rem;
}
.single-post h1,.single-post h2,.single-post h3,.single-post h4{
    margin-top:2.5rem;
}
 @media (max-width: 768px){
     .title-1{
        font-size: 2.5rem;
    }
     .title-2{
        font-size: 2.0em;
    }
     .title-3{
        font-size: 1.5em;
    }
     .title-4{
        font-size: 1.25rem;
    }
}
/* Text Position*/
 .t-left{
     text-align:left;
}
 .t-center{
     text-align:center;
}
 .t-right{
     text-align:right;
}
/* Positions */
 .ct-p-relative{
     position:relative;
}
 .ct-p-absolute{
     position:absolute;
}
 .ct-p-fixed{
     position:fixed;
}
/* Display */
 .ct-d-none{
     display:none;
}
 .ct-d-block{
     display:block;
}

/* Spacing */
 .ct-mt-1{
     margin-top:1rem;
}
 .ct-mt-2{
     margin-top:2rem;
}
 .ct-mt-3{
     margin-top:3rem;
}
 .ct-mt-4{
     margin-top:4rem;
}
 .ct-mb-1{
     margin-bottom:1rem;
}
 .ct-mb-2{
     margin-bottom:2rem;
}
 .ct-mb-3{
     margin-bottom:3rem;
}
 .ct-mb-4{
     margin-bottom:4rem;
}
/* padding */
 .ct-pt-1{
     padding-top:1rem;
}
 .ct-pt-2{
     padding-top:2rem;
}
 .ct-pt-3{
     padding-top:3rem;
}
 .ct-pt-4{
     padding-top:4rem;
}
 .ct-pb-0{
     padding-bottom:0rem;
}
 .ct-pb-1{
     padding-bottom:1rem;
}
 .ct-pb-2{
     padding-bottom:2rem;
}
 .ct-pb-3{
     padding-bottom:3rem;
}
 .ct-pb-4{
     padding-bottom:4rem;
}
/* Gradient BG */
 .bg-grad{
     background: linear-gradient(90deg, #00CBFF 0%, #FF0066 100%);
}
 .bg-grad-r{
     background: linear-gradient(90deg, #FF0066 0%, #00CBFF 100%);
}
/* Radial gradient BG */
 .ct-rg-bg-left>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg-left:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     left: 0%;
     top: 50%;
     border-radius:50%;
     transform:translatey(-50%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
}
 .ct-rg-bg--left>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg--left:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     left: 0%;
     top: 50%;
     border-radius:50%;
     transform:translate(-50%,-50%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
}
 .ct-rg-bg-center>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg-center:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     left: 50%;
     top: 50%;
     border-radius:50%;
     transform:translate(-50%,-50%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
}
 .ct-rg-bg-center-top>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg-center-top:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     left: 50%;
     top: 0%;
     border-radius:50%;
     transform:translate(-50%,-20%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
}
 .ct-rg-bg-right>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg-right:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     right: 0%;
     top: 50%;
     border-radius:50%;
     transform:translatey(-50%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
}
 .ct-rg-bg--right>div{
     position:relative;
     z-index:1;
}
 .ct-rg-bg--right:after{
     content:"";
     position: absolute;
     width: 399px;
     height: 399px;
     right: 0%;
     top: 50%;
     border-radius:50%;
     transform:translatx(50%);
     background: linear-gradient(180deg, rgba(235, 108, 177, 0.3) 0%, rgba(53, 174, 238, 0.186) 100%);
     filter: blur(77.5px);
     background-repeat:no-repeat;
     z-index:-1;
     animation: 30s changeeff infinite linear;
}
 @keyframes changeeff{
     0%{
        transform:rotate(0deg);
    }
     100%{
        transform:rotate(360deg);
    }
}
/* Border Gradients */
 .bor-g-right {
     position:relative;
     transition: .8s;
     z-index: 0;
}
 .bor-g-right::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 20px;
     padding: 3px;
     background-image: linear-gradient(to right, #00CBFF , #ff0066);
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     transition: .8s;
     z-index: -1;
}
 .bor-g-right:hover::before {
     background-image: linear-gradient(to left, #00CBFF , #ff0066);
     transition: .8s;
}
 .bor-g-top {
     position:relative;
     transition: .8s;
     z-index: 0;
}
 .bor-g-top::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 20px;
     padding: 3px;
     background-image: linear-gradient(to top, #00CBFF , #ff0066);
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     transition: .8s;
     z-index: -1;
}
 .bor-g-top:hover::before {
     background-image: linear-gradient(to bottom, #00CBFF , #ff0066);
     -webkit-mask: linear-gradient(#fff 0 0) content-box, transition: .8s;
}
 .bor-g-img:hover::before {
     background-image: linear-gradient(to bottom, #00CBFF , #ff0066);
     transition: .8s;
}
/* image background blur */
 .imgblur-bg img {
     border-radius: 10px;
     backdrop-filter: blur(2px);
}
/* feature image border gradient */
 .bor-g-img figure{
     position:relative;
     transition: .8s;
     z-index: 0;
     padding:20px;
}
 .bor-g-img figure::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 20px;
     padding: 3px;
     background-image: linear-gradient(to bottom, #00CBFF , #ff0066);
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     transition: .8s;
     z-index: -1;
}
 .bor-g-img figure:hover::before {
     background-image: linear-gradient(to top, #00CBFF , #ff0066);
     transition: .8s;
}
 .img-bor-r-10 img{
     border-radius:10px !important;
}

/* List Item Icons */
 .li-check-left{
     list-style-type:none;
     margin: 0 0 1.5em 2em;
}
 .li-check-left li{
     margin-bottom:10px;
}
 .li-check-left li::before {
     content: "✓ ";
     background: linear-gradient(180deg, #00CBFF , #ff0066) !important;
     color: #000000;
     border-radius:5px;
     font-weight:bold;
     text-align:center;
     padding-left:2px;
     padding-right:0;
     padding-top:0;
     padding-bottom:0;
     margin:2px;
     margin-right:5px;
}
 .li-check-right{
     list-style-type:none;
     margin: 0 2em 1.5em 0;
}
 .li-check-right li{
     margin-bottom:10px;
}
 .li-check-right li::after {
     content: "✓ ";
     background: linear-gradient(180deg, #00CBFF , #ff0066) !important;
     color: #000000;
     border-radius:5px;
     font-weight:bold;
     text-align:center;
     padding-left:2px;
     padding-right:2px;
     padding-top:0;
     padding-bottom:0;
     margin:2px;
     margin-left:5px;
}
/*Icon with Gradient BG*/
 .li-check-gbg-left{
     list-style-type:none;
     margin-top:10px !important;
     margin-bottom:10px !important;
     position:relative;
     padding-left:60px;
}
 .li-check-gbg-left::before {
     content: "✓ ";
     width: 42px;
     height: 42px;
     position:absolute;
     top:30%;
     left:0px;
     transform:translatey(-50%);
     font-size: 25px;
     background: linear-gradient(180deg, #00CBFF 0%, #FF0066 100%);
     color: #000;
     border-radius: 50%;
     font-weight: bold;
     text-align: center;
     padding-left: 5px;
     padding-right: 5px;
     padding-top: 5px;
     padding-bottom: 5px;
     margin: 5px;
     margin-right: 20px;
}
 .li-check-gbg-left h3{
     font-size:20px;
}
/* Pricing Table */
 .ct-pricing-tbl{
     max-width:900px;
     margin:auto;
}
 .ct-pt-single{
     border-radius:20px;
     padding-top: 60px !important;
     padding-bottom: 60px !important;
}
 .ct-pt-feature-bg{
     background: linear-gradient(135deg, rgba(0, 203, 255, 0.25) 0.86%, rgba(255, 0, 102, 0.25) 99.14%);
}
 .ct-pt-title{
     font-size:2rem !important;
}
 .ct-pt-price{
     text-decoration: line-through;
     text-decoration-color: red;
     text-decoration-thickness: 2px;
     font-size:24px;
     margin-bottom:10px;
}
 .ct-pt-sell-price{
     font-size:64px;
     color:var(--base-2);
     font-weight:600;
     margin-bottom: 0;
     line-height: 64px;
}
 .ct-pt-features{
     list-style-type:none;
     margin-left:0;
     margin-bottom:3rem;
}
 .ct-pt-features li{
     margin-bottom:10px;
}
 .ct-pt-features li::before {
     content: "✓ ";
     color:#2ED573;
}
 .ct-pt-paycircle{
     text-align:right;
     margin-bottom:3rem !important;
}
 .ct-pricing-tbl .ct-btn{
     display:block !important;
     width:100%;
}
 .ct-pricing-tbl .ct-btn a{
     border-radius:25px !important;
}
 .ct-pricing-tbl .ct-btn *{
     display:block !important;
     width:100%;
}

.ct-pricing-tbl-full{
	width:100%;
	max-width: 100%;
}

/* EDD sections */
/* edd free download modal */
 .edd-free-downloads-modal-wrapper{
     backdrop-filter: blur(3px);
     background: rgb(0 0 0 / 80%) !important;
}
 #edd-free-downloads-modal{
     padding:1rem !important;
}
 .edd-free-downloads-modal-wrapper a:hover{
     color: #000000;
}
 .edd-free-downloads-modal-wrapper input{
     border-radius:5px !important;
     background:#ffffff !important;
     color:#3a3a3a !important;
}
 #edd-free-downloads-modal label {
     color:#3a3a3a !important;
}
 #edd-free-downloads-modal button{
     background:#E91E63;
     border-color:#E91E63;
}
/* right column reverse */
 @media (max-width: 768px){
     .ct-m-flex-col-rev{
         flex-direction: column-reverse !important;
    }
}
/*===== header ======*/
/* topbarcoundown */
.ct-countdown{
	height:30px !important;
}
.ct-countdown.ct-showing .ct-countdown-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
 .ct-countdown code{
     border-radius:5px;
}
.ct-close {
	display:none !important;
}
 @media (max-width: 768px){
	 .ct-countdown{
		height:90px !important;
	}
     .ct-countdown .ct-timer{
         display:none !important;
    }
	 .ct-close {
		 top:10%;
	 }
	 
}
/* headermenu */
 .ct-user-menu{
     background:#ffffff25;
     border-radius:10px;
}
 .ct-user-menu img {
     border-radius: 50%;
     position: relative;
     top: 5px;
     margin: auto 5px;
}

 .ct-reg-btn a{
     line-height: 1.5rem !important;
	 padding: 10px 16px !important;
}
/* dark mode */
.darklightbtn a:before{
	content: "";
	display: inline-block;
	height: 25px;
	width: 25px;
	background-size: 100%;
	background: url(/wp-content/uploads/2023/04/darklight.svg);
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(1);
	position: relative;
	top: 8px;
}
.light-mode .darklightbtn a:before{
	    filter: invert(0) !important;
}

/* mobile menu */
 .main-navigation .menu-toggle{
     font-size:22px !important;
}
 #generate-slideout-menu .ct-sign-in{
     margin-left:0rem !important;
     border: 1px solid var(--base-2);
     border-radius: 10px;
     margin: 10px !important;
}
 #generate-slideout-menu .ct-sign-in a{
     line-height: 40px !important;
     text-align:center !important;
}
 #generate-slideout-menu .ct-reg-btn{
     margin:10px !important;
}
 #generate-slideout-menu .ct-reg-btn a{
     text-align:center !important 
}
#generate-slideout-menu .darklightbtn{
	display:none !important;
}
/* product Items */
 .ct-product-item{
     background: #ffffff;
     border-radius: 20px;
     padding:30px 20px;
     margin-bottom:3rem;
}
 .ct-product-item .wp-block-columns{
     margin-bottom:0px;
}
 .ct-product-item *{
     color:#000000;
}
 .ct-product-item a:hover{
     color:#2EA3F2 !important 
}
 .ct-product-item .ct-pi-demo-btn a:hover{
     color:#2EA3F2 !important 
}
 .ct-product-item .ct-pi-title{
     font-size: 2.5rem;
}
 .ct-product-item .ct-pi-img{
}
 .ct-product-item .ct-pi-desc{
}
 .ct-product-item .ct-pi-price s{
     color:#9A9A9A;
     font-size: 1rem;
     font-weight:bold;
     margin-right:10px;
}
 .ct-product-item .ct-pi-price strong{
     color:#2EA3F2 !important;
     font-size: 1.5rem;
}
 .ct-product-item .ct-pi-details-btn{
     color:#000000;
     font-weight:bold;
}
 .ct-product-item .ct-pi-details-btn a:hover{
     color:#000000 !important;
}
 .ct-product-item .ct-pi-details-btn a:after{
     content:"↓";
     margin-left:5px;
     font-weight:400;
}
 .ct-product-item .ct-buynow-btn{
}
 .ct-product-item .ct-pi-demo-btn a{
     background-color:transparent !important;
     color:#000000 !important;
}
 .ct-product-item .ct-pi-demo-btn a:after{
     content:"▶";
     display:inline-block;
     font-size:10px;
     line-height:18px;
     height:20px;
     width:20px;
     border:1px solid #000;
     border-radius:50%;
     margin-left:5px;
}
 @media (max-width: 768px){
     .ct-product-item .wp-block-image img{
         width:100% !important;
    }
     .ct-product-item .ct-pi-title {
         font-size: 1.5rem;
    }
     .ct-product-item .ct-pi-price strong{
         font-size: 1rem;
    }
}
/* === Compire table === */
.compare-table{
	border-collapse:collapse;
}
 .compare-table .compare__title{
     color:var(--base-2);
}
 .compare-table .compare__title.free{
     color: #f22ea0;
}
 .compare-table .compare__title.pro{
     color: #2ea3f2;
}
 .compare-table .yes {
     width: 16px;
     height: 16px;
     background-size: 16px 16px;
     margin-right: 10px;
     position: relative;
     top: 2px;
}
 .compare-table .yes:before {
     content: '\2611';
     position: relative;
     top: 1px;
     left: 5px;
     color: #2EA3F2;
     font-size: 1.4rem;
     color: #2ea3f2;
}
 .compare-table .no {
     width: 16px;
     height: 16px;
     background-size: 16px 16px;
     margin-right: 10px;
     position: relative;
     top: 2px;
}
 .compare-table .no:before {
     content: '\2612';
     position: relative;
     top: 1px;
     left: 5px;
     color: #2ea3f2;
     font-size: 1.4rem;
     color: #f22ea0;
}
.compare-table table tbody tr th {
     border: 1px solid #3F3F3F;
     line-height: 1.42857;
     padding: 14px 24px;
     vertical-align: middle;
     text-align: center;
}
.compare-table tbody tr td {
     border: 1px solid #3F3F3F;
     text-align:center;
}
.compare-table thead tr th {
     text-align: center;
     font-weight: normal;
     background:#3F3F3F;
     border: 1px solid #3F3F3F;
     line-height: 1.42857;
     padding: 20px 24px;
     vertical-align: middle;
}
.compare-table .compare {
     font-size: 18px;
     letter-spacing: 0px;
     text-transform: none;
     font-weight: 500;
}
@media (max-width: 768px) {
  .compare-table {
			border: 0;
			width: 100%;
			border-collapse:collapse;
		}

		.compare-table caption {
			font-size: 1.3em;
		}
		
		.compare-table thead {
			border: none;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		
		.compare-table tr {
			display: block;
			border-bottom: 1px solid #3F3F3F !important;
			margin-bottom:1rem;
		}
		
		.compare-table tbody tr td {
			border-bottom: 1px solid #3F3F3F;
			display: block;
			font-size: .8em;
			text-align: right;
		}
	.compare-table tbody tr td:first-child{
		text-align:left !important;
		color:#dfdfdf;
		font-weight:bold;
	}
		.compare-table td::before {
			content: attr(data-label);
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			    padding: 8px;
		}
		
		.compare-table td:last-child {
			border-bottom: 0;
		}
}

/* === login/Registration === */
 .ct-login, .ct-registration{
     max-width: 550px;
     margin: auto;
     border: 1px solid #939393;
     border-radius:10px;
     padding:1rem;
     padding-top: 50px;
     padding-bottom: 50px;
     background: #fff2;
     backdrop-filter: blur(1px);
}
 .ct-login form.edd-blocks-form, .ct-registration form.edd-blocks-form{
     border:none !important;
}
 .ct-login form.edd-blocks-form input, .ct-registration form.edd-blocks-form input{
     border-radius:5px;
     padding: 8px 8px !important;
     color:var(--base-2) !important;
}
 .ct-login form.edd-blocks-form input[type="text"],.ct-login form.edd-blocks-form input[type="email"],.ct-login form.edd-blocks-form input[type="password"], .ct-registration form.edd-blocks-form input[type="text"],.ct-registration form.edd-blocks-form input[type="email"],.ct-registration form.edd-blocks-form input[type="password"]{
     width:100% !important;
}
 .ct-login label, .ct-registration label{
     color:var(--base-2) !important;
}
 .ct-login .edd-submit.button.blue, .ct-registration .edd-submit.button.blue{
     background: linear-gradient(90deg, #00CBFF 1.5%, #F3096D 100%) !important;
     border-radius: 10px;
     padding: 12px 32px !important;
     color: var(--base-2);
}
 .ct-registration .wp-generate-pw{
     color:#000000;
     border-radius: 10px;
}
 .ct-login .edd-submit.button.blue:hover, #edd_profile_editor_submit:hover{
     background: linear-gradient(90deg, #14A2ED 1.5%, #EF3B9D 100%) !important;
     color:var(--base-2) !important;
}
/* ======== Pricing ========= */
/* pricing tab */
 .ct-price-tabs{
     border-bottom: 2px solid #00CBFF;
     max-width:900px;
     margin:auto;
}
 .ct-price-tabs a{
     background:transparent !important;
     border-radius:0px;
     padding-bottom:20px !important;
     margin-bottom: -3px;
}
 .ct-price-tabs a.active-tab{
     border-bottom:4px solid #FF0066;
     color:#FF0066;
    /* border:4px solid #00CBFF;
     border-bottom:4px solid #12141d;
     color:#FF0066;
     border-radius:10px 10px 2px 2px;
     */
}
 .pt-section-services .ct-pricing-tbl{
     max-width:1100px !important;
}
 .pt-section-services .ct-pt-title{
     font-size: 1.5rem !important;
}
 .pt-section-services .ct-pt-img{
     height:120px !important;
}
 .pt-section-services .ct-pt-sell-price, .pt-section-support .ct-pt-sell-price{
     margin-bottom:2rem;
}
/* Roadmap */
 .ct-roadmap{
     display: flex;
     flex-direction: column;
     justify-content: center;
     list-style-type: none;
}

	.ct-roadmap .ct-roadmp-p-title{
		font-size:22px;
	}
 .ct-roadmap-item {
     display:flex;
     flex-direction: row;
     color: var(--base-2);
     min-height: 150px;
     position: relative;
     padding: 0px 50px 100px 50px;
     margin-bottom:0px;
}
 .ct-roadmap-date{
     text-align:right;
     width: 50%;
     padding-right:50px;
     margin-top:-10px;
}
 .ct-roadmap-des{
     width: 50%;
     padding-left:50px;
     margin-top:-25px;
     margin-bottom:30px;
}
 .ct-roadmap-des h2{
     margin-top:0;
}
 .ct-roadmap-item .icon-holder {
     position: absolute;
     left: 50%;
     transform: translate(-50%, -50%);
     top: 0;
     width: 48px;
     height: 48px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     z-index: 1;
     transition: 0.4s all;
}
 .ct-roadmap-item .icon-holder::before {
     content: " ";
     color:#000000;
     font-weight:bold;
     text-align:center;
     font-size:24px;
     width: 40px;
     height: 40px;
     font-size:1.75rem;
     line-height:40px;
     position: absolute;
     background: linear-gradient(180deg, #00CBFF 0%, #FF0066 100%);
     border-radius: 50%;
     z-index: -1;
     box-shadow: inset 0px 0px 10px #000;
     filter: blur(.5px);
     transition: 0.4s all;
     text-shadow:0px 0px 10px var(--base-2);
}
 .ct-roadmap-item::after {
     content: '';
     position: absolute;
     height: 20px;
     width: 20px;
     border-radius:50%;
     background-color: var(--base-2);
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     top:5px;
     z-index: 0;
     transition: 0.35s all;
}
 .ct-roadmap-item::before {
     content: '';
     position: absolute;
     height: 100%;
     width: 1px;
     background-color: #c5c3cb;
     top:5px;
     left: 50%;
     right: 50%;
     z-index: 0;
}
 .ct-roadmap-item:last-child::before {
     content: unset;
}
 .ct-roadmap-item.active .icon-holder {
     background: linear-gradient(180deg, #00CBFF 0%, #FF0066 100%);
}
 .ct-roadmap-item.active .icon-holder::before {
     content: "✓ ";
}
 .ct-roadmap-item.active::after {
     top: 100%;
}
 .ct-roadmap-item.active:last-child::after {
     content: unset;
}
.ct-roadmap-status{
	background: #ffffff50;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
}

 @media screen and (max-width: 768px) {
     .ct-roadmap-item {
         padding: 0px 20px 50px 50px;
    }
     .ct-roadmap-item::before {
         display: block;
    }
     .ct-roadmap-date{
         text-align:left;
         padding-right:0;
         padding-left:50px;
         margin-bottom:20px;
    }
     .ct-roadmap-des{
         margin-top:0;
    }
     .ct-roadmap-item .icon-holder{
         top:-5px;
         left:35px;
         transform: translate(0%, 0%);
    }
     .ct-roadmap-item::before{
         left: 58px;
    }
     .ct-roadmap-item::after{
         left:49px;
         transform: translate(0%, 0%);
    }
     .ct-roadmap-date{
         width:100%;
         flex-basis: 100% !important;
    }
     .ct-roadmap-des{
         width:100%;
         flex-basis: 100% !important;
    }
}
/* Home Testimonial */
 .ct-testimonial{
     color:var(--base-2);
     margin-top:30px;
     position:relative;
}
 .ct-testimonial{
     border:none;
     margin-bottom:-30px;
     quotes: "\201C""\201D""\2018""\2019";
     text-align: center;
     font-style: normal !important;
}
 .ct-testimonial p {
     font-size:21px;
     padding: 0px 8%;
}
 .ct-testimonial p:before {
     content: open-quote;
     font-weight: bold;
     font-size:80px;
     color:var(--base-2);
     position: absolute;
     left: 3%;
     top: -20px;
}
 .ct-testimonial p:after {
     content: close-quote;
     font-weight: bold;
     font-size:80px;
     color:var(--base-2);
     position: absolute;
     right: 3%;
}
 .ct-testimonial cite{
     font-style: normal;
     color: #00CCFF;
}
/* Support FAQ */
 .ct-faq-item{
     padding:30px 50px 30px 50px;
     border-radius:10px;
}
 @media screen and (max-width: 575px){
     .ct-faq-item{
         padding:30px 20px 30px 20px;
    }
}
 .ct-faq-title{
     color:#00CBFF;
     font-size: 24px;
     cursor: pointer;
     position:relative;
     padding-right: 40px;
}
 .ct-faq-title::after{
     content:'+';
     position:absolute;
     width:36px;
     height:36px;
     top: 5px;
     left:auto;
     right:0;
     text-align: center;
     color:var(--base-2);
     border-radius:50%;
     border:2px solid var(--base-2);
}
 .ct-faq-des{
     color:var(--base-2);
     font-size: 20px;
}
 .active .ct-faq-des{
     display:block;
}
 .active .ct-faq-title::after{
     content:'-';
}
/* Support Reach out */
 .ct-reach-out{
     padding-left: 20px;
     padding-right:20px;
     flex-basis: 60% !important;
     margin: 0 auto !important;
}
 @media screen and (max-width: 1024px){
     .ct-reach-out{
         flex-basis: 80% !important;
    }
}
 @media screen and (max-width: 991px){
     .ct-reach-out{
         flex-basis: 100% !important;
    }
}
 .ct-reach-out a{
     font-style:italic;
     color: #00CBFF;
}
/* ============Blog =========== */
/* Blog Header */
 .blog-header .postform#wp-block-categories-1{
     border: none;
     background: none;
     font-size: 20px;
     color:#b4b4b4;
     width:100%;
}
 .blog-header .wp-block-search__inside-wrapper{
     flex-direction: row-reverse;
     border: transparent;
     padding: 0;
}
 .wp-block-search__button svg{
     color:#b4b4b4;
     font-size: 20px;
}
 .blog-header .wp-block-search__input, .blog-header .wp-block-search__input:focus{
     background: transparent;
     border: none;
     font-size: 20px;
}
 .blog-header .wp-block-search__input::-webkit-input-placeholder{
     color:#b4b4b4;
}
 .blog-header .wp-block-search__input:-ms-input-placeholder{
     color:#b4b4b4;
}
 .blog-header .wp-block-search__input::placeholder{
     color:#b4b4b4;
}
 .blog-header .wp-block-search__inside-wrapper .wp-block-search__button.has-icon{
     border: transparent;
     padding: 0;
     background:transparent;
}
 @media (max-width: 768px) {
    .ct-search-cat-wrap{
        display:flex;
    flex-wrap: nowrap !important;
    }
     .ct-search-cat-wrap:not(.is-not-stacked-on-mobile)>.ct-search-cat-item{
         flex-basis: 50% !important;
     }
}

/* Blog Main */
.blog .site-content{
     padding: 20px 40px !important;
}
 @media (max-width: 500px) {
     .blog .site-content{
         padding: 20px !important;
    }
}
 .blog .inside-article{
     padding-bottom:35px;
     height: auto;
     border-radius: 10px;
     overflow:hidden;
     border:1px solid #757575;
}
 .blog .inside-article .entry-header, .blog .inside-article .entry-header, .blog .inside-article footer.entry-meta{
     padding: 0 20px;
}
 .blog .inside-article .entry-title{
     font-size: 1.5rem;
     margin-bottom:5px;
}
 .blog .inside-article .entry-title a, .blog .inside-article .entry-title a:hover, .blog .inside-article footer.entry-meta, .blog .inside-article footer.entry-meta, .blog .inside-article footer.entry-meta a{
     color: var(--base-2);
}
 .blog .inside-article .entry-meta{
     color: #9e9e9e;
}

/* ========Blog Single======= */
/* Pros & Cons */
 .ct-pros-cons-tbl {
     overflow-x: auto;
     margin-bottom:23px;
}
 .ct-pros-cons-tbl table {
     border: 1px solid #3F3F3F;
     margin: 0;
     padding: 0;
     border-collapse: collapse;
}
 .ct-pros-cons-tbl .ct-pros-th {
     width: 50%;
     background-color: #3F3F3F66;
     color: #0077c7;
}
 .ct-pros-cons-tbl .ct-cons-th {
     width: 50%;
     background-color:#3F3F3F66;
     color: #a50e0e;
}
 .ct-pros-cons-tbl tr th {
     padding: 10px;
}
 .ct-pros-cons-tbl tr td {
     border: 1px solid #3F3F3F;
     vertical-align: top;
     padding: 10px;
}
 .ct-pros-cons-tbl .ct-pros-items ul {
     margin: 10px 5px;
     padding: 0 1rem;
}
 .ct-pros-cons-tbl .ct-cons-items ul {
     margin: 10px 5px;
     padding: 0 1rem;
}
 .ct-pros-cons-tbl ul li{
     text-align:left;
}


.single .inside-article{
      max-width: 811px;
      margin: 0 auto;
    }
.single .entry-header{
     text-align:center;
 }


 @media screen and (max-width: 768px) {
     .ct-pros-cons-tbl table{
         min-width:700px;
    }
}


/* ====Theme Page==== */
/* Need Assitance */
 .ct-asst-sec{
     background: #22252F;
     padding: 50px 70px 30px 70px;
     border-radius:10px;
}
 @media (max-width: 991px) {
     .ct-asst-sec{
         padding: 50px 30px 30px 30px;
    }
}

/* ===Affiliate Program Page=== */
 .ct-aff-feature{
     border: 1px solid #939393;
     padding: 20px;
     border-radius: 10px;
     background: #FFFFFF;
     color: #000000;
}
 .ct-aff-icon{
     text-align:center;
}
 .ct-aff-icon span{
     font-size: 40px;
     display: inline-block;
     height: 80px;
     width: 80px;
     border-radius: 50%;
     line-height: 80px;
     text-align: center; 
}   
.ct-item-feature span{
	 color:#FFFFFF !important;
	 background: linear-gradient(225deg, #00CBFF 1.5%, #f3096db3 100%) !important;
}
 .ct-aff-icon span.dashicons-smiley, .ct-aff-icon span.dashicons-networking, .ct-aff-icon span.dashicons-media-text{
     background: rgba(249,192,67,0.3);
     color: #f79046;
}
 .ct-aff-icon span.dashicons-admin-users, .ct-aff-icon span.dashicons-heart, .ct-aff-icon span.dashicons-controls-play{
     background: rgba(250,94,93,0.3);
     color: #fa5e5d;
}
 .ct-aff-icon span.dashicons-chart-bar, .ct-aff-icon span.dashicons-groups, .ct-aff-icon span.dashicons-youtube {
     background: rgba(249,141,94,0.3);
     color: #f98d5e;
}
 .ct-aff-icon span.dashicons-sos, .ct-aff-icon span.dashicons-admin-site-alt3, .ct-aff-icon span.dashicons-businessman{
     background: rgba(249,192,67,0.3);
     color: #f9c043;
}
 .ct-aff-icon span.dashicons-thumbs-up, .ct-aff-icon span.dashicons-star-half, .ct-aff-icon span.dashicons-editor-ul{
     background:rgba(106,154,232,0.3);
     color:#6a9ae8;
}
 .ct-aff-icon span.dashicons-money-alt, .ct-aff-icon span.dashicons-edit-page{
     background:rgba(122,105,230,0.3);
     color:#7a69e6;
}
/* Affiliate Page Login Form */
 .ct-aff-login-wrap{
     border-radius:20px;
}
 .ct-aff-login-wrap .ct-login{
     margin-top:3rem !important;
     margin-bottom:1rem !important;
     padding-top:10px !important;
     padding-bottom:10px !important;
}
 .ct-aff-login-wrap .ct-login .edd-blocks-form{
     padding:20px !important;
}
 .ct-aff-login-wrap .ct-login .edd-blocks-form input[type=text], .ct-aff-login-wrap .ct-login .edd-blocks-form input[type=password]{
     background:var(--base-2);
     color:#000000 !important;
}
 .ct-aff-login-wrap .ct-login .edd-submit.button.blue{
     font-weight:bold;
     background:#fff !important;
     color: #000 !important;
}
 .ct-aff-login-wrap .ct-login .message{
     color: var(--base-2);
}
 .ct-aff-login-wrap .ct-login form.edd-blocks-form{
     margin-top:0px;
}
/* Custom desing inside post content */
 .ct-group-btn-container{
     display: flex;
     gap: 0.5em;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     padding: 40px 0px 30px 0;
}

/* Comments Form */
 .single-post .comments-area{
     max-width:767px;
     margin: 0 auto;
}
 .single-post .comment-form-comment textarea{
     border-radius:10px;
}
.single-post input{
	border-radius:5px !important;
}
/* ========DashBoard======= */
/* pricing tab */
 .ct-db-tabs{
     border-bottom: 2px solid #00CBFF;
     margin-bottom:2rem !important;
     margin:auto;
     padding:0px !important;
}
 .ct-db-tabs a{
     background:transparent !important;
     border-radius:0px;
     padding-bottom:20px !important;
     margin-bottom: -3px;
}
 .ct-db-tabs a.active-tab{
     border-bottom:4px solid #FF0066;
     color:#FF0066;
}
/* dashboard menu icon */
 .tab-download a:before{
     content: "\f316";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-licenses a:before{
     content: "\f491";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-subscription a:before{
     content: "\f481";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-tickets:before{
     content: "\f130";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-putchase-his a:before{
     content: "\f323";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-profile a:before{
     content: "\f110";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-ricket a:before{
     content: "\f130";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .tab-affiliate a:before{
     content: "\f155";
     display: inline-block;
     color: var(--base-2);
     -webkit-font-smoothing: antialiased;
     font: normal 16px/1 'dashicons';
     padding-right:5px;
     top:3px;
     position:relative;
}
 .ct-tab-section>h2{
     font-size:1.5rem !important;
}
/* dashboard Profile */
 .ct-db-profile h2{
     text-align:center;
}
 .ct-db-profile input{
     color:var(--base-2) !important;
}
 #edd_profile_editor_form{
     max-width:550px;
     margin:auto;
}
 .ct-db-profile fieldset{
     border:1px solid #3F3F3F;
     margin-bottom:2rem;
     padding:20px;
     border-radius:10px;
}
 .ct-db-profile legend{
     color: #00cbff;
}
 #edd_profile_submit_fieldset{
     border:0;
}
 .ct-db-profil .edd-submit, [type=submit].edd-submit{
     border:0;
}
 .ct-db-profile label, .ct-db-profile input, .ct-db-profile select{
     display:block !important;
     width:100%;
     border-radius:5px;
     margin-bottom:10px;
}
.ct-db-profile input, .ct-db-profile select{
	 color:#ffffff !important;
}
/* dashboard all tables */
 .ct-tab-section table, .ct-tab-section tr,.ct-tab-section td{
     border:1px solid #3F3F3F !important;
}
 .ct-tab-section table thead{
     background:#3F3F3F;
     color: #ffffff;
}
 .edd-order-items__header{
     color: #ffffff;
}
 #edd_user_history th{
     background:#3F3F3F;
     color: #ffffff;
     border:1px solid #3F3F3F !important;
}
 .ct-tab-section table tr{
     border:1px solid #3F3F3F;
}
/* Affiliate DashBoard */
 .ct-affiliate-area{
}
 .ct-affiliate-area #affwp-register-form, .ct-affiliate-area #affwp-login-form{
     max-width:750px;
     margin:auto;
}
 #affwp-register-form fieldset, #affwp-login-form fieldset{
     border:1px solid #3F3F3F;
     margin-bottom:2rem;
     padding:20px;
     border-radius:10px;
}
 #affwp-register-form legend, #affwp-login-form legend{
     color: #00cbff;
}
 #affwp-register-form fieldset{
     border:1px solid #3F3F3F;
     margin-bottom:2rem;
     padding:20px;
     border-radius:10px;
}
/* pricing tab */
 #affwp-affiliate-dashboard-tabs{
     border-bottom: 2px solid #00CBFF !important;
     text-align:center;
}
 #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{
     color:var(--base-2);
}
 #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a{
     color:#FF0066 ;
}
 .affwp-affiliate-dashboard-tab{
     border-radius:0px;
     padding-bottom:1rem!important;
     padding:10px !important;
}
 .affwp-affiliate-dashboard-tab.active{
     border-bottom:4px solid #FF0066 !important;
     margin-bottom: -3px !important;
}
/* affiliate all tables */
 .ct-affiliate-area input, .ct-affiliate-area table,.ct-affiliate-area select{
     border-radius:5px !important;
}
 .ct-affiliate-area .legend>table tr>.legendLabel{
     color:#000000 !important;
}
 .ct-affiliate-area .legend>table{
     border:none !important;
}
 .ct-affiliate-area table{
     margin-bottom:3rem;
}
 .ct-affiliate-area table, .ct-affiliate-area tr,.ct-affiliate-area td{
     border:1px solid #3F3F3F !important;
     color:var(--base-2) !important;
}
 .ct-affiliate-area table thead, .ct-affiliate-area table thead th{
     background:#3F3F3F !important;
     color: var(--base-2);
     font-weight:normal;
     border:1px solid #3F3F3F !important;
}
/*=== Checkout page ===*/
 .edd-checkout .entry-title, #edd_checkout_form_wrap>p{
     text-align:center;
}
 .ct-checkout{
     max-width:980px;
     margin:auto;
}
 .edd-blocks-cart__row>div:last-of-type:not(:first-of-type) {
     text-align: right;
     color: var(--base-2);
}
 .ct-checkout input[type="text"], .ct-checkout select, #edd-stripe-card-element .InputElement, #edd-stripe-card-element{
     color:var(--base-2) !important;
     border:1px solid #3F3F3F !important;
     padding:.5rem !important;
     border-radius:5px;
     margin-top:.5rem;
}
 #edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
     padding: 10px 12px;
     margin-bottom: -6px;
}
 #edd_checkout_cart{
     border-radius:10px;
     overflow:hidden;
     border:1px solid #3F3F3F !important;
}
 .edd-blocks-form__cart .edd-blocks-cart__items, .edd-blocks-form__cart .edd-blocks-cart__row-header{
     border-bottom:1px solid #3F3F3F !important;
}
 #edd_payment_mode_select, #edd_sl_renewal_fields, #edd_cc_fields,#edd_cc_address{
     border:1px solid #3F3F3F !important;
}
 .edd-blocks-form__cart .edd-blocks-cart__row-header,#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields,#edd_checkout_form_wrap .edd-cart-adjustment{
     color:var(--base-2) !important;
     background:#3F3F3F;
}
 .edd-discount-loader.edd-loading, .edd-loading-ajax.edd-loading, a.edd-add-to-cart.white .edd-loading {
     border-color: rgb(255 255 255 / 20%) rgb(255 255 255 / 20%) rgb(255 255 255 / 20%) #ff0202 !important;
}
 .edd-blocks-form__cart .edd-blocks-cart__action-remove, .edd-blocks-form__cart .edd_discount_remove{
     filter: invert(1);
}
 .edd-checkout fieldset{
     margin-bottom:2rem !important;
     padding:20px;
     border-radius:10px;
}
 .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{
     padding:1.387em !important;
}
 .edd-checkout legend{
     color: #00cbff;
     display:inline-block;
     width:auto !important;
}
/* Checkout all tables */
 .edd-checkout table, .ct-checkout tr,.ct-checkout td{
     border:1px solid #3F3F3F !important;
}
 #edd-purchase-button{
     background:#E91E63 !important;
     color:var(--base-2);
     padding:10px 25px;
     border-color:#E91E63;
}
/* ======Footer====== */
 .ct-footer{
     padding:10px !important;
}
 .ct-footer.container{
    /* padding: 10px;
     */
}
 .ct-footer .footer-real-support{
     border-bottom:1px solid #3F3F3F;
}
 .ct-footer-menu{
}
 .ct-footer-menu ul{
}
 .ct-footer-menu ul li{
}
 .ct-footer-menu ul li a{
     font-size:14px;
     line-height:2rem;
     font-weight:400;
     padding-right:1.5rem;
     color:var(--base-2) !important;
}
 .copyright-bar{
     width:100%;
}
 .footer-credit{
     display:flex !important;
     justify-content: space-between;
}

.footer-credit a{
	color:#ffffff;
}
 @media (max-width: 768px){
     .footer-credit{
         flex-direction:column;
         justify-content: center;
    }
     .footer-credit *{
         text-align:center;
    }
}
/* Other Responsive */
 @media (max-width: 768px){
     .wp-block-buttons.is-content-justification-right{
         justify-content: left !important;
    }
     .has-text-align-right{
         text-align:left !important;
    }
}
 

/* ========Dark Mood============= */
.light-mode{
    --contrast: #F6F6F6;
    --base-2: #171717;
	--base: #171717;
    --contrast-4: #171717;
}

/* inputs */
.light-mode  input[type="text"], .light-mode  input[type="email"], .light-mode  input[type="url"], .light-mode  input[type="password"], .light-mode  input[type="tel"], .light-mode  input[type="number"], .light-mode  textarea {
    color: #171717 !important;
    background-color: #ffffff !important;
    border-color: #171717 !important;
}


.light-mode .ct-countdown .ct-countdown-cont-w {
    background-color: #00000030 !important;
}
.light-mode .ct-countdown .ct-countdown-cont-w {
    color: #171717 !important;
}
.light-mode .ct-user-menu {
    background: #00000025;
}

.light-mode .ct-asst-sec{
	 background: #ffffff;
}

.light-mode .bg-grad h2,.light-mode .bg-grad p{
	color:#ffffff;
}

.light-mode .li-check-left li::before{
	background: linear-gradient(180deg, #2196F3, #E91E63) !important;
	color:#ffffff;
}

.light-mode .li-check-gbg-left::before{
	color:#ffffff;
}

.light-mode .li-check-left li::after,
.light-mode .li-check-right li::after {
	color:#ffffff !important
}

.light-mode .ct-btn-doc a:hover{
	color:var(--accent) !important;
}
.light-mode .ct-btn-demo a{
	color:#171717 !important;
}
.light-mode .ct-btn-demo  a:hover,.light-mode .ct-btn-demo:hover{
	color:var(--accent) !important;
}

.light-mode .ct-roadmap-item .icon-holder::before{
	box-shadow: 1px 2px 10px #000;
    color: #ffffff;
}

/* dashboard */
.light-mode .ct-db-profile input, .light-mode .ct-db-profile select{
	background-color:#ffffff !important;
	color:#171717 !important;
}
.light-mode  .edd-order-items__header {
    color: #171717;
}
.light-mode .edd-blocks__user-downloads{
	    border: 1px solid #171717;
}

.light-mode .edd-order-item__product, .light-mode .edd-order-items__header {
	border-bottom: 1px solid #171717;
}
.light-mode input.edd_sl_license_key{
	background:transparent !important;
}

.light-mode .edd-blocks-orders__order, .light-mode .edd-blocks-orders__order-header{
	border-color:#171717 !important;
}
/* affiliate */
.light-mode .ct-affiliate-area input,.light-mode .ct-affiliate-area table,.light-mode .ct-affiliate-area select{
	background-color:#ffffff !important;
	color:#171717 !important;
}

.light-mode .ct-affiliate-area input[type="submit"]{
	color: #ffffff !important;
    background-color: var(--accent) !important;
}

.light-mode .ct-affiliate-area table thead, .light-mode .ct-affiliate-area table thead th{
	color:#ffffff !important;
}

/* ========Black Friday============= */
.ct-blackfriday{
	background: #ffffff;
	padding: 30px;
	border-radius:11px;
}


/* ======= GDPR/CCPA Cookie Consent ========= */
.cky-consent-container .cky-consent-bar{
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 0 6px rgba(0,0,0,.08) !important;
}
.cky-consent-container .cky-btn-accept{
    background: transparent !important;
    box-shadow: 0 0 1px 1px #14A2ED inset;
    border-radius: 10px;
	max-width:30%;
}

.cky-box-bottom-left {
    bottom: 20px;
    left: 20px;
}




/* celebrate animation */

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}
.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}
.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}
.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}
.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}
.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}
.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}
.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}
.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}
.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}
.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}
.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}
.confetti-piece:nth-child(odd) {
    background: #7431e8;
}
.confetti-piece:nth-child(even) {
    z-index: 1;
}
.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: red;
}
@-webkit-keyframes makeItRain {
    from {opacity: 0;}
    50% {opacity: 1;}
    to {-webkit-transform: translateY(350px);}
}


/*Exit POPUP Offer*/

#exitPopup{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000081;
  backdrop-filter: blur(0px);
  z-index: 999999;
}


#exitPopupContent{
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 32px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

#exitPopup h2{
  color: #222222;
  font-size: 26px;    
  margin: 10px auto;
}

#exitPopup p{
  color: #222222;
  font-size: 16px;
  font-weight:bold;
}
#exitPopup .code{
  border: 1px solid #2196F3;
  padding: 2px 5px;
  border-radius: 5px;
  color: #E91E63;
  font-weight: 700;
  width: 70px;
  text-align: center;
}

#exitPopup span#popupmsg {
  letter-spacing: 1px;
  margin-left: 10px;
  color: #2196f3;
  font-weight: 700;
}

#exitPopupClose {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 2px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  color: rgba(0,0,0,.8);
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

@media (max-width: 768px){
  #exitPopupContent{
	width:80%;
  }
}


