html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html{
  position: initial;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Rubik', 'sans-serif','Helvetica Neue', 'Helvetica', 'Arial' !important;
    overflow-x: hidden;
    background-color: #ecf0ef;
    overflow:hidden;
    overscroll-behavior-y: contain;
    position: fixed !important;
}

html, body{
  overflow-x: hidden !important;
}

body.d-m{
  background-color: #121b22;
  color: #909da5;
}


.fco{
  color: #18c773;
}
.bco{
  background-color: #18c773;
}
.bco2{
  background: #18c773;
}
.borc{
  border-color: #18c773;
}
.fadein {
        -webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
-ms-animation: fadein 1s;
-o-animation: fadein 1s;
animation: fadein 1s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

 .container {
    width: 95%;
    margin: 0 auto;
    max-width: 1700px;
    display: block;
    height: 100%;
}

.ltr{
  direction: ltr;
}

.none{
     display: none !important;
}

.pre{
    width: auto;
    padding: 12px;
    max-height: 600px;
    overflow: auto;
    font-size: 13px;
    background-color: #2b2f3e;
    color: #fff;
    border-radius: 3px;
    scrollbar-color: transparent;
    margin-top: 5px;
    direction: ltr;
    text-align: left;
    font-weight: normal;
    font-weight: normal;
    border-radius: 15px;
}


.alignend{
  text-align: end;
}

.pre code{
  white-space: inherit;
  padding: 0;
  font-family: inherit;
}

.width100{
  width:100%;
}

.width100 input{
  width:100%;
}
.wrap{
  flex-wrap: wrap;
}

.flex{
    display: -webkit-flex !important;
    display: flex !important;
}

.flex.center{
  align-items: center;
}

.flex.wrap{
  flex-wrap: wrap;
}

.ltr .flex.items > div{
    margin-right: 15px;
}

.rtl .flex.items > div{
  margin-left: 15px;
}

.flex.items > div:last-child{
  margin-left: 0px;
  margin-right: 0px;
}

div#app{
    width: 100%;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height:calc(100% - 61px);
  margin-top: 61px;
}


div#app::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

div#app::-webkit-scrollbar-thumb
{
background-color: #c4c4c4;
}

.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
      top:0px;
      left:0px;
      z-index: 3;
      pointer-events: none;
}

.noevent{
  pointer-events: none !important;
}

.flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-7, .flex-8, .flex-9 {
  display: flex;
  margin: 0px 0 0 -20px;
  flex-wrap: wrap;
  width: auto !important;
}

.flex-2-15, .flex-3-15, .flex-4-15{
  display: flex;
  margin: -15px 0 0 -15px;
  flex-wrap: wrap;
  width: auto !important;
}

.flex-2 > div, .flex-2 > li{
width: calc(100% * (1/2) - 20px);
margin: 20px 0 0 20px;

}

.flex-2-15 > div, .flex-2-15 > li{
width: calc(100% * (1/2) - 15px);
margin: 15px 0 0 15px;

}

.flex-3-15 > div, .flex-3-15 > li{
width: calc(100% * (1/3) - 15px);
margin: 15px 0 0 15px;
}

.flex-4-15 > div, .flex-4-15 > li{
  width: calc(100% * (1/4) - 15px);
  margin: 15px 0 0 15px;
  }

.flex-3{
  display: flex;
  margin: 0px 0 0 -20px;
  flex-wrap: wrap;
  width: auto !important;
  }
  
 .flex-3 > div, .flex-3 > li{
    width: calc(100% * (1/3) - 20px);
    margin: 20px 0 0 20px;
  
  }

  .flex-4 > div, .flex-4 > li{
    width: calc(100% * (1/4) - 20px);
    margin: 20px 0 0 20px;
  
  }

  .flex-5 > div, .flex-5 > li{
    width: calc(100% * (1/5) - 20px);
    margin: 20px 0 0 20px;
  }

  .flex-6 > div, .flex-6 > li{
    width: calc(100% * (1/6) - 20px);
    margin: 20px 0 0 20px;
  }

  .flex-7 > div, .flex-7 > li{
    width: calc(100% * (1/7) - 20px);
    margin: 20px 0 0 20px;
  }
  
.green{
background-color: green;

}

.radius{
  border-radius: 15px;
}

.radius2{
  border-radius: 30px;
}

.hnav.stati{
position: inherit !important;
margin-bottom: 60px;
width: 100% !important;
}

.hnav.stati > .container{
  min-height: 52px;
}
.status-0{
color:gray !important;
}
.status-1{
color:#ff8c00 !important;
}
.status-2{
color:green !important;
}
.status-3{
color:red !important;
}
.status-4{
color: #201e2a !important;
}
.status-5{
color:blue !important;
}
.status-6{
color: #000 !important;
}
.status-7{
color:#ff8c00 !important;
}

.bold{
font-weight: bold !important;
}

.red{
background-color: red;
}

.finb {
        -webkit-animation: anibottom .6s;
-moz-animation: anibottom .6s;
-ms-animation: anibottom .6s;
-o-animation: anibottom .6s;
animation: anibottom .6s;
position: relative;
}

@keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-moz-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-webkit-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-ms-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-o-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}

.none{
display: none !important;
}

a:not(.md-button):not(.md-bottom-bar-item):hover{
text-decoration: none !important;
}


.darkgray{
color:darkgray !important;
}

.ltr .justify-start { margin-left: auto  !important;}
.rtl .justify-start { margin-right: auto  !important;}


.right{
float: right;
}

.flexend{
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-end !important;
}


.pagin {

display: inline-block;
padding-left: 0;

border-radius: 4px;
width: 100%;
}


.pagin > li > a, .pagin li > span {
position: relative;
float: left;
padding: 3px 10px;
margin-left: -1px;
line-height: 1.42857143;
color: #555555;
text-decoration: none;
background-color: #fff;
z-index:0;
}

.d-m .pagin > li > a, .d-m  .pagin li > span{
background-color: #1f2c34;
border: none;
color: #909da5;
}

.pagin>.active>a, .pagin>.active>a:focus, .pagin>.active>a:hover, .pagin>.active>span, .pagin>.active>span:focus, .pagin>.active>span:hover {
z-index: 0;
color: #fff !important;
cursor: default !important;
background: #18c773;
border-color: #18c773 !important;
}

