/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.tableincontent tr:first-child td:first-child {
	border-top-right-radius: 12px;
}
.tableincontent tr:first-child td:last-child {
	border-top-left-radius: 12px;
}
.tableincontent tr:last-child td:first-child {
	border-bottom-right-radius: 12px;
}
.tableincontent tr:last-child td:last-child {
	border-bottom-left-radius: 12px;
}
.tableincontent tr:hover{
	background-color:unset !important;
}
.tableincontent tr:nth-of-type(2n-1) {
	background-color: #00172D0F;
}
.tableincontent td {
	padding: 6px !important;
	vertical-align: middle;
	font-size: 16px !important;
	border: 1px solid #e4e3e3 !important;
	text-align: center;
	color: #252525;
	font-family: "yekan", Sans-serif;
	font-weight: 400;
	line-height: 30px !important;
}
.tableincontent {
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border-collapse: unset;
	border-spacing: 0;
}
.tableincontent tr:first-child td {
	border-top: 0;
}

@media(max-width:768px){
	.faq-answer {
		padding-right: 23px !important;
	}
}
.faq-container {
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
}

.faq-item {
	border: 1px solid #eee;
	margin-bottom: 10px;
	border-radius: 10px;
}

.arrow_faq {
	background: rgba(23, 32, 42,0.1);
	border: unset !important;
	border-radius: 50%;
	padding: 7px;
	display: flex;
	align-items: center;
	transition:all 0.4s ease-in-out;
	justify-content: center;

}
.arrow_faq:hover {
	background: #17202A;
	transition:all 0.4s ease-in-out;
}
.faq-question > svg {
	margin-left: 10px;
}
.faq-question {
	display: flex;
	cursor: pointer;
	align-items: center;
	font-weight: bold;
	padding: 10px;
}
.wrapper_faq_item {
	border-radius: .5rem;
}
.arrow_faq:focus{
	background-color: rgba(23, 32, 42,0.1);
}

.faq-answer {
	font-size: 16px;
	line-height: 32px;
	word-spacing: -2px;
	text-align: justify;
	display: none;
	padding: 10px;
	padding-bottom: 18px;
	color: rgb(37, 37, 37);
	padding-right: 44px;
	border-top: none;
}
.faq-item.active .arrow_faq {
	transform: rotate(180deg);
	transition: all 0.4s ease-in-out;
}
.faq-item .arrow_faq {
	transition: all 0.4s ease-in-out;
}
.faq-question h3 {
	flex-grow: 1;
	margin: 0;
	color: rgb(37, 37, 37) !important;
	line-height: 32px !important;
	word-spacing: -2px;
	font-size:17px;
	font-weight: normal;
	padding: 0;
}

.single-list-inner {
	padding: 17px;
	width: 40%;
	background-color: RGBA(0, 23, 45,0.7);
	border: 1px solid rgba(245,154,87,0.1) !important;
	border-radius: 13px;
}
html {
	scroll-behavior: smooth;
}
.single-list-head {
	font-weight: 500;
	margin-bottom: 6px;
	color: #fff;
}
.single-list-content.show-list {
	max-height: 100vh;
}
.single-list-content ul {
	list-style: none;
	margin-bottom: 0;
	padding-right: 5px;
}
.single-list-content li a {
	border-bottom: 1px dotted transparent;
	line-height: 1.875;
	margin-right: 10px;
	font-size: 15px;
	transition: all .2s;
	color:#fff;
}
.single-list {
	margin-bottom: 25px;
}

.single-list-content.show-list li {
  color: #E74C3C;
}
.single-related-posts {
  border-right: 4px solid RGB(0, 23, 45);
  background: #f0f0f0cc;
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 700;
  min-height: 90px;
	flex-wrap: wrap;
	font-size: 13px;
  box-shadow: RGBA(2, 50, 96, 0.8) 0px 3px 10px;
	display: inline-flex;
  width: 100%;
  align-items: center;
}
.single-related-posts > div {
  width: 100%;
}
@media (max-width: 768px) {
  .single-list-inner {
    width: 100%;
  }
	.single-related-posts {
  flex-wrap: wrap;
	line-height:1.7;
}
}