.services-header {
  background: var(--Main-Grad, linear-gradient(270deg, #0C225B 0.09%, #114671 40.04%, #145D7C 70%, #18848E 99.96%));
}

.services-page-tabs {
  box-shadow: 0px 8px 25px -6px rgba(0, 39, 77, 0.04);
}

.services-page-tabs .tab.active {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 2px solid var(--primary-color);
}

.services-page-tabs .tab-service.active {
  color: #131826 !important;
  font-weight: 500;
  position: relative;
}

.services-page-tabs .tab-service.active svg path {
  stroke: #131826 !important;
}

/*
.services-page-tabs .tab-service.active::after {
        content: "";
        width: 100%;
        height: 6px;
        background-color: var(--primary-color);
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50px;
}
*/
.tabs-services-people .tab-services-people.active,
.tabs-bulletin-daman .tab-bulletin-daman.active,
.tabs-open-info-kpis .tab-open-info-kpis.active {
  border-radius: 100px;
  background: rgba(64, 193, 172, 0.10);
  color: var(--primary-color);
  font-weight: 500;
}

.tabs-services-people .tab-services-people:not(.active),
.tabs-bulletin-daman .tab-bulletin-daman:not(.active),
.tabs-open-info-kpis .tab-open-info-kpis:not(.active) {
  border-radius: 100px;
  border: 1px solid #DEE2E6;
  /* padding: 12px 16px; */
}

.search-input-style,
.search-input-style:focus-visible {
  border: 1px solid #DEE2E6 !important;
  outline: none;
  
}

.search-input-style::placeholder {
  color: #ADB5BD;
  font-size: 14px;
}

.service-details-data {
  box-shadow: 0px 8px 25px -6px rgba(0, 39, 77, 0.04);
}

.service-details-section .activeTab {
  color: var(--primary-color)!important;
  font-weight: 500;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 2px solid var(--primary-color);
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked~label svg path {
  fill: var(--primary-color);
}

.star-rating label:hover svg path,
.star-rating label:hover~label svg path {
  fill: var(--primary-color);
}

/* ------------------------- about us --------------------- */
.sideAboutTab {
  font-weight: 400;
  color: #335176 !important;
  font-size: 16px !important;
}

.activeSideAboutTab {
  font-weight: 400 !important;
  color: var(--primary-color) !important;
  background-color: #F3FBFA !important;
}

.activeSideAboutTab svg path {
  stroke: var(--primary-color);
  fill: var(--primary-color);
  stroke-width: 0;
}

.tabSubAboutUs,
.tabSub-regulation-polices-nonactive {
  color: #384250 !important;
  font-weight: 500;
}

.activeTabSubAboutUs {
  color: #131826 !important;
  font-weight: 500;
  position: relative;
}
.activeTabSubAboutUs::after {
  content: "";
        width: 100%;
        height: 6px;
        background-color: var(--primary-color);
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50px;
}
.filepond--root {
  border: 1px dashed #DEE2E6;
  border-radius: 8px;
  height: 154px;
}

.filepond--root>.filepond--panel {
  background-color: rgba(64, 193, 172, 0.048) !important;
}

.filepond--root .filepond--credits {
  display: none;
}

.filepond--root .filepond--drop-label {
  min-height: 8.75em;
}

.main-member-card {
  background: linear-gradient(270deg, rgba(27, 131, 84, 0.04) 0.09%, rgba(20, 87, 58, 0.04) 99.96%), #FFF;
}

.mainMemberName {
  background: linear-gradient(270deg, #1B8354 0%, #14573A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.member-card-img {
  box-shadow: 0px 6.628px 8.837px -6.628px rgba(0, 39, 77, 0.08), 0px 8.837px 17.675px -6.628px rgba(0, 39, 77, 0.04);
}

#apexTreeWrapper svg {
  width: 100%;
  /* height: 1000px; */
  border: none !important;
  background-color: white !important;
}

.apextree-node {
  border-radius: 13px !important;
}

.general {
  background: linear-gradient(270deg, #0C225B 0.09%, #114671 40.04%, #145D7C 70%, #18848E 99.96%);
}

.table-statistic-heading {
  background: linear-gradient(270deg, #0C225B 0.09%, #114671 40.04%, #145D7C 70%, #18848E 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.preview-certificate-hover {
  visibility: hidden;
  opacity: 0.8;
 /* background: linear-gradient(270deg, rgba(20, 87, 58, 0.80) 0.09%, rgba(27, 131, 84, 0.80) 99.96%);*/}

.certification-container:hover .preview-certificate-hover {
  visibility: visible;
}

.search-input-style:hover , .search-input-style:focus , .search-input-style:focus-visible {
  border: 1px solid var(--primary-color) !important;
}

/* ------------ Regulations and policies page -------------------- */
.regulations-first-tab-card:hover {
  /*background-color: var(--hover-button-light) !important;*/
  /* border: 1px solid var(--primary-color) !important */
}

.regulations-first-tab-card a {
  color: #161616 !important;
}

.regulations-first-tab-card:hover a {
  background-color: #F3F4F6 !important;
  /* border: none !important; */
  color: #161616 !important;
}

/* .regulations-first-tab-card:hover svg path {
  stroke: var(--primary-color) !important;
  fill: var(--primary-color) !important;
} */

.regulations-first-tab-card:hover .regulations-title {
  /* font-weight: 500 !important; */
  /* transform: scale(1.05); 
  opacity: 0.9; 
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; */
}

.visiting-document-header {
  background-image: url(../images/visitingdocumentHeader-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.visitor-document-header {
  background-image: url(../images/visitordocumentHeader-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.pilgrimage-header {
  background-image: url(../images/pilgrimageHeader-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-document-header {
  background-image: url(../images/homeheader-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.health-care-visitor-container {
  background: linear-gradient(270deg, rgba(12, 34, 91, 0.05) 0.09%, rgba(17, 70, 113, 0.05) 40.04%, rgba(20, 93, 124, 0.05) 70%, rgba(24, 132, 142, 0.05) 99.96%);
}

.health-care-visitor-title {
  background: var(--Gradinet, linear-gradient(270deg, #0C225B 0.09%, #114671 40.04%, #145D7C 70%, #18848E 99.96%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------ media center page -------------------- */
.gradient-text-style {
  /* background: var(--Gradinet, linear-gradient(270deg, #0C225B 0.09%, #114671 40.04%, #145D7C 70%, #18848E 99.96%)); */
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: var(--primary-text)!important;
}

/* .expandedModal {
  width: 90vw;
  height: 90vh;
} */

@media screen and (max-width: 768px) {
  .expandedModal {
    width: 100%;
    height: auto;
  }
}


.modal-overlay-background-ligth {
  background-color: rgba(22, 33, 58, 0.80);
}

.modal-overlay-background-dark {
  background-color: #16213A;
}

.about-main-img {
  box-shadow: 0px 6px 12px -6px rgba(0, 39, 77, 0.08), 0px 8px 24px -4px rgba(0, 39, 77, 0.04);
}

.drug-guide-header {
  background-image: url(../images/drug-guide-header-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.initiatives-card:hover svg path {
  fill: #000 !important;
}

@media screen and (max-width: 768px) {
  .mobileTabs {
    overflow-x: scroll;
    padding-bottom: 16px;
  }

  .mobileTabs a {
    white-space: nowrap;
  }

  .mobileTabs::-webkit-scrollbar {
    width: 12px;
    height: 2px;
  }

  .mobileTabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(228, 227, 227, 0.3);
    border-radius: 10px;
  }

  .mobileTabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(148, 147, 147, 0.5);
  }
  .swiper-z-index-0{
    z-index: 0!important;
  }
  
}
.tabInitiativestUs {
  color : #131826;
  border-color:  #DEE2E6;
}
.activeTabInitiativestUs {
  color : var(--primary-color) !important;
  border:  unset !important;
  font-weight: 500 !important;
}


/*
.search-input-style:focus {
  outline: none;
  background-color:#F3F4F6!important;
  border: 1px solid var(--primary-color) !important
}

.searchbox:has(.search-input-style:focus)::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: black;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
	transform: translateX(0);
}


.searchbox.full-underline::after {
	content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px!important;
    background-color: black;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
	transform: translateX(0);
}
*/
.searchbox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; 
    width: 0; 
    height: 3px !important; 
    background-color: #ffffff;
    transform: translateX(-50%); 
    margin-bottom:-0.001rem
}

.searchbox.half-underline::after {
 background-color: black;
 width: 50%;	
}


.searchbox.full-underline::after {
 background-color: black;
 width: 99%;
 transition: width 0.1s ease-out;
  border-bottom-right-radius:80px;
 border-bottom-left-radius:80px;
 
}


.search-input-style {
  border: 1px solid #DEE2E6 !important;
  outline: none;
  
}
 
.search-input-style:hover  {
  border: 1px solid #384250 !important;
}


.search-input-style:active  {
  border: 1px solid #384250 !important;
  background-color: #F3F4F6!important;
  caret-color: transparent!important;
}

.search-input-style:focus  {
  border: 1px solid #DEE2E6 !important;
  
}

.search-input-focused  {
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}


/* adjustments for the list items cards */

.regulations-first-tab-card p {
  overflow: hidden;
  /*white-space: nowrap;*/
   text-overflow: ellipsis; 
  color: #131826;
  font-size: 1.125rem;
  font-weight: 600;
}
 
.regulations-first-tab-card .date-class {
  overflow: hidden;         
  white-space: nowrap;      
  text-overflow: ellipsis;  
  color: #333333;          
  font-size: 1rem;          
  font-weight: 400;         
  line-height: 22px;        
}