#CY {
    fill: #0f0;
  }
  #CY:hover {
    fill: #008000;
  }
  #TR {
    fill: #F00;
  }
  #TR:hover {
    fill: #800000;
  }
  #CN {
    fill: rgb(0, 183, 255);
  }
  #CN:hover {
    fill: #003c80;
  }
  #GR {
    fill: #00F;
  }
  #GR:hover {
    fill: rgb(0, 183, 255);
  }
  #MA {
    fill: rgb(0, 183, 255);
  }
  #MA:hover {
    fill: #003c80;
  }
  #ME {
    fill: rgb(255, 0, 200);
  }
  #ME:hover {
    fill: #80004b;
  }
  #AE {
    fill: rgb(0, 255, 0);
  }
  #AE:hover {
    fill: #008000;
  }
  
  html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  html, body {
    height: 100%;
  }
  body {
    background: #21252b;
  
    color: #d3ddef;
  }
  
  .ag-canvas {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
    position: relative;
    visibility: visible;
  
    width: 100%;
    height: 100%;
    padding: 3rem 1rem;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .ag-canvas_svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: 1rem;
  }
  .ag-canvas_svg path {
    fill: #383d46;
    fill-opacity: 1;
    stroke: #21252b;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: 0.5s;
  }
  
  @media screen and (max-width: 767px) {
    .ag-canvas {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      height: auto;
      padding: 4rem 1rem 1rem;
    }
    .ag-canvas_svg {
      max-height: calc(100% - 6rem);
      margin-left: 0;
    }
  }
  

 /*     popup     */


  .popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 320px;
    left: 50%;
    margin-left: -150px;
 
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    display: flex;
  }
  
  /* Styling buttons & webpage */
  
  /* body {
    background: offwhite;
    font-family: Arial, sans-serif;
    text-align: center;
  } 
   */
  button {
      margin-top: 50px;
      background-color: rgba(255,255,255,0.3);
      border: 3px solid #F04A49;
      color: #F04A49;
      font-size: 25px;
      padding: 10px 20px;
      
  }
  
  button:hover {
      background-color: #F04A49;
      color: #FFF;
      border: 3px solid #F04A49;
      transition: all 0.3s ease 0s;
  }
  
  p {
      margin: 1em 0;
    font-size: 16px;
  }
  
  
  .popupk {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupk:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupk:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }
  
  .popupchina {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupchina:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupchina:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }
  .popupdubai {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupdubai:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupdubai:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }

  .popupcyprus {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupcyprus:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupcyprus:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }

  .popupmontenegro {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupmontenegro:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupmontenegro:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }

  .popupmorocco {
    display: none;
    position: fixed;
    padding: 10px;
    
    left: 50%;
    margin-left: -150px;
  
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
  }
  
  #popupmorocco:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
  }
  
  #popupmorocco:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }
  /* Styling buttons & webpage */
  
  /* body {
    background: offwhite;
    font-family: Arial, sans-serif;
    text-align: center;
  } */
   
  button {
      margin-top: 50px;
      background-color: rgba(255,255,255,0.3);
      border: 3px solid #F04A49;
      color: #F04A49;
      font-size: 25px;
      padding: 10px 20px;
      
  }
  
  button:hover {
      background-color: #F04A49;
      color: #FFF;
      border: 3px solid #F04A49;
      transition: all 0.3s ease 0s;
  }
  
  p{
    display: flex;
    justify-content: center;
  }
  .city{
  padding: 3px;
  color: #383d46;
    
  }

  .cities{
    display: flex;
    justify-content: center;
  }

.country{

  color: #383d46;
  padding: 3px;
}