body {
  font-family: 'Tajawal', sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 20px;
  /* max-width: 700px; */
}

label {
  font-size: 17px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  .content h4 {
    font-size: 24px;
  }

  .item_logo {
    font-size: 14px;
  }

  .item {
    font-size: 16px;
  }

  .itemf {
    font-size: 16px;
  }
}

h1 {
  color: #2e408d;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: Aldhabi;
}

.content h4 {
  color: #493733;
  font-size: 26px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 800;
}

#Logo-image {
  float: left;
  border: 2px solid black;
  background-position: 100px 10px;
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  margin-right: -60px;
}

.topnav a {
  float: left;
  display: block;
  color: #100606;
  text-align: center;
  margin-top: 5px;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  /* font-weight: 800; */
}

.active {
  /* background-color: #04AA6D; */
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 25px;    
  border: none;
  outline: none;
  /* color: white; */
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  margin-top: 5px;

  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  
.topnav a {

  font-size: 17px;
  /* font-weight: 800; */
  float: left;

}
.dropdown .dropbtn{
  font-size: 18px;
    font-weight: 800;
  float: right;
  text-align: right;

}
}
/*adishinal style*/
* {
  margin: 0;
  margin-left:10px;
  margin-right:10px;
  padding: 0;
  box-sizing: border-box;
}

body {
margin: 0;
font-family: Calibri;
}

.container {
/* max-width: 10000px; */
margin-left: auto;
margin-right: auto;
}

h2 {
font-size: 20px;
margin: 17px 0;
text-align: center;

} 
small {
  font-size: 0.5em;
}

.responsive-table li {
  border-radius: 3px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.table-header {
  background-color: #1a97d4;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 20px;
}
#btn{
  background: #f8f9fa;
  color: black;
  font-style: bold;
  width: max-content;
  border: none;
}
.table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}


@media all and (max-width: 767px) {
  .table-header {
    display: none;
  }


}

/* Media queries */
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
    margin: 10px 0;
  }


  .responsive-table li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
  }

  .responsive-table li:last-child {
    margin-bottom: 0;
  }

  .table-header {
    font-size: 20px;
  }
}

.container{
font-size: 20;
text-align: center;
}
.fieldset
{
border: 1px solid #ddd;
margin-top: 10px;
/* padding: 0 10px 10px 10px; */
min-height: 160px;
width: 200%;
}
.fieldset h4
{
text-align: center;
}
.fieldset h4 span
{
display: inline;
background: #f2f2f2;
position: relative;
padding: 0 10px;
top: -1.0em;
}
#fieldsetinfo{
  margin-top: -6px;
  margin-right: -20px;
width: max-content;
text-align: right;
}
/* .float-container {
border: 3px solid #fff;
padding: 20px;
} */

/* .float-child {
width: 50%;
float: left;
padding: 20px;
}  
.float-child.g {
margin-right: 20px;
} */
.row{
display: grid;
grid-template-columns: 0% 33.3% 33.3% 33.3%;
}

#subm{
  align-items: center;
  margin: 0 50% 0 40%;
  display: grid;
grid-template-columns: 1fr 1fr;
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
display: table;
content: " "
}
/* تنسيق الساعه*/

:root {
  --primary-color: #000;
  --secondary-color: #fff;
}

html {
  transition: all 0.5s ease-in;
}

html.dark {
  background-color: #111;
  color: var(--primary-color);
}

.toggle {
  cursor: pointer;
  /* background-color: #f8f9fa; */
  display: none;
  border: 0;
  border-radius: 4px;
  padding: 8px 12px;
  position: absolute;
  top: 100px;
}

.toggle:focus {
  outline: none;
}

.clock-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}

.clock {
  position: relative;
  width: 30px;
  height: 50px;
  float: left;
}

.needle {
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 3px;
  transform-origin: bottom center;
  transition: all 0.5s ease-in;
}

.needle.hour {
  transform: translate(-50%, -100%) rotate(0deg);
  height: 10px;
}

.needle.minute {
  transform: translate(-50%, -100%) rotate(0deg);
  height: 20px;
}

.needle.second {
  transform: translate(-50%, -100%) rotate(0deg);
  height: 20px;
  background-color: #e74c3c;
}

