/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme for the Hello Elementor theme.
Author: Imran Javed [moizwordpress1@gmail.com]
Author URI: https://moizwordpress.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.page-id-4855 .elementor-4810 .elementor-element.elementor-element-620cce3 .elementor-divider {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
}

/* Add custom styles below this line */

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

body{
	  font-family: "Poppins", serif;
}
.yellow{ 
	background: #d35400 !important;
}
.orange{
	background-color: #e67e22 !important;
}
.red {
	background-color: #c0392b !important;
	
}
.purple{
	
	background-color: #8e44ad !important;
}
.peter-river-blue{
	background-color: #3498db !important;
}
.report_container .report-title-heading{
	color: #0261CF !important;

}

.product-main{
	padding: 1rem;
}
.product-short-desc{
	
    font-size: 1.1rem ;
    line-height: 2rem ;
    font-weight: bold ;
    padding: 1rem ;

}

.report-short-desc{
    border-bottom: 1px solid;
    margin: 0 0 2rem 0;

}
.nav-item .nav-link{
	 
    border: none;
    color: #000;
    font-size: 0.85rem;
    font-weight: bold;

}

.nav-link.active , .nav-link{
	color: #fff ;
}
.nav {
	gap: 0 .4rem;
}

.report-price-group {
    background: #fff;
    padding: 1rem;
	box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 .2rem .8rem rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.report-price-row > div{
	color: #000;
}
.report-price-row{

    padding: 1rem 0;
	}
.report-price-row:hover ,
.report-price-row:hover .report-license-label ,
.report-price-row:hover .report_price,
.report-price-row:hover .report-price_icon
{
	
	background: var(--e-global-color-primary);
	cursor: pointer;
	transition: background 0.35s ease-in-out;
	color: #fff;

}
.report-status-info ul li{
    font-size: .8rem;
}

.h3_tags a.active {
    color: #fff;
    background-color: #007bff;
    font-weight: bold;
}
.h3_tags {
    max-height: 80vh; /* Adjust based on your design */
    overflow-y: auto; /* Enables vertical scrolling */
}

.report-meta {
	
	display: flex;
    gap: 0 2rem;

}

.report-meta-value{

    font-size: .8rem;
    padding: 2px 0;

}
.report-meta-key{
    font-size: 1rem;
    font-weight: bold;

}

.report-meta-group{
    margin: 0 0 2rem 0;

}

.report-faqs-group , .related-reports-group{
	padding: 2rem 0;
}
.report-faqs-group .card-header{
    background: #fff !important;
    border: 0px !important;
    border-bottom: 0px !important;

}
.report-faqs-group button.btn-link,
.report-faqs-group button.btn-link:hover ,
.report-faqs-group button.btn-link:focus {
	 background-color: rgb(41, 128, 185) !important;
	 color: #fff !important;
}

.report-faqs-group button.btn-link {
	color: #000 !important;
	border: 0px !important;
}
.report-faqs-group .card{
	border: 0px !important;
	color: #000 !important;
}

.woocommerce-breadcrumb{
	padding: 2rem 0 !important;
}
.woocommerce-breadcrumb > a{
    padding: 2rem 0;

}
.report-price-group .report-price-heading{
	 
    background-color: #fff !important;
    padding: 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
	border-bottom: 1px solid #fff;

}

.report-content-heading{
  font-size: 1.5rem;
    font-weight: bold;
    margin: 2.2rem 0;
}
.currency_converter_container .report_price_converter{
	color: #fff ;
	font-size: .8rem ;
	font-weight: 600;
}
.currency_converter_container .report_price_converter:hover{ 
	cursor: pointer;
}

.currency_converter_container{
	
	
    padding: 1rem 0;
    border-bottom: 1px solid #fff;

}

.report-price-row{
    border-bottom: 1px solid #3193d394;

}

ul.what-you-get li i{  }
ul.what-you-get li{
    color: #000;
    list-style: none;
    font-size: .75rem;

}

.text-center{
	text-align: center;
}

.justify-content-evenly{
	justify-content: space-evenly !important;
}
.fz-85{
	font-size: 0.85rem;
}
.fz-75{
	font-size: 0.75rem;
}
.fz-1{
	font-size: 1rem;
}
.white-txt {
	color: #fff !important; 
}

.background-white{
  background-color: #fff !important;
}
.default-color{
  color: #d35400;
}

.white-border{
  border: 1px solid #fff;
}
.green-btn{
  background-color: #0b8545 !important;
  border-color: #0b8545 !important;
  border-radius: 10px;
  color: #fff;
}

.green-btn:hover{
  background-color: #fff !important;
  border-color: #fff;
  /* border-radius: 10px s; */
  color: #0b8545;
  transition: 0.5s All ;
}

@keyframes smoothBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.blink_me {
  animation: smoothBlink 2.5s ease-in-out infinite;
}
.report-title{
  padding: 2rem 0 1rem;
  z-index: 1;
  
}
.report-title h1{ 
  font-size: 2rem;
  font-weight: bold;
  color: #666;
}
.arrange-price-table-bi {
  gap: 0 2rem;
  padding: 0 0 0 1rem;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}
.arrange-price-table{
    gap: 0 3rem;
    padding: 0 0 0 1rem;

}

#package-selection-form .report-price-row {
    cursor: pointer;
    transition: background-color 0.3s;
}
#package-selection-form .report-price-row.selected {

    background-color: #0752839e;
	max-width: auto;
}
#package-selection-form .report-price-row.selected .report-license-label{
	color: #fff;
}

