/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.activefadein {
   transition: fill 0.3s ease;
   fill:#C4C5C7;
   -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,1);
}
.availablefadein{
  transition: fill 0.03s ease;
  fill:#E67824;
}
.availablefadeout{
  transition: fill 0.03s ease;
  fill:#4C4C4E;
}

.activefadeout {
   transition: fill 0.03s ease;
}
#wwMap{
  max-width: 100%;
}
.mapWrapper {
    display: block;
    position: relative;
    min-width: 100%;
}
#mapsvg {
    max-width: 800px;
    height: auto;
    width: 100%;
}
#wwMapInfo .mapInfo ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    background: #E67824;
    margin: 0px;
    padding: 10px;
    border-radius: 0 0 20px 20px;
}
#wwMapInfo .mapInfo li {
  color: #fff;
}
#wwMapInfo .infoTitle {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #4C4C4E;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}
.mapInfo .mapListImg {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
}
.mapInfo li {
    line-height: 2.2;
}
#wwMapInfo {
    max-width: 480px;
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
}
.mapFlag {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
    max-width: 800px;
    width: 100%;
}
#southafricadot,#botswanadot,#zimbabwedot,#zambiadot,#ukdot{
  pointer-events: none;
}
#mapkey{
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
}
.payinout, .payout, .payin {
	display: flex;
  margin: 0 1em;
}
.payinout span, .payin span, .payout span {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
  margin-right: 0.5em;
}
.payinout span {
  background: #e57310;
} 
.payin span {
  background: #e7e7e8;
  border: 3px solid #e57310;
} 
.payout span {
  background: #e7e7e8;
}

/*responsive*/
@media screen and (max-width:1040px) {
  #mapkey {
    flex-direction: column;
  }
  .payinout, .payout, .payin{
    margin: 5px 0 ;
  }
  #wwMapInfo{
    position: relative!important;;
    margin: 0 auto 20px;
    bottom: 0px!important;
    right: 0px!important;
  }
}
@media screen and (max-width:600px) {
  #mapkey {
    position: relative;
  }
}