*{
    margin: 0;padding:0;
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
}
body{
    font-size: 14px;
    height: 100%;
}
.header{
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.android_btn{
    background-color: #009c00;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.ios_btn{
    background-color: #27a7bc;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.pc_btn{
    background-color: #008987;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.version{
    margin: 35px 20px;
    text-align: center;
}
.version_text{
    background: #e2e2e2cc;
    padding: 5px;
    border-radius: 4px;
    color: black;
}
.version_value{
    padding: 5px;
    border-radius: 4px;
    color: white;
    margin: 0 9px;
    font-weight: bold;
}
.downloads{
    margin: 20px;
    text-align: center;
}
.first_desc{
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
    margin: 2rem;
}
.join_telegram{
    margin: 20px;
    
    text-align: center;
}
.telegram_photo{
    height: 15px;
    position: relative;
    top: 3px;
}
.telegram_join_btn{

    background-color: #08c;
    color: white;
    padding: 10px;
    border-radius: 5px;
    
}
.logo_place{
    padding: 2rem;
    text-align: center;
}
.logo_img{
    
    padding: 2rem;
    text-align: center;
    width: 175px;
    border-radius: 7px;

}
.footer{
    margin: 30px 0;
    padding: 0 30px;
}
.footer li{
    text-align: center;
    padding: 0 1rem;
}
.footer a{
    color:white;
}
    
.justify{
    text-align: justify;
}
.text_bold{
    font-weight: bold;
}

.font_size{
    font-size: 20px;
}
.p_title_left{
    background-color: white;
    padding: 0 10px;
    border-left: solid;
    width: auto;
    
}
.p_title_right{
    background-color: white;
    padding: 0 10px;
    border-right: solid;
    width: auto;
    
}
.site_color{
    
}
.justify p{
   padding: 1rem 0;
}
ul{
    padding: 1rem 2rem;
}
li{
    padding: 0.7rem;
}
.alert{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.row_app{
 display: flex;
 flex-wrap: wrap;
}
.single_app{
    background-color: #f6f6f6;
    width: 90%;
    min-height: 100px;
    border: 0 !important;
    margin: 1rem 0.8rem;
    /*-webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);*/
    /*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);*/
    border-radius: 6px;
}
.app-img{
    position: relative;
    margin-bottom: 16px;
    padding-top: 24px;
    display: block;
    /*float: right;*/
    width: 100%;
    position: relative;
}
.app_footer{
    font-size: small;
}
.go_app {
    width: 90%;
    margin: 8px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    background-color: #0dca0a;
    border-color: #0a9408;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
}

.results_posts{
    padding: 3px;
    margin: 5px 5px 5px 5px;
    background-color: #ededed;
    border-radius: 9px;
    text-align: right;
}
.result_post_a{
    margin: 0px 20px 0px 20px;
}

.ai_place{
	margin: 1.5rem 3%;
	background-color: #f7f7f7;
	border-radius: 8px;
	padding: 5px;
}
.title_ai{
	text-align: center;
    font-weight: bold;
    margin: 0.8rem 0;
}
.form-control{
	display: block;
    width: 98%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn_success{
	color: white;
    background-color: #1e7e34;
    padding: 5px;
    border-radius: 5px;
}
.btn_success:hover{background-color: #3aab54;}
.submit_btn {
    text-align: center;
    margin: 1rem;
}

.btn-primary{
	background-color: #0062cc;
    color: white;
    border-radius: 5px;
    padding: 10px;
}

.btn-danger{
	background-color: #b21f2d;
    color: white;
    border-radius: 5px;
    padding: 10px;
}


#typing-text {
  padding: 0 10px;
  font-size: 16px;
  border-right: 2px solid #000; /* Cursor effect */
  white-space: nowrap; /* Prevent text from wrapping */
  animation: typing 1s steps(40, end), blink-caret 1s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}


::marker {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}
ol {
    margin: 0px 2rem;
}
@media (max-width: 767px){

    .apps{width: 49.9%}
    
    .telegram_join_btn{display: block;margin: 7px 0;}
    .ios_btn{display: block;margin: 7px 62px;}
    .android_btn{display: block;margin: 7px 62px;}
    
    .footer ul {
        display: block;
        list-style: none;
        text-align: center;
        align-content: center;
    }
    
.ai_place{
	margin: 1.5rem 3%;
	padding: 5px;
}
	
}
@media (min-width: 768px) and (max-width: 991px){
    
    .apps{width: 49.9%}
    
    .footer ul {
        display: block;
        list-style: none;
        text-align: center;
        align-content: center;
    }
    .telegram_join_btn{display: block;margin: 7px 0;}
    .ios_btn{display: block;margin: 7px 62px;}
    .android_btn{display: block;margin: 7px 62px;}
	
.ai_place{
	margin: 1.5rem 15%;
	padding: 5px;
}
	
	
}
@media (min-width: 992px) and (max-width: 1199px){
    
    .apps{width: 33.33%}
    .footer ul {
        display: flex;
        list-style: none;
        text-align: center;
        align-content: center;
    }
.ai_place{
	margin: 1.5rem 15%;
	padding: 5px;
}
	  
}
@media (min-width: 1200px){
    
    .apps{width: 19.9%}
    
    .footer ul {
        display: flex;
        list-style: none;
        text-align: center;
        align-content: center;
    }
	
.ai_place{
	margin: 1.5rem 15%;
	padding: 5px;
}
}
    table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

table th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #e0f7fa;
}

table td {
    color: #333;
}