#package-selection-form .report-price-row.selected .report-price_icon,
#package-selection-form .report-price-row.selected .report_price{
  color: #fff;
}
.report-title-heading{
    font-size: 1.5rem !important;
    font-weight: bold !important;
    letter-spacing: .15rem !important;
    margin: 2.2rem 0;
	color: #0261CF !important;

}

.single-product h2 strong{
  color : #007bff;
}
/*Add Toast Styling*/
.toast {
  position: fixed;
  top: 70px;
  right: 20px;
  background: #27ae60;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  animation: fadeInOut 3s ease forwards;
}

@keyframes fadeInOut {
  0%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
	
	
	
/* Checkout page styles */	

#billing_country_field label ,
#billing_phone_field label ,
#billing_address_1_field label 
 {
	width: 100% !important;
}
.select2-selection{
    padding: .6rem 5.2rem;
    height: 50px;

}

.checkout-section-label{
	background: #16a085 ;
	padding: 1rem ;
	color: #fff ;
	font-size: 1rem;
}

#place_order{
	background: #16a085 ;
	padding: 1rem 2rem;
}

.activeRow{
  background: #9b59b6;
  color: #fff;
  
}

.activeRow .container{ color: #fff; }


/*Home page custom styles*/

.bri-tabs {
   display: flex;
    gap: 4rem;

}
.bri-tabs a.nav-link { 
    font-size: 1rem !important;
    text-align: left !important;
    text-decoration: none;
	width: 100%;
	border: none !important;

}
.bri-tabs .nav-tabs{
    nav-tabs

}


.section_header { 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0 3rem 0;

}
.section_header h2 , .section_header p{
	color: #fff;
	text-align: center;
	
}

.service-header h2{
	font-size: 4rem;
}

.product-item .product-desc a , .product-item .product-desc .col-md-4 a:hover{
	text-decoration: underline;
	}
.product-item .product-desc a , .product-item .product-desc .col-md-4 a{
	color: #fff;
	text-decoration: none;
}

.product-desc a.add-cart > .bi-box-arrow-down {
  font-size: 1.5rem;
  margin: 0 .4rem 0 0;
}

.product-desc a.add-cart{
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57%;
  padding: .5rem 0rem;
  font-size: 1rem;

}
.single-product #myTab .nav-item button:hover{
  color:#007bff !important;
  background-color: #fff !important;
  transition: 0.5s ALL;
}  
.single-product #myTab .nav-item button {
  color: #444 !important;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid;
}

 .what-you-get {

  padding: 0 2rem;
}
.single-product #myTabContent {

