/*custom css*/

.field--name-field-sho {
  visibility: hidden;
}

.view-contact-info .item-list ul li:first-child .views-field-nothing {
  display: none;
}

.new-images:after {
  content: '';
  background: url('/sites/default/files/whats_new/neweic.gif');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;

}

.tender-pdf-list li .new-recruitment-icon {
  padding-right: 0;
  padding-left: 45px;
}

.tender-pdf-list li .new-recruitment-icon:before {
  left: 0;
  content: '';
  background: url('/sites/default/files/whats_new/neweic.gif');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.pagerer-container .pagerer-panes .pagerer-center-pane ul li.is-active a {
  background-color: skyblue;
}

.lab-analysis {
  color: #3B921B;
}

.defaulter:before {
  background-image: url('/sites/default/files/compliance-and-enforcement/legal-matters/legal/ban.svg');
}

.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.custom-popup .popup-content {
  width: 65%;
  margin: 0 auto;
  padding: 10px 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3b921b00;
  color: white;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: scroll;

}

.custom-popup .popup-content::-webkit-scrollbar {
  display: none;
}

.custom-popup .close-popup {
  position: absolute;
  top: -3px;
  right: 7px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;

}

.custom-popup h1 {
  text-align: center;
  margin: 10px 0px 30px;
  font-size: 2.6rem;
  text-transform: capitalize;
}

.custom-popup ul li {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.custom-popup ul li:nth-last-child(even) {
  margin-bottom: 5px;
}

.custom-popup ul li:nth-last-child(odd) {
  line-height: normal;
  margin-bottom: 20px;
}

/*popup slider*/
.custom-popup .popup-carousel .owl-pagination {
  flex-direction: row;
  left: 45%;
  margin-top: 20px;
  top: 100%;
  transform: translateX(50%, -50%);
}

.custom-popup .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
}

.slideshow-container {
  width: 90%;
  margin: 0px auto;
}

.custom-popup .popup-content {
  padding: 30px 20px 0px 20px;
}

/*@media screen and (max-width : 1200px) {
	.custom-popup .popup-content {
		overflow-y: auto;
		overflow-x: scroll;
		max-height: 600px;
	}
}
*/

@media screen and (max-width : 1366px) {
  .custom-popup .popup-content {
    max-height: 600px !important;
    overflow: auto;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

@media screen and (min-width : 1400px) {
  .custom-popup .popup-content {
    max-height: 950px !important;
    overflow: auto;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

/*@media screen and (min-width : 1600px) {
	.custom-popup .popup-content {
  	max-height: 1100px !important;
  	overflow: auto;
	}
}
*/
@media screen and (max-width : 820px) {
  .custom-popup .popup-content {
    top: 30%;
  }

  .custom-popup .popup-carousel .owl-pagination {
    left: 36%;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }

}

@media screen and (max-width : 769px) {
  .custom-popup .close-popup {
    top: -10px;
    right: 4px;
  }

  .custom-popup .popup-content {
    width: 80%;
    padding: 25px 15px 0px 20px;
    text-align: left;
    top: 30%;
  }

  .custom-popup h1 {
    font-size: 2rem;
  }

  .custom-popup .popup-carousel .owl-pagination {
    left: 42%;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

@media screen and (max-width : 500px) {
  .custom-popup .popup-content {
    top: 35%;
  }

  .custom-popup .popup-carousel .owl-pagination {
    left: 32%;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }

  /*.custom-popup .owl-carousel .owl-item img {
		width: 294px;
	}*/
}

@media screen and (max-width : 400px) {

  /*.custom-popup .owl-carousel .owl-item img {
		width: 270px;
	}*/
  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

@media screen and (max-width : 375px) {

  /*.custom-popup .owl-carousel .owl-item img {
		width: 250px;
	}*/

  .custom-popup .popup-content {
    top: 40%;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

@media (min-width: 1024px) {
  .mobile-app-title-link {
    display: inline-block;
  }

  .app-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: -10px;
    padding-left: 17px;
  }
}

.visitor-count-block {
  text-align: center !important;
  margin: 15px 0 !important;
}

.visitor-count-link {
  color: #3e95cd !important;
  text-decoration: none !important;
  font-size: 18px !important;
}

.visitor-count-link:hover {
  text-decoration: underline !important;
  color: #2a6da6 !important; /* darker shade on hover */
}

.visitor-label {
  font-weight: bold;
}

.visitor-number {
  font-size: 20px !important;
  font-weight: bold;
  margin: 0 5px;
}

.visitor-date {
  font-size: 16px !important;
  color: #555;
}

.block-visitors-dashboard {
  margin-bottom: -20px !important;
}
