*{
    margin:0px;
    padding: 0px;
    font-family: Montserrat;
    box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the content horizontally */
  justify-content: space-between; /* Ensure footer sticks to bottom */
}
.content {
  flex: 1;
  width: 90%; /* Set width to 90% of the viewport */
  box-sizing: border-box;
  /* margin-bottom: 10px; */
}

.footer {
  width: 90%; /* Set width to 90% of the viewport */
  background: linear-gradient(90deg, #2DB3A3 74.31%, rgba(34, 171, 170, 0.59) 99.95%, rgba(34, 171, 170, 0.00) 100%, rgba(34, 171, 170, 0.59) 100%);
  text-align: center;
  color:#f0f7f7;
  font-size: 10px;
  padding: 5px;
  box-sizing: border-box;
  color: #f0f7f7;
 
}

#wrapper_div_index{
  min-height: 95vh;
  margin: auto;
}

 .footerwrapper_div_index{
  min-height: 10vh;
  width: 90%;
  margin: auto;
}

#wrapper_div{
  min-height: 80vh;
  margin: auto;
}

.footerwrapper_div{
  min-height: 20vh;
  width: 90%;
  margin: auto;
}

.clearfix::after{
    content:"";
    display: block;
    clear:both;
}

h1 {
  color: #000;
  min-height: 45px;;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;

}


.subs-button {
  font-size: 1em;
  font-weight: 700;
  padding:10px 20px 10px 20px;
  color: #fff;
  border:none;
  /* border: 2px solid #FFBF00; */
  /* background-color: #8a8787; */
  /* border-radius: 20px/50px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #d3d3d3, #8a8787);
  cursor: pointer;
  transition: all 0.3s ease-out;
  justify-content: center;
}


.head-sub-btn {
  display: flex;
  width: 120px;
  height: 30px;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex-shrink: 0;
  background:#2DB3A3;
  }

  .head-btn-txt {
    color: #F5F5F5;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  a.aheadbtn:hover {
    color: #deebeb;
    cursor: pointer;
  }
  a.aheadbtn{
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 10px
  }


  .grdbtn {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    background: linear-gradient(to bottom, #f8d448, #e6c200); /* gradient yellow */
    padding: 10px 20px;
    display: inline-block;
    transition: background 0.3s ease, color 0.3s ease;
    border: none;
    outline: none;
    border-radius: 3px; /* optional */
}

