.vamtam-sticky-header.vamtam-sticky-header--fixed-hidden {
  transform: translateY(0%);
}

.vamtam-sticky-header.vamtam-sticky-header--fixed-shown.vamtam-sticky-header--transparent-header {
  background-color: #1C1C1C !important;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_length label::before {
  margin-right: 5px;
  /* Adjust spacing as needed */
}

.dataTables_wrapper .dataTables_length select {
  margin: 0 5px;
  /* Adjust spacing as needed */
}

.dataTables_wrapper .dataTables_length label::after {
  margin-left: 5px;
  /* Adjust spacing as needed */
}

.elementor-kit-4 a:hover {
  color: #B08C64;
  /* font-family: 'Futura PT';*/
	font-family: 'futura-pt', Sans-serif;
}

/* Rev: 27 Feb 2024 - DISABLE ALL of this -- START -- ======================================= */
/* Rev: 10 October 2024 - Main Menu: Pop up (left column) -- START -- */

/* For background --> children of 
(a) OUR REGIONAL UNIHUBS
(b) OUR IMPACT 
(c) CONTACT US
*/
/* Disabled - 27 Feb 2025
.headsublevel1 ul {
  background-color: #DDD !important;
} */

/* For border --> children of 
(a) RESEARCH & INNOVATION */
/* Disabled - 27 Feb 2025
.headsublevel2 ul {
  padding: 3px;
} */

/* For border --> children of 
(a) RESEARCH CENTRES */
/* Disabled - 27 Feb 2025
.headsublevel3 ul {
  padding: 3px;
} */

/* For children (subitems) that doesn't have any child */
/* Disabled - 27 Feb 2025
.sublevel1 a {
  font-weight: normal !important;
  text-transform: none !important;
}

.sublevel2 a {
  font-weight: normal !important;
}

.sublevel3 a {
  font-weight: normal !important;
  background-color: #EEE;
}

.sublevel3_bottom a {
  font-weight: normal !important;
  border-bottom: groove 1px #D5D5D5;
  background-color: #EEE;
} */

/* Rev: 10 October 2024 - Main Menu: Pop up (left column) -- END -- */
/* Rev: 27 Feb 2024 - DISABLE ALL of this -- END -- ======================================= */

/* 15 Nov 2024*/

::selection {
  background-color: #007acc;
  /* Highlight background color */
  color: #ffffff;
  /* Highlighted text color */
}