/*-----------------------------------------------------------------------------------------------------/
	@version		1.4.5
	@build			18th March, 2024
	@created		30th September, 2022
	@package		Cancer Pulse
	@subpackage		map.css
	@author			Emmanuel Danan - Agence Agerix <https://www.agerix.fr>
	@copyright		Copyright (C) 2022. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
	  __    ___  ____  __ _   ___  ____     __    ___  ____  ____  __  _  _
	 / _\  / __)(  __)(  ( \ / __)(  __)   / _\  / __)(  __)(  _ \(  )( \/ )
	/    \( (_ \ ) _) /    /( (__  ) _)   /    \( (_ \ ) _)  )   / )(  )  (
	\_/\_/ \___/(____)\_)__) \___)(____)  \_/\_/ \___/(____)(__\_)(__)(_/\_)
/------------------------------------------------------------------------------------------------------*/


/* CSS Document */

.love {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  transform: scale(.95);
  -webkit-animation: love .5s infinite linear alternate-reverse;
  -moz-animation: love .5s infinite linear alternate-reverse;
  animation: love .5s infinite linear alternate-reverse
}
@-webkit-keyframes love {
  to {
    -webkit-transform: scale(1.05)
  }
}
@-moz-keyframes love {
  to {
    -moz-transform: scale(1.05)
  }
}
@keyframes love {
  to {
    transform: scale(1.05)
  }
}

.country-page-data-table p {
  margin: 0
}
.btn-year {
  color: #253B86;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
  text-align: center;
  border: 2px solid #253B86;
  padding: 2px 15px;
  border-radius: 25px;
}
.btn-year:hover {
  color: #FFF;
  background-color: #253B86;
}
.btn-year.active {
  color: #FFF;
  background-color: #253B86;
}
.nav-eco .nav-link {
  border: 2px solid #253B86;
  border-radius: 40px;
  color: #253B86;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-eco .nav-link.active {
  background-color: #253B86;
}
#filter-form label {
  color: #253B86;
}

/* Filtering */
/*
#site-wrapper .select-wrap .dropdown-toggle {
  border: 0 !important;
  padding: 0 20px !important;
  border-radius: 30px !important;
  background: #091b7c !important;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  line-height: 32px;
  text-align: center;
}
.bootstrap-select .dropdown-toggle::after {
  top: 10px;
  right: 15px;
  background: url(../images/arrow-light.svg) no-repeat center;
}
#button-apply {
  border-radius: 30px;
  border: rgb(100, 180, 69);
  background: rgb(100, 180, 69);
}
#site-wrapper .select-wrap {
  padding: 0;
  margin: 5px 0 0 0;
}
*/
