/*IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (3EUV28)
--------------------------------------------------------------------------------------
*/
body
{
  /*height: 100vh;*/
  /*overflow-x: hidden;*/
  font-family: 'samim', "Segoe UI" , Arial;
  
}
.rtl
{
  text-align: right;
  direction: rtl;
}
a
{
	text-decoration: none !important;
}
h2
{
  font-size: 1.5rem;
  letter-spacing: -1px;
}
h3
{
  font-size: 1rem;
}
#nav-side-menu
{
  position: absolute;
  top: 0;
  bottom: 0;
}
@font-face {
font-family: 'Samim';
src: url('../fonts/Samim.woff') format('woff');
font-weight: normal;
}
@font-face {
font-family: 'samim-bold';
src: url('../fonts/Samim-Bold.woff') format('woff');
font-weight: bold;
}
b , .b
{
  font-family: 'samim-bold', "Segoe UI" , Arial !important;
  /*font-weight: bold;*/
}
.ltr
{
	direction: ltr;
	text-align: left;
}
.nav-side-menu {
  overflow: auto;
  overflow-x: hidden;
  font-size: 1rem;
  font-weight: 200;
  position: relative;
  /*margin-bottom: 450px ;*/
  height: auto;
  top: 0px;
  bottom: 200px;
  color: #e1ffff;
}
.nav-side-menu .brand {
  line-height: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:after,
.nav-side-menu li :not(collapsed) .arrow:after {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}
.navbar ul :not(collapsed) .arrow:after,
.navbar li :not(collapsed) .arrow:after {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}
.nav-side-menu ul .active,
.navbar ul .active
{
  border-left: 3px solid #ffc107;
  background-color: #007bff;
}
.nav-side-menu li .active,
.navbar li .active
{
  background-color: #14191e;
  font-weight: bold;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ffc107;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #ffc107;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #eaeaea;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #f0f0f0;
}

.nav-side-menu li {
  padding-left: 0;
  border-bottom: 2px solid #dcdcdc;
}
.nav-side-menu li a ,
.navbar li a {
  text-decoration: none;
  /*color: #343a40;*/
  color: #343a40;
  display: block;
}
.nav-side-menu li a i {
  margin-left: 20px;
  width: 20px;
  padding-right: 20px;
}
.nav-item a i{
  margin-left: 5px;
  margin-right: 5px;
}
.nav-side-menu li a:hover {
  color: #007bff !important;

}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  .Brand {
    line-height: 90px;
  }
  .navbar{
    height: 50px;
  }

  .ExHide{
    display: none;
  }
  .nav-side-menu{
    min-height: 100vh;
    margin-bottom: 0 !important;
  }
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #user-navbar {
  background: #333;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  position: fixed;
  top: 0;
  z-index: 99;
  }

  #user-navbar.show {
  opacity: 1;
  visibility: visible;
  }
  .bold-product
  {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

}
footer
{
	background-color: #f8f9fa;
}
.header-bar
{
  background: #fff43d; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fff43d 1%, #e04143 44%, #6d0019 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #fff43d 1%,#e04143 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #fff43d 1%,#e04143 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff43d', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: white;
	width: 100%;
	margin-top: 10px;
	padding: .3rem 10px;
	padding-right: 10px;
	font-family: 'samim-bold';
}
.header-notif
{
	color: white;
	width: 100%;
	padding: .3rem 10px;
	padding-right: 10px;
	transition: .2s ease;
}
.rounded
{
	border-radius: .4rem;
}
.capsule 
{
  border-radius: 700px;
  padding: 0 20px;
}
.white-link a
{
	color: white !important;
}
.table td, .table th
{
	padding: .5rem;
}
label
{
  font-size: .8rem;
  color: blue;
  margin-bottom: 0;
  margin-right: .5rem;
}
.required
{
  color: red;
}
.shadow{   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);}
/*@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
.anim-success
{
  animation: 1.3s ease ripple 1;
  margin: 0 5px;
}*/
.clockHolder
{
  font-family: 'samim-bold';
  font-weight: bold;
  letter-spacing: 1px;
}
.bg-grad2
{
  background: #ec008c;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fc6767, #ec008c);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-grad1
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff43d+1,e04143+44,6d0019+100 */
background: #fff43d; /* Old browsers */
background: -moz-linear-gradient(90deg,  #fff43d 1%, #e04143 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(90deg,  #fff43d 1%,#e04143 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(90deg,  #fff43d 1%,#e04143 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff43d', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.user-def-button
{
  border: none;
  padding:5px 50px 5px 20px;
  font-size:.8rem;
  color:#343a40;
  transition:.1s;
  position:relative;
}
.user-def-button a
{
  color: red;
}
.button-shape-holder
{
  border-radius:100%;
  position:absolute;
  right:10px;
  margin-top:2px ;
  padding:2px;
  width:25px;
  height:25px;
  background-color:white;
  border:1px solid transparent;
  /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 2px 1px 0 rgba(0, 0, 0, 0.06);*/
  color: #adb5bd ;
  text-align: center;

}
.user-def-button:hover
{
  background-color:transparent;
  color:red;
  transition:.6s;
}
.user-def-button:hover .button-shape-holder
{
  color:#343a40;
  animation:move .4s ;
}

@keyframes move {
     0%   {right:10px; }
     50%  {right:5px;}
     100% {right:10px;}
}
.border2x{
  border: 2px solid white;
}
.smart-capsule 
{
  border-radius: 15px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .smart-capsule 
  {
    border-radius: .4rem;
    /*padding: 0 20px;*/
  }
}
@-webkit-keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .1; } 
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .1; } 
  100% { opacity: 1; }
}
.anim-flash
{
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}
#public_massage_box
{
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 50px;
}
#public_massage_text
{
  position: absolute;
  top: 7px;
  font-size: 1.2rem;

}
@-webkit-keyframes subtitle {
  0% {  -webkit-transform: translateX(-100vw); } 
 
  100% {  -webkit-transform: translateX(100%); }
}
@keyframes subtitle {
  0% {  -webkit-transform: translateX(-100vw); } 
 
  100% {  -webkit-transform: translateX(100%); }
}
.anim-subtitle
{
  -webkit-animation: subtitle linear 40s infinite 3s backwards;
  animation: subtitle linear 40s infinite 3s backwards;
}
.price-box-holder
{
  background-color: white;
}
.bg-warning
{
  background-color: #fff43d;
}
#user-footer
{
  position: fixed;
  bottom: 0;
  height: 60px;
  padding-top: 17px;
}
/*------------------file input*/
.files input {

    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 90px 5px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    overflow-x: hidden;
    font-size: 10px;
}
.files input:focus{     outline: 2px dashed #17a2b8;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #17a2b8;
 }