.grdbtn:hover {
    background: linear-gradient(to bottom, #ffe066, #f1c40f); /* brighter yellow on hover */
    color: #000000;
    cursor: pointer;
    font-weight: 700;
}


.tealbtn {
    text-decoration: none;
    color: #ffffff; /* white text for better contrast */
    font-size: 12px;
    background: linear-gradient(to bottom, #2db3a3, #249388); /* teal gradient */
    padding: 10px 20px;
    display: inline-block;
    transition: background 0.3s ease, color 0.3s ease;
    border: none;
    outline: none;
    border-radius: 3px; /* optional */
}

.tealbtn:hover {
    background: linear-gradient(to bottom, #36c7b6, #1f7a70); /* brighter/darker teal on hover */
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
}


  .bluebtn {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #add8e6, #87cefa);  /* light blue gradient */
    padding: 10px 20px; 
    display: inline-block; 
    transition: background-color 0.3s ease, color 0.3s ease; 
    border: none;
    outline: none;
    border-radius: 3px; /* optional: rounded corners */
}

.bluebtn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #87cefa, #5dade2); /* darker blue on hover */
    color: #000000;
    cursor: pointer;
    font-weight: 700;
}
  .popup-image {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto 15px;
    border-radius: 8px; /* optional rounded corners */
}

.popup-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup-image {
    width: 120px;
    height: auto;
    border-radius: 8px;
}

.popup-text {
    flex: 1;
}
  
    /* .flex-header-container {
      display: flex;
      align-items: center;
      position: fixed;
      top: 0;
     width: 90%;
      background-color: #fff;
    } */
 

  .flex-header-container {
    display: flex;
    align-items: center;
  }
  .flex-header-container > div {
    margin: 0px;
    text-align: center;
    /*margin-bottom: 5px;*/
    margin-top: 0px;
  }
  .flex-logo-container {
    display: flex;
    align-items: center;

  }
  .flex-logo-container > div {
    margin: 0px;
    text-align: left;
   /* padding:5px;*/
  }
  .flex-menu-container {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .pirivacy-stmt a{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
   }
  .pirivacy-stmt a.hover{
    font-weight: bold;
    color: #31B4A4;
  }

  .flex-menu-container a{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
  }
  .flex-menu-container a.activetab{
    font-weight: bold;
    color: #3698d6;
  }
  .flex-menu-container a:hover {
    color: #3698d6;      /* darker shade on hover */
    text-decoration: none;  /* underline effect */
    cursor: pointer;     /* show hand cursor */
}

  .flex-menu-container > div {
    margin: 0px;
    text-align: left;
    margin-bottom: 5px;
  }
  .flex-nav-container {
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .flex-nav-container > div {
    text-align: right ;
    margin: 0px;
  }
  .mainlogo{
    height: 35px;
    width: 40px;
  }
  .popuplogo{
    height: 30px;
    width: 35px;
  }
  .flex-num-container {
    display: flex;
    justify-content:center;
  }

  .flex-num-container > div {

    width: 200px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 30px;
  }

  .flex-num-container div a:hover{
    text-decoration:thistle;
    color:green;
  }

  .hammer{
    height: 40px;
    width: 40px;
  }
  .statsnum{
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .statstxt{
    color: #006964;
    font-family: Montserrat;
    /* font-size: 10px; */
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  a.footerlink {
    color: #ffffff;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
    cursor: pointer;
  }
  a.footerlink:hover {
    color:#ffffff;
    font-weight:bold;
    cursor: pointer;
  }
  a.footerlink:active {
    color:#ffffff;
  }


  .flex-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 50px;
    gap: 20px;
  }

  .flex-footer-container > div {
    width: 25%;
    min-width: 200px;
    margin: 10px;
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
  }
  .flex-footer-container > div:nth-child(2) {
     margin-left: 23px;
   
}
  .flex-stattxt-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .flex-stattxt-container > div {
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }
  .statsheadtxt{
    color: #22ABAA;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 62.5% */
    padding:10px;
  }
  .statdescstxt{
    color: #110F0F;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }

  .footheadtxt{
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .footdescstxt{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    text-transform: capitalize;
  }

  .copyright {
    color:#f0f7f7;
    font-size: 10px;
    line-height: 22px;
  }

  .flex-container {
    display: flex;
    /*justify-content: space-around*/;
    align-items: center;
  }

  .flex-container > div {

    margin-left: 20px;
    text-align: left;
    line-height: 60px;
    font-size: 30px;

  }
  .smimg{
    height: 30px;
    width: 30px;
    align-items: center;
  }

  .twimg{
    height: 25px;
    width: 25px;
    justify-self: center;
    margin-right:5px;
    margin-bottom:5px;
  }

  .flex-hero-container {
    display: flex;
    align-items: stretch;
    border-radius: 0px 0px 150px 0px;
    min-height:280px;
    padding: 15px;
    background: linear-gradient(90deg, #2DB3A3 74.31%, rgba(34, 171, 170, 0.59) 99.95%, rgba(34, 171, 170, 0.00) 100%, rgba(34, 171, 170, 0.59) 100%);
    justify-content: center;
    align-items: center;
    flex:1;
  }

  .flex-hero-container > div {
    color: white;
    margin: 10px;
    text-align: left;
    line-height: 75px;
    font-size: 30px;
  }

  .hero-wlc-hd{
  color: #FFF;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  }
  .hero-wlc-txt{
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height:20px; /* 178.571% */
    margin-bottom: 20px;
  }
  .tiny-text{
    font-size: 11px;
  }

  .hero-wlc-btn{
    display: flex;
    width: 150px;
    height: 35px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #32706D;
    box-shadow: 0 4px 15px 0 rgba(19, 20, 20, 0.75);
  }

  .hero-btn-txt{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
  }

  a.aherobtn:hover {
    color: #bde2f0;
    cursor: pointer;
  }
  a.aherobtn{
    text-decoration: none;
    color: #ffffff;
  }
  .hero-img{
    width: 370px;
    height: 230px;
    mix-blend-mode: color-burn;
  }

  a:hover {
    color: #2db3a3;
    cursor: pointer;
  }

  .flexcontainerfooter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /* background: linear-gradient(90deg, #2DB3A3 74.31%, rgba(34, 171, 170, 0.59) 99.95%, rgba(34, 171, 170, 0.00) 100%, rgba(34, 171, 170, 0.59) 100%);
    margin-bottom: 10px; */
  }

 .itemleft {
    display: flex;
    flex: 0 1 auto;
    margin-left: 80px;
    justify-content: space-around;
    align-items: center;
  }

  .itemcenter {
    flex: 0 1 auto;
    position: absolute;
    color:#f0f7f7;
      font-size: 10px;
    /* new */
    left: 50%;
    transform: translateX(-50%);

  }

 .header{
    display: flex;
    text-align: left;
    align-items: center;
    color: #fff;
    /*font-family: Montserrat;*/
    background: linear-gradient(90deg, #2DB3A3 74.31%, rgba(34, 171, 170, 0.59) 99.95%, rgba(34, 171, 170, 0.00) 100%, rgba(34, 171, 170, 0.59) 100%);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding:7px;
  }

  .box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }

  .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #2db3a3;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }

  .details-popup {
    margin: 0; /* Reset margin to avoid interference */
    padding: 10px;
    /* background: #fff; */
    border-radius: 0px;
    width: 50%;
    /* min-height: 470px; */
    position: fixed; /* Fixed to viewport */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Offset by half the width and height */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow */
    transition: all 0.3s ease-in-out; /* Adjusted for smoother transitions */
    justify-content: center; 
    align-items: center;
    display: flex; /* Ensure content is centered inside */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    background: linear-gradient(to bottom, #fafafa, #e6e6e6);
  }
  .details-popup .popup-footer{
    text-align: right;
  }

  .details-popup .popcontent{
    /*max-height: auto;
     overflow: auto; 
     height: 460px;*/
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height:15px;/* 178.571% */
    margin-bottom: 5px;
    width: 100%;
    /* border:1px solid #2db3a3; */
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }

  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 2;
  }

  a.button:hover {
    color: #bde2f0;
    cursor: pointer;
  }

  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }
  .popup .close:hover {
    color: #333;
  }


  .popup .content {
    max-height: auto;
    overflow: auto;
    color: #000;
    /*font-family: Montserrat;*/
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height:25px;/* 178.571% */
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
  }
  .popup .popup-footer{
    text-align: right;
  }

  .disclaimer-popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 2;
  }

  .disclaimer-popup .disclaimer-content {
    max-height: auto;
    overflow: auto;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height:35px;/* 178.571% */
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .disclaimer-popup .popup-footer{
    text-align: right;
  }

  .button {
    background-color: #2db3a3;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 0%;
  }

  .button:hover {
    background-color: #2db3a3;
  }
  .header-divider{
    width: 100%;
    height: 5px;
    flex-shrink: 0;
    background: linear-gradient(112deg, #2DB3A3 0%, rgba(45, 179, 163, 0.99) 0.01%, rgba(45, 179, 163, 0.52) 32.75%, rgba(45, 179, 163, 0.80) 56.32%, rgba(45, 179, 163, 0.05) 100%, rgba(45, 179, 163, 0.00) 100%);
  }
  .text-capitalize{
    text-transform:capitalize;
  }
  .container{
    height: 100%;
  }
  .flex-mapicon-container{
      display: flex;
      width:100%;
      align-items: stretch;
      border-radius: 0px 0px 0px 0px;
      background: #fff;
      margin-bottom:5px;
      box-sizing: border-box;
  }
  .flex-mapicon-container .filter-div{
      width: 300px;
      background: #FFFFFF;
      min-height:525px;
      padding:10px;
      align-items:center;
      border: 1px solid #2db3a3;
      margin-right: 5px;
    }
  .flex-mapicon-container .map-div{
      width: 800px;
      height: 525px;
      border: 1px solid #2db3a3;
      background: #FFFFFF;
  }

   .regional_sites{
      border-radius: 2px;
      min-width: auto;
      min-height:auto;
      padding-top: 5px;
      padding-left:5px;
      /* margin-top:8px; */
  }

  .regional_sitenotes{
    font-size: 12px;
    padding:5px;
   /* min-height: 250px;  Minimum height of the container */
    max-height: 330px; /* Maximum height of the container */
    margin-top: 5px;
    text-align: justify;
    overflow-x:hidden;
    overflow-y:auto;
    border: 1px solid #2db3a3;
  }

  .sitelinks{
    height:215px;
    overflow-x:hidden;
    overflow-y:auto;
  }

  a.sitelink{
    color: #000000;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
    cursor: pointer;
    line-height: normal;
  }

  a.sitelink:hover {
    color:#22abaa;
    font-weight:700;
    cursor: pointer;
  }

  a.sitelink:active {
    color:#22abaa;
    font-weight:700;
    cursor: pointer;
  }

  a.alink {
    color: #000000;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    cursor: pointer;
  }
  a.alink:hover {
    color:#22abaa;
    font-weight:bold;
    cursor: pointer;
  }
  a.alink:active {
    color:#22abaa;
  }
  /*a.alink:visited {
    color:#22abaa;
  }*/
  .viewlink{
    color:#22abaa;
    text-align: right;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    cursor: pointer;
    justify-content: baseline;
  }
  a.signin-link{
    text-decoration:none;
    color:#22abaa;
    font-size:10px;
    cursor: pointer;
    font-weight: 700;
  }
  a.signin-link:hover{
    text-decoration:none;
    color:#0a0b0b;
    font-size:10px;
    cursor: pointer;
    font-weight: 700;
  }

  a.text-link{
    text-decoration:none;
    color:#22abaa;
    font-size:10px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
  }
  a.text-link:hover{
    text-decoration:none;
    color:#0a0b0b;
    font-size:10px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
  }


  .regular_font_hm{
      color: #000000;
      font-size:10.5px;
      font-weight: 600;
      line-height: 25px;
  }
  .header_font{
      color: #ffffff;
      font-size:10.5px;
      font-weight: 600;
      line-height: 30px;
  }

  .info-right{
    color: #000000;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
    line-height: normal;
   }

  .count-font{
    color: #ffffff;
    text-decoration:none;
    font-size:10px;
    font-weight:normal;
    cursor: pointer;
  }

  .regional-flag{
    width:20px;
    height:14px;
    justify-self: center;
    padding-right:5px;
    margin-left: 10px;
    /* padding-top:5px; */
    }

  .search-icon{
      height: 25px;
      width: 25px;
      justify-self: center;
      line-height: 30px;
    }

    .map-header{
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
    }
    #person li {
      list-style-type:square !important;
      color: #2db3a3;
      size: 2px;
    }
    .adv-btn{
      width: auto;
      background-color: #007BBC;
      color: #ffffff;
      padding: 10px 14px;
      margin: 2px 0;
      border: none;
      cursor: pointer;
      font-size: 10px;
      font-style: normal;
      text-transform: uppercase;
    }

    .adv-btn:hover {
      color: #ffffff;
      font-weight: bold;
    }
    .copy-button {
      padding: 10px 20px;
      background-color: #7a7e7a;
      color: white;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      font-size: 12px;
    }

    .copy-button:hover {
      color: #000000;
      font-weight: 700;
    }

    .close-button {
      padding: 10px 20px;
      background-color: #2DB3A3;
      color: white;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      font-size: 12px;
    }
    .close-button:hover {
      color: #000000;
      font-weight: 700;
    }

    /* Style the buttons that are used to open the tab content */
    .icon-button {
      display: inline;
      padding: 10px 10px 4px 10px;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 10px;
      flex-shrink: 0;
      background:#f5f5f5;
      border: 1px solid #D9D9D9;
    }

    /*.icon-button a, .active {
      text-decoration: none;
      color: #e7dd84;
    }*/

    .icon-button a:hover {
      text-decoration: none;
      color: black;
    }
    .icon-button:hover {
      color: black;
      background-color: #2DB3A3;
      border-color: #D9D9D9;
      transition: 0.35s;
    }

    .icon-button:focus {
      color: black;
      background-color: #2DB3A3;
      border-color: #D9D9D9;
      transition: 0.35s;
    }

    /*a.active {
      color: black;
      background-color: #56BFB8;
      border-color: white;
      transition: 0.35s;
    }*/
    /* Dropdowm menu css */

    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      text-align:left;
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .dropdown-content a {
      color: black;
      font-size: 10px;
      padding: 10px 15px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content a:hover {background-color: #f1f1f1;}

    .dropdown:hover .dropdown-content {display: block;}

    hr.dropdown-divider{
      border-top: 1px solid #D9D9D9;
    }
  /* End Dropdowm menu css */

    /* Search css */
    /* .search-txt-padding{
      padding-top:10px;
    } */

    .search-container {
      position: relative;
      display: inline-block;
  }

  .search-container input[type="text"] {
      width: 100%;
      padding-right: 30px;
      box-sizing: border-box;
  }

  .search-container .fa-search {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #aaa; /* Adjust icon color */
      cursor: pointer;
  }

  .search-container input[type="text"]:focus + .fa-search {
      color: #333; /* Change icon color on focus */
  }
  #inline-container select{
    width: 350px;
    padding:9px;
    }

    #basic-submit input[type=button]{
      padding:10px;
    }
    #adv-submit input[type=button]{
      padding:10px;
    }
    .flex-search-container {
      display: flex;
      justify-content: center;
      align-items:center;
      width: 100%;
      background: #F5F5F5;
      min-height:50px;
      padding-left:10px;
      padding-right:10px;
      border: 1px solid #D9D9D9;
      box-sizing: border-box;
    }

     .flex-search-container .search-icon{
      height: 25px;
      width: 25px;
      justify-self: center;
      line-height: 30px;
    }

    .search-headtxt{
      color: #22ABAA;
      text-align: left;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px; /* 62.5% */
    }

    input[type=text],input[type=password], select {
      width:100%;
      padding: 7px;
      margin: 2px 0;
      font-size: 10px;
      display: inline-block;
      border: 1px solid #ccc;
      box-sizing: border-box;
    }

    /* input[type=button] {
      width: 120px;
      background-color: #2DB3A3;
      color: #ffffff;
      padding: 10px 7px;
      margin: 2px 0;
      border: none;
      cursor: pointer;
      font-size: 10px;
      font-style: normal;
      text-transform: uppercase;
    } 

    input[type=button]:hover {
      background-color: #1aa593;
    }*/

    input[type=checkbox] {
      padding:8px;
     /*-webkit-appearance:button;*/
      border: double 1px #00F;
      background-color:#0b0095;
      color:#FFF;
      white-space: nowrap;
      overflow:hidden;
      width:12px;
      height:12px;
  }

    input[type=checkbox]:checked {
        background-color:#000;
        border-left-color:#06F;
        border-right-color:#06F;
    }

    input[type=checkbox]:hover {
        box-shadow:0px 0px 10px #2db3a3;
    }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 22px;
cursor: pointer;
line-height: 15px;
display: inline-block;
color: #666;
margin-left:10px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
display : inline-block;
content: '';
font-size: 10px;
position: absolute;
left: 0;
top: 0;
width: 15px;
height: 15px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
display : inline-block;
content: '';
width: 8px;
height: 8px;
background: #2db3a3;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}

[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

 /* Highlight style */
 .highlight {
  background-color: #187a6d; /* Non-layout-affecting property */
}

#basic-submit:hover input[type="button"],
#adv_btn:hover input[type="button"] {
    background-color: #187a6d;
    border: 1px solid rgb(230, 226, 218);
}
textarea {
  width: 100%;
  height: 60px;
  padding: 5px 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: #ffffff;
  font-size: 10px;
  resize: none;
}

.result-txt{
  color: #110F0F;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px; /* 166.667% */
}

#country-list{
  font-size:12px;
  float:left;
  list-style:none;
  margin-top:0px;
  padding:0;
  width:100%;
  position: absolute;
  border: 1px solid #ddd;
}
#country-list li{
  padding-left: 5px;
  background: #ffffff;
  list-style-type:none !important;
}
#country-list li:last-child {
  border-bottom: none;
  list-style-type:none !important;
}
#country-list li:hover{
  background:#f1f1f1;
  cursor: pointer;
  list-style-type:none !important;
}
#search-box{
  width:100%;
  padding:7px;
}
.autocomplete-active {
background-color: DodgerBlue !important;
color: #ffffff;
}

.flex-basicresult-container{
  display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%;
    align-items: stretch;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 5px;
    /*gap: 10px;*/ 
    box-sizing: border-box; /* Include padding and border in width calculations */
}
.flex-basicresult-container .result-box{
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2DB3A3;
    box-sizing: border-box;
    overflow: hidden
}
.flex-basicresult-container .region-box{
    flex: 1 1 35%; /* Take less space compared to result-box */
    min-width: 200px; /* Minimum width for smaller screens */
    padding: 5px;
    max-height: 300px; /* Allow height to adjust based on content */
    min-height:150px; 
    overflow-x: hidden;
    overflow-y: auto;
    align-items: center;
    border: 1px solid #2db3a3;
    background: #fff; /* Optional: Add background for contrast */
    box-sizing: border-box;
}
.scrollable-div {
  min-height: 200px;   /* Minimum height */
  max-height: 450px;   /* Maximum height */
  overflow-y: auto;    /* Enable vertical scrolling when content exceeds max height */
  border: 1px solid #E3E3E3;
  padding: 5px;
}
.scrollable-div-basic {
  min-height: 200px;   /* Minimum height */
  max-height: 450px;   /* Maximum height */
  overflow-y: auto;    /* Enable vertical scrolling when content exceeds max height */
  /*border: 1px solid #E3E3E3;*/
  padding: 5px;
}
.count-txt{
  color:#2db3a3;
  font-size:10px;
  font-weight : 700;
  }
.map-scrollable-div {
  min-height: 136px;   /* Minimum height */
  max-height: 393px;   /* Maximum height */
  overflow-y: auto;    /* Enable vertical scrolling when content exceeds max height */
  /* border: 1px solid #E3E3E3; 
  padding: 5px;*/
}
/* .basic-sitelinks{
  min-height:400px;
  overflow-x:hidden;
  overflow-y:auto;
} */
.flex-result-container{
  display: flex;
  width:100%;
  align-items: stretch;
  border-radius: 0px 0px 0px 0px;
  /*padding-top: 10px;*/
  background: #fff;
  width:100%;
  margin-bottom:5px;
}

.flex-result-container .mapregion-box{
  width: 215px;
  margin-left: 5px;
  height:425px;
  align-items:center;
}

.user-links-div{
  max-height:330px;
  overflow-x:hidden;
  overflow-y:auto;
}
.flex-result-container .result-box{
  min-width: 505px;
  padding:10px;
  align-items:center;
  border: 1px solid #2db3a3;
  /* height:425px;
  overflow-x:hidden;
  overflow-y:auto; */
}

.flex-result-container .mapresult-box{
  min-width: 505px;
  padding:10px;
  /* align-items:center; */
  border: 1px solid #2db3a3;
  /* height:425px;
  overflow-x:hidden;
  overflow-y:auto; */

}
.flex-result-container .region-box{
  /* width: 215px;
  margin-left: 5px;*/
  height: 300px;
  padding: 5px;
  overflow-x:hidden;
  overflow-y:auto;
  align-items:center;
  border: 1px solid #2db3a3;
}
/* .result-div{
  max-height:355px;
  overflow-x:hidden;
  overflow-y:auto;
} */

.flex-result-container .link-box{
  min-width: 215px;
  background: #F5F5F5;
  min-height:350px;
  padding:10px;
  align-items:center;
  border: 1px solid #D9D9D9;
}
.globe-div{
  margin-right : 5px;
}
/* .search-filter{
  width: 100%;
  margin-right: 5px;
} */

ul, #myUL {
list-style-type: none;
}

