@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  /* Colors */
  --primary-color: #0252C6;
  --secondary-color: #32CD32;
  --background-color: #E8F2FB;
  --text-color: #353535;
}

body {
  /* font-family: "Inter", sans-serif; */
  font-family: Open Sans, sans-serif;
  background-color: var(--background-color) !important;
}

* {
  text-decoration: none !important;
}

*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

*::-webkit-scrollbar-thumb {
  background-color: #acacac;
  border-radius: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.content_sec{
  height: calc(100vh - 250px) !important;
  overflow: auto;
  position: relative;
}

#wrapper #content-wrapper {
  margin-left: 14rem;
  background-color: var(--background-color) !important;
}

.card {
  border: none !important;
  height: auto;
}

.sidebar{
  height: 100vh;
  overflow-y: auto;
  width: 14.2rem !important;

}

/* .card-body{
  padding: 10px 15px;
} */

.sub_link img{
  border-radius: 4px;
padding-left:1px;
width: 18px;
}

.nested_link img{
padding-left:5px;
width: 22px;
}


/* --------side-bar-------- */

.sidebar .nav-item .nav-link {
  font-weight: 500;
  padding: 6px 10px 6px 0px;
  font-size: 13px;
}

.sidebar-dark .nav-item .nav-link:hover .sidebar_icon path,
.sidebar-dark .nav-item .nav-link:hover .case_svg path{
  fill: var(--primary-color);
  transition: 0.4s all;
}

.sidebar-dark .nav-item .nav-link.active .sidebar_icon path,
  .sidebar-dark .nav-item .nav-link.active .case_svg path{
  fill: var(--primary-color);
}

.sidebar-dark .nav-item .nav-link:hover,
.sidebar-dark .nav-item .nav-link.active .toggle-icon{
  color: var(--primary-color) !important;
}

.sidebar-dark .nav-item .nav-link:hover .toggle-icon{
  color: var(--primary-color);
}

.sub_menu .sub_item a{
  font-size: 12px;
    color: var(--text-color);
    font-weight: 500;
    text-transform: capitalize;
}

   
.sidebar_icon,
.case_svg {
    margin-right: 10px;
}

.sub_menu {
    display: none;
    list-style: none;
    padding-left: 43px;
    /* Hide submenu by default */
}

.sub_menu .sub_item,
.nested_item{
    margin: 6px 0;
}

.nested_submenu{
  /* background: #F4F6F7; */
}



.sub_menu.show {
    display: block;
    /* Show submenu when toggled */
}

.toggle-icon {
    cursor: pointer;
    float: right;
    padding-top: 4px;
    font-size: 10px !important;
    /* font-weight: 500; */
    transition: transform 0.3s;
}


.nested_menu {
list-style-type: none;
padding: 0;
margin: 0;
}

.nested_submenu, .nested_link {
display: flex;
align-items: center;
text-decoration: none;
/* padding: 10px; */
color: #333;
}

.sub_menu, .nested_menu {
display: none;
}

.show {
display: block;
}

/* Responsive styles */
@media (max-width: 768px) {
.nav-link, .sub_link, .nested_link {
padding: 15px;
font-size: 18px;
}
#segmentat_3{
  display: none;
}
}

.toggle-icon {
margin-left: 5px;
transition: transform 0.3s;
}



/* ---------banner-------- */

.card_sec_one {
    background: url(/image/assets/Banner_bg.svg) 0 0 no-repeat;
    background-size: cover;
    border-radius: 6px;
  padding: 10px 10px;
  color: var(--text-color);
}

.banner_txt{
  font-size: 12.5px;
}

.buy_card{
  background: #0252C6;
}

.small-title{
  font-size: 12px;
  color: var(--text-color);
}

.dolar_code{
  font-size: 12px;
}

.custom-tooltip .tooltip-inner,
.tooltip-icon .tooltip-inner {
  max-width: 250px;
  white-space: normal;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  background: #eff3f4;
  color: #353535;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tooltip-icon .tooltip-inner {
  max-width: 250px;
}

.buy_btn,
.buy_btn:hover{
  background: #FFA41C;
  column-gap: 10px;
  font-size: 13px;
  box-shadow: none;
}

