.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #e274f8;
	color: #e9b7f6;
	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: #83099c;
}
.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: rgb(96, 14, 90);
}
.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: #eae1f9;
    font-size: 0.8rem;
}
/*  عنوان کادر */
.card{
	    border: 1px solid #7f58bd;
}
.rounded-one-pix {
    border-radius:2!important;
}
.card-header {
    background-color: #a71da1;
    padding: 0.2rem 1.25rem;
   
}
/*لوگوی بالا */
.logo {
    background-image: url(image/arm.spts.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 40% auto;
    float: left;
    width: 250px;
    height: 100%;
}
.site-header {
    width: 100%;
    height: 109px;
    min-height: 109px;
    background-image: url(image/UpR.spts.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.up-header{
    background-image: url(image/upLeft.spts.png);
    background-repeat: repeat-x;
    height: 109px;
}
.footer-site{
    position: sticky;
    background-image: url(image/upLeft.spts.png);
    background-repeat: repeat-x;
    height: 50px;
    margin-top: 10px;
    width: 100%;
    bottom: 0;
}
.h1-min{

  font-size:12px;
}
.navbar{
padding:1px 10px 1px 10px;
}
.bg-light {
    background-color: #ce80b6!important;
}
.dropdown-menu {
    border: 1px solid rgb(183, 97, 164);
    background-color: #FFEAFA;
    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: wheat;
}
.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 #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  
}
#loading-4-page
{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('image/loadingarm.gif') 50% 50% no-repeat #ffe1fd;
}