



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: IRANSans, sans-serif;
	/* background: #00742e; */
	/* background: #003B18; */
	background: #012433;
  /* background-image: url("../images/background.png"); */
  overflow: hidden;
  /* background: linear-gradient(0deg, rgba(255,255,255,0.7486344879748774) 0%, rgba(255,255,255,1) 75%, rgba(55,63,199,0.7794468129048494) 75%); */
}

.whitebox{
  position: fixed;
  top: 130px;
  /* background: rgb(207, 227, 191); */
  background: #e5ddd5;
  height: 100%;
  width: 100%;
}
.backgroundbox{
  position: fixed;
	/* top: 130px; */
	/* background-image: url("../images/background.png"); */
  /* height: 130px; */
	height: 100%;
  width: 100%;
}

/*---------------------------------------------*/
a {
	font-family: IRANSans;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

.chat{
  width: 60%;
  height: 90%;
}

.login-form{
	position: absolute;
	right: 0 !important;
	top: 50px;
  height: auto;
	z-index: 10;
	box-shadow: 0 1px 1px 0 rgba(var(--shadow-rgb),.06),0 2px 5px 0 rgba(var(--shadow-rgb),.2);
}

.login-form .login-form-title{
	padding: 20px;
}

.login-form .login-form-input1 .input1{
	border: unset;
	border-bottom: solid 1px #d3d3d3;
	padding: 10px;
	margin-top: 15px;
	text-align: right;
	width: 65%;
}

.login-form .login-form-btn button{
  margin-top: 60px;
  margin-bottom: 15px;
	cursor: pointer;
	border-radius: 20px !important;
	background: rgb(39,111,141) !important;
  padding: 10px 20px;
}
button:hover{
	opacity: 0.7;
}

.btn-link {
  color: #0D8B40;
}
.btn-link:hover {
  color: #00742e;
}

.footer-logo{
	position: fixed;
	bottom: 0;
}
