.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: var(--f-color-6);
	color: var(--f-color-2);
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: var(--f-color-8);
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*  ----------------   استايل منوي اصلي */
.navbar-light .navbar-nav .nav-link {
    color: var(--f-color-9);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;

}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

/*  ------   استايل منوي اصلي */
body {
    font-family: "Tahoma";
    background-color: var(--f-color-1);
    font-size: 0.8rem;
}
/*  عنوان كادر */
.card{
	    border: 1px solid var(--f-color-9);
}
.rounded-one-pix {
    border-radius:5px!important;
}
.card-header {
    background-color: var(--f-color-9);
    padding: 0.2rem 1.25rem;

}




.h1-min{

  font-size:12px;
}
.navbar{
padding:1px 10px 1px 10px;
}
.bg-light {
    background-color:var(--f-color-4)!important;
}
.dropdown-menu {
    border: 1px solid var(--f-color-5);
    background-color: var(--f-color-1);
    cursor: pointer;
font-size: 0.8rem;
}
.dropdown-item {
    padding: .05rem 1rem;
}
.StayUp{
   position:fixed;
   top:0;
   left:0;
   right:0;
   z-index:9999;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
    color: var(--f-color-2);
}
.space-1{
          height: 1rem;
}
.space-2{
          height: 2rem;
}
.space-3{
          height: 3rem;
}
.image-circle
{
  display: block;
  width: 150px;
  height: 150px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid var(--f-color-1);
  box-shadow: 0 3px 2px var(--f-color-10);
}
.form-control
{
    border: 1px solid var(--f-color-3)!important;
}
.form-control:focus {
  border-color:var(--f-color-4)!important;
  box-shadow: 0 0 10px 0px var(--f-color-4) !important;
}
.flex-button{
    display: flex;
    justify-content: space-between;
}


