/* 
custom.css
Created: 02/25/2020
*/

/* Lands Map CSS */


.araliya-land-map svg {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  
  .araliya-land-map path {
    fill: rgba(27, 215, 167, 0.8);
    stroke: #fff;
    stroke-width: 1;
  }
  
  .araliya-land-map path:hover {
    fill: rgba(0, 170, 127, 0.8) !important;
    cursor: help;
  }
  
  .info_panel {
    background-color: rgba(255,255,255, .8);
    padding: 7px;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
  /*   border: 1px solid #333; */
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    border-radius:7px;
    color: #333;
    white-space: nowrap;
  }
  
  .info_panel::first-line {
    font-weight: bold;
  }

  /* Lands Pam CSS end */