margin : 3rem 0 0 0 !important;
padding: 0 1rem ;
	
}


.single-product .customization-request a.add-cart:hover{

  background-color: #fff;
  border: 1px solid #e67e22 !important;
  color: #e67e22 !important;
 } 
.single-product .customization-request a.add-cart{ 

background-color: #e67e22;

}
.single-product .product-link{
  display: flex;
  justify-content: center;
}
.single-product .product-link .add-cart{ 
  
  
  color: #fff !important;
  border: 1px solid #fff;
  background: #27ae60;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0;
  
}
.single-product .product-link .add-cart:hover{
  background-color: #fff;
  border: 1px solid #27ae60 !important;
  color: #27ae60 !important;
  transition: background-color 0.5s;
  text-decoration: none;
} 


.comments-area a, .page-content a {
  text-decoration: none;
}

.pagination{
  justify-content: start;
}

.product-item a{
  color: #000 !important;
}

#nav-tabContent .product-desc a , .product-link a.add-cart{
  color: #fff !important;
}
#nav-tabContent .product-desc a:hover , #nav-tabContent .product-desc a:focus{
  color: #ff6004 !important;
}
#nav-tabContent .add-cart{
  width: 30%;
}

.banner-3 {
  padding: 20px 0 310px !important;
}

.banner-3 h1{
    font-size: 5rem;
    font-weight: bold;

}

.search-box-container input[type=search] , .search-category-select{
  border: none !important; 
}

.search-submit{
    border: none !important;
    padding: .45rem 1.5rem !important;
  font-size: 1rem;
}




.shop_table th.product-name{
  
  width: 100%;
  border: none !important;

}

.shop_table .cart_item td.product-name{
  
  width: 100%;
  background: #fff;
  border: none;

}

.select2-selection {
  padding: .6rem 2rem !important;
  height: 3rem !important;
  line-height: 0 !important;
  border: 1px solid #000;
}

.report_price_converter {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px;
  transition: background-color 0.3s, color 0.3s;
}

.report_price_converter:hover {
  background-color: #e67e22;
}

.report_price_converter.active {
  background-color: #e67e22;
  color: #fff;
  border-color: #e67e22;
  font-weight: bold;
}


.accordion-item .accordion-button:hover , .accordion-item .accordion-button:focus{
  color: #ff6004 !important;
}

.accordion-button .icon {
  font-weight: bold;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

#accordion{
  
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start; 

}
.accordion .accordion-button:before, .accordion .accordion-button:after {
  
  left: -500rem !important; 
}


.report-header {
  position: relative;
  width: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;

}
.fixed-header .site-log img{
	width: 55%;
}
/*.fixed-header .report-header_report_title{*/
/*	display: flex;*/
/*	justify-content: right;*/
/*}*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95); /* Adjust for transparency */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}

.fixed-content-table .list-group{ 
  width: 100%;
  overflow-y: scroll;
}
.fixed-content-table{
  position: fixed;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  top: 6rem; 
}
/* Apply scrollbar to specific element */
.scrollable-content {
  max-height: 400px; /* Adjust height as needed */
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #888 #f1f1f1; /* Scrollbar thumb & track */
}

/* For Webkit browsers (Chrome, Safari) */
.scrollable-content::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
}

.scrollable-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light background */
  border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #888; /* Darker thumb */
  border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker on hover */
}

.report-header .product-link .add-cart {
  
  padding: .5rem 1rem; 
}
.slide-down {
  transform: translateY(0);
  opacity: 1;
}

.slide-up {
  transform: translateY(-100%);
  opacity: 0;
}