#myUL {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.caret {
cursor: pointer;
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none;
}

.caret::before {
content: "\002D";
color: #2db3a3;
font-weight:700;
display: inline-block;
margin-right: 6px;
}

.caret-down::before {
content: "\002B"; /* IE 9 */
}

/* Container for the regions */
.filters{
  /* margin-left: 10px; */
  margin-right: 10px;
  /* margin-bottom:10px; */
}
 .colgrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create two columns */
  gap: 3px; /* Space between items */
 }
.nested.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Create two columns */
  /* gap: 4px; */
  padding: 5px;
  border:1px solid #DDDDDD;
}

/* Style each checkbox item */
.nested.active .checkbox {
  display: flex;
  align-items: center;
}

.nested-grd.active {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Create two columns */
  /* gap: 4px; */
  padding: 5px;
  /* border:1px solid #DDDDDD; */
}

/* Style each checkbox item */
.nested-grd.active .checkbox {
  display: flex;
  align-items: center;
}

.search-header{
display:flex;
min-width: 100%;
height: 25px;
flex-shrink: 0;
padding:5px;
align-items:center;
justify-items:center;
background: linear-gradient(90deg, #2DB3A3 74.31%, rgba(34, 171, 170, 0.59) 99.95%, rgba(34, 171, 170, 0.00) 100%, rgba(34, 171, 170, 0.59) 100%);
}

.record-bg{
width:100%;
min-height:40px;
background-color:#f9f9f9;
border-radius: 2px;
border: 1px solid #D9D9D9;
filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
padding:2px 10px;
margin-bottom:8px;
}

.record-bg:hover {
cursor:pointer;
border-radius:2px;
border-color: #2DB3A3 !important;
transition: all 0.3s ease 0s;
filter: drop-shadow(0px 2px 2px rgb(45, 179, 163));
}

.notes-logo{
width:20px;
height:20px;
}
.record-bg .detail-txt{
font-size:10px;
color:#605a5a;
}
.record-bg .record-bg-div{
/*display:flex;
justify-content:flex-end;*/
align-items:right;
}

.details-flex-container {
display: flex;
}
.details-flex-container > div{
width: 100%;
margin: 5px;
text-align: left;
}

.loading {
color : #2db3a3;
font-size : 12px;
font-weight : 600;
padding: 5px;
}

.sort{
text-align:right;
}
.sortTxt{
  font-size:12px;
}
.hidden {
  display: none;
}
a.sort_arw{
text-decoration:none;
cursor:pointer;
font-size:18px;
color:#ffffff;
font-weight:700;
}
.sort_arw:hover{
text-decoration:none;
cursor:pointer;
font-size:20px;
color:#000000;
font-weight:bold;
}

.pagination {
display: inline-block;
/* margin-top:2px; */
margin:10px;
width:100%;
}

.pagination a {
color: black;
float: left;
padding: 5px 10px;
text-decoration: none;
transition: .3s;
border: 1px solid #ddd;
margin: 0 4px;
font-size:10px;
}

.pagination a.active {
background-color: #2DB3A3;
color: white;
border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination .detail-txt{
color:#605a5a;
font-size:10px;
padding:5px;
}
.pagination .count-txt{
color:#2db3a3;
font-size:10px;
font-weight : 700;
}

.popupdiv {
border-radius: 0px;
background-color: #f2f2f2;
padding: 5px;
text-align:left;
margin-top: 5px;
}

.required label:after {
content:"*";
color:red;
}

.flex-container-register {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Vertical centering */
  align-items: center;       /* Horizontal centering */
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  min-height: calc(100vh - 80px); /* 100% height minus footer height */
}

.flex-item-center {
  background-color: #fff;
  padding: 40px;
  width: 500px;
  border-radius: 5px;
  border: 3px solid #2DB3A3;
  box-shadow: 0 4px 15px 0 rgba(19, 20, 20, 0.75);
}

 
.signup-header{
  text-align: center;
}

.rowintro_sign{
  padding-top:10px;
  padding-left:15px;
}
.rowintro{
    padding-top: 10px;
}
.rowintro_bot{
  padding-bottom: 10px;
}
.text-muted {
  color: #777;
  font-size: 10px;
}
.text-alert{
  color:#EA4335;
  font-size:12px;
}
.text-success {
  color: #3c763d;
  font-weight : 700;
  font-size:12px;
  }

.profilelogo{
  height: 30px;
  width: 30px;
}
.caret-icon{
  font-size: 10px;
  color:#2DB3A3;
}

#myTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 5px;
}

/* Wrapping the table inside a div for scrolling */
.table-container {
  height: 130px; 
  overflow-y: auto;
  border: 1px solid #ddd;
}
  
/* Keep the header fixed while scrolling */
#myTable thead {
  display: table-header-group; /* Ensures proper structure */
}