.pagin > li:first-child > a, .pagin > li:first-child>span {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.rtl .pagin > li:first-child > a,.rtl  .pagin > li:first-child>span {
margin-left: 0;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.rtl .pagin > li:last-child > a{

border-top-right-radius: 0px;
border-bottom-right-radius: 0px;

border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.pagin > li:last-child > a{

border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.pagin > li a:hover{
background-color: #ededed;
outline: none;
}

.pagin a {
cursor: pointer;
}

a{
outline: none !important;
}
.disabled a{
background-color: #555555;
cursor: not-allowed !important;

}
.disabled{
opacity:0.3;
cursor: not-allowed !important;
}
.md-menu-content{
z-index: 99999999 !important;
}

.rtl .md-button{
text-align: right;
direction: rtl;
}


.disabled-select {
-webkit-user-select: none; 
-moz-user-select: none;     
-ms-user-select: none;     
user-select: none;          
}


.fadeinLeft {
  -webkit-animation: anileft .7s;
  -moz-animation: anileft .7s;
  -ms-animation: anileft .7s;
  -o-animation: anileft .7s;
  animation: anileft .7s;
  position: relative;
  }

  @keyframes anileft {
    from { opacity: 0; left:-300px; }
    to   { opacity: 1;left:0px;  }
    }
    
    
    @-moz-keyframes anileft {
      from { opacity: 0; left:-300px; }
      to   { opacity: 1;left:0px;  }
    }
    
    
    @-webkit-keyframes anileft {
      from { opacity: 0; left:-300px; }
      to   { opacity: 1;left:0px;  }
    }
    
    
    @-ms-keyframes anileft {
      from { opacity: 0; left:-300px; }
      to   { opacity: 1;left:0px;  }
    }
    
    
    @-o-keyframes anileft {
      from { opacity: 0; left:-300px; }
      to   { opacity: 1;left:0px;  }
    }

    

.fadeinRight {
-webkit-animation: aniright .8s;
-moz-animation: aniright .8s;
-ms-animation: aniright .8s;
-o-animation: aniright .8s;
animation: aniright .8s;
position: relative;
}

@keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-moz-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-webkit-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-ms-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-o-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


#ui-datepicker-div{
z-index:99999999999999999 !important;
}


@keyframes flickerAnimation {
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
.animate-flicker {
-webkit-animation: flickerAnimation 1.20s infinite;
-moz-animation: flickerAnimation 1.20s infinite;
-o-animation: flickerAnimation 1.20s infinite;
animation: flickerAnimation 1.20s infinite;
}

.g-col, .g-col2 {
color: #18c773!important;
}

.r-col{
color: red !important;
}



.countsize {
margin-right: 15px;
font-size: 12px;
font-weight: normal;
width: 100%;
}

.rtl .countsize{
margin-right: 0px;
margin-left: 15px;
display: inline-flex;
}


.finl2 {
-webkit-animation: anileft2 1.00s;
-moz-animation: anileft2 1.00s;
-ms-animation: anileft2 1.00s;
-o-animation: anileft2 1.00s;
animation: anileft2 1.00s;
position: relative;
}

@keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-moz-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-webkit-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-ms-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-o-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}

.fadeinTop2 {
-webkit-animation: anitop2 .9s;
-moz-animation: anitop2 .9s;
-ms-animation: anitop2 .9s;
-o-animation: anitop2 .9s;
animation: anitop2 .9s;
position: relative;
}

@keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-moz-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-webkit-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-ms-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-o-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}

.hand{
cursor: pointer;
}

.loader {
border: 6px solid #fff !important;
border-radius: 50% !important;
border-top: 6px solid #18c773 !important;
width: 35px !important;
height: 35px !important;
-webkit-animation: spin 1s linear infinite !important;
animation: spin 1s linear infinite !important;
margin: 0 auto !important;
opacity: 0.6;
}


.loader.small{
  width: 15px !important;
height: 15px !important;
border: 3px solid #fff !important;
border-top: 3px solid #18c773 !important;
}
.loader.left{
margin: 0 !important;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.dropdownbtn{
width:100%;

text-transform: capitalize;
max-width: 250px;
min-width: 200px;
color:white;
background-color: #18c773!important;
text-align: center;
box-sizing: border-box;
font-weight: 400;
transition: .2s ease-out;
cursor: pointer;
text-decoration: none;
color: #fff;
letter-spacing: .5px;
font-size: 1rem;
outline: 0;
border: none;
border-radius: 30px;
display: inline-block;
height: 40px;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
visibility: visible;
position:relative;
display: flex;
align-items: center;
justify-content: center;
}

.dropdownbtn:hover{

box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.underline{
text-decoration: underline !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

body::-webkit-scrollbar-track
{

background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
background-color: #09587a;
}

.center{
text-align: center;
}

b,strong{
font-weight: 500;
}

.flowdisabled{
overflow: hidden !important;
overscroll-behavior: contain;
touch-action: none;
}

.header-page{
color: #1b3445;
font-weight: 600;
font-size: 20px;
background-color: #fff;
padding-bottom: 20px;
padding-top: 15px;
position: relative;
display: flex;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;;
}

.d-m .header-page{
background-color: #1f2c34;
color: #909da5;
}

.header-page  > div:nth-child(1){
position: relative;
}



.header-page h1{

  font-size: 25px;
  line-height: 1.4;

}

.header-page h1 span.total{
font-size: .9rem;
font-weight: normal;
}
.header-page .widgetsheaderlinks{
border-top: 1px dashed #555;
padding-top: 15px;
margin-top: 15px;
}
.header-page .widgetsheaderlinks a{
margin-right:15px;
font-size: 14px;
color: #555;
text-decoration: underline !important;

}

.header-page .widgetsheaderlinks a:first-child{
text-decoration: none  !important;
color: #000;
}
.header-page h2{
font-size: 13px;
line-height: 22px;

color: #555555;
font-weight: normal;
}

.d-m .header-page h2{
color: #909da5;
}

.header-page  > div > div:nth-child(1){
padding-right: 10px;
width:100%;
}

.rtl .header-page > div > div:nth-child(1){
padding-left: 10px;
padding-right: 0px;
}
.header-page  > div > div:nth-child(2){

margin-left: auto;
}

.header-page  > div input,.header-page  > div select{
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
}


.imgfloat{
flex: 0 0 49px;
height:49px;
padding: 3px;
box-sizing: border-box;
margin-right: 5px;
position: relative;
border:1px solid rgba(0, 0, 0, 0.12);
overflow: hidden;
border-radius: 5px;
}

.rtl .imgfloat{
margin-left: 5px;
margin-right: 0px;
}

.imgfloat img{

width: 100%;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.swb{
padding: 20px;
box-sizing: border-box;
background-color: white;;
margin-bottom: 15px !important;
border: 1px solid #fff;
align-items: center;
border-radius: 15px;
}

.swb.noneb{
  border-bottom: none;
  border: none;
  margin-bottom: 0px !important;
  border-radius: 0px;
  -webkit-border-top-left-radius: 15px !important;
  -webkit-border-top-right-radius: 15px !important;
  -moz-border-radius-topleft: 15px !important;
  -moz-border-radius-topright: 15px !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.swb.firstli{
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 15px !important;
-webkit-border-bottom-left-radius: 15px !important;
-moz-border-radius-bottomright: 15px !important;
-moz-border-radius-bottomleft: 15px !important;
border-bottom-right-radius: 15px !important;
border-bottom-left-radius: 15px !important;
}

.swb.gray {
border: 1px solid #e8e8e8;
}

.d-m .swb{
background-color: #1f2c34;border: none;
}

.swb .boxheader{
padding-bottom:15px;
margin-bottom: 15px;
border-bottom:1px solid #f2f2f2;
width: 100%;
}

.rtl .swb .boxheader .l-menu{
  position:absolute;
  left:0px;
  top:0px;
}

.ltr .swb .boxheader .l-menu{
  position:absolute;
  right:0px;
  top:0px;
}

.swb .boxheader .l-menu .buttonai{
  padding: 5px 15px;
}

.swb .boxheader .l-menu select{
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 6px 10px;
  border-radius: 40px;
  color: gray;
  font-size: 15px;
  line-height: 1.5;
}

.d-m .swb .boxheader{
border-bottom: 1px solid #909da5;
}

.swb h1{
font-size: 21px;
line-height: 1.4;
margin-bottom: 5px;
word-break: break-word;
}

.swb h1.space{
  margin-bottom:15px;
}

.swb h2{
font-size: 15px;
margin-bottom: 20px;
line-height: 1.4;
color:gray;
font-weight: normal;
}

.d-m .swb h1{
color: #909da5;
}

.d-m .swb h2{
color: #909da5;
}


.swb .boxheader h2{
margin-bottom: 0px;
}

.swb  input.s,.swb  select.s{

box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
}


.swtiches{
padding: 10px 12px;
box-sizing: border-box;
background-color: #fff;
margin-bottom: 15px !important;
border: 1px solid #fff;
border-radius: 25px;
}

.swtiches .inp{
  border: 1px solid #e8e8e8;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
}

.swtiches.gray {
border: 1px solid #e8e8e8;
}

.d-m .swtiches{
border: none;
background: #909da5;
color: #1f2c34 !important;
}

.swtiches.last{
margin-bottom: 0px !important;
}

.swtiches.inline{
  display: inline-flex !important;
  padding: 0px;
}


.swtiches label{
margin-left: auto;
}

.rtl .swtiches > div:nth-child(1){
padding-left:15px;
}

.rtl .swtiches label{
margin-left: 0px;
margin-right: auto;
}

.error{
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: normal;
line-height: 26px !important;
margin-bottom: 10px;
position: relative;
padding: .50rem 1.25rem;
margin-bottom: 1rem;
background-color: #c2171d;
border-radius: 0px;
border:1px solid #920d12;
color:#fff;
border-radius: 30px;
}

.success{
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: normal;
line-height: 26px !important;
margin-bottom: 10px;
padding: .50rem 1.25rem;
margin-bottom: 1rem;
color: #fff;
background-color: #18c773;
border-radius: 30px;
border:1px solid #16b941;
}

.addbtn3{

background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
color: white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding: 0px;
cursor: pointer;
text-align: center;
position: relative;
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 15px;
padding: 3px 10px;
font-size: 12px;
}

.rtl .addbtn3{
right:auto;
left:0px;
}

.ltr .addbtn3{
left:auto;
right:0px;
}

#addbtn, .addbtn{
width: 25px;
height: 25px;
flex: 0 0 25px;
background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
border-radius:100%;
color:white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding:0px;
cursor: pointer;
margin-left:40px;
text-align: center;
position: relative;
position: absolute;
top:11px; 
right:10px;
display: flex;
align-items: center;
justify-content: center;
}

.rtl #addbtn,.rtl .addbtn{
right:auto;
left:10px;
margin-right:40px;
margin-left:0px;
}

.rtl #addbtn.nospace,.rtl .addbtn.nospace{
left:0px;
top:0px; 
}

.ltr #addbtn.nospace,.ltr .addbtn.nospace{
right:0px;
top:0px; 
}

#addbtn i, .addbtn i{
position: initial;
display: inline;
top:0px;
left: none;
font-size: 13px;
}

#addbtn:hover,.addbtn:hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

em {
font-style: italic;
}

samp {
font-family: monospace;
}

kbd {
font-family: monospace;
}

var {
font-style: italic;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

.range input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 5px 0;
}

.range label{
margin-bottom:10px;
display: inline-block;
}

.range input[type=range]:focus {
outline: none;
}

.range input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;

background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
.range input[type=range]::-webkit-slider-thumb {

border: 1px solid #000000;
height: 22px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
.range input[type=range]:focus::-webkit-slider-runnable-track {
background: #4a90cc;
}
.range input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
.range input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
.range input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.range input[type=range]::-ms-fill-lower {
background: #225179;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.range input[type=range]::-ms-fill-upper {
background: #3071a9;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.range input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
height: 8.4px;
}
.range input[type=range]:focus::-ms-fill-lower {
background: #3071a9;
}
.range input[type=range]:focus::-ms-fill-upper {
background: #4a90cc;
}

.filterwrap{
display: flex;
flex-wrap: wrap;
margin: -15px 0 0 -15px;
}
.in-wn{
position: relative;
width: calc(100% * (1/5) - 15px);
margin: 25px 0 0 15px;
}
.in-wn:after {

content: "" attr(data-title) "";
position: absolute;
top: -10px;
left: 17px;
font-size: 12px;
color: #333;
background-color: white;
padding-left: 1px;
padding-right: 1px;
font-weight: 600;
}

.in-wn3:after {
  content: "" attr(data-title) "";
  position: absolute;
  top: 12px;
  left: 17px;
  font-size: 14px;
  color: #333;
  background-color: white;
  padding-left: 1px;
  padding-right: 1px;
  font-weight: normal;
}

.d-m .in-wn:after{
top: -20px;
background-color: transparent;
color: #909da5;
}

.rtl .in-wn:after{
left: auto;
right: 17px;
}

.in-wn select, 
.in-wn input{
height: 44px;
box-sizing: border-box;
padding: 10px 16px;
border:1px solid #e1e1e1;
border-radius: 50px;
width: 100%;
background-color: white;
-webkit-appearance: none;
-moz-appearance: none;
color: black;font-size: 15px;
line-height: inherit;
}

.d-m .in-wn select,   .d-m  .in-wn input{
border:none;
background: #909da5;
}

.in-wn i{
position: absolute;
top: 14px;
left: 14px;
font-size: 16px;
}

.rtl .in-wn i{
right: 14px;
left: auto;
}

.rtl .in-wn2 i{
 right: inherit;
left: 15px;
}

.in-wn i.delete{
left:auto;
right:10px;
font-size:25px;
top:9.20px;
color:gray;
cursor: pointer;
}

.rtl .in-wn i.delete{
left:10px;
right:auto;
}

.in-wn i.search{
top:14px;
left:12px;
pointer-events: none;
}

.in-wn input{

font-size: 13.50px;
margin-right: 10px;
margin:0px;
width: 100%;
padding-left: 40px;
color: black;
}

.in-wn2 input{

  padding: 10px 16px;

  }

.d-m .in-wn input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: black;
opacity: 1; /* Firefox */
}

.d-m .in-wn input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: black;
}

.d-m .in-wn input::-ms-input-placeholder { /* Microsoft Edge */
color: black;
}

.rtl .in-wn input{
padding-left: 0px;
padding-right: 40px;

}

.rtl .in-wn2 input{
  padding-left: 40px;
  padding-right: 16px;
  
  }

.in-wn .date input{
padding: 10px 16px;
}

.in-wn3 .date input {

  text-align: end;
}

.loading{ text-align: center;}

.paging{

box-sizing: border-box;
padding-top: 0px;
}

.rtl .md-checkbox .md-checkbox-label{
padding-left: 0px;
padding-right: 8px;
}

.rtl .md-input-container label{
left:auto;
right:0px;
}

.ltr .md-input-container label{
right:auto;
left:0px;
}



.switch {
position: relative;
display: inline-block;
width: 48px;
flex: 0 0 48px;
height: 20px;
box-sizing: border-box;
}

.switch span{
display: block !important;
margin-right: 0px;
}

.switch input {
opacity: 0;
width: 0;
height: 0;
}

.block{
display: block !important;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 14px;
width: 14px;
left: 4px;
bottom: 3px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}



input:checked + .slider {
background-color: #18c773;
}

input:focus + .slider {
box-shadow: 0 0 1px #18c773;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

.slider.round {
border-radius: 34px;
margin-bottom: 0px;
margin-right:0px !important;
margin-left:0px !important;
}

.slider.round:before {
border-radius: 50%;
}




.md-input-container.md-input-focused:after{
background-color:#16b941 !important;
}

.md-input-container.date i.editdate{
position: absolute;
font-size: 16px;
top: 16px;
}

.md-input-container.date .icon{
font-size: 19px;
}

.md-input-container .loader {
  border: 3px solid #fff !important;
  border-top: 3px solid #18c773 !important;
  width: 28px !important;
  height: 28px !important;
  -webkit-animation: spin 0.6s linear infinite !important;
  animation: spin 0.6s linear infinite !important;
}


.md-input-container.date i.editdate.active{
opacity:0.5;
}

.rtl .md-input-container.date i.editdate{
left: 10px;
}

.ltr .md-input-container.date i.editdate{
right: 10px;
}

.d-m .md-input-container{
background: #909da5;
color: #1f2c34 !important;
}


.md-input-container.maxl{
margin-bottom: 25px !important;
}

.md-input-container.nobs,.md-input-container.nobs, .nobs{
margin: 0px 0 0px !important;
}

.nobs .md-count{
   display: none !important;
}

.md-input-container.nobs2, .nobs2{
margin-bottom: 0px !important;
}

.notop{
  margin-top: 0px !important;
}

.nobo{
  margin-bottom: 0px !important;
}


.md-input-container.mderror, .mderror{
box-shadow:         0px 0px 6px 0px rgba(255, 0, 18, 1) !important;

box-shadow: 0px 0px 6px 0px #ff0012 !important;
border: 1px solid red !important;
}


.input{
padding: 0px !important;
border:1px solid #f2f2f2 !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
}

.d-m .vue-tags-input{
background: #909da5 !important;
color: #1f2c34 !important;
}
.vue-tags-input.big{
margin-bottom: 0px !important;
}
.vue-tags-input.big .input{
min-height: 49px;
border-color: #d4d4d4 !important;
}
.vue-tags-input.big .tag{
font-size: 100% !important;
background-color: #18c773;
color: #fff;
height: 37px !important;
margin: 2px 2px !important;
padding-left: 10px !important;
padding-right: 10px !important;
max-width: 100%;
overflow: hidden;
border-radius: 30px;
}

.rtl .vue-tags-input.big .tag{
  margin-left: 5px !important;
}

.ltr .vue-tags-input.big .tag{
  margin-right: 5px !important;
}

.vue-tags-input.big .tag .content{
overflow: hidden;
}

.vue-tags-input.big .new-tag-input-wrapper input{
min-width: 172px !important;
padding-top: 1px;
}

.vue-tags-input.big .tag span{
line-height: 1.5 !important;
}

.d-m .vue-tags-input.big .new-tag-input-wrapper input{
background: #909da5 !important;
color: #1f2c34 !important;
}

.d-m .vue-tags-input.big .new-tag-input-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #1f2c34 !important;
opacity: 1; /* Firefox */
}

.d-m .vue-tags-input.big .new-tag-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #1f2c34 !important;
}