.h2_tags, .single-product h2{
    font-size: 1.2rem;
    font-weight: 500;
    /* color: var(--themeht-primary-color); */
    color: #000;
    padding: 1rem 0;

}

.list-group-item.active {
  z-index: 2;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff !important;
}

.list-group-item {
  font-size: .95rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5rem;
  background-color: #e3edfc;
}

/* Fix Report FAQs heading */
.accordion-button {
  width: 100% !important;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Ensure text breaks */
  overflow: visible; /* Show full text */
  text-align: left; /* Align text properly */
  height: auto; /* Allow height to adjust based on content */
  padding: 10px 15px; /* Adjust padding for better spacing */
}

.purchase-box {
  overflow-y: scroll;
  max-height: 85vh; /* Adjust this as needed */
}

.woocommerce form .form-row {
  flex-direction: column !important;
}

/* Optional: Customize scrollbar */
.purchase-box::-webkit-scrollbar {
  width: 6px;
}

.purchase-box::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}


@media (max-width: 768px) {
      .accordion-button {
          font-size: 14px; /* Adjust font size for mobile */
          padding: 8px 10px;
      }
      /* fixed report title for small devices*/
      .report-title h1{
          font-size: 1.5rem;
          line-height: 1.5rem;
          width: 100%;
          text-align: center;
      
      }

      .fixed-content-table {
        width: 100%; /* Full width on mobile */
        max-width: none;
        position: relative; /* Change to relative so it scrolls normally */
        top: auto; /* Remove fixed positioning */
    }
   
}


/* Small devices ( small devices phones, up to 600px and less) */
@media (max-width: 600px) { 
  
  .report_container .nav-tabs{
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
    
  }
  
  .report-header .row .col-md-2 , .report-header_report_title , .report-content-table{
    display: none;
  }
}

/* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {  }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  .single-product #main{
    max-width: 1440px;
  }

  .fixed-content-table {
    max-width: 220px ;
    padding: 0 0rem 0 0;
}
.h6_tags{
	
    width: 220px ;
}

/*Fixed purchase on scroll up or down*/
.fixed-purchase-box{
  position: fixed;
  top: 6rem;
  z-index: 999;
  max-width: 300px;

}

.single-product .woocommerce-breadcrumb{
padding: 1rem 2rem !important;
}
 }

 /* Medium screens (Tablets) */
