
.flex-sanction-container{
  display: flex;
  align-items: stretch;
  padding-top: 5px;
  margin-bottom:5px;
  box-sizing: border-box;
  
  }
.flex-sanction-container .sanctionmap-div{
  width: 100%;
  padding: 10px;
  display: flex; /* Ensure content alignment */
  justify-content: center; /* Center the map horizontally */
  align-items: center; /* Center the map vertically */
  border: 1px solid #2DB3A3;
  box-sizing: border-box; /* Include padding in width calculations */
  overflow: hidden; /* Prevent overflow issues with the SVG image */
}
.flex-sanction-container .sanctionmap-div svg {
  width: 100%; /* Make SVG responsive */
  height: auto; /* Maintain aspect ratio */
  max-width: 1200px; /* Optional: Set a maximum width for large screens */
}
.flex-sanction-container .chart-div{
  display: flex;
  min-width:200px;
  border: 1px solid #2DB3A3;
  padding: 10px;
  /* margin-left: 5px; */
  align-items: center;
  justify-content: center;
  /* min-height: 500px; */
}

.world-map{
  width: 900px; 
  height: 500px;
}

.flex-container-donparchart {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  
}

.flex-container-donparchart > div {
  width: 240px;
  min-height: 120px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  justify-content:center;
  align-items: center;
}

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

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

.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-container input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 10px; /* Adjust the padding to leave space for the icon */
  box-sizing: border-box;
}

.search-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.background-div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
/* ------------loading icon css--------------*/


.loader{
width:30px;
height:30px;
}

.loader-div{
  text-align: center;
  height: -webkit-fill-available;
  position: relative;
}
 
.supportcard {
  width: 45%;
  height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px #2DB3A3ed solid;
}

.cardheader {
  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%);
  color: white;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.card-container{
  font-size: 12px;
  padding:10px;
  line-height: 20px;
  height: 225px;
}

.doc-card{
  width: 90%;
  height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px #2DB3A3ed solid;
  margin-bottom: 5px;
}
.text-success-msg{
  font-size: 14px;
  color:#FFBF00;
  font-weight: 700;
  line-height: 20px;
}

.email{
  font-size: 15px;
  color:#FFBF00;
  font-weight: 700;
  margin-right: 5px;
}
.mr-t{
  margin-top: 5px;
}
.mr-b{
  margin-bottom: 5px;
}
/*-------------End loading icon css---------------------------*/
.maptabs-container {
  display: flex;
  margin-bottom: 5px;
  border-bottom: 1px solid #2db3a3;
}

.tabs-container {
  display: flex;
  flex-direction: column; /* Stack tabs and contents vertically */
  margin-bottom: 5px;
}

#search-tabs-basic {
  display: flex;
  border-bottom: 1px solid #2db3a3;
}

#search-tabs-advanced {
  display: flex;
  border-bottom: 1px solid #2db3a3;
}

.tab-button {
  /* padding: 5px; */
  padding: 8px;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #2db3a3;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  width:100px;
  font-size: 12px;
  /* width:70px; */
}

.tab-button:hover {
  background-color: #ddd;
}

.tab-button.active {
  background-color: #2db3a3;
  color: white;
  border-bottom: 2px solid #2db3a3;
}

.tab-contents {
  display: flex;
  flex-direction: column; /* Stack content sections vertically */
  border: 1px solid #2db3a3;
  border-top: none; /* Align with tabs */
}

.tab-content {
  display: none;
  padding: 10px;
}

.tab-content.active {
  display: block;
}

#inline-container {
  display: flex;
  align-items: center; /* Align items vertically centered */
  gap: 15px; /* Optional: Adjust the space between elements */
}
.inline-container {
  display: flex;
  flex-wrap: wrap; /* To handle responsiveness */
  gap: 15px; /* Space between the items */
}
.basic-inline-container{
  display: flex;
  flex-wrap: wrap; /* To handle responsiveness */
  gap: 10px; /* Space between the items */
}
.filter-item {
  flex: 1; /* Each item will take equal width */
  min-width: 200px; /* Minimum width to prevent too narrow elements */
}