.d-m .vue-tags-input.big .new-tag-input-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
color: #1f2c34 !important;
}

.rtl .vue-tags-input.big .tag .actions{
margin-right: 5px;
margin-top: 0px;
}

.vue-tags-input.big .tag .actions i{
font-size: 20px !important;
}

.vue-tags-input.big .new-tag-input-wrapper{
font-size: 100% !important;
height: 39px !important;
padding: 0px !important;
margin: 0px !important;
}

.vue-tags-input.big input{
font-family: inherit !important;
font-size: 17px !important;
}

.new-tag-input-wrapper input{
font-size: 14px;
}

.md-input-container label{
top: 14px !important;
}

.md-input-container.textarea label{
top: 19px !important;
}

.md-input-container{
height: auto !important;
border: none  !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 14px !important;
min-height: 49px !important;
margin-top: 0px !important;
margin-bottom:15px !important;
}

.md-input-container.textarea{
padding-bottom: 13px !important;
}
.md-input-container.textarea textarea{
overflow-y: scroll;
overflow-x: hidden;
min-height: 55px;
margin-top: 0px;
}
.md-input-container.md-input-focused label, .md-input-container.md-has-value label {
top: 2px !important;
font-size: 12px !important;
font-size: 14px !important;
margin-right: 0px !important;
margin-left: 0px !important;
}

.rtl .md-select .md-select-value{
padding-left: 24px;
padding-right: 0px;
text-align: right;
font-size: 14px;
}

.rtl .md-select:not(.md-select-icon):after{
left: 0;
right: auto;
margin-top: 0px;
}

 .rtl #signuptop .md-select:not(.md-select-icon):after{
  left: 12px !important;
  right: auto;
}

.rtl #signuptop .md-select .md-select-value{
  font-size: 16px !important;
}

.md-input-container.md-input-placeholder label{
pointer-events: none !important;
}

.md-input-container input, .md-input-container textarea{
height:auto !important;
}


div.pop1{
position: fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index: 100;
background-color: rgba(0,0,0, 0.3);
overflow: auto;
-ms-overflow-style: none;  /* Internet Explorer 10+ */
scrollbar-width: none;  /* Firefox */
overflow-x: hidden !important;
}


div.pop1::-webkit-scrollbar {
  width: 14px;
  background-color: #fcfbfb;
}
div.pop1::-webkit-scrollbar-thumb {
background-color: #e0e0e0;
 border-radius: 20px;
 border: 3px solid #fff;
}

div.pop1::-webkit-scrollbar-thumb:hover{
background-color: #949494;
 }