/* ----model-sec------ */

.form_head{
  position: relative;
}

.form_head i{
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 14px;
  transform: translateY(-50%);
}

.form_head input,
.form_head input:focus{
  font-size: 13px;
  color: var(--text-color);
  box-shadow: none;
  padding: 7px 35px;
  border-color: #e3e6f0;
}

.model_sub_btn,
.model_sub_btn:hover{
      font-size: 13px;
    background: rgb(255, 216, 20) !important;
    width: 100%;
    border-radius: 0;
    color: black;
}

.model_main{
  background: linear-gradient(180deg, #0252C6 0%, #24243E 59.38%, #0F0C29 100%);

}

.list_sec li{
  color: white;
  font-size: 13px;
}


/* -----------tab_sec---------- */

.tab_sec{
  column-gap: 13px;
}

.tab_sec a{
  color: #8E8E93;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all;
}

.tab_sec a:hover{
  color: var(--primary-color);
}

.tab_sec a.active{
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

/* -------------card-sec---------- */

.card_img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
}

.card-title {
  color: var(--text-color) ;
  font-size: 14px ;
  font-weight: 600 ;
}

.card-body h3 {
  color: #414d55;
  font-size: 22px;
}

.small-title span {
  color: rgb(0, 172, 79);
}

.down_span span {
  color: rgb(242, 100, 100);
}


/* ------segment-sec(infographic) --------------*/

.btn-custom {
  width: 100%;
  text-transform: capitalize;
  padding: 8px 7px;
  margin: 5px 0;
  transition: transform 0.2s;
  text-decoration: none; /* Remove underline */
  color: #000; /* Default button text color */
}
.btn-custom:hover {
  transform: scale(1.05);
  color: #fff; /* Change text color on hover */
}
.btn-outline-primary {
  background-color: #E4EAF0;
  color: var(--text-color);
  border-color: transparent;
  font-weight: 500;
  font-size: 12px;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

.main_title{
  background-color: #0252C6 !important;
}

.segment-title,
.segment-subtitle{
  background-color: #D6E7FF;
  color: var(--text-color);
  padding: 7px 6px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}

.segment-subtitle{
  font-size: 13px;
  padding: 7px 5px;
  background-color: #DFFFDF;
}

.read_btn,
.read_btn:focus,
.read_btn:hover{
  background: #0252C6;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  outline: none;
}

.read_btns,
.read_btns:focus,
.read_btns:hover{
  background: #0252C6;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  outline: none;
}

/* ---------------table-sec------------ */

.table thead tr th{
  font-size: 12.5px;
  font-weight: 600 !important;
  padding: 10px 12px !important;
  color: #353535;
  background: #F0F2F4;
  vertical-align: baseline;
}


.table tbody tr td {
  font-size: 12px;
  font-weight: 500;
  padding: 15px 14px !important;
  color: #464F60;
  border-bottom: 1px solid #d9d9d9;
}


.procedure_volumes > tbody > tr:nth-of-type(odd) > * {
  background: #F0F2F4;
}

.market_companies > tbody > tr:nth-of-type(odd) > *{
  background: #f2f2f261 ;
}

.market_companies tbody tr td{
  padding: .5rem .5rem !important;
}


.market_companies thead tr th{
  background: #E6E8E8 !important;
}

#procedure_volumes_wrapper .dataTables_scrollBody .procedure_volumes thead tr th{
  padding: 0 !important;
}

.website_link{
  color: var(--text-color);
}

.profile_link{
    color: #0252C6;
}


/* ------------ */

.material_title{
  font-size: 14px;
  color: #0252C6;
  padding-bottom: 5px;
  font-weight: 500;
  border-bottom: 1px solid #0252C6;
}

.material_sec li{
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
}




/* ----segment_sec---- */
.segment_sec {
  list-style: none;
}

.segment_sec li a{
  font-size: 14px;
  text-decoration: underline !important;
  padding-bottom: 5px;
}


/* -------subscription_sec---------- */

.subscription_sec{
  background: linear-gradient(90deg, #005CE0 0%, #00327A 100%);
  border-radius: 6px;
  padding: 30px 25px;
}

.sub_btn,
.sub_btn:hover{
  background: #FFA41C !important;
    border: 1px solid #FFA41C !important;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
}

.main_sub img{
  margin-bottom: -129px;
  margin-left: 2rem;
  border-radius: 12px 12px 0 0;
	width:155px;
}



/* ---------mobile-response----------- */


@media (min-width: 320px) and (max-width: 650px){
  #wrapper #content-wrapper {
    margin-left: auto;
  }

  .sidebar {
    width: 6.5rem !important;
    display:none;
}
#segmentat_3{
  display: none;
}
.table{
  overflow-x: auto;
    display: block;
}
#sidebarToggleTop{
  visibility: hidden;
}