.map-header-new {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.checkbox {
  display: flex;
  align-items: center;
  margin:2px;
  /* margin-bottom: 10px; */
}

select {
  width: 100%;
  padding: 8px;
}

i.fa-search {
  margin-left: 10px; /* Space between the search input and the icon */
}

.search_container{
  display: flex;
  flex-direction: row; /* Arrange items in a row */
  align-items: center; /* Vertically center items */
  justify-content: space-between; /* Distribute space between items */
  border: 1px solid #2db3a3; 
  padding: 10px;
  margin-bottom: 5px;
  box-sizing: border-box; /* Include padding and border in element's total width and height */
}

option[data-disabled="true"] {
  color: gray;
}
/* Custom Alert Modal Styles */
.custom-alert {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.custom-alert-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.custom-alert-content p {
  margin: 10px 0;
}

.custom-alert-content .signin-link {
  color: #6dbfb8;
  text-decoration: none;
}

.custom-alert-content .signin-link:hover {
  text-decoration: underline;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.button-container button {
  padding: 10px 20px;
  background-color: #2DB3A3;
  color: white;
  border: none;
  cursor: pointer;
}

.button-container button:hover {
  background-color: #1aa593;
}

/********Developer's API**********/
.flex-box {
  display: flex;
  flex-direction: column; /* Stack child divs vertically */
  border: 1px solid #2cb3a4;
  margin: 5px 0;
  padding: 15px;
}

.flex-box div {
  padding: 10px;
  margin: 5px 0;
  background: #fff; /* White background for better contrast */
  border-radius: 5px; /* Slightly rounded corners */
  line-height:15px;
}

.flex-box h2, 
.flex-box h3 {
  color: #333;
  margin-bottom: 5px;
  font-size:14px;
}

.flex-box p {
  font-size:12px;
}

.flex-box pre {
  background: #f1f7f5;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
  font-size:12px;
}

.flex-box a {
  color: #2cb3a4;
  text-decoration: none;
  font-weight: bold;
}

.flex-box a:hover {
  text-decoration: underline;
}

#apiTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 12px; /* Reduced the font size for table content */
}

#apiTable th,
#apiTable td {
  border: 1px solid #2DB3A3;
  padding: 8px;
  text-align: left;
}

#apiTable th {
  background: #2DB3A3;
  color: #fff;
}

#apiTable td {
  background: #ffffff;
}

code {
      color: #2DB3A3;
      font-weight:bold;
  }
/*****************FAQ CSS ********************/
  .accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    padding: 1.5rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    }
  
    .accordion i {
      font-size: 1rem;
    }
  
    .active,
    .accordion:hover {
    background-color: #f1f7f5;
    }
    .pannel {
    padding: 0 2rem 0.5rem 2rem;
    background-color: white;
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
    }
    .pannel p {
    color: rgba(0, 0, 0, 0.7);
    /* font-size: 1rem; */
    line-height: 1.4;
    }
  
    .faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    }
    .faq.active {
    border: none;
    }
  
    .para {
    font-size: 14px; 
    line-height: 1.8; 
    margin-bottom: 20px;
    text-align: justify; /* Justify the text */
    background-color: #ffffff; 
    padding: 15px; 
    border-left: 5px solid #33B5A5;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); 
    }
    .highlight-txt{
        font-weight: 700; 
    }
  
  
  
  @media (max-width: 768px) {
    p {
        font-size: 16px; /* Adjust font size for smaller screens */
        padding: 10px; /* Reduce padding for smaller screens */
    }
  }
/* Responsive css*/
@media (max-width: 800px) 
{
  .flex-sanction-container{
    flex-direction: column;
    width: 100%;
  }
  .flex-sanction-container .sanctionmap-div {
    flex-direction: column;
    width: 100%;
    padding: 5px;
  }
  .flex-sanction-container .chart-div{
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
    margin-right: 10px;
  }
  
  .flex-container-donchart > div {
    flex-direction: column;
    width: 100%;
  }
  .flex-homepagenew-container{
    flex-direction: column;
    width: 100%;
  }
  .supportcard{
    width:100%;
    margin-bottom: 5px;
  }
  .doc-card{
    width:100%;
    margin-bottom: 5px;
  }
  #inline-container {
    flex-direction: column;
    /* width: 100%; */
  }
  .search_container{
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .flex-sanction-container {
      flex-direction: column; /* Stack items vertically */
  }
  .flex-sanction-container .sanctionmap-div,
  .flex-sanction-container .chart-div {
      flex: 1 1 100%; /* Full width for smaller screens */
  }
  .world-map {
      max-width: 100%; /* Ensure the map doesn't exceed container width */
  }
}

@media (max-width: 800px) {
  .flex-sanction-container .sanctionmap-div {
      padding: 5px; /* Reduce padding for smaller screens */
  }
  .flex-sanction-container .chart-div {
      min-width: unset; /* Remove min-width for better flexibility */
  }
  .world-map {
      height: auto; /* Adjust height for very small screens */
  }
}

/* Adjust layout for tablets and medium screens */
@media (max-width: 1024px) {
  .search_container {
      flex-direction: row; /* Keep row layout */
      flex-wrap: wrap; /* Allow items to wrap to the next line if necessary */
  }
}

/* Adjust layout for mobile devices and small screens */
@media (max-width: 600px) {
  .search_container {
      flex-direction: column; /* Stack items vertically */
      align-items: stretch; /* Stretch items to fill container's width */
      padding: 8px; /* Reduce padding for smaller screens */
  }

  .search_container > * {
      margin-bottom: 10px; /* Add spacing between stacked items */
  }

  .search_container > *:last-child {
      margin-bottom: 0; /* Remove margin from the last item */
  }
}

/* Optional: Styling for child elements to enhance responsiveness */
.search_container input,
.search_container button {
  flex: 1 1 auto; /* Allow inputs and buttons to grow and shrink as needed */
  margin-right: 10px; /* Add spacing between elements */

  /* Ensure inputs and buttons take full width on small screens */
  min-width: 0;
}

@media (max-width: 600px) {
  .search_container input,
  .search_container button {
      margin-right: 0; /* Remove right margin when stacked vertically */
      width: 100%; /* Make elements take full width */
  }
}