.center-point {
  background-color: #e74c3c;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.center-point::after {
  content: '';
  background-color: var(--primary-color);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.time {
  font-size: 14px;
}

.date {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.date .circle {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  transition: all 0.5s ease-in;
  font-size: 12px;
}
/* animted nav*/

nav {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: width 0.6s linear;
  overflow-x: hidden;
}

nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 0;
  transition: width 0.6s linear;
}

nav.active ul {
  width: 100%;
}

nav ul li {
  transform: rotateY(0deg);
  opacity: 0;
  transition: transform 0.6s linear, opacity 0.6s linear;
}

nav.active ul li {
  opacity: 1;
  transform: rotateY(360deg);
}

nav ul a {
  position: relative;
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}

.icon {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  height: 30px;
  width: 30px;
}

.icon:focus {
  outline: 0;
}

.icon .line {
  background-color: #5290f9;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 5px;
  transition: transform 0.6s linear;
}

.icon .line2 {
  top: auto;
  bottom: 10px;
}

nav.active .icon .line1 {
  transform: rotate(-765deg) translateY(5.5px);
}

nav.active .icon .line2 {
  transform: rotate(765deg) translateY(-5.5px);
}
/*footer style*/
/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { color:white;margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


#u li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
#u li a {
  text-decoration: none;
}
#u li a .fa-brands {
  font-size: 2em;
  color: #263238;
}
#u li a::before {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 2em;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  color: #000;
}