div.pop1 div.wrapper{
width: 100%;
max-width:900px;
background: #fff;
border-radius: 15px;
position: absolute;
right: 0px;
left: 0px;
top:5em;
margin-right: auto;
margin-left: auto;
width: 95%;
z-index: 9999;
margin-bottom: 5em;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.darkmode div.pop1 div.wrapper{
background: #6f7070;
}

div.pop1 div.wrapper.tiny{
max-width:600px;
}

div.pop1 div.wrapper::after{
content: "";
height: 5em;
position: absolute;
width: 100%;

}

@-webkit-keyframes slideLeft {
0% { right: -300px; opacity:0; }
100% { right: 0px;
  left: 0px; opacity:1;}
}

@keyframes slideLeft {
0% { right: -300px; opacity:0; }
100% { right: 0px;
  left: 0px; opacity:1;}
}

div.pop1 div.wrapper ul.content{
width: 100%;
padding: 20px;


font-size: 13px;

font-weight: 700;
border-bottom: 1px solid #ededed;
background-repeat: no-repeat;
background-position: calc(100% + 100px) -100px;
box-sizing: border-box;
z-index: 1;
}

div.pop1 div.wrapper ul.content li.first{
border-bottom: 1px solid #f2f2f2;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 25px;
position: relative;
font-size: 19px;
min-height: 45px;
}

div.pop1 div.wrapper ul.content li.first p{
font-size: 13px;
font-weight: normal;
color: #555555;
}

div.pop1 div.wrapper ul.content li.first a {
color: #1b3445;
font-size: 18px;
}

div.pop1 div.wrapper  ul.content li.first .iconx{
position: absolute;
top:-5px;
right:-5px;
font-size: 25px;
padding: 4px;
border-radius: 20px;
width: 34px;
height:34px;
text-align: center;
}

.rtl div.pop1 div.wrapper  ul.content li.first .iconx{
left:-5px;
right:auto;
}

div.pop1 div.wrapper  ul.content li.first .iconx:hover{
color: #18c773;
background-color: #ededed;
cursor: pointer;
}

div.pop1 div.wrapper .bottom-form{
overflow: hidden;
padding: 20px;
border-top: 1px solid #ededed;
}

div.pop1 div.wrapper .bottom-form input[type="button"] {

border-radius: 20px;
background: #18c773;
padding: 8px 15px;
text-align: center;
color: #fff;
font-size: 16px;
    line-height: 1.2;
border: 0;
outline: none;
margin-right:0px;
min-width: 110px;
}

.rtl div.pop1 div.wrapper .bottom-form input[type="button"] {
  padding-top: 6px;
}


div.pop1 div.wrapper .bottom-form input[type="button"]:hover {
opacity: .75;
cursor: pointer;
}


div.pop1 div.wrapper .bottom-form  span {

color: #a8a8aa;
margin-top:7px;
margin-right:10px;
font-weight: normal;
}

div.pop1 div.wrapper .bottom-form > div{
margin-right:10px;
}

div.pop2{
  position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
}

div.pop2 > div{
    padding: 20px;
    width: 95%;
    background-color: white;
    background: #fff;
    margin-top: 0px;
    border-radius: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 0px;
    max-width: 650px;
    height: max-content;
}

div.pop2 > div.body{
  overflow-x: hidden;
}

div.pop2 > div.ms{
  max-width: 1000px;
}

div.pop2 > div.ms1{
  max-width: 700px;
}

div.pop2 > div.ms2{
  max-width: 550px;
}

div.pop2 > div.ms3{
  max-width: 450px;
}

div.pop2 > div.ms4{
  max-width: 400px;
}

div.pop2 > div.ms5{
  max-width: 1300px;
}

div.pop2 .foot{
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

div.pop2 .foot button{
  min-width: 150px;
}

div.pop2 .foot button.buttonai{
  font-size: 16px;
  border: 1px solid #18c773;
}

div.pop2 .head{
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
div.pop2 .head::before{

    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #18c773;
    left: 0;
    right: 0;
    margin: auto;
}

div.pop2 .head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #18c773;
  bottom: 0px;
  left: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

div.pop2 .head h2, 
div.pop2 .head i{
  color:#18c773;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0px;
}

div.pop2 .head i.close{
  position: absolute;
  left: -8px;
  top: 11px;
  cursor: pointer;
  color: #000;
  font-size: 22px;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

div.pop2 .head i.close:hover{
  background-color: #f2f2f2;
  color: #18c773;
}

div.pop2 .body > input, 
div.pop2 .body .inp,
div.pop2 .body textarea, 
div.pop2 .body .vdp-datepicker input{ 
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  border-radius: 30px;
  background-color: white;
  font-size: 120%;
}

div.pop2 .body .vue-tags-input input{

  border: none;
  padding: 0px;
  border-radius: 0px;
}

.vdp-datepicker
{

width: 100%;
}

div.receipt .vdp-datepicker *{
min-height: 39px;
font-size: 14px;
}


.d-m div.receipt .vdp-datepicker > div:nth-child(1){
min-height: 39px;
background: #909da5;
border-radius: 3px;
}

.d-m div.receipt .vdp-datepicker input{
border:none;
height: 39px !important;
background: transparent !important;
}


div.receipt .vdp-datepicker input{
height:100% !important;
width:100% !important;
border:1px solid rgba(0, 0, 0, 0.25);
padding: 5px 8px !important;
border-radius: 30px !important;
}




.vdp-datepicker__calendar{
padding: 10px;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
border-radius: 15px;
border:none !important;
}



.vdp-datepicker.center .vdp-datepicker__calendar {
z-index: 100;
width: 95% !important;
max-width:350px !important;
border: 1px solid #ccc;
position: fixed !important;
top: 10% !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
height: auto !important;
max-height: calc(100% - 10%) !important;
z-index: 999 !important;
background-color: white;
box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.29);

}

.vdp-datepicker__calendar header {
background-color: #18c773;
height: 40px;
color: white;
display:flex;align-items: center;
justify-content: center;
border-radius: 30px;
}

.vdp-datepicker__calendar .cell{
margin-bottom: 5px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}


.vdp-datepicker__calendar .cell.today {
background: #ddd !important;
color: white !important;
}

.vdp-datepicker__calendar .cell.selected {

color: white;
background: #4bd !important;
}

.vdp-datepicker__calendar header .prev:after {
border-right: 10px solid #fff !important;

}

.vdp-datepicker__calendar header .next:after {
border-left: 10px solid #fff !important;

}

.vdp-datepicker__calendar header span{
font-size: 17px !important;
}

.vdp-datepicker__calendar .cell.day-header {
font-size: 14px !important;
}

.vdp-datepicker__calendar .flex-rtl {
width: 100% !important;
}

.buttonai{
font-size: 13px;
border-radius: 30px;
cursor: pointer;
background: #18c773;
padding: 8px 15px;
border:none;
color:white;

}

.buttonai.gray{
  background:#ddd; color: gray;
}

.buttonai.white{
  background:#fff; 
  color: #18c773;
  border:1px solid #18c773;
}

.rtl .flex > .buttonai{
  margin-left: 10px;
}

.ltr .flex > .buttonai{
  margin-right: 10px;
}

.md-select:not(.md-select-icon):after {
content: url('/static/open.svg') !important;
position: absolute !important;
right: 8px !important;
top: 2px !important;
width: 16px !important;
height: 16px !important;
z-index: 1 !important;
display: block !important;
pointer-events: none !important;
font-size: 20px !important;
transform: none!important;
transition: all 0.15s linear !important;
margin-top: 0px !important;
}

.rtl .md-select:not(.md-select-icon):after{
right: auto !important;
left: 8px !important;
z-index: 2 !important;
}

.rtl .row-item .md-select:not(.md-select-icon):after{

top: 10px !important;
}

.rtl .apexcharts-legend-series {

display: flex;
align-items: center;
margin-bottom: 5px;
padding-bottom: 5px;
}

.rtl .apexcharts-legend{
padding-right: 0px !important;
}
.rtl .apexcharts-legend-text{
margin-right:5px;
}

.rtl .apexcharts-legend-text {
max-width: 80px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.apexcharts-yaxis{
transform: inherit !important;

}



.apexcharts-text tspan {
font-weight: 600;
font-family: Helvetica, Arial, sans-serif;
}




.apexcharts-toolbar{
display:none !important;
}

.demo-header-searchbox {
border: none;
outline: none;
height: 100%;
width: 100%;
padding: 0; }
.demo-header-searchbox {
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
padding-left: 16px;
padding-right: 16px;
height: 37px;
padding-bottom: 6px;
cursor: pointer;
position: relative;
display: flex;
width:100%;
font-size: 18px;

}

.rtl  .demo-header-searchbox{

direction: rtl;
}

.ltr  .demo-header-searchbox{

direction: ltr;
}

.rtl .md-list-item .md-list-item-container {
direction: rtl;
}

[contenteditable] {
-webkit-user-select: text;
user-select: text;
}


.pointer{
cursor: pointer;
}

.vue__time-picker{
width: 100% !important;
}
.vue__time-picker .controls{
display: none !important;
}

.vue__time-picker input.display-time {
border: none !important;
width: 100% !important;
font-size: 16px !important;
padding: 10px !important;
color: rgba(0, 0, 0, 0.87) !important;
}



.vue__time-picker.timeinvoice input.display-time {
border: none !important;
padding: 0px !important;
font-size: 18px !important;
}


.vue__time-picker-dropdown, 
.vue__time-picker .dropdown {
bottom: -142px;
width: 100% !important;
top: auto !important;
}

.vue__time-picker .dropdown .select-list{
width: 100% !important;
height: calc(10em - 20px) !important;
}

.vue__time-picker-dropdown ul, .vue__time-picker .dropdown ul {
width: 100% !important;
}

.md-select-content.md-multiple .md-checkbox-label {
padding-right: 16px !important;
padding-left: 0px !important;
cursor: pointer;
}

.vue__time-picker-dropdown ul li, .vue__time-picker .dropdown ul li{
font-size: 16px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}

.vue__time-picker-dropdown .hint, .vue__time-picker .dropdown .hint {
background: #18c773 !important;
color: white !important;
}


.errorThisPage {
color: #fff;
background-color: #c2171d;
border-color: #920d12;
border-bottom: none;
border-left:none;
border-right:none;
position: fixed;
bottom: 0px;
z-index: 99999;
padding: 0px;
left: 0px;
border-radius: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
}

.successThisPage{
color: #fff;
background-color: #18c773;
border-color: #16b941;
border-bottom: none;
border-left:none;
border-right:none;
position: fixed;
bottom: 0px;
z-index: 99999;
padding: 0px;
left: 0px;
border-radius: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
}


#add{
width: 61px;
height: 61px;
background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
border-radius:100%;
color:white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding-top: 20px;
cursor: pointer;
margin-left:40px;
position: relative;
top:-2px;
}

.rtl #add{
margin-left:0px;
margin-right:40px;
}

#add i{
position: initial;
display: inline;
top:0px;
left: none;
font-size: 22px;
}


ul.itemall > li{
margin-bottom: 20px;
}
ul.itemall > li:nth-child(1){
color: #555555;
}

ul.itemall > li:last-child , ul.itfm > li:last-child{
padding-bottom: 40px;
}

.wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.space-b{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job{
display: flex;
padding: 12px;
box-sizing: border-box;
background-color: #fff;

font-size: 13px;
min-height: 40px;
align-items: center;
-webkit-transition: all 0.6s ease;                  
-moz-transition: all 0.6s ease;                 
-o-transition: all 0.6s ease;   
-ms-transition: all 0.6s ease;          
transition: all 0.6s ease;
}


.job.isgreen{
  background-color: #eafdf0;

}

.job.firstrow, .firstrow > .job{
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.job:last-child, .job.lastrow{
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.job.gray{
  border-top: 1px solid #f2f2f2;
}

.d-m .job{
background: #1f2c34;

border: none;
}

.d-m .job > div {
box-sizing: border-box;
font-weight: normal;
border-color: #909da5;
color: #909da5;

}

.d-m .rtl .job > div{
border: none;
}

.d-m .job:hover{
border:none;
}

.job.header {
color: #fff;
font-weight: normal;
background: transparent;
border-color: transparent;
position: relative;
}

.job:hover{
 position: relative;
 background-color: #fff;
}

.job.isgreen:hover{
 
  background-color: #eafdf0 !important;

}


.job:hover::after{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 12%);
  pointer-events: none;
  border-top:1px solid rgb(235, 235, 235);
  border-bottom:1px solid rgb(235, 235, 235);
}



.job.firstrow:hover::after{
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.job:last-child:hover::after{
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.job.header:hover{
  box-shadow:none;

  background-color: transparent !important;
}

.job.header:hover::after{
  display: none;
}

.job > div{
box-sizing: border-box;
font-weight: normal;
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
font-size: 14px;
word-break: break-word;
color: #000;
min-height: 18px;
}

.ltr .job > div:last-child{
padding-right: 0px;
margin-bottom:0px;
}

.rtl .job > div{
border-right: none;
border-left: 1px solid transparent;

}

.d-m.rtl .job > div{
border-left: 1px solid #000;
}

.ltr .job > div:first-child{
padding-left: 0px;
}

.ltr .job > div:last-child{
padding-right: 0px;
}

.rtl .job > div:first-child{
padding-right: 0px;
}

.job .icons{
position: relative;
overflow: inherit;
width: 93px;
-ms-flex: 0 0 93px;
flex: 0 0 93px;
}
.job .icons i{
font-size: 18px !important;
padding: 6px;
padding-top: 7px;
box-sizing: border-box;
background-color: #18c773;
color: #fff;
min-width: 31px;
text-align: center;
border-radius: 5px;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
min-height: 31px;
}

.job .icons i:first-child{
margin-right: 5px;
}

.job .icons i:hover{

background-color: #000;
cursor: pointer;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}

.job > div{
width: 100%;
}

.job.header > div{

border-color: transparent;
font-size: .9rem;
}

.d-m .job.header > div{
color: #909da5;
}

.job > div:last-child{
border-right:none;
}

.rtl .job > div:last-child{

border-left:none;
padding-left: 0px;
}

.job.header i{

margin-left: 0px;
color: #fff;
}

.job > div span:nth-child(1){
display: none;
color:black;
margin-right: 5px;
margin-bottom:5px;
}

.job div.dropdownbtn span{
margin-bottom:0px;
}

.rtl .job > div span:nth-child(1){
margin-left: 10px;
margin-right: 0px;
}

.d-m .job > div span:nth-child(1){
color: #909da5;
}

.job > div:nth-child(1) img {
width: 100%;
border-radius: 5px;
max-height: 150px;
}


div.st-b{
width: 100%;
}


ul:not(.md-list) > li + li{
margin-top: auto !important;
}

ul.pagin li, ul.pagin:not(.md-list) > li + li{
margin-top: 0px !important;
}

.itfm .job.header{
display: block  !important;
width: 100%  !important;
margin-right: 0px !important;
margin-bottom:0px;
box-shadow: 0px 0px 4px 0px rgba(87, 87, 87, 0.39);
border: 3px solid #fff !important;
border-bottom: none !important;
}

.job.header.setcolor, .job.head.setcolor{
  border-radius: 15px;
  background-color: #f2f2f2;
}


.d-m .itfm .job.header{
border:none !important;
}

.itfm .form{
width: 100% !important;
}

[class*=y--]:after, [class*=y--]:before {
position: absolute;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}

[class*=y--]:before {
content: '';
position: absolute;
background: 0 0;
border: 6px solid transparent;
z-index: 1000001;
}


[class*=y--]:after {
color: #ffffff !important;
text-decoration: none !important;
background: #2d3b4a !important;
box-shadow: none !important;
text-shadow: none !important;
font-family: almoni-neue-dl, arial, sans-serif !important;
}

[class*=y--]:after {
background: #383838;
color: #fff;
padding: 8px 10px;
font-size: 12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 12px;
white-space: nowrap;
font-weight: 400;
}

.y--t:after, .y--t:before {
bottom: 100%;
left: 50%;
}

.y--t:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}

.y--r:after {
border-radius: 4px;
}



.y--bc:after, .y--bc:before {
-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
-moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

[class*=y--][d-ye]:after {
content: attr(d-ye);
}

.y--t-left:before, .y--t-right:before, .y--t:before {
border-top-color: #2d3b4a !important;
}

.y--bo-left:before, .y--bo-right:before, 
.y--bo:before {
border-bottom-color: #2d3b4a !important;
}

.y--right:before {
border-right-color: #2d3b4a !important;
}

.y--left:before {
border-left-color: #2d3b4a !important;
}

[class*=y--]:hover:after, [class*=y--]:hover:before {
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s
}

.y--t:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px)
}

.y--t:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px)
}

.y--t:before {
margin-bottom: -11px;
left: calc(50% - 6px);
}


.y--bo:after, .y--bo:before {
top: 100%;
left: 50%;
}

.y--bo:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}

.y--bo:before {
margin-top: -11px;
left: calc(50% - 6px);
}

.y--bo:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px)
}

.y--bo:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px)
}


.y--right:before {
border-right-color: #383838;
margin-left: -11px;
margin-bottom: -6px
}

.y--right:after {
margin-bottom: -14px
}

.y--right:after,
.y--right:before {
left: 100%;
bottom: 50%
}

.y--right:hover:after,
.y--right:hover:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px)
}


.y--left:before {
border-left-color: #383838;
margin-right: -11px;
margin-bottom: -6px
}

.y--left:after {
margin-bottom: -14px
}

.y--left:after,
.y--left:before {
right: 100%;
bottom: 50%
}

.y--left:hover:after,
.y--left:hover:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px)
}

.row-item{
display: flex;
box-sizing: border-box;
background-color: white;
padding: 7px;
align-items: center;
border-radius: 15px !important;
margin-bottom: 10px !important;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
}

.d-m .row-item{
border: 1px solid #909da5;
background: transparent;
}

.row-item:last-child{
margin-bottom: 0px !important;
}

.row-item > div{
height:100% !important;
}

.rtl .row-item > div{
margin-left: 7px !important;
}



.ltr .row-item > div:last-child{
margin-right: 0px !important;
}

.row-item div.inputs, .row-item div.inputs2{
display: flex !important;
flex-wrap: wrap !important;
margin: -7px 0 0 -7px !important;
width: 100% !important;
align-items: center !important;
}

.rtl .row-item div.inputs, .rtl .row-item div.inputs2{
padding-left:7px !important;
}

.ltr .row-item div.inputs, .ltr .row-item div.inputs2{
padding-right:7px !important;
}

.rtl .row-item > div:last-child{
  margin-left: 0px !important;
  }
  
  .ltr .row-item > div{
  margin-right: 7px !important;
  }

  .rtl .row-item div.inputs:last-child{
    padding-left: 0px !important;
  }

.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/2) - 7px) !important;
margin: 7px 0 0 7px !important;
display:flex;
align-items: center;
}


.row-item div.inputs.row3 > div, .row-item div.inputs2.row3 > div
{
width: calc(100% * (1/3) - 7px) !important;
}

.row-item div.inputs.row4 > div, .row-item div.inputs2.row4 > div
{
width: calc(100% * (1/4) - 7px) !important;
}

.row-item div.inputs > div span{
position:absolute;
right: 5px;
background-color: white;
}

.rtl .row-item div.inputs > div span{

right: auto;
left:5px;

}

.row-item div.inputs > div span i{
color: #4a5664 !important;
padding: 7px !important;
}

.d-m .row-item div.inputs > div span{
background-color: transparent;
}

.row-item div.icon{
position: relative !important;
}
.relative{
position: relative
}
.row-item div.icon i{
color: #4a5664 !important;
padding: 7px !important;
}

.d-m .row-item div.icon i{
color: #909da5 !important;
}