@media (max-width: 1199px) and (min-width: 768px) {
  .fixed-content-table {
      width: 40%; /* Adjust width for tablets */
      max-width: 300px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { ... }


.custom-responsive-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5rem; /* Default padding for larger screens */
  border-radius: 1rem;
}
.search-submit{
	background-color: var(--wc-orange) !important;
	border: 1px solid var(--wc-orange);
	color: #fff;
}
.search-submit:hover{
	background-color: #fff;
	color: var(--wc-orange) ;
border: 1px solid var(--wc-orange) ;
	transition: 0.5s All;
}
.form-row-first{
	width: 100% !important;
}
.variation-PackageName p{
	text-transform: capitalize;
}

.page-header .entry-title{
	padding: 2rem 0;
}
.home h1{
	color: #fff !important;
}
/*
.woocommerce-checkout-review-order-table , .woocommerce table.shop_table tfoot th , .shop_table th , .shop_table td {
	border: 1px solid #000 !important;
}
*/
/* Adjust padding for medium screens */
@media (max-width: 992px) {
  .custom-responsive-box {
      padding: 3rem;
  }
}
 

/* Adjust padding for very small screens */
@media (max-width: 576px) {
  .custom-responsive-box {
      padding: 1rem;
  }
}


@media (max-width: 768px) { 
    .custom-responsive-box {
      padding: 2rem;
  }
	
	.product-desc a.add-cart {
	width: auto;
}
}

.glossy-cta {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: white;
    background: linear-gradient(180deg, #ff9800, #ff5722);
    border: 2px solid #ff5722;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(255, 87, 34, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Glossy Shine Effect */
.glossy-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 60%);
    transform: rotate(25deg);
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
}

/* Hover Effect */
.glossy-cta:hover {
    background: linear-gradient(180deg, #ff5722, #ff9800);
    box-shadow: 0 6px 15px rgba(255, 87, 34, 0.7);
    transform: scale(1.05);
	color: var(--e-global-color-primary) !important;
}

/* Hover Shine Animation */
.glossy-cta:hover::before {
    top: -30%;
    left: -30%;
    opacity: 0.8;
}

/* Active (Click) Effect */
.glossy-cta:active {
    transform: scale(0.98);
    box-shadow: 0 3px 8px rgba(255, 87, 34, 0.4);
}

/* 🔥 Breathing Effect */
.breathing {
    animation: breathing 2s infinite ease-in-out;
}

@keyframes breathing {
    0% { transform: scale(1); box-shadow: 0 4px 10px rgba(255, 87, 34, 0.5); }
    50% { transform: scale(1.08); box-shadow: 0 8px 20px rgba(255, 87, 34, 0.7); }
    100% { transform: scale(1); box-shadow: 0 4px 10px rgba(255, 87, 34, 0.5); }
}

.report-content-table{
	width: 220px ;
}


/*Report snapshot */

.graph_card {
    width: 100%;
    border: none;
    margin: auto;
    overflow: hidden;
}

#rnd_sale {
    top: 30px;
    left: -6em;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #0765d2  !important;
    padding: 0.5em 5em 0.2em 6em;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 50%);
    -webkit-transform: rotate(321deg) scale(.75, 1);
    z-index: 10;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.barcontainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
    max-height: 240px;
    min-width: 40%;
    /* max-width: 60%; */
    z-index: 1;
}

.barcontainerheader {
    position: absolute;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-align: left;
}

.barlabel {
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 100%;
    color: #123654;
    border-bottom: 3px solid #123654;
    text-shadow: none;
    font-weight: 600;
    font-size: 14px;
}

.bar {
    position: absolute;
    display: inline-block;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #84b5ef;
    width: 30%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 0 black;
    box-shadow: 4px 0 8px #888;
}

.reportsnamechart {
    margin-top: 10px;
    text-align: left;
    display: flex;
    width: 100%;
}

.graph_table tr td, table.graph_table, .graph_table tbody {
    border: 1px solid #000 !important;
}
table.graph_table tbody tr {
    background-color: #ffff;
}

table.graph_table tbody tr:nth-child(2n+1)>td {
    background-color: #ffff;
}

table.graph_table tr td:nth-child(1) {
    color: #174295;
}

table.graph_table tr td {
    text-align: left;
}

table.graph_table tr td {
    font-size: 0.8rem;
}

.submit-customize-form-section {
    background-image: linear-gradient(to right, #0261cf, #3a90f3);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
	display: flex;
	padding: 0 1rem;
}

#market-snapshot-customize-report {
    background: #04356e;
    padding: 1rem;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.single-press-releases .post-image{
    display: flex;
    justify-content: center;
    align-items: center ;
    
}
.single-press-releases .post-image img{
    width: 50%;
}
.single-press-releases .page-title h1{
    font-size: 1.5rem  !important;
}

.wp-image-5402{
	width: 36%;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 2rem;
}

.custom-pagination .page-numbers {
  padding: 8px 16px;
  background-color: #f2f2f2;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

.custom-pagination .page-numbers:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.custom-pagination .page-numbers.current {
  background-color: #0073aa;
  color: white;
  font-weight: bold;
  border-color: #0073aa;
}


.page-template-page-report-search .add-cart{

    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    padding: 1rem;
    border-radius: 13px;
    margin: 1rem 0;
    color: #fff;
    font-size: .9rem;
    display: block;
    text-align: center;

}
.page-template-page-report-search .add-cart:hover{ 
		
		transition: All 0.5s ease-in-out;
		background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));

}

.tab .tab-content {
    padding: 0px !important;
}
