
/* Fonts */
/* Googlefont Poppins & Droid Arabic Kufi Link */
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@font-face {
	font-family: 'DroidKufiRegular';
	src: url('Fonts/DroidKufiRegular.eot');
	src: local('DroidKufiRegular'), 
	url('Fonts/DroidKufiRegular.woff') format('woff'), 
	url('Fonts/DroidKufiRegular.ttf') format('truetype');
}



/*Table Design CSS */
table {
	border: 1px solid #072539;
    border-collapse: collapse;
	width: 100%;
    border-spacing: 1px;
    text-align: center;

}

th {
	border: 1px solid #072539;
    background-color: #072539;
    color: #fafafa;
    padding: 5px;
    font-size:12px;

}

td {
	border: 1px solid #072539;
    background-color: #f4f0f0;
    color: #0a0a0a;
    padding: 5px;
     font-size:12px;

}
th1 {

    border: 1px solid #072539;
    background-color: #fd0606;
    color: #ffffff;
    padding: 5px;
    font-size:12px;
}


tr:nth-child(even) {
  background-color: #dddddd;
}

/* Table End */


/* Floating Icons Start */

.sticky-icon  {
	z-index:1;
	position:fixed;
	top:25%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration: none;
	text-transform:uppercase;
	padding:10px;
	font-size:16px;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
.search_icon a:hover i  {
	transform:rotate(360deg);}

.Translate  {
	background-color:#057042;
	color:#FFF;}
	
.Facebook  {
	background-color:#1d3a6c;
	color:#FFF;}
	
.Youtube  {
	background-color:#1d3a6c;
	color:#FFF;}
	
.Twitter  {
	background-color:#1d3a6c;
	color:#FFF;}

.Instagram  {
	background-color:#1d3a6c;
	color:#FFF;}
.WhatsApp  {
	background-color:#1d3a6c;
	color:#FFF;}
	
.happiness  {
	background-color:#1d3a6c;
	color:#FFF;}
	
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
	
.sticky-icon a i.fa-translate   {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-whatsApp  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-emoji-smile  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#1d3a6c;}
	
.fas fa-shopping-cart  {
	background-color:#FFF;}	
	
#myBtn {
     font-family: "Poppins", DroidKufiRegular, sans-serif;
    font-weight: 800;
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			

/* Floating Icons end */




/* Pop up message start  */

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*    font-family: 'Poppins', sans-serif;*/
/*}*/
/*body {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    min-height: 100vh;*/
/*    background-color: #f1f1f1;*/
/*}*/

.content {
    padding: 0 5rem;
}

.popup {
    position: fixed;
    top: 0;
    width: 100vw;
     z-index: 700; /* Ensure it sits on top */
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    display: grid;
    place-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease-in-out opacity;
}
.popup-content {
    position: absolute;
    width: clamp(300px, 90vw, 900px);
    background-color: #fff;
    padding: clamp(1.5rem, 100vw, 1.5rem);
    box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    border-radius: .5em;
    opacity: 0;
    transform: translateY(20%);
    transition: 200ms ease-in-out opacity,
                200ms ease-in-out transform;
    position: relative;
}
.popup h1 {
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}
.popup h1:active {
    transform: scale(.9);
}

.showPopup {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

/* Auto: adds scrollbars only when necessary */
.overflow-auto {
    overflow: auto;
}

/* Pop up message end  */

/* Pre Loader start  */


/* Pre Loader start end  */

