body {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	background-attachment:fixed; 
}

.logo {
  padding: 10px;
    height: 200px;
}

@media (min-width:767px) {
    .logo {
      height: 289px;
    }
}

.logo span {
	color: #fff;
	display: block;
	font-size: 35px;
	position: relative;
	text-align: center;
	top: 30%;
	font-family: "BTabassom";
	font-weight: 600;
}

#iconMenu{
	background-image:url("../images/mobile.png");
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	height: 54rem;
	width:100%;
	padding:20px;
	font-family: yekan;
}

#iconMenu .nav{
	margin: 0;
}

#iconMenu .nav > li{
	padding: 0;
	margin: 0;
}

#iconMenu .nav > li {
    width: 66px;
}

#iconMenu .nav > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

#iconMenu .nav > li > a strong{
	font-family: inherit;
}

#iconMenu .nav > li > a i{
	display:block;
	margin: auto auto 5px;
	width:40px;
	height:40px;
}

#iconMenu .nav > li > a:hover img,
#iconMenu .nav > li > a:focus img{
	filter: brightness(0.4);
	-webkit-filter: brightness(0.4);
}

.sidebar {
  height: 100%;
  padding: 60px 20px 20px;
}
	
@media (min-width:767px) {
	.sidebar {
		width: 345px;
		position:absolute;
		right:50px;
	}
	body{
		margin-right: 380px;
        overflow:hidden;
	}
}

.main{
	padding:60px 0;
	position:relative;
}

.mainForm {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    margin:auto;
    padding: 20px;
    width: 290px;
}

.ok{
	position:relative;
	display:block;
	height: 250px;
	padding:30px;
}

.ok::before,.ok::after{
  content:"";
  position:absolute;
}

.ok::before {
  background: #ffffff none repeat scroll 0 0;
  height: 100px;
  right: 50%;
  top: 50%;
  transform: rotate(45deg) translate(-120%, -65%);
  -webkit-transform: rotate(45deg) translate(-120%, -65%);
  width: 20px;
}

.ok::after {
  background:#D9D9D9;
  height: 40px;
  right: 50%;
  top: 50%;
  transform: rotate(-45deg) translate(20%, -80%);
  -webkit-transform: rotate(-45deg) translate(20%, -80%);
  width: 20px;
}

.formLogin .form-control{
	background:none;
	border:none;
	border-bottom:1px solid #a0a4aa;
	box-shadow:none;
	border-radius:0;
	padding: 6px 35px 6px 6px;
    color:#fff;
}

.formLogin .form-control::-moz-placeholder {color: #fff;}
.formLogin .form-control:-ms-input-placeholder {color: #fff;}
.formLogin .form-control::-webkit-input-placeholder {color: #fff;}

.formLogin .btnLogin{
	width:100%;
	background-color:#FF3366;
	color:#fff;
	margin-top:40px;
	border-radius:10px;
}

.formLogin .btnLogin:hover,
.formLogin .btnLogin:focus{
	background-color:#E0063D;
}

.formLogin .form-group{
	position:relative;
}

.formLogin .form-group i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 5px;
}

.formLogin .btn-link {
	color: #ffffff;
	padding-right:0;
	padding-left:0;
}

#sectionDosh{
	padding:0;
}

.bodySec {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius:5px;
    padding:20px;
    min-height:100%;
    margin-bottom: 40px;
}

#content{
    display:none;
    height:100%;
    position:absolute;
    top:100%;
    right:0;
    width:100%;
    left:0;
}

.allSec{
    height:100%;
    position:absolute;
    top:100%;
    right:0;
    width:100%;
    left:0;
    overflow-y: scroll;
    padding:40px 0;
}

@media (min-width:767px) {
	
}

.allSec > content{
    height:100%;
}

.nav-tabs > li > a {
    border-radius: 0;
    border:none;
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border:none;
    
}

.nav-tabs > li > a:hover svg{
  cursor: pointer;
  color: #FFFFFF;
  filter: drop-shadow(0px 0px 5px white);
}

.nav-tabs > li > a svg {
  width: 3.5rem;
  height: 3.5rem;
}
.nav-tabs > li > a path {
  fill: #CCCCCC;
}

.nav-tabs > li > a:hover path {
  fill: #FFFFFF;
}

.login__icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}

.svg-icon path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1;
}

.login__icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}

@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}

.svg-icon {
    cursor: pointer;
    display: inline-block;
    height: 2rem;
    overflow: visible !important;
    width: 2rem;
}

.modal-dialog {
  margin: 0 auto;
  width: 100%;
    height: 100%;
}

.modal {
  position: relative;
    padding:0 !important;
    height: 100%;
}

.modal-open {
/*   overflow-y: visible;
    overflow-x:hidden; */
}

#modalAbout{
	height:537px;
}

.modal-body {
    overflow-y: auto;
    overflow-x:hidden;
    height: 100%;
}

.modal-open .modal {
  overflow: hidden;
}

.modal-backdrop {
    display:none;
}

.modal-content {
  background-color: rgba(255,255,255,.9);
    box-shadow:none;
   height: 100%;
    padding-bottom:10%;
}

.close {
  color: #ff3366;
  opacity: 1;
}

.close:hover, .close:focus {
  color: #E0063D;
}

@media(max-width:768px){
    .main ol > li{
        height:auto !important;
    }
}

.content {
  box-sizing: border-box;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  position: relative;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: -15px !important;
}

.mCustomScrollBox {
    padding-bottom:40px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}