:root{
	--main-color:#016b63;
}
.dropbtn {
	background-color: #cedbda;
	color: var(--main-color);
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	width:585px;
	margin-bottom: 1px;
border-radius: 3px;
font-weight: bold;
  }
  
  .dropbtns {
	background-color: #cedbda;
color: var(--main-color);
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
width: 585px;
margin-bottom: 1px;
border-radius: 3px;
margin-top: 40px;
font-weight: bold;
  }

  .dropdown {
	/* position: relative;
	display: inline-block; */
	margin-left: 70px;
	
  }
  
  .dropdown-content {
	/* display: block;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-left: 80px; */
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 553px;
  }
  
  .dropdown-content a {background-color: #f1f1f1}
  
  
  .boxing{
	/* padding: 8px;
	border: 2px solid gray;
	margin: 0;
	width: 555px; */
  }
  .boxing h3{
	margin: 0px;
	color: var(--main-color);
	font-size: 15px;
  }
  .boxing p{
	margin: 0px;
	
  }
  

  .faq-container {
	/* width: 75%;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-left: 3%; */
  }
  
  .faq {
	/* background-color: #cedbda; */
	 /* border: 1px solid #9fa4a8; */
	/* border-radius: 10px; */
	border-bottom: 1px solid #cfcfcf;
	padding: 8px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	margin-top: 5px;
  }


  
  .siteStatus .faq.active {
	background-color: #fff;
	border-left: 2px solid var(--main-color);
	margin-top: 0px;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1); */
  }
  .faq-container .faq.active::-webkit-scrollbar,.external_upload_file_lists::-webkit-scrollbar{
	width: .3em;
  }
  .faq-container .faq.active::-webkit-scrollbar-track,.external_upload_file_lists::-webkit-scrollbar-track{
	background: #cfd8dc1a;
  }
  .faq-container .faq.active::-webkit-scrollbar-thumb,.external_upload_file_lists::-webkit-scrollbar-thumb{
	 background-color: #90A4AE ;
	 border-radius: 6px;
	 border: 4px solid #cfd8dc08;
  }
  .faq.active::before, .faq.active::after {
	
	font-family: 'Font Awesome 5 Free';
	color: #2ecc71;
	font-size: 7rem;
	position: absolute;
	opacity: 0.2;
	top: 20px;
	left: 20px;
	z-index: 0;
  }
  
  .faq.active::before {
	color: #3498db;
	top: -10px;
	left: -30px;
	transform: rotateY(180deg);
  }
  
  .faq-title {
	margin: 0 35px 0 0;
    font-size: 15px;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
  }
  
  .faq-textarea {
	margin: 12px 0 0;
	font-family: "Poppins", sans-serif;
  }

  .faq-text {
	display: none;
	margin: 12px 0 0;
  }

  .faq-texts {
	margin: 12px 0 0;
	height: 763px;
  }
  
  .faq.active .faq-text {
	display: block;
  }
  
  .faq-toggle {
	background-color: #cedbda;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
  }
  
  .faq-toggle .fa-times {
	display: none;
  }
  
  .faq.active .faq-toggle .fa-times {
	display: block;
	color: #fff;
  }
  
  .faq.active .faq-toggle .fa-chevron-down {
	display: none;
  }
  
  .faq.active .faq-toggle {
	background: #9fa4a8;
  }

  #circle {
    width: 20px;
    height: 20px;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}



.faq-card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 24%;
border-radius: 10px;
height: 25px;
background-color: #f7eeee;
display: flex;
flex-direction: row;
justify-content: space-around;

}

.faq-card p{
	margin: 2px 15px;

font-weight: bold;
font-size: 15px;
color: var(--main-color);
}

.faq-flex{
	display: inline-block;
}
.faq .faq-flex i.fa{
	font-size: 12px;
	background: #cfcfcf82;
    padding: 5px;
    border-radius: 15px;
}
.faq .faq-flex{
	cursor: pointer;
}
.faq.active .faq-flex i.fa{
	background-color: var(--main-color);
	color: white;
}

.overflow{
	display: inline-block;
}