/* #u li:nth-child(1) a::before {
  content: "\f16d";
  background-image: linear-gradient(45deg, 
    #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,
    #bc1888 100%);
  -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  border-bottom: 4px solid #dc2743;
}
#u li:nth-child(2) a::before {
  content: "\f232";
  color: #25D366;
  border-bottom: 4px solid #25D366;
} */
#u li:nth-child(1) a::before {
  content: "\f099";
  color: #1DA1F2;
  border-bottom: 4px solid #1DA1F2;
}
#u li:hover a::before {
  height: 100%;
}
/* تنسيق زر الحساب*/
.d-1 {
  --c: #1095c1; /* the color */
  --b: .1em;    /* border length*/
  --d: 20px;    /* the cube depth */
  --h: 1.2em;   /* the height */
  
  --_s: calc(var(--d) + var(--b));

  line-height: var(--h);
  color: #0000;
  text-shadow: 
    0 calc(-1*var(--_t,0em)) var(--c), 
    0 calc(var(--h) - var(--_t,0em)) #fff;
  border: solid #0000;
  overflow: hidden;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background:
    linear-gradient(var(--c) 0 0) 100% 100%
     /101% var(--_p,0%) no-repeat,
    conic-gradient(at left var(--d)  bottom var(--d),
      #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box,
    conic-gradient(at left var(--_s) bottom var(--_s),
      #0000 90deg,var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b))  border-box;
  transform: translate(calc(var(--d)/-1),var(--d));
  clip-path: 
    polygon(
     var(--d) 0%, 
     var(--d) 0%, 
     100% 0%, 
     100% calc(100% - var(--d)),
     100% calc(100% - var(--d)),
     var(--d) calc(100% - var(--d))
    );
  transition: 0.5s;
}
.d-1:hover {
  transform: translate(0,0);
  clip-path: 
    polygon(
     0% var(--d), 
     var(--d) 0%, 
     100% 0%, 
     100% calc(100% - var(--d)), 
     calc(100% - var(--d)) 100%, 
     0% 100%
   );
  --_t: var(--h);
  --_p: 105%;
}

.d-2 {
  --c: #CC333F; /* the color */
  --b: .1em;    /* border length*/
  --d: 20px;    /* the cube depth */
  --h: 1.2em;   /* the height */
  
  --_s: calc(var(--d) + var(--b));
  color: #0000;
  text-shadow: 
    0 calc(-1*var(--_t,0em)) var(--c), 
    0 calc(var(--h) - var(--_t,0em)) #fff;
  border: solid #0000;
  overflow: hidden;
  border-width: var(--b) var(--_s) var(--_s) var(--b);
  background:
    linear-gradient(var(--c) 0 0) -1px 100%
     /101% var(--_p,0%) no-repeat,
    conic-gradient(from -90deg at right var(--d)  bottom var(--d),
      #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box,
    conic-gradient(at right var(--_s) bottom var(--_s),
      var(--c) 270deg,#0000 0) 100% 100%/calc(100% - var(--b)) calc(100% - var(--b))  border-box;
  transform: translate(var(--d),var(--d));
  clip-path: 
    polygon(
      0% 0%,
      calc(100% - var(--d)) 0%,
      calc(100% - var(--d)) 0%,
      calc(100% - var(--d)) calc(100% - var(--d)),
      0 calc(100% - var(--d)),
      0 calc(100% - var(--d))
    );
  transition: 0.5s;
}
.d-2:hover {
  transform: translate(0,0);
  clip-path: 
    polygon(
      0% 0%,
      calc(100% - var(--d)) 0%,
      100% var(--d),
      100% 100%,
      var(--d) 100%,
      0 calc(100% - var(--d))
    );
  --_t: var(--h);
  --_p: 105%;
}

h3 {
  /* font-family: system-ui, sans-serif;
  font-size: 3rem; */
  margin:0;
  cursor: pointer;
  padding: 0 .1em;
}

/*_____________________ضبطه مع احجام الجوالات المختلفة____________________________*/


@media (max-width: 780px) {
  h1 {
    font-size: 20px;
  }

  .content h4 {
    font-size: 4px;
  }

  .item_logo {
    font-size: 6px;
  }

  .item {
    font-size: 6px;
  }

  .itemf {
    font-size: 6px;
  } 


  .course-hours{
    width: 37px;
  }
  .course-grade{
    width: 60px;
  }
  .subjectName{
    width: 80px;
  }


  /* .container {
    max-width: 700px;
  } */
  label{
  font-size: 14px;
  }
  
  h1{
  color:#2e408d ;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: Aldhabi;
  }
  .content h4 {
   color: #493733;
   font-size: 6px;
   margin-bottom: 1rem;
     text-align:center;
  }
  
  #Logo-image{
     float: left;
   border:2px solid black; 
  background-position: 100px 10px;
  
  }
  .items{
  list-style-type: none;
  margin:0;
  padding:0;
  Font-weight:bold;
  width: 100%;
   overflow:hidden;
   margin-top: 5px;
  }
  .item{
  float:right;
  font-size: 7px;
    color:#493733;
  }
  .item_logo{
  float:right;
   color:#2e408d;
   font-weight:800;
   font-size: 16px;
   margin-top: -7px;
   width: 50px;
  }
  .item_logo img{
    height:15px;

  }
  .item a{
  display:block;
  color: black;
  text-align: center;
  padding:1px;
  text-decoration: none; 
  }
  .itemf a:hover{
   color:blue;
  }
  .itemf a{
  display:block;
  color: black;
  text-align: center;
  padding:1px;
  text-decoration: none; 
  }
  .item .sa, a{
   margin-left: 8px;
   margin-top: 4px;
   font-weight: 800;
  }
  .item a:hover{
   background-color: #dcf3ff;
  }
  .itemf{
   float:right;
  font-size: 20px;
    padding: 5px;
    color:#493733;
  }
  .item #log{
  color:#c7ccdf;
   font-weight:900;
   font-size: 20px;
  }
  /*انشاء قائمة للاقسام*/
  .sub-menu{
  position:absolute;
  display:none;
  background:#e4ffed	;
  font-size: 7px;
  list-style-type:none;
  }
  li:hover  ul {
  display:inline-block;
  }
  
  h2 {
  font-size: 20px;
  margin: 6px 0;
  text-align: center;
  
  } 
  .row2 ul li{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -20px;

    padding-right:-80px;}


  .cc .responsive-table{
    margin-right: -90px;
    padding-left: -10px;
    /* background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
    overflow:scroll;
    overflow-y:hidden; */
  }
  .responsive-table li {
    border-radius: 3px;
    /* padding: 2px 3px; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    /* width: 500px; */
  }
  .col-0{
    margin-right: 37px;
  } 
   .table-header {
    background-color: #1a97d4;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 20px;
    width: 375px;
  }
  #btn{
    background: #f8f9fa;
    color: black;
    font-style: bold;
    width: max-content;
    border: none;
  }
  .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    width: 360px;
  }

  
  .container{
  font-size: 10;
  text-align: center;
  }
  .fieldset
  {
  border: 1px solid #ddd;
  margin-top: 40px;
  /* padding: 0 10px 10px 10px; */
  min-height: 160px;
  width: 300px;
  align-content: center;
  margin-right: -20px;

  }
  .fieldset h4
  {
  text-align: center;
  }
  .fieldset h4 span
  {
  display: inline;
  background: #f2f2f2;
  position: relative;
  padding: 0 10px;
  top: -1.0em;
  }
  #fieldsetinfo{
    margin-top: -6px;
  width: 300px;
  text-align: right;
  }
  .row{
  display: grid;
  grid-template-columns: 100%;
  }
  #fieldsetinfo{
  margin-top: 20px;
  }

  .footer2{
   display: none;
  }
  #baha{
    width: 90px;
  }
  #aa{
    width: 0px;
  }
  .d-block{
    margin-right: -400px;
  }
  #subm{
    align-items: center;
    margin: 0 100px 0 600px;
    display: grid;
  grid-template-columns: 1fr 1fr;
  }
 
  /* تنسيق الساعه*/
  
  :root {
    --primary-color: #000;
    --secondary-color: #fff;
  }
  
  html {
    transition: all 0.5s ease-in;
  }
  
  html.dark {
    background-color: #111;
    color: var(--primary-color);
  }
  
  .toggle {
    cursor: pointer;
    /* background-color: #f8f9fa; */
    display: none;
    border: 0;
    border-radius: 4px;
    padding: 8px 12px;
    position: absolute;
    top: 100px;
  }
  
  .toggle:focus {
    outline: none;
  }
  
  .clock-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
  }
  
  .clock {
    position: relative;
    width: 20px;
    height: 40px;
  }
  
  .needle {
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 1.5px;
    transform-origin: bottom center;
    transition: all 0.5s ease-in;
  }
  
  .needle.hour {
    transform: translate(-50%, -100%) rotate(0deg);
    height: 5px;
  }
  
  .needle.minute {
    transform: translate(-50%, -100%) rotate(0deg);
    height: 10px;
  }
  
  .needle.second {
    transform: translate(-50%, -100%) rotate(0deg);
    height: 10px;
    background-color: #e74c3c;
  }
  
  .center-point {
    background-color: #e74c3c;
    width: 5px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  
  .center-point::after {
    content: '';
    background-color: var(--primary-color);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  
  .time {
    font-size: 7px;
  }
  
  .date {
    color: #aaa;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  
  .date .circle {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    height: 9px;
    width: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 9px;
    transition: all 0.5s ease-in;
    font-size: 6px;
  }

  /*footer style*/
  /*footer*/
  .col_white_amrc { color:#FFF;}
  footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
  .pt2 { padding-top:40px ; margin-bottom:20px ;}
  footer p { font-size:15px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
  .mb10 { padding-bottom:15px ;}
  .footer_ul_amrc { color:white;margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
  .footer_ul_amrc li {padding:0px 0px 5px 0px;}
  .footer_ul_amrc li a{ color:#CCC;}
  .footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
  .fleft { float:left;}
  .padding-right { padding-right:10px; }
  
  .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
  .footer_ul2_amrc li p { display:table; }
  .footer_ul2_amrc li a:hover { text-decoration:none;}
  .footer_ul2_amrc li i { margin-top:5px;}
  
  .bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
  .foote_bottom_ul_amrc {
      list-style-type:none;
      padding:0px;
      display:table;
      margin-top: 10px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
  }
  .foote_bottom_ul_amrc li { display:inline;}
  .foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
  
  .social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
  .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
  .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
  .social_footer_ul li i {  width:20px; height:20px; text-align:center;}
  
  
  #u li {
    position: relative;
    list-style: none;
    cursor: pointer;
  }
  #u li a {
    text-decoration: none;
  }
  #u li a .fa-brands {
    font-size: 2em;
    color: #263238;
  }
  #u li a::before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 2em;
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    color: #000;
  }
  
  /* #u li:nth-child(1) a::before {
    content: "\f16d";
    background-image: linear-gradient(45deg, 
      #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,
      #bc1888 100%);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #dc2743;
  }
  #u li:nth-child(2) a::before {
    content: "\f232";
    color: #25D366;
    border-bottom: 4px solid #25D366;
  } */
  #u li:nth-child(1) a::before {
    content: "\f099";
    color: #1DA1F2;
    border-bottom: 4px solid #1DA1F2;
  }
  #u li:hover a::before {
    height: 100%;
  }
  /* تنسيق زر الحساب*/
  .d-1 {
    --c: #1095c1; /* the color */
    --b: .1em;    /* border length*/
    --d: 20px;    /* the cube depth */
    --h: 1.2em;   /* the height */
    
    --_s: calc(var(--d) + var(--b));
  
    line-height: var(--h);
    color: #0000;
    text-shadow: 
      0 calc(-1*var(--_t,0em)) var(--c), 
      0 calc(var(--h) - var(--_t,0em)) #fff;
    border: solid #0000;
    overflow: hidden;
    border-width: var(--b) var(--b) var(--_s) var(--_s);
    background:
      linear-gradient(var(--c) 0 0) 100% 100%
       /101% var(--_p,0%) no-repeat,
      conic-gradient(at left var(--d)  bottom var(--d),
        #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box,
      conic-gradient(at left var(--_s) bottom var(--_s),
        #0000 90deg,var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b))  border-box;
    transform: translate(calc(var(--d)/-1),var(--d));
    clip-path: 
      polygon(
       var(--d) 0%, 
       var(--d) 0%, 
       100% 0%, 
       100% calc(100% - var(--d)),
       100% calc(100% - var(--d)),
       var(--d) calc(100% - var(--d))
      );
    transition: 0.5s;
  }
  .d-1:hover {
    transform: translate(0,0);
    clip-path: 
      polygon(
       0% var(--d), 
       var(--d) 0%, 
       100% 0%, 
       100% calc(100% - var(--d)), 
       calc(100% - var(--d)) 100%, 
       0% 100%
     );
    --_t: var(--h);
    --_p: 105%;
  }
  
  .d-2 {
    --c: #CC333F; /* the color */
    --b: .1em;    /* border length*/
    --d: 20px;    /* the cube depth */
    --h: 1.2em;   /* the height */
    
    --_s: calc(var(--d) + var(--b));
    color: #0000;
    text-shadow: 
      0 calc(-1*var(--_t,0em)) var(--c), 
      0 calc(var(--h) - var(--_t,0em)) #fff;
    border: solid #0000;
    overflow: hidden;
    border-width: var(--b) var(--_s) var(--_s) var(--b);
    background:
      linear-gradient(var(--c) 0 0) -1px 100%
       /101% var(--_p,0%) no-repeat,
      conic-gradient(from -90deg at right var(--d)  bottom var(--d),
        #0000 90deg, rgb(255 255 255 /0.3) 0 225deg,rgb(255 255 255 /0.6) 0) border-box,
      conic-gradient(at right var(--_s) bottom var(--_s),
        var(--c) 270deg,#0000 0) 100% 100%/calc(100% - var(--b)) calc(100% - var(--b))  border-box;
    transform: translate(var(--d),var(--d));
    clip-path: 
      polygon(
        0% 0%,
        calc(100% - var(--d)) 0%,
        calc(100% - var(--d)) 0%,
        calc(100% - var(--d)) calc(100% - var(--d)),
        0 calc(100% - var(--d)),
        0 calc(100% - var(--d))
      );
    transition: 0.5s;
  }
  .d-2:hover {
    transform: translate(0,0);
    clip-path: 
      polygon(
        0% 0%,
        calc(100% - var(--d)) 0%,
        100% var(--d),
        100% 100%,
        var(--d) 100%,
        0 calc(100% - var(--d))
      );
    --_t: var(--h);
    --_p: 105%;
  }
  
  h3 {
    /* font-family: system-ui, sans-serif;*/
    font-size: 23px; 
    margin:0;
    cursor: pointer;
    padding: 0 .1em;
  }
}