.row-item div.icon:hover{
cursor: pointer !important;
}

.row-item div.button{
display: flex;
align-items: center;
background-color: #18c773;
padding: 3px 12px;
color:#fff;
height: 38px !important;
border-radius: 3px !important;
position:relative;
}

.ltr .row-item div.button i{
margin-right: 6px;
}

.rtl .row-item div.button i{
margin-left: 6px;
}

.row-item div.icon:hover i{
color: black !important;
}

.row-item .md-input-container{
margin: 0px !important;
padding-top: 0px !important;
min-height: auto !important;
border:none !important;
padding-left: 0px !important;
padding-right: 0px !important;
}

.row-item .md-input-container label{
top: 9px !important;
font-size: 13px !important;
left: 10px !important;
}

.row-item  .md-input-container .md-count , .md-input-container.nocount .md-count{
display:none;

}

.rtl .md-list-item .md-list-item-container{
direction: rtl;
}
.rtl .row-item .md-input-container label{
left: auto !important;
right: 10px !important;
}

.row-item .md-input-container:after {
display: none !important;
}

.row-item .md-input-container input,  
.row-item .md-input-container select,
.row-item .md-input-container .md-select{
border-radius: 3px !important;
padding: 2px !important;
font-size: 13px !important;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 12px !important;
color: rgba(0, 0, 0, 0.87) !important;
height: 38px !important;
border: 1px solid #d4d4d4 !important;
width: 100% !important;
outline: none !important;
box-sizing: border-box !important;
background-color: white;
}

.d-m .row-item .md-input-container input,  
.d-m .row-item .md-input-container select,
.d-m .row-item .md-input-container .md-select{
background-color: #909da5;
border: 1px solid #909da5 !important;
}

.row-item .md-input-container.md-has-value label{
top: -5px !important;
font-size: 11px !important;
background-color: white !important;
line-height: 1 !important;
z-index: 3;
}

.row-item .md-input-container #addbtn{
width: 21px !important;
height: 21px !important;
top: calc(50% - 11px) !important;
font-size: 8px !important;
}

.table-buttons{
margin-bottom:15px;
}
.table-buttons button {

font-size: 0.9rem;
background-repeat: no-repeat;
background-position: center;

position: relative;
vertical-align: top;

padding: 5px 10px;
border: 1px solid #337ab7;
border-radius: 20px;
display: inline-block;
min-width:50px;

}

.table-buttons button i{
color:green;
}
.table-buttons button:hover{
background-color: #fff;
}





.job .checkbox{
width: 25px !important;
flex: 0 0 25px !important;
}

.job .checkbox .md-checkbox{
margin:0px !important;
display: flex;
}

.md-theme-default.md-checkbox.md-checked .md-checkbox-container {
background-color: #18c773 !important;
border-color: rgba(24,199,115,1) !important;
}

.md-theme-default.md-checkbox.md-minus .md-checkbox-container{
background-color: #18c773 !important;
border-color: rgba(24,199,115,1) !important;
position: relative;
}

.checkbox .md-checkbox .md-ink-ripple{
color: #18c773 !important;
}

.md-theme-default.md-checkbox.md-minus .md-checkbox-container::before{
position: absolute;
height: 3px;
width: 80%;
background-color: white;
content: "";
display: inline;
border-radius: 0px;
}

.d-m .md-checkbox{
color: #909da5;
}

.d-m .md-radio .md-radio-label{
color: #909da5;
}

.meg{
cursor: pointer;
position: relative;
width: 35px;
flex: 0 0 35px;
display: flex;
align-items: center;
justify-content: center;
}

.meg > span{
width:100% !important;
}

.meg > div {
width: 3px;
height: 3px;
margin: 0 auto;
margin-bottom: 3px;
background-color: #464646;
border-radius: 3px;
}

.meg > div:last-child {
margin-bottom: 0px;
}

.meg > i.fa-ellipsis-v{
font-size: 25px;
color: black;
}

.d-m .meg > i{
color: #909da5;
}


.ellip{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meg div.menu {
position: absolute;
width: 240px;
top: 22px;
right: 0px;
height: max-content;
display: none;
background-color: #fff;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
border-radius: 15px;
z-index: 4;
overflow: auto;
overflow-x: hidden;
max-height: 628px;
}

.meg div.menu::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}

.meg div.menu::-webkit-scrollbar-thumb
{
background-color: #c4c4c4;
}



.d-m .meg div.menu{
border:none;
}

.meg div.menu.menuleft::after{
content: "";
position: absolute;
top: 10px;
left: -10px;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #2296c8;
}

.d-m .meg div.menu.menuleft::after{
border-right: 10px solid #fff;
}

.ltr .meg div.menu.menuleft::after{
content: "";
position: absolute;
top: 49px;
right: -10px;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #2296c8;
border-right: none;
}

.d-m .ltr .meg div.menu.menuleft::after{
border-left: 10px solid #fff;
}


.meg div.menu.menuleft::after{
top: 53px;
}

.meg div.menu h3{
margin: 15px;
border-bottom: 1px solid #f2f2f2;
padding-bottom: 15px;
font-weight: 600;
margin-bottom: 10px;
}

.rtl .meg div.menu h3 i {
margin-left:5px;
}

.ltr .meg div.menu h3 i {
margin-right:5px;
}

.meg div.menu.top{
bottom: 20px;
top: auto;
}

.meg div.menu.active{
display:block;
}

.rtl  .meg div.menu{
right: auto;
left:0px;
}

.rtl .meg{
padding-right: 10px;
}

.rtl .meg:last-child{
padding-right: 5px;
}

.ltr .meg{
padding-left: 10px;
}

.meg div.menu ul li {
box-sizing:border-box;
margin-top: 0px;
}

.meg div.menu ul li.btn{
  margin-bottom: 5px;
}
.meg div.menu ul li.btn a{
  background: #18c773;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    border-radius: 5px;
}

.meg div.menu ul li hr{
  border: none;
  background-color: #f2f2f2;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.meg div.menu ul li.hr{
  cursor: context-menu;
}

.meg div.menu ul li.hr.hrsub{
  display: block !important;
}

.meg div.menu ul li.hr div{
  margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    color: rgb(24, 199, 115);
    border-bottom: 1px solid #f2f2f2;
}

.meg div.menu ul li a {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #464646;
text-decoration: none;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
padding: 10px 15px;
box-sizing: border-box;
}

.meg div.menu ul li a i {

width: 24px;
text-align: center;
margin-right: 8px;
vertical-align: middle;
}

.rtl .meg div.menu ul li a i {

width: 24px;

margin-right: 0px;
margin-left: 8px;
vertical-align: middle;
}

.meg div.menu.menuleft{
margin-bottom: 40px;
}
.rtl .meg div.menu.menuleft{
right: auto;
left: 50px;
top: -53px;
}

.ltr .meg div.menu.menuleft{
left: auto;
right: 50px;
top: -53px;
direction: rtl;
}

.ltr .meg div.menu.menuleft ul{
direction: ltr;
}

.meg div.menu ul li:hover, .meg div.menu ul li.active {
background-color: #ebebeb;
}



section.menu {
height: 55px;
width: 100%;
margin-bottom: 20px;
}

section.menu ul {
height: 100%;
max-width: 850px;
display: flex;
align-items: center;
justify-content: center;
}

section.menu ul li {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 11px;
font-size: 15px;
font-weight: normal;
cursor: pointer;
position: relative;
outline: none;
color: #464646;
box-sizing:border-box;
width: 100%;
margin-top: 0px !important;
}

.d-m section.menu{
border-bottom: 1px solid #909da5;
}

.d-m section.menu ul li{
color: #909da5;
}


section.menu ul li.active {

font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #18c773;
}

section.menu ul li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #18c773;
  bottom: 0px;
  left: 0px;
}

section.menu ul li:hover::after {
content: "";
position: absolute;
width: 100%;
height: 3px;
background-color: #18c773;
bottom: 0px;
left: 0px;
}


.meg div.menu.menuleft h3 i.close, 
.meg div.menu.edit h3 i.close,
.flexend .meg div.menu h3 i.close{
display: none;
}

.hnav{
background-color: #fff;
min-height: 30px;
position: fixed;
z-index: 6;
padding-top: 17px;
padding-bottom: 20px;
top: 61px;
box-shadow: 0 10px 30px 0 rgba(82 ,63, 105, 0.05);
}

.d-m .hnav{
color: #909da5;
background-color: #1f2c34;
}

.hnav.zindex{
z-index: 7;
}

.rtl  .hnav{
left: 0px;
width: calc(100% - 61px);
}

.ltr  .hnav{
right: 0px;
width: calc(100% - 61px);
}

.hnav h1 {
font-size: 32px;
line-height: 1.2;
font-weight: 600;
margin-bottom: 2px;
}

.hnav h2 {
font-size: 15px;
line-height: 1.3;
color: #778c9a;
}

.hnav > div.container{
position: relative;
}

.hnav .icons{
position: absolute;
height: 45px;
bottom: -42px;
min-width: 20px;
display: flex;
flex-direction: row-reverse;
}

.rtl .hnav .icons{
left: 0px;
}

.ltr .hnav .icons{
right: 0px;
}

.hnav .icons .addbtn2{
background-color: #18c773;
height: 45px;
width:45px;
flex: 0 0 45px;
text-align: center;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
border: 4px solid #fff;
font-size: 15px;
cursor: pointer;
background: #18c773;
position: relative;
}

.d-m .hnav .icons .addbtn2{
border: 4px solid #323639;
background: #fff;
color: #909da5;

}
.hnav .icons .addbtn2.big{
height: 60px;
width: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 60px;
bottom: 8px;
font-size: 26px;
}

.hnav .icons .addbtn2.big2{
font-size: 20px;
}

.hnav .icons .filterby{
background: rgb(0,173,238);

}

.rtl .hnav .icons > div{
margin-right: 6px;
}

.rtl .hnav .icons > div:last-child{
margin-right: 0px;
}

.ltr .hnav .icons > div{
margin-left: 6px;
}

.ltr .hnav .icons > div:last-child{
margin-left: 0px;
}

.hnav .icons div.meg{
position: absolute;    bottom: 5px;    z-index: 1;
}

.rtl .hnav .icons div.meg{
left:0px;
}

.ltr .hnav .icons div.meg{
right:0px;
}

.hnav .icons div.meg > div{
width: auto;
height: auto;
}


.hnav .icons div.meg div.menu h3{
font-size: 18px;
position: relative;
line-height: 1;
display: flex;
align-items: center;
}



.hnav .icons div.meg div.menu h3 i.close{
position: absolute;
}

.rtl .hnav .icons div.meg div.menu h3 i.close{
left: 0px;
top: auto;
padding: 0px;
margin-left: 3px;
}

.ltr .hnav .icons div.meg div.menu h3 i.close{
right: 0px;
top: auto;
padding: 0px;
margin-right: 3px;
}







img.iconbrand{
height:32px !important;
display: block;
margin:0 auto;
margin-bottom: 10px;
}

img.iconshare{
height:15px !important;
margin-bottom: inherit;
}

img.iconshare2{
height:25px !important;
margin-bottom: inherit;
}

img.iconshare3{
margin-right: 0px;
display: block;
height:32px !important;
margin:0 auto;
margin-bottom: 10px;
margin-top: 10px;
}