.link_sec,
.copy_ryt{
  flex-direction: column;
}
 
}

/* Hide inactive content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-link.active {
  font-weight: bold;
}
.price {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 20.39%, #D1D1D1 147.27%);
  border-radius: 3px;
  margin-bottom: 25px;
  /* padding-bottom: 24px; */
  height: 430px;
  overflow: hidden;
  position: relative;
}
.price .ribbon.green {
  background: #36A000;
  color: #FFFFFF;
  top: 8px;
  right: -46px;
}

.price .top {
    padding: 20px 49px;
    /* background: linear-gradient(180deg, #FFFFFF 16.84%, #D1D1D1 121.6%); */
    margin-bottom: 20px;
}
.price .top {
    background: url(../image/price.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 117px;
    background-size: contain;
}
.middle {
  padding: 0px 34px 0px;
}
.middle button {
  width: 100%;
}
.green:hover {
  background: #32CD33 !important;
  color: white !important;
}
.subrow{
  text-align: center !important;
  padding: 0px 50px;
}
.subcard{
  background: #D6E7FF;
    border: 1px solid #D6E7FF !important;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* X offset, Y offset, Blur radius, Color */
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
    text-align: center;
}
.subcard .read_btn{
  background: #FFA41C !important;
  color: black !important;
  border: #FFA41C !important;
  font-weight: bold;
  font-size: 13px;
}
.subcard ul, li{
  font-size: 13px !important;
}
.list-unstyled{
  min-height: 150px;
}
@media (min-width: 1200px){
  .subrow{
    
    padding: 0px 50px;
  }
  .model_main{
    position: absolute !important;
    top: 100px !important;
  }
}

.sidebar-dark .nav-item .nav-link.active, .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #0252C6;
  background-color: #e4efff;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffffc2; 
}
#preloaderpage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffffc2;
  display:none;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