#myTable tbody {
  display: table-row-group; /* Maintains table format */
}

/* Remove width from td and th, set them on columns instead */
#myTable th, #myTable td {
  border: 1px solid #ddd;
  padding-left: 10px;
  text-align: left;
  line-height: 20px;
  white-space: nowrap;
}

/* Background styling */
#myTable tr:nth-child(even) {
  background-color: #f2f2f2;
}

#myTable tr:hover {
  background-color: #ddd;
}

#myTable th {
  background-color: #2DB3A3;
  color: white;
}

/*-----Rating css----*/
.rating input[type="radio"]:not(:nth-of-type(0)) {
  /* hide visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 5px;
  width: 5px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;

}
.rating [type="radio"]:not(:nth-of-type(0)) + label {
    display: none;
}

label[for]:hover {
    cursor: pointer;
}

.rating .stars label:before {
    content: "\2605";

}

.stars label {
    color: lightgray;
    font-size: 25px;
}

.stars label:hover {
    text-shadow: 0 0 1px #000;
}

.rating [type="radio"]:nth-of-type(1):checked ~ .stars label:nth-of-type(-n+1),
.rating [type="radio"]:nth-of-type(2):checked ~ .stars label:nth-of-type(-n+2),
.rating [type="radio"]:nth-of-type(3):checked ~ .stars label:nth-of-type(-n+3),
.rating [type="radio"]:nth-of-type(4):checked ~ .stars label:nth-of-type(-n+4),
.rating [type="radio"]:nth-of-type(5):checked ~ .stars label:nth-of-type(-n+5) {
    color: orange;
}

.rating [type="radio"]:nth-of-type(1):focus ~ .stars label:nth-of-type(1),
.rating [type="radio"]:nth-of-type(2):focus ~ .stars label:nth-of-type(2),
.rating [type="radio"]:nth-of-type(3):focus ~ .stars label:nth-of-type(3),
.rating [type="radio"]:nth-of-type(4):focus ~ .stars label:nth-of-type(4),
.rating [type="radio"]:nth-of-type(5):focus ~ .stars label:nth-of-type(5) {
    color: darkorange;
}

.center_text_div{
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding:10px 0 10px 0;
 }
 .left_text_div{
  text-align: left;
 }

 /*---------- Chart CSS---------------*/

 .b-skills
{
    text-align: center;
}
.skill-item
{
	position: relative;
	max-width: 200px;
	width: 100%;
	margin-bottom: 20px;
	color: #555;
}
.chart-container
{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	margin-bottom: 27px;
}

.skill-item .chart,
.skill-item .chart canvas
{
	position: absolute;
	top: 7px;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.skill-item .chart:before
{
	content: "";
	width: 0;
	height: 100%;
}

.skill-item .chart:before,
.skill-item .percent
{
	display: inline-block;
	vertical-align: middle;
}

.skill-item .percent
{
	position: relative;
	line-height: 1;
	font-size: 16px;
	font-weight: 900;
	z-index: 2;
}

.skill-item  .percent:after
{
	content: attr(data-after);
	font-size: 16px;
}
.flex-container-parchart {
  display: flex;
  justify-content: space-around;
  height: 150px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  padding-top: 10px;
  margin-bottom:5px;
}

.flex-container-parchart > div {
  width: 220px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  justify-content:center;
  align-items: center;
}

.flex-container-chart {
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.flex-container-chart > div {
    width: 250px;
    margin: 5px;
    text-align: center;
    font-size: 12px;
    justify-content:center;
    align-items: center;
}

.donut-header{
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 5px;
}
.donut-txt{
  color:#0AC2AC;
  font-size: 14px;
  font-weight: 800;
  padding-top: 5px;
}
.personicon{
  width: 40px;
  height:40px;
}
/* Global Directory css*/

.flex-directory-container{
  display: flex;
  height: auto;
  align-items: stretch;
  /*justify-content: center;*/
  width:100%;
  background: #F5F5F5;
  margin-top: 5px;
  margin-bottom: 5px;
  padding:10px;
}

.flex-directory-container .div{
  justify-content: left;
  /*align-items: center;*/
}

.record-bg-directory{
  width:30%;
  min-height:30px;
  background-color:#ffffff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  padding:10px;
  margin-bottom:8px;
  margin-right:5px;
  text-align: center;
  font-size:12px;
  font-weight: 600;
}

.record-bg-directory:hover {
  cursor:pointer;
  border-radius:2px;
  border-color: #2DB3A3 !important;
  transition: all 0.3s ease 0s;
  filter: drop-shadow(0px 2px 2px rgb(45, 179, 163));
}

.record-bg-directory-icons{
  display: flex;
  align-items:center;
  padding:5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  font-size: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: justify;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  /*margin-left: -60px;*/
  border:1px solid #2DB3A3;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2DB3A3 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

a.dirlink{
  color: #000000;
  text-decoration:none;
  font-size:12px;
  font-weight:normal;
  cursor: pointer;
  line-height: 20px;
}

a.dirlink:hover {
  color:#0a6161;
  font-weight:bold;
  cursor: pointer;
}


.maindiv{
  background-color: #ffffff;
  margin-top:5px;
  margin-bottom: 5px;
  /* min-height: 80vh; */
  width:100%;
  padding:10px;
  align-items:center;
  border: 1px solid #2DB3A3;
}
.flex-container-dir {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  /*line-height: 30px;*/
  margin: 10px;
  /*background-color: #f1f1f1;*/
}
.flex-container-dir .label-div {
  margin: 10px;
  /*text-align: center;*/
  line-height: 30px;
  font-size: 12px;
}

.flex-container-dir .btn-div {
  margin: 5px;
}
.flex-container-dirres {
   /*display: flex;
 min-width: 800px;*/
  margin-top: 10px;
  margin-left: 15px;
}

.flex-container-dirres .head-div{
   margin-top: 10px;
}
.flex-url-container {
  display: flex;
  flex-direction:row;
  justify-content:center;
  /*background-color: #0AC2AC;*/
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
}

.flex-url-container .note-div{
  text-align: right;
  justify-content: right;
  margin-left:50px;
  /* border: 1px solid #000; */
  width: auto;
}

a.url-link{
  color: #ee6161;
  text-decoration:none;
  font-size:10px;
  font-weight:normal;
  cursor: pointer;
  line-height: 20px;
}

a.url-link:hover {
  color:#0a6161;
  font-weight:bold;
  cursor: pointer;
}

.dirhead-divider{
  width: 100%;
  height: 3px;
  flex-shrink: 0;
  background: linear-gradient(112deg, #2DB3A3 0%, rgba(45, 179, 163, 0.99) 0.01%, rgba(45, 179, 163, 0.52) 32.75%, rgba(45, 179, 163, 0.80) 56.32%, rgba(45, 179, 163, 0.05) 100%, rgba(45, 179, 163, 0.00) 100%);
}

.nested-dir {
  display: none;
  padding-left:10px;
  line-height: 20px;
  }

  .active-dir {
  display: block;
  }
  /* Criminal Checks css*/
  .flex-crimpage-container{
      width:100%;
      flex-direction: row;
      border-radius: 0px 0px 0px 0px;
      border: 1px solid #2DB3A3;
      padding: 10px 15px;
      background-color: #FFFFFF;
      margin-top:10px;
      margin-bottom:5px;
      box-sizing: border-box;
      min-height:80vh;
  }
 /*------Home page css STARTS here------------*/
.homepage-text{
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height:30px;
  margin: 10px;
  /* margin-bottom: 20px;
  padding-left:10px; */
}
.homeUL {
  list-style-type:disc;
  padding:15px;
}
/*------Home page ENDS starts here------------*/

.homepagenew-text{
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height:25px;
  margin-top:5px;
  margin-bottom: 5px;
}
.flex-homepagenew-container{
  display: flex;
  align-items: stretch;
  padding-top: 5px;
  margin-bottom:5px;
  box-sizing: border-box;
}
.flex-homepagenew-container .text-div{
  width:300px;
  padding:10px;
  align-items:center;
  border: 1px solid #2DB3A3;
  margin-right:10px;
}
.flex-homepagenew-container .noti-div{
  width:200px;
  border: 1px solid #2DB3A3;
  padding: 10px;
}
/*------------NOTIFICATION CSS--------------------*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%; /* Make the button circular */
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50%; /* Make the button circular */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgb(45, 179, 163);
    color: white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.notification_header{
color: #2db3a3;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
/* text-align: center; */
}

.homestats_header{
color: #2db3a3;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;
text-align:center;
padding-top:10px
}

.card-notifi{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  height: 300px;
  /* overflow-y: auto;  */
  margin: 10px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #f5f5f5, #d3d3d3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}

.notification_scroll_area {
    flex: 1;
    overflow-y: auto;
    padding-right: 6px; /* for scrollbar */
    margin-bottom: 10px;
}

#read-only-text {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+/Edge */
  user-select: none;         /* Standard */
}

.card-header-notifi {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

.card-content-notifi {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.notification_name{
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  text-align: justify;
}

.notification_text{
  font-size: 12px;
  padding-top : 10px;
  line-height: 20px;
}
.notification_button_area {
    text-align: right;
}

.card {
  display: flex;
  width: 100%;
  /* border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  background-color: #fff;*/
  overflow: hidden;
  margin-bottom :15px;
  margin-left :5px;
}

/*.card-img {
 height:120px;
  width:150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.card-img {
  height: 60px;
  width: 60px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  /*padding: 15px;    */        /* creates margin inside the circle */
  box-sizing: border-box;   /* ensures padding doesn't break the circle */
  object-fit: contain;      /* scales icon inside without cropping */
  background: #fff;         /* optional: keeps background clean */
}

.card-content {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height:20px;
  margin-left: 10px;
  flex: 1; /* This will make the content area flexible */
  display: flex;
  flex-direction: column; /* Stack contents vertically */
  justify-content: center;
  text-align: -webkit-auto;
  padding: 0px 15px 0px 15px;
}

.card-content h2 {
  margin-top: 0;
}

.card-content p {
  margin-bottom: 0;
}
.disclaimer-txt{
  font-size: 10px;
  text-align: justify;
  border: 1px solid #2db3a3;
  padding: 10px;
  line-height: 25px;
}
.li-head{
  color:#000000;
  font-weight: bolder;
}

a.crim_link{
  color: #000000;
  text-decoration:none;
  font-size:12px;
  font-weight:normal;
  cursor: pointer;
  line-height: 30px;
  font-weight: 600;
}

a.crim_link:hover {
  color:#0a6161;
  font-weight:bold;
  cursor: pointer;
}
hr.crim-hr{
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #2db3a3;
}

.crim-text{
  font-size: 12px;
  line-height: 20px;
}
  /*Global Directory css ends*/

/*------------------Request Page-----------------------*/
.flex-request-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Horizontally center the cards */
  align-items: center; /* Vertically center the cards (if container has height) */
  gap: 50px; /* Space between the cards */
  height:100%;
  margin:50px;
}

.request-card {
  flex: 0 1 500px; /* Make cards responsive */
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #2DB3A3;
  box-shadow: 0 4px 15px 0 rgba(19, 20, 20, 0.75);
  border-radius: 10px;
  height:450px;
}

.requestcard-container {
  font-size: 12px;
  padding: 10px;
  line-height: 30px;
  height:370px;
}

.request-card h2 {
  margin-top: 0;
}

.request-card p {
  margin-bottom: 0;
}

/* Make both cards initially faint */
.request-card {
  opacity: 0.3;
  transition: opacity 0.3s;
}

/* Make the feature card fully opaque by default */
.feature {
  opacity: 1;
}

/* When a card or any of its child elements (e.g., input) is focused, make it fully opaque */
.request-card:focus-within {
  opacity: 1;
  outline: 2px solid #2DB3A3;
}

/* Ensure the other card becomes faint when not focused or clicked on */
.request-card:not(:focus-within) {
  opacity: 0.3;
}

/*------------------------------------------------------*/

.modal {
  display: none; /* Ensure the modal is hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 1000;
  width: 300px;
  text-align: center;
}

/* Modal backdrop to dim the background */
.modal-backdrop {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.download-link-sanction
{
  width: 20px; height: 14px; vertical-align: middle;
}
.download-link-sanction img {
    width: 20px;
    height: 20px;
    border: none;
    display: block;
}
.download-link-sanction:hover {
    transform: scale(1.25); /* Zooms the whole button including image */
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media (max-width: 768px)
{
  .maindiv{
    flex-direction: column;
    margin-bottom:5px;
  }
  .flex-header-container {
    flex-direction: column;
    margin-bottom:5px;
  }
  .flex-hero-container{
    flex-direction: column;
  }
  h1{
    font-size: 20px;
  }
  .hero-img{
    width: 150px;
    height: 100px;
    mix-blend-mode: color-burn;
  }
  .flex-menu-container {
    padding: 15px;
  }
  .flex-menu-container > div {
    padding:10px;
  }
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .flex-mapicon-container {
    width: 100%;
    flex-direction: column;
  }
  .flex-result-container{
    width: 100%;
    flex-direction: column;
   }
   .flex-result-container .result-box{
    width: 100%;
   }

   .flex-mapicon-container .filter-div{
    width: 100%;

  }
  .flex-mapicon-container .map-div{
      scroll-behavior: smooth;
      flex-direction: column;
      width:100%
  }

  #vmap {
    max-width: 100%; /* Full width for smaller screens */
    aspect-ratio: 4 / 3; /* Slightly adjusted aspect ratio */
    height : auto;
}
  
  
  .record-bg{
    width: 100%;
  }
  .map-div{
    margin-top:5px;
    min-width: 200px;
    overflow: auto;
  }
  .result-div{
    width:100%
  }
  .globe-div{
    width: 100%;
  }
  .search-header{
    width:200px;
  }
  .flex-container-dir{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
  }
  .flex-request-container{
    flex-direction: column;
  }
  .request-card {
    flex: 0 1 100%; /* Make cards responsive */
  }

  flex-homepagenew-container {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
  }
  .flex-homepagenew-container .text-div {
    padding: 8px;
  }
  .flex-homepagenew-container .noti-div {
    padding: 8px;
  }
  .flex-homepagenew-container {
    flex-direction: column;
    align-items: center;
  }
  .flex-homepagenew-container .text-div, .flex-homepagenew-container .noti-div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .flex-footer-container > div { 
    flex-direction: column;
  }
  .colgrid {
    grid-template-columns: repeat(1, 1fr); /* One column for tablets and smaller screens */
  }

  .flex-basicresult-container {
    flex-direction: column;
    align-items: stretch;
  }
  .flex-basicresult-container .result-box,
    .flex-basicresult-container .region-box {
        width: 100%; 
  }

  }

  /*------Resources-------*/
  #resources {
    padding: 30px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
  }

  #resources h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .resource-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-left: 5px solid #2cb3a4;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 5px;
  }

  .resource-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .resource-section ul {
    list-style-type: none;
    padding-left: 0;
  }

  .resource-section ul li {
    margin: 10px 0;
  }

  .resource-section ul li a {
    text-decoration: none;
    color: #2cb3a4;
    font-weight: 500;
    font-size:14px;
  }

  .resource-section ul li a:hover {
    text-decoration: underline;
  }
  /**********************************/

/* Tablet View (Medium Screens) */
@media (max-width: 1024px) {
  .flex-basicresult-container {
      flex-direction: column; /* Stack elements vertically */
      align-items: stretch;
  }

  .flex-basicresult-container .result-box,
  .flex-basicresult-container .region-box {
      width: 100%; /* Make each child take full width */
      min-width: 0; /* Remove minimum width constraints */
  }
  .colgrid {
    grid-template-columns: repeat(3, 1fr); /* Three columns for larger screens */
  }
}

/* Mobile View (Small Screens) */
@media (max-width: 600px) {
  .flex-basicresult-container {
      gap: 5px; /* Reduce gap between elements for small screens */
  }

  .flex-basicresult-container .result-box,
  .flex-basicresult-container .region-box {
      padding: 8px; /* Reduce padding for smaller screens */
      border-radius: 5px; /* Add rounded corners for aesthetic touch */
      width: 100%;
  }
  .colgrid {
    grid-template-columns: repeat(1, 1fr); /* One column for tablets and smaller screens */
  }
}

/*********************Popup Text***************************/
.welcome-text p {
  font-size: 12px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 0.2s;
  line-height: 18px;
}

.welcome-text p:nth-child(2) {
  animation-delay: 0.4s;
}

.welcome-text p:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.styled-box {
  background: #f9f9f9;
  margin-top: 5px;
  padding: 12px;
  border-radius: 0px 150px 150px 0px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.styled-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* .welcome-text::before {
  content: '';
  display: block;
  height: 4px;
  width: 180px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #00bfa6, #57e5c2);
  border-radius: 2px;
  animation: slide-in 1s ease;
} */

@keyframes slide-in {
  from { width: 0; }
  to { width: 80px; }
}
/***************************/

/*************GRD Compare Multiple PR's***************/
 #response_pr {
        width: 100%;
        min-height: 120px;
        border: 2px solid #2db3a3;
        border-radius: 6px;
        padding: 8px;
        font-size: 12px;
        background: #f9f9f9;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
        cursor: pointer;
    }
    #response_pr option {
        padding: 3px;
    }
    /* Overlay background */
    #compare_pr {
        display: none; /* Hidden initially */
        position: fixed;
        z-index: 1000;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);

        /* Center content */
       align-items: center;
        justify-content: center;
        overflow: auto; /* allows scrolling if content is taller than viewport */
    }

    /* Modal content */
    #compare_pr .modal-content {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        width: 80%;
        max-height: 90vh; /* Prevent going outside screen */
       overflow-y: auto;  /* Scroll inside modal if content overflows */
        position: relative;
        box-sizing: border-box;
    }

    .modal-header {
        background: #2cb3a4;
        color: white;
        padding: 10px 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size:14px;
    }

    /* Body section */
    .modal-body {
        padding-top: 20px;
        min-height: 150px;
        max-height: 600px;
    }

    .modal-footer{
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        margin-bottom:10px;
    }

    /* Close button */
    .close-btn {
        position: absolute;
        right: 27px;
        top: 27px;
        background: #dc3545;
        color: white;
        border: none;
        padding: 4px 10px;
        border-radius: 4px;
        cursor: pointer;
    }
    .close-btn:hover {
        background: #c9302c;
    }

    #pr_chart {
        display: none;           /* hidden initially */
        border: 1px solid #2db3a3;
        padding: 10px;
        overflow-y: auto;          /* scrollbar only if needed */
        min-height: 350px;
        max-height: 420px;
        box-sizing: border-box;
        margin-bottom:20px;
    }

    #pr_chart canvas {
         width: 100% !important;
        height: 380px !important;   /* fixed height */
    }

    #radar-charts {
        display: flex;
        gap: 20px;
    }

    .chart-box {
        flex: 1;
        padding: 10px;
        border-right: 1px solid #ccc;
    }
/****************************/