.fbm{
position: fixed;
top: 61px;
z-index: 99;
width: 90%;
max-width: 360px;
height: 100%;
padding-bottom: 130px !important;
overflow-y: auto;
overflow-x: hidden;
border-radius: 0px !important;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.fbm .btnshow{
position: fixed;
bottom: 0px;
left:0px;
padding: 10px;
width:100%;
max-width: 360px;
border-top: 1px solid #f2f2f2;
background-color: #fff;
cursor: pointer;
z-index: 1;
display: flex;
    justify-content: space-between;
    z-index: 2;
}

.d-m .fbm .btnshow{
background-color: #121b22;
border-top: 1px solid #909da5;
}

.fbm .btnshow div{
  background: #18c773;
  border-radius: 30px;
  padding: 8px 22px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.fbm::-webkit-scrollbar-track
{

background-color: #F5F5F5;
}

.fbm::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}

.fbm::-webkit-scrollbar-thumb
{
background-color: #ddd;
}

.rtl .fbm{
border:none;
left: 0px;
}

.d-m .rtl .fbm{
border-right: 1px solid #909da5;
}

.ltr .fbm{
border:none;
border-left: 1px solid #d4d4d4;
right: 0px;
}

.fbm .in-wn{
width: 100%;
}

.fbm .in-wn .date .vdp-datepicker__calendar{
max-width: 100%;
margin-top: 5px;
}

.fbm .in-wn .date .vdp-datepicker__calendar .cell{
height: 33px;
display: flex;
}

.fbm h1{
line-height: 1;
margin-bottom: 10px;
position: relative;
border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.fbm h2{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
}

.fbm .group1{
  margin-bottom: 15px;

  padding-bottom: 20px;
  box-shadow: 0 0 35px 0 rgb(82 63 105 / 15%);
  padding: 15px;
  padding-top: 0px;
  border-radius: 15px;
}

.fbm .group1:first-child{
  margin-top: 15px;
}

.d-m .fbm h1{
color: #909da5;
}

.fbm h1 .close{
cursor: pointer;
font-size: 23px;
}

.rtl .fbm h1 .close{
left: 2px;

}

.ltr .fbm h1 .close{
right: 2px;

}

.rtl .fbm h1 i.icon{
  margin-left: 10px;
}

.invisible{
  opacity: 0;
}

.iconinlist{
  font-size: 21px;
  color:#18c773;
  height: 22px;
    width: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.addcircle{

font-size: 15px;
border-radius: 50%;
background: #18c773;;

color: #fff;
height: 22px;
    width: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.addcircle::before{
  content: "";
  position: absolute;
  left: 5px;
  height: 2px;
  width: 12px;
  background-color: #fff;

}

.addcircle::after{
  content: "";
  position: absolute;
  top: 5px;
  height: 12px;
  width: 2px;
  background-color: #fff;

}

.d-m .addcircle{
border:none;
background: transparent;
}

.d-m .md-input-container .mdselect{
border:none !important;
}
.mdselect .md-select-value{
font-size: 13px !important;
font-weight: normal !important;
}

.md-theme-default.md-radio.md-checked .md-radio-container{
border-color: #18c773 !important;
}

.md-theme-default.md-radio.md-checked .md-ink-ripple {
color: #18c773 !important;
}

.md-theme-default.md-radio .md-radio-container:after {
background-color: #18c773 !important;
}

.md-radio .md-radio-container:after {
position: absolute;

top:3px !important;
left:0px;
right: 0px;
width: 10px;
height: 10px;
margin: 0 auto;
}

.md-radio .md-radio-label {

padding-left: 8px;
padding-right: 8px;

}

.f-wr{
width: calc(100% - 300px);
}



.separator {
display: block;
height: 0;
border-bottom: 1px solid #eff2f5;
}
.my-2 {
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}

.my-3 {
  margin-top: 0.5rem!important;
  margin-bottom: 0rem!important;
  }

.md-theme-default a:not(.md-button) {
color: #337ab7 !important;
}


.vue__time-picker{
width: 100% !important;
}
.vue__time-picker .controls{
display: none !important;
}

.vue__time-picker input.display-time {
border: 1px solid rgba(0, 0, 0, 0.12) !important;
width: 100% !important;
font-size: 1.5em !important;
}


.vue__time-picker-dropdown, 
.vue__time-picker .dropdown {
bottom: -142px;
width: 100% !important;
top: 37px !important;
font-size: 21px !important;
}

.vue__time-picker .dropdown .select-list{
width: 100% !important;
height: calc(10em - 20px) !important;
}

.vue__time-picker-dropdown ul, .vue__time-picker .dropdown ul {
width: 100% !important;
}


.mtopzero{
margin-top: 0px !important;
}

h2.change-user{
font-size: 17px;
}
h2.change-user ul.autocomplete{
max-width:400px;
max-height: 300px;
overflow-y: auto;


    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    border-radius: 15px;
}

.rtl h2.change-user ul.autocomplete{
right:0px;margin-top: 22px;
}

.ltr h2.change-user ul.autocomplete{
left:0px;margin-top: 22px;
}

.md-menu-content.md-select-content{

z-index: 9999999 !important;
}

.md-select-menu-container {
z-index: 900; }

md-backdrop.md-select-backdrop {
z-index: 899; }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}


[contenteditable] {
-webkit-user-select: text !important;
user-select: text !important;
}


.alertm{
width: 100%;
padding: 10px;
position: relative;
background: #ededed;
color: #a1a1a1;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
background: #c3f3d7;
color: #1e874a;
}

.mtop{
margin-top: 15px;
}

.mtop2{
margin-top: 20px;
}

.mtop3{
margin-top: 25px;
}

.mbottom{
margin-bottom: 8px !important;
}

.mbottom2{
margin-bottom: 15px !important;
}

.mbottom3{
margin-bottom: 20px !important;
}

.mbottom4{
margin-bottom: 25px !important;
}

.mbottom7{
  margin-bottom: 70px !important;
  }

.fs11{
  font-size: 11px;
}

.fs12{
  font-size: 12px;
}

.fs13{
  font-size: 13px;
}

.fs14{
  font-size: 14px;
}

.fs15{
  font-size: 15px;
}

.fs16{
  font-size: 16px;
}

.fs17{
  font-size: 17px;
}

.notop{
margin-top: 0px;
}

.date-form > div{

  width: 100% !important;
  border-left:none !important;
  border-right:none !important;

  height:63px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: white;
    padding: 10px !important;
    width:100%;
    align-items: center;

}

.hidden{
  overflow: hidden;
}
.date-form {
  overflow: hidden;
    padding-top: 0px;
    position:fixed;
    bottom: 0px;
    width: 100%;
    left:31px;
    z-index: 5;
    box-sizing: border-box;
    border-top: none;
   }
 
 .rtl .date-form {
    left:auto; right:61px;
   }

   .ltr .date-form {
    right:auto; left:61px;
   }

.date-form input[type="button"], 
.date-form .button{
  background: #18c773;
  padding: 10px 25px;
  font-size: 19px;
  border-radius: 30px;
  border:none;
  color:#fff;
}

.date-form input[type="button"]:hover, 
.date-form .button:hover {
  opacity: .75;
  cursor: pointer;
}

.date-form > div .button.white{
  background: white;

  box-shadow: inset 0px 0px 0px 2px #18c773;
  color: #18c773;
}


.rtl .date-form > div .button{
  margin-left:10px;
}

.rtl .date-form > div .button:last-child{
  margin-left:0px;
}



.d-m .date-form > div{
border: none;
background: #1f2c34 !important;
}


.topnav{
  display: none !important;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  flex-flow: inherit !important;
}

.topnav > div{
    padding: 10px 15px;
    border-radius: 30px;
    background-color: white;
    font-size: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.rtl .topnav > div i{
  margin-left: 10px;
}

.ltr .topnav > div i{
  margin-right: 10px;
}

.rtl .topnav > div{
  margin-left: 15px;
}

.rtl .topnav > div:last-child{
  margin-left: 0px;
}

.ltr .topnav > div{
  margin-right: 15px;
}

.ltr .topnav > div:last-child{
  margin-right: 0px;
}

.topnav > div.bt{
  background: #18c773;
  color:#fff;
}


.rtl .flexleft > div, .rtl .flexleft > li{
  margin-left: 10px;
}

.ltr .flexleft > div, .ltr .flexleft > li{
  margin-right: 10px;
}



@media screen and (max-width: 1450px){
  .f-wr{
      width: 100%;
  }
}
@media screen and (max-width: 1250px){

  .date-form > div{

    height:56px;

    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
  }

  .date-form input[type="button"]{

    padding: 9px 15px;
    font-size: 16px;
  }

.in-wn {
width: calc(100% * (1/4) - 15px);
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/4) - 20px);
}
}

@media screen and (max-width: 1100px) {


div.receipt .vdp-datepicker *{
min-height: 37px !important;font-size: 15px !important;
}
div.receipt .datefin .vdp-datepicker input {
  min-height: 34px !important;
}

}


@media screen and (max-width: 1200px) 
{
  .meg div.menu ul li.hr.hrsub{
    background-color: #18c773;
  }

  .meg div.menu ul li.hr.hrsub hr{
    display: none;
  }

  .meg div.menu ul li.hr.hrsub > div{
    color: #fff;
    border: none;
    font-size: 18px;
    padding-top: 13px;
  }
  .meg div.menu ul li.btn {
      margin-top: 15px;
  }

  .meg div.menu ul li:last-child{
    margin-bottom: 0px;
  }

  .meg div.menu ul li.hr{
    display: none;
  }
  div.letters h2{
    width: 100% !important;
  }


.rtl .meg div.menu.menuleft{
top: -46px;
}


.rtl .meg.menufix div.menu h3 i.close{
left:10px !important;
top: 12px !important;
}

.meg div.menu.menuleft::after{
display:none;
}

.meg div.menu.edit::after{
  display:none;
  }

.ltr .meg div.menu.menuleft{
top: -46px;
}
.job.header{
display: none  !important;
}

ul.itemall > li{
width: 100% !important;
justify-content: space-between;
display: flex;
flex-flow: wrap;
}

ul.itemall > li.swb{
display: block;
}

.jobwrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job{
width: calc(100% * (1/2) - 15px) !important;
display: block !important;
padding: 15px;
margin-bottom: 10px;
border-radius: 15px;
}

.job > div{
width: 100% !important;
display: inline-flex !important;
border:none;
border-bottom:1px solid transparent !important;
padding: 0px !important;
font-size:13px !important;
margin-bottom: 10px;
padding-bottom: 10px !important;
}

.job > div:last-child{
padding-bottom: 0px !important;
border-bottom:none !important;
height: auto;
}

.job .icons{
position: inherit;
}
.job .icons i{
position: initial;
margin-right: 5px;
}

.rtl .job .icons i{
margin-left: 5px;
margin-right: 0px;
}

.job > div > span:nth-child(1){
display: inline-flex;
font-weight: 600;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
align-items: center;
border-right: dashed 1px #e1e1e1;
padding-right: 10px;
width: 40%;
min-width: 40%;
}
.rtl .job > div > span:nth-child(1){
border-left: dashed 1px #e1e1e1;
padding-left: 10px;

border-right: none;
padding-right: 0px;

}

.ltr .job > div > span:nth-child(1){
margin-right: 10px;
}



.draggable-grid{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.parent-job{
display: flex;
flex-wrap: wrap;
margin: -5px 0 0 -5px;
}
.parent-job > div.job{
width: calc(100% * (1/2) - 5px) !important;
margin: 5px 0 0 5px !important;
}

.rtl .job > div {
border-left: none;
}

.meg{

padding-top: 10px !important;
padding-bottom: 10px !important;
height: 40px;
justify-content: flex-end !important;
}

.meg:last-child{
margin-bottom:0px !important;
}

.meg > i{

width: 22px;
text-align: center;
font-size: 19px;
min-width: 22px;
}

.rtl .meg div.menu {
right: auto;
left: 28px;
top:auto !important;
bottom:0px !important;
max-height: 100%;
border-radius: 0px;
}
.ltr .meg div.menu {
left: auto;
right: 0px;
top:auto !important;
bottom:0px !important;
max-height: 100%;
border-radius: 0px;
}


.meg div.menu ul li a{
padding: 15px;
}

.meg div.menu h3 {
margin: 0px;
padding: 15px;
padding-bottom: 15px;
margin-bottom: 0px;
background: #fff;
color: #000;
}

.meg div.menu.active {
z-index: 9;
overflow-y: auto;
-webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.meg div.menu.active.withbg::before{
position: fixed;
content: "";
width:100%;
height:100%;
top:0px;
left: 0px;
background-color: rgba(0, 0 , 0 , 0.3);
}
.rtl .meg div.menu {
left: 0px;
}

.meg div.menu {
right: auto;
top: auto;
bottom: 0px;
left: 0px;
border: 0px;
z-index: 4;
width: 100%;
left: 0px;
position: fixed;
}

.meg div.menu > ul {
position: relative;
z-index: 1;
}

.meg div.menu ul li {
box-sizing: border-box;
margin-top: 0px;
background-color: white;
border-bottom: 1px solid #f2f2f2;
}

.meg div.menu ul li a {
font-size: 17px;
padding: 15px 20px;
border-bottom: 1px solid #e8e8e8;
}

.meg div.menu ul li a:last-child{
border-bottom: none;
}

.meg div.menu.edit::before {
content: "";
position: fixed;
left: 0px;
width: 100%;
height: 100%;
background-color: black;
background: rgba(0, 0, 0, 0.3);
top: 0px;
z-index: 1;
}

.meg div.menu.menuleft{
bottom: 0px !important;
top: auto !important;
left: 0px !important;
margin-bottom: 0px !important;

}

.meg div.menu.menuleft h3, 
.meg div.menu.edit h3 {
padding-bottom: 15px !important;
margin: 0px !important;
font-size: 17px !important;
position: relative;
}

.meg div.menu.edit h3{
  z-index: 1;
}

.flexend .meg div.menu h3{
position: relative;
}
.meg div.menu.menuleft h3 i.close, 
.flexend .meg div.menu h3 i.close,
.meg div.menu.edit h3 i.close{
position: absolute;
font-size: 22px !important;
display: block;
}

.rtl .meg div.menu.menuleft h3 i.close,.rtl .flexend .meg div.menu h3 i.close, .rtl .meg div.menu.edit h3 i.close{
left: 10px;
top: 13px;
}

.ltr .meg div.menu.menuleft h3 i.close,.ltr .flexend .meg div.menu h3 i.close{
right: 10px;
top: 13px;
}

.meg.active{
position: fixed;
top: 0px;
height: 100%;
width: 100% !important;
z-index: 1;
padding: 0px !important;
margin: 0px !important;
left: 0px;
background-color: rgba(0, 0, 0, 0.3) !important;
z-index: 9;
}

.meg.active > i{
  display: none !important;
}

.meg.active > span{
display: none !important;
}

.flexend .meg div.menu.active h3{ padding-bottom: 15px !important;  margin: 15px !important; font-size: 17px !important; }


div.letters{
  display: flex;
  margin: 0px 0 0 -15px;
  flex-wrap: wrap;
}

div.letters > div.job{
  width: calc(100% * (1/2) - 15px) !important;
  margin: 15px 0 0 15px;
  overflow: hidden;
}

}  

@media screen and (max-width: 1200px) {

  .hnav .icons div.meg > div{
    width: auto;
    height: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    }
    
    .hnav .icons div.meg div.menu h3 i.close{
    display: block;
    }

    .rtl .hnav .icons div.meg div.menu h3 i.close {
      margin-left: 15px;
      }
      
      .ltr .hnav .icons div.meg div.menu h3 i.close {
      margin-right: 15px;
      }

}

@media screen and (max-height: 600px) {
  div.pop2{
    padding-bottom: 40px;
    padding-top: 40px;
  }

  div.pop2 > div {

    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  div.pop2{
    padding-bottom: 40px;
    padding-top: 40px;
  }

  div.pop2 > div {

    position: relative;
  }

  .flex-4 > div, .flex-4 > i{
    width: calc(100% * (1/3) - 20px);
  }
}
@media screen and (max-width: 1000px) {
 
  
  .hnav h1 {
    font-size: 25px;
    }

  .flex-3-15 > div, .flex-3-15 > li{
    width: calc(100% * (1/2) - 15px);
  }

  .flex-4 > div, .flex-4 > i{
    width: calc(100% * (1/2) - 20px);
  }

  .swb{
    padding:15px;
  }

  .fbm{
    padding-bottom: 80px !important;
    }
.hnav .icons div.meg div.menu h3::after{
display: none;
}

.hnav .icons div.meg div.menu h3::before{
display: none;
}

}

@media screen and (max-width: 950px){
.in-wn {
width: calc(100% * (1/3) - 15px);
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/3) - 20px);
}
}


@media screen and (max-width: 870px){
.st-b{
width: 100%;
margin-bottom: 20px;
}


}

@media screen and (max-width: 800px){
.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/2) - 7px) !important;
margin: 7px 0 0 7px !important;
}

.job{
  border:1px solid #f2f2f2;
  border-radius: 15px;
}

.job:hover::after{
  border-radius: 15px;
}

}