#preloaderpage:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.err-txt-email,.err-txt,.err-txt-name,.err-txt-captcha{
  font-size: 12px;
    color: red;
}
.table_container{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.modal-body h5{
  color:black !important;
}
.model_main {
 /* background: linear-gradient(180deg, #D6E7FF 0%, #D6E7FF 59.38%, #0F0C29 100%);*/
  background: #f4f4f4 !important;
  color: black !important;
}
.modal-body p, ul, li {
  font-size: 14px ;
  color: black !important;
}
.hespan{
  display: block;
}
td{
  text-transform: capitalize !important;
}

@media (min-width: 1200px) {
  .regionrow .col-lg-2 {
      flex: 0 0 auto;
      width: 20% !important;
  }
  .subrow{
    padding:0 10%;
  }
  h3.fw-bold {
    margin-left: 50px;
  }
}
.sunpname{
  font-size: 16px !important;
  font-weight: bold;
}
.subh{
  color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}

.Subscribe_Save {
  padding-bottom: 24px;
  padding-top: 0px;
  background-image: url(../stylesheet/image/subscription_2019/banner.jpg);
}
.Subscribe_Save .bg_Subscribe h2 {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.Subscribe_Save .price_list {
  width: 70%;
  margin: 0 auto;
}
.h2_loptop {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.Subscribe_Save .common_boxShadow {
    padding: 20px 25px;
}

#content{
  background: #E8F2FF;
  height: calc(100vh) !important;
    overflow: auto;
}

.hed{
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
            -webkit-line-clamp: 2; /* Limits the text to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
}
.price .ribbon.green {
  background: #36A000;
  color: #FFFFFF;
  top: 8px;
  right: -46px;
}
.green {
  background: #32CD33;
  color: white;
}
.ribbon {
  background-color: #da910d;
  overflow: hidden;
  padding: 0px 40px;
  white-space: nowrap;
  position: absolute;
  right: -40px;
  top: 6px;
  -webkit-transform: rotate(-314deg);
  -moz-transform: rotate(-314deg);
  -ms-transform: rotate(-314deg);
  -o-transform: rotate(-314deg);
  transform: rotate(-314deg);
}
.Subscribe_Save .price .top {
  padding: 20px 49px;
  /* background: linear-gradient(180deg, #FFFFFF 16.84%, #D1D1D1 121.6%); */
  margin-bottom: 20px;
}
.Subscribe_Save .price .top {
  background: url(../image/price.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  height: 117px;
  background-size: contain;
}
.Subscribe_Save .price .middle {
  padding: 0px 34px 0px;
}
.Subscribe_Save .price .middle h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
  color: #0C50FF;
}
.custom_btn {
  /* box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 14%); */
  transition: 0.1s ease all;
  color:black;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 15px 6px 15px;
  font-weight: 500;
  background: #FFA41C !important;
}
.Subscribe_Save .price .top h4 {
  font-size: 16px;
  color: #626262;
  font-weight: bold !important;
  margin-bottom: 7px;
}
.Subscribe_Save .price p {
  font-size: 13px;
  color: #626262;
  line-height: 1;
}
.europe{
  position: absolute;
    right: 85px;
    bottom: 200px;
    color: white;
}
.europe h3{
  color: white !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.northamerica{
  position: absolute;
  right: 85px;
  bottom: 270px;
  color: white;
}
.northamerica h3{
  color: white !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.southamerica{
  position: absolute;
  right: 85px;
  bottom: 70px;
  color: white;
}
.southamerica h3{
  color: white !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.apac{
  position: absolute;
    right: 85px;
    bottom: 190px;
    color: white;
}
.apac h3{
  color: white !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.mea{
  position: absolute;
    right: 85px;
    bottom: 130px;
    color: white;
}
.mea h3{
  color: white !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.readmoreclose{
  filter: blur(4px);
}
.showcontent{
  filter:none !important;
}
ol.custom-counter {
  counter-reset: section; /* Initialize counter */
}

ol.custom-counter > li {
  list-style: none; /* Remove default numbering */
  counter-increment: section; /* Increment the counter */
  margin-top: 20px;
}

ol.custom-counter > li::before {
  content: counter(section) ". "; /* Format as 1, 2, etc. */
}

ol.custom-counter-next {
  counter-reset: subsection; /* Initialize counter */
}

ol.custom-counter-next > li {
  list-style: none; /* Remove default numbering */
  counter-increment: subsection; /* Increment the counter */
}

ol.custom-counter-next > li::before {
  content: counter(section) "." counter(subsection) ". "; /* Format as 1.1, 2.1, etc. */
}

ol.custom-counter-next-next {
  counter-reset: subsubsection; /* Initialize counter */
}

ol.custom-counter-next-next > li {
  list-style: none; /* Remove default numbering */
  counter-increment: subsubsection; /* Increment the counter */
}

ol.custom-counter-next-next > li::before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) ". "; /* Format as 1.1.1, 2.1.1, etc. */
}

.segment-group a{
  cursor: none !important;
}
.nested_item{
  margin-left:10px !important;

}
.nested_link{
  font-size:11.5px !important;
}

#market_companies tbody tr td:not(:first-child) {
  filter: blur(5px); /* Apply blur effect */
}

/* Remove blur effect from header row */
#market_companies thead th {
  filter: none;
}

/* Optional: Make sure the first column doesn't get blurred */
#market_companies tbody tr td:first-child {
  filter: none; /* Ensure no blur on the first column */
}
#scope h3{
  font-size:18px !important;
}
.blurred-text {
  filter: blur(5px); /* Adjust blur level */
}
.dospace{
  margin-left:-10px;
}
#input-countri{
  font-size: 13px;
    color: var(--text-color);
    box-shadow: none;
    padding: 7px 35px;
    border-color: #e3e6f0;
}
option{
  font-size: 13px;
}




 
