/* Copy Animation */

  .copyInput {
	display: inline-block;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: var(--base-color);
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
  }
  
  @keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	50% {
		opacity: 0.7;
		transform: translateX(40%);
	}
	70% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
	}
  }




  .cookies-card {
	width: 520px;
	padding: 30px;
	color: #1E2337;
	position:  fixed;
	bottom: 15px;  
	left: 15px;
	z-index: 999999;
	transition: all .5s;
	background: #d1d1d1;
    border-radius: 5px;
  }
  
  .cookies-card.hide{
	bottom: -500px !important;
  }
  .radius--10px {
	border-radius: 10px;
  }
  
  .cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #6e6f70;
    color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .cookies-card__content {
	margin-bottom: 0;
  }
  
  .cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius:  999px;
  }
  
  .cookies-btn:hover {
	color: #363636;
  }

  
  @media (max-width: 767px) {
	  .cookies-card {
		  width:  100%;
		  left: 0;
		  bottom:  0;
		  font-size:  14px;
		  padding:  15px;
	  }
  }




.hover-input-popup {
        position: relative;
    }
    .input-popup {
        display: none;
    }
    .hover-input-popup .input-popup {
        display: block;
        position: absolute;
        bottom: 130%;
        left: 50%;
        width: 280px;
        background-color: #1a1a1a;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .input-popup::after {
        position: absolute;
        content: '';
        bottom: -19px;
        left: 50%;
        margin-left: -5px;
        border-width: 10px 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #1a1a1a transparent;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .input-popup p {
        padding-left: 20px;
        position: relative;
    }
    .input-popup p::before {
        position: absolute;
        content: '';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        left: 0;
        top: 4px;
        line-height: 1;
        font-size: 18px;
    }
    .input-popup p.error {
        text-decoration: line-through;
    }
    .input-popup p.error::before {
        content: "\f057";
        color: #ea5455;
    }
    .input-popup p.success::before {
        content: "\f058";
        color: #28c76f;
    }



 .show-filter{
  display: none;
}
@media(max-width:767px){
  .responsive-filter-card{
      display: none;
      transition: none;
  }
  .show-filter{
      display: block;
  }
}

:root {
    --base-color: #8b5cf6 !important;
    --base-h: 258 !important;
    --base-s: 89% !important;
    --base-l: 66% !important;
    --base-two-color: #8b5cf6 !important;
    --base-two-h: 258 !important;
    --base-two-s: 89% !important;
    --base-two-l: 66% !important;
}

/* Diconium-inspired Modern & Professional Overrides */

/* Typography Overrides */
.banner-section .content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 24px;
}

.banner-section .content h5 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #777;
    margin-bottom: 16px;
}

/* Reset abstract theme colors */
.text--base {
    color: var(--base-color) !important;
}


/* Banner Layout Overrides */
.banner-section {
    background: #f9f9f9;
    padding: 120px 0;
    border-bottom: 1px solid #eaeaea;
}

.banner-thumb {
    background: none !important;
}

.banner-section img {
    border-radius: 0 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Structural Layout Changes (Diconium Style) */
section {
    border-bottom: 1px solid #eaeaea;
}

section .title {
    text-align: left !important;
    margin-bottom: 60px;
    border-left: 8px solid var(--base-color);
    padding-left: 24px;
}

section .title h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 12px;
    font-weight: 700;
}

section .title h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

section .title p {
    font-size: 18px;
    color: #444;
    max-width: 800px;
    margin-top: 16px;
}

.card {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff;
    transition: all 0.3s ease;
}

.card:hover {
    border-color: #000 !important;
    box-shadow: 8px 8px 0px #000 !important;
}

.bg-img {
    background-image: none !important;
}

/* Disable up and down hover animations */
.dash-card:hover, .table-content .card:hover:hover, .card:hover {
    transform: none !important;
}

/* Professional Header Overrides */
.clean-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease;
}
.clean-header.fixed-header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}
.clean-header .nav-link {
    font-weight: 600 !important;
    color: #333333 !important;
    padding: 24px 16px !important;
    transition: color 0.3s ease;
}
.clean-header .nav-link:hover, .clean-header .nav-item .active {
    color: var(--base-color) !important;
}
.clean-header .logo img {
    max-height: 45px;
}

/* Professional Footer Overrides */
.clean-footer {
    background-color: #111827 !important;
    color: #e5e7eb !important;
    padding-top: 80px;
}
.clean-footer .footer-item__desc, .clean-footer p {
    color: #9ca3af !important;
}
.clean-footer .footer-item__title {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 24px;
}
.clean-footer .footer-menu__link, .clean-footer a {
    color: #9ca3af !important;
    font-weight: 500;
    transition: color 0.3s ease;
}
.clean-footer .footer-menu__link:hover, .clean-footer a:hover {
    color: #ffffff !important;
}
.clean-footer .social-list__link {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease;
}
.clean-footer .social-list__link:hover {
    background: var(--base-color) !important;
    color: #ffffff !important;
}
.clean-footer .copyright {
    background-color: #030712 !important;
    border-top: 1px solid #1f2937 !important;
    padding: 24px 0 !important;
    text-align: center;
}