@media screen and (max-width: 760px) {
.header-page > div{
display: block !important;

}

.header-page > div > div:nth-child(1){
margin-bottom: 10px;
margin-right: 90px !important;
}

.rtl .header-page > div > div:nth-child(1){

margin-left: 90px !important;
margin-right: 0px !important;
}

.header-page > div > div:nth-child(2){
margin-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
}

.vdp-datepicker__calendar {
z-index: 100;
width: 300px !important;
position: fixed !important;
top: 17% !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
height: auto !important;
max-height: calc(100% - 10%) !important;
z-index: 9999999 !important;
background-color: white;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%) !important;;
border-radius: 15px !important;

}

}

@media screen and (max-width: 750px){
.in-wn {
width: calc(100% * (1/2) - 15px);
}

.header-page > div > div:nth-child(4){
display: none;
}


.pagin > li > a, .pagin li > span {

padding: 5px 10px;
font-size: 12px;
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/2) - 20px);
}

}

@media screen and (max-width: 700px) {

  .date-form input[type="button"], 
  .date-form .button{
    background: #18c773;
    padding: 10px 15px;
  }
.dropdownbtn{
height: 35px;
width: 90%;
font-size: 14px;
max-width: 200px;
min-width: 10px;
}

div.pop1 div.wrapper ul.content {
padding: 14px;
}

div.pop1 div.wrapper ul.content li.first {
  min-height: 38px;
}


div.pop1 div.wrapper .bottom-form {
padding: 14px;
}

section.menu ul {
display: block;
}

section.menu ul li{
padding: 18px;
border-bottom: 1px solid #e2e2e2;
}

section.menu ul li:last-child{
border-bottom: none;
}

section.menu{
height:auto;
}

.job{
width: 100% !important;
display: block !important;
margin-left: 0px !important;
margin-right: 0px !important;
}



.parent-job > div.job{
width: calc(100% * (1/1) - 5px) !important;
margin: 5px 0 0 5px !important;
}

div.letters > div.job{
  width: calc(100% * (1/1) - 15px) !important;
  margin-right: 0px !important;
margin-left: 0px !important;
}


#add{
width: 35px;
height: 35px;
padding-top: 0px;
margin-left: 40px;
top: 0px;
display: flex;
align-items: center;
justify-content: center;
}

.rtl #add {
margin-left: 0px;
margin-right: 15px;
}

.ltr #add {
margin-right: 0px;
margin-left: 15px;
}

#add i {
font-size: 15px;
}



[class*=y--]:after, [class*=y--]:before {
display:none !important;
}

.flexend .meg > div.active{
position: fixed;
top:0px;
left:0px;
width:100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3) !important;
z-index: 6;
}
.flexend .meg div.menu{
bottom: 0px;
position: fixed;
left: 0px;
top: auto !important;
width: 100%;
border: none;
border-radius: 0px;
}

.flexend .meg div.menu.active ul li a{
font-size: 17px;
padding: 15px;
}



}

@media screen and (max-width: 600px) {

.apexcharts-yaxis {
transform: translateX(-35px) !important;
}

.apexcharts-text tspan {
font-family: cursive !important;
}

.rtl .meg div.menu h3 i {
margin-left:14px !important;
}

.ltr .meg div.menu h3 i {
margin-right:14px !important;
}

.header-page
{
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 20px;
}
.header-page > div.container{
width:100%;
margin-left:0px;
margin-right:0px;
}

.header-page h1{
font-size: 24px !important;
line-height: 26px;
}

.header-page h1 img{
height:17px !important;
}


.date-form{
left:0px !important;
}






.md-input-container label{
font-size: 13px !important;
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/1) - 20px);
}

}

@media screen and (max-width: 750px) {
  .rtl .date-form {
    right: 0px;padding-right: 0px;
  }

  .ltr .date-form {
      left:0px;padding-left: 0px;
   }
}

@media screen and (max-width: 570px) {
  .fbm{
    top: 0px;
  }
  .fbm, .fbm .btnshow {
    max-width: 570px;
}
  .topnav{
    display: flex !important;
  }



.rtl  .hnav{
width: 100%;
}

.ltr  .hnav{
width: 100%;
}

.flex-2-15 > div, 
.flex-2-15 > li, 
.flex-2 > div, 
.flex-2 > li, 
.flex-4 > div, 
.flex-4 > li, 
.flex-3 > div, 
.flex-3 > li, 
.flex-3-15 > div, 
.flex-3-15 > li{
width: calc(100% * (1/1) - 15px);
}

}

@media screen and (max-width: 510px) {
.header-page > div > div:nth-child(5){
display: none;
}
}

@media screen and (max-width: 500px) {

.iconbrand{
height:25px !important;
}
.hnav .icons{
width: 100%;
justify-content: center;
bottom: -54px;
}
.hnav{
padding-bottom: 32px;
}



}

@media screen and (max-width: 450px){
.in-wn {
width: calc(100% * (1/1) - 15px);
}

.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/1) - 7px) !important;
margin: 7px 0 0 7px !important;
}

div.pop2 .foot{
  display: inline-block;
    width: 100%;
}

div.pop2 .foot button.buttonai{
  width: 100%;
  padding: 10px 15px;
}

div.pop2 .foot button.buttonai:first-child{
  margin-bottom: 10px;
}

div.pop2 .foot button.buttonai:last-child{
  margin-bottom: 0px;
}
}





.aler-u .alert--content {
width: 100%;
line-height: 1.5;
}


.aler-u .alert--icon{

display: flex;
align-items: center;
justify-content: center;
}

.rtl .aler-u .alert--icon{
margin-left: 10px;
}

.ltr .aler-u .alert--icon{
margin-right: 10px;
}

.aler-u {
width: 100%;
padding: 10px;
margin-bottom: 15px;
position: relative;
background: #ededed;
color: #a1a1a1;
border-radius: 30px;
display: flex;
align-items: center;
font-size: 14px;
background: #c3f3d7;
color: #1e874a;
font-weight: normal;
}

.aler-u.write{
  background-color: #fff;
  color:#000;
}

.aler-u .alert--icon img{
  width: 24px;
}

.rtl .aler-u{
border-right: 8px solid #2ed573;
}

.ltr .aler-u{
border-left: 8px solid #2ed573;
}

.moredetails{
display: inline-block;

}




@media screen and (max-width: 1100px) {
.moredetails{
display: none;

}

  .flex-4-15 > div, .flex-4-15 > li{
      width: calc(100% * (1/2) - 15px);
  }

}

@media screen and (max-width: 700px) {

  .aler-u{
    font-size: 0.85rem;
  }
  
}

@media screen and (max-width: 500px) {
    .flex-4-15 > div, .flex-4-15 > li{
        width: calc(100% * (1/1) - 15px);
    }
  
  }

@media screen and (max-width: 400px)
{
  .aler-u .alert--content {
  font-size: 13px;
  }
   
}