.files{ position:relative}

/*upload icon*/
.files:after {  
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #17a2b8;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/*------------------file input*/
.editor
{
  min-height: 10rem;
}
.news-pic-holder
{
  width: 20rem;
  height: 15rem;
  background-size: cover;
  background-position: center;
}
.circle
{
  border-radius: 100%;
}
.user-massage-js:hover .user-massage-box
{
  color: black !important;
}
.user-header-bar
{
  border-radius: 1.2rem;
  margin-top: 2rem;
  min-height: 20vh;
  background-size: cover;
  background-position: center center;
}
.news-deck
{
  overflow: hidden;
  border:none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  min-width: 320px;
  margin-top: 20px;
}
.news-deck-image
{
  height: 15rem;
  margin-left: 0 !important;
  background-size: cover;
  background-position: center;
}
.news-deck-link
{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
}
.news-deck-title
{
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: 'samim-bold';
  text-align: right;
  padding: 0 10px;
}
.news-deck-text
{
  font-size: .9rem;
  text-align: justify;
  color: grey;
  margin: 1rem;
}
.deck-img-hover
{
  transition: 1s ease;
}
.news-deck:hover .deck-img-hover
{
  transform: scale(1.1,1.1)rotate(3deg);
}
#massage-count
{
  background-color: lightgrey;
  color: black;
  font-size: .8rem;
}
.new-massage
{
  background-color: red !important;
  color:white!important;
  animation:move .4s 4;
}
#notif_massage_box
{
  position: absolute;
  background-color: white;
  left:0;
  right: 0;
  height: 100%;
  top:0;
  text-align: center;
  padding-top: 10px;
  display: none;
  color:red;
  z-index: 2;
  animation: flash linear 1s  infinite;
}