﻿
.color0 {
	color: #ffffff !important;
}
.color1 {
	color: #e4e4e4 !important;
}
.color2 {
	color: #8dd546 !important;
}
.color3 {
	color: #3030ed !important;
}
.color4 {
	color: #dedddd !important;
}
.color5 {
	color: #ccd9f1 !important;
}
.color6 {
	color: #ccd9f1 !important;
}
.color7 {
	color: #d4efbb !important;
}
.color8 {
	color: #000000 !important;
}
.color9 {
	color: #3030ed !important;
}
.color10 {
	color: #000000 !important;
}
.color11 {
	color: #3030ed !important;
}
.color12 {
	color: #e4e4e4 !important;
}
.bg0 {
	background: #ffffff !important;
}
.bg1 {
	background: #e4e4e4 !important;
}
.bg2 {
	background: #8dd546 !important;
}
.bg3 {
	background: #3030ed !important;
}
.bg4 {
	background: #dedddd !important;
}
.bg5 {
	background: #ccd9f1 !important;
}
.bg6 {
	background: #ccd9f1 !important;
}
.bg7 {
	background: #d4efbb !important;
}
.bg8 {
	background: #000000 !important;
}
.bg9 {
	background: #3030ed !important;
}
.bg10 {
	background: #000000 !important;
}
.bg11 {
	background: #3030ed !important;
}
.bg12 {
	background: #e4e4e4 !important;
}

.bg_section {
	background: rgba(228, 228, 228, 0.25) !important;
}
ul.dropdown-menu ul.dropdown-menu li::marker {
    color: #3030ed !important;
}
.categories_tabs .nav-link.active {
    border-color: #3030ed !important;
}
.single-timeline-area-read .timeline-date::after, .single-timeline-area-read .timeline-date::before {
	background: #3030ed !important;
}
.accordion_article {
    background: rgba(228, 228, 228, 0.25) !important;
}
.table_article thead tr th {
   background: #ccd9f1 !important;
}
.damka_img {
	box-shadow: 10px 10px 0px 5px #ccd9f1 !important;
}
.category_header_color {
	background: #3030ed !important;
}

	
/* Jamp link */

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

  @media (max-width: 767px) {
    iframe {
      width: 95vw;
      height: 220px;
    }
  }

.grecaptcha-badge { 
    visibility: hidden;
}

.center-banner-table {
    background-color: #e2e3e4;
    border-radius: 13px;
    box-shadow: 0px 4px 8px #9E9FA5;
    margin: 0 auto;
    padding: 15px;
    height: 64px !important; /* Increase the height by 20 pixels */
    display: flex; /* Add flex display to center items */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    overflow: auto; /* Enable horizontal scroll if content overflows */
    white-space: nowrap; /* Prevent wrapping of content */
}

.center-banner-table a {
    margin-right: 22px; /* Increase the margin between links */
    display: inline-block;
    position: relative;
}

.center-banner-table a img {
    height: 35px;
    width: 35px;
}

.center-banner-table a::after {
    content: "";
    display: block;
    background-color: #FFFFFF;
    height: 50%;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 30%;
}
	
.center-banner-table a:first-child::after {
    display: none; /* Hide the line on the first icon */
}

/* Media query for mobile devices with a maximum width of 768px */
@media screen and (max-width: 768px) {
    .center-banner-table {
        padding: 10px; /* Reduce padding for smaller screens */
        height: auto; /* Allow the height to adjust based on content */
    }
}



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
}

html {
	direction: rtl;
	background-color: #ffffff;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