@media screen and (max-width: 320px)
{

   
.flex-4-15 > div, .flex-4-15 > li{
  width: calc(100% * (1/1) - 15px);
}
}


.igreen{
background-color: #f3faf5;
}

.isround{
  border-radius: 30px !important;

}

.md-input-container.isround{
  border-bottom: 2px solid #18c773 !important;
}

.md-input-container.isround:after{
  display: none;
}


.md-checkbox .md-checkbox-container {
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  border: 1px solid #555 !important;
}

.md-menu-content.md-select-content.md-active{
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%) !important;
  border-radius: 15px !important;
  }

  .md-input-container:after{

    background-color: #d4d4d4 !important;
  }

  .pagin.finl2{
    display: flex;
  }

  .md-checkbox .md-checkbox-container:after{
    width: 5px !important;
    height: 11px !important;
    top: 1px !important;
  }





  .finb3 {
    -webkit-animation: anibottom3 .6s;
-moz-animation: anibottom3 .6s;
-ms-animation: anibottom3 .6s;
-o-animation: anibottom3 .6s;
animation: anibottom3 .6s;
position: relative;
}

@keyframes anibottom3 {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:70px;  }
}


@-moz-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-webkit-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-ms-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-o-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}



.submenuwrap{
  overflow-x: auto;
}


.submenuitems{
  display: flex;
  margin-bottom: 30px;
}

.submenuitems > div{
  padding: 20px 25px;
  border-radius: 15px;
  background-color: white;
  font-size: 20px;
  min-width: 205px;
}

.submenuitems > div h3{
  font-size: 14px;
  margin-bottom: 10px;
}

.rtl .submenuitems > div{
  margin-left:15px;
}

.ltr .submenuitems > div{
  margin-right:15px;
}

.rtl .submenuitems > div:last-child{
  margin-left:0px;
}

.ltr .submenuitems > div:last-child{
  margin-right:0px;
}

.rtl .submenuwrap .arrow-left{
  background-color: rgba(0,0,0, .08);
  top: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: auto;
  display: none;

}

.submenuitems span{
  font-size: 15px;
    font-weight: normal;
}

.submenuitems select{
  font-size: 20px;
    border: none !important;
    padding: 0px !important;
    margin: -5px;
    max-width: 100%;
    background: #fff;
}

.d-m .submenuitems > div{
  background: #1f2c34;
}

@media screen and (max-width: 700px){
  .submenuitems > div {
    padding: 20px;
    font-size: 17px;
  }

  .submenuitems > div h3 {
      margin-bottom: 5px;
  }

  .submenuitems{
    margin-bottom: 15px;
  }

  .rtl .submenuwrap .arrow-left{

    display: flex;
  
  }
}

.md-input-container.padding, .md-input-container.padding label{
  padding-left: 10px !important;
    padding-right: 10px !important;
}

.md-input-container.isround, .md-input-container.isround label {

  padding-left: 15px !important;
  padding-right: 15px !important;
}



.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid rgb(213, 213, 218);
  border-radius: 50%;
  cursor: none;
  left:0px;
  width: 160px;
  height: 160px;
  box-shadow: 0 0 50px 0 rgba(82 ,63, 105, .35);
  z-index: 99999;
}

.inline{
  display: inline-block;
}


.job div.meg:last-child > span{
  color: rgb(24, 199, 115);
  text-decoration: underline;
  font-size: 110%;
}


.job > div.status .approved, .selfapproved{
  background: #18c773;
  color:#fff;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.job > div.status .draft, .selfdraft{
  background-color: #e7e7e7;
  color: #3a3a3a;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.job > div.status .cancel, .selfcancel{
  
  background-color: #f44336;
  color: #fff;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.job > div.status .cancelpart, .selfcancelpart{
  
  background-color: #ee8244;
  color: #fff;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.job > div.status .isopen, .selfisopen{
  
  background-color: #ff9800;
  color: #fff;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.job > div.status .isout, .selfisout{
  
  background-color: #ff00c7;
  color: #fff;
  font-size: 11px;
  border-radius: 15px;
  text-align: center;
  min-width: 45px;
}

.isopenc{
  color:#ff9800;
}


.switch.small {
  position: relative;
  display: inline-block;
  width: 35px;
  flex: 0 0 35px;
  height: 14px;
  box-sizing: border-box;
}

.switch.small .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch.small input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(18px);
}


#drop-area {
  border: 2px dashed #18c773;
 border-radius: 15px;
 width: 100%;
 font-family: sans-serif;
 padding: 20px;
 text-align: center;
 background-color: #fff;
 display: inline-block;
 margin-bottom: 15px;
    margin-top: 5px;
}
#drop-area.highlight {
 border-color: gray;
     background-color: ghostwhite;
}

#drop-area input{
  display: none;
}
#drop-area p {
 margin-top: 0;
 margin-bottom: 20px;
}
#drop-area .my-form {

 font-size: 30px;
 line-height: 40px;
}

#drop-area .my-form i{
 font-size: 60px;
}
#drop-area #gallery {
 margin-top: 10px;
}
#drop-area #gallery img {
 width: 150px;
 margin-bottom: 10px;
 margin-right: 10px;
 vertical-align: middle;
}
#drop-area .button {
    display: inline-block;
 padding: 3px 29px;
 background: #ccc;
 cursor: pointer;
 border-radius: 30px;
 font-size: 25px;
 border: 1px solid #ccc;
}
#drop-area .button:hover {
 background: #ddd;
}
#drop-area #fileElemExp {
 display: none;
}

@media screen and (max-width: 700px) {
 #drop-area .button {
     font-size: 15px;
     padding: 5px 15px;
 }

 #drop-area .my-form{
     margin-bottom: 0px;
     font-size: 20px;
     line-height: 20px;
 }

 #drop-area .my-form i{
     font-size: 30px;
     margin-bottom: 10px;
 }
}

div.fromin{
  font-size:11px;
  display: block;

}

div.fromin span{
  width: 11px;
  height: 12px;
  display: inline-block !important;
  opacity: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
  margin-left: 10px;
  margin-right: 4px !important;
}

div.fromin span .dot{
  position: absolute;
  right:0px;
  width:2px;
  height:2px;
  background: #c4c4c4;
  border-radius: 50%;;
}

div.fromin span .dot:nth-child(1){
  top: 0px;
  display: none;
}

div.fromin span .dot:nth-child(2){
  top: 3px;
}

div.fromin span .dot:nth-child(3){
  top: 6px;
}

div.fromin span .dot:nth-child(4){
  top: 9px;
}

div.fromin span .dot:nth-child(5){
  top: 9px;
  right:3px;
}

div.fromin span .dot:nth-child(6){
  top: 9px;
  right:6px;
}

.d-p input{
  border: none !important;
  padding: 0px !important;
  font-size: 15px !important;
  max-width: 100% !important;
  width: 100% !important;
  min-width: 5px !important;
  padding-top: 7px;
  margin-top: 4px;
}

.edi .htmle .wra{
  border: 1px dotted #ddd;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
  position: relative;
}

.edi .htmle .wra::before{
  content: "\f2ed";
  position: absolute;
  top: -14px;
  width: 28px;
  height: 28px;
  background-color: #18c773;
  border-radius: 50%;
  left:5px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  cursor: pointer;
}

.edi .htmle .wra::after{
  content: "\f303";
  position: absolute;
  top: -14px;
  width: 28px;
  height: 28px;
  background-color: #18c773;
  border-radius: 50%;
  left:45px;
  color:#fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.edi .htmle .wra:hover{
  border: 1px solid #18c773;
}

.edi .htmle .wra > * {
 pointer-events: none;
}


.edi .htmle .wra h1{
  font-size: 40px;
}

.edi .htmle .wra h2{
  font-size: 30px;
}

.edi .htmle .wra h3{
  font-size: 20px;
}

.edi .htmle .wra h4{
  font-size: 15px;
}

.edi .htmle .wra h5{
  font-size: 12px;
}

.edi .htmle .wra h6{
  font-size: 10px;
}


.payment div#app , .paymentdoc  div#app{
  margin-top: 0px !important;
  height: 100%;
}

.payment  main{
  padding-top: 0px !important;
}


.y-checkbox{
  width: 17px !important;
    min-width: 17px !important;
    height: 17px !important;
    border: 1px solid #555 !important;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
}

.y-checkbox.checked {
  background-color: #18c773 !important;
  border-color: rgba(24,199,115,1) !important;
}

.y-checkbox.checked:after {
  width: 5px !important;
  height: 11px !important;
  top: 1px !important;
}

.y-checkbox.checked:after {
  width: 6px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: rotate(45deg) scale3D(0.15, 0.15, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}

.y-checkbox.checked:after {
  opacity: 1;
  transform: rotate(45deg) scale3D(1, 1, 1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.y-checkbox.checked:after {
  border-color: rgba(255, 255, 255, .87);
}

.datedesk1 input{
  padding: 11px 16px;
  border: 1px solid #e1e1e1;
    border-radius: 50px;
    background-color: white;
    width: 150px;
}

.priceinput{


  direction:ltr;

}

.rtl .priceinput{
  text-align: right;
}

#googlebtn{
  width: 100% !important;
  background: transparent;
  border: 1px solid #1d58e3;
  color: #1d58e3;
  border-radius: 30px;
  color: #000;
  border: 1px solid #ccc;
  height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-weight: 600;
}

#googlebtn img {
  height: 24px;
  width: 24px;
}

 #googlebtn img{
  margin-left: 10px;
}

#googlebtn > div, #googlebtn iframe{
  width:100% !important;
}

#hidden-google-button{
  position: absolute !important;
  inset-inline-end: 0;
  bottom: 2px;
  opacity: .1;
  z-index: 99999;
  width:100%;
}

#hidden-google-button iframe{
  width:100% !important;
  opacity:.1;
}

.md-input-container.cq{
  height: 64px !important;
    border-radius: 10px !important;
    padding-top: 15px;
    padding-top: 22px !important;
}

.md-input-container.cq.md-input-focused label, .md-input-container.cq.md-has-value label {
  top: 9px !important;
  font-size: 12px !important;
  font-size: 14px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.md-input-container.cq input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.md-input-container.cq input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.md-input-container.cq input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

@media screen and (max-width: 600px) {
  div.pop1::-webkit-scrollbar { 
     display: none; 
  }

}

.nopadding{
  padding: 0px !important;
}

.datemanu input{
  padding: 7px 10px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  background-color: white;
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
}


.datemanu .vdp-datepicker__calendar header {
  display: flex !important;
  line-height: 40px !important;
  align-items: center !important;
  flex-direction: row-reverse;
}

.datemanu .vdp-datepicker__calendar header .prev{
  display: block !important;
}


@media screen and (max-width: 1200px) {
  .datemanu .vdp-datepicker__calendar {
    z-index: 100;
    width: 95% !important;
    max-width:350px !important;
    border: 1px solid #ccc;
    position: fixed !important;
    top: 10% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    height: auto !important;
    max-height: calc(100% - 10%) !important;
    z-index: 999 !important;
    background-color: white;
    box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.29);
    
    }

}

.md-checkbox-label{
  width:100%;
}

.stati .vdp-datepicker__calendar{
  position: inherit !important;
}

.searchdesk .iteml .md-input-container{
  padding: 3px 16px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 50px !important;
  background-color: white !important;
  height: 39px !important;
  min-height: 39px !important;
}

.searchdesk .iteml .md-input-container .md-select .md-select-value {
  font-size: 13px;
}

.rtl .searchdesk .md-select:not(.md-select-icon):after {
  right: auto !important;
  left: -4px !important;
  top: 7px !important;
}


.searchdesk .iteml .md-input-container:after{
  display: none;
}

.d-m .searchdesk{
  background-color: #1f2c34 !important;
}

.d-m .rtl .searchdesk .iteml > div{
  border: none !important;
}