body{
  font-family: shabnam;
}

.main-body
{
  background-color: #f4f3ef;
}


@keyframes card-start
{
  0%{top: 40px;opacity: 0;}
  100%{top: 0;opacity: 1;}
}

.card
{
  text-align: center;
  position: relative;
  top: 0;

  animation:card-start 300ms cubic-bezier(.79,.14,.15,.86) ;
}

.card-data
{
  font-size: 18px;
  font-family: shabnam;

  padding-bottom: 5px;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.money
{
  font-family: shabnam;
  font-size: 17px !important;
  color: #66615b;

  margin-right: 15px !important;
}

.menu-text
{
  font-family: shabnam;
  font-size: 17px;

  position: relative;

  top: 2px;
}

.menu-mobile
{
  margin-bottom: 15px;
}

.card-category
{
  font-family: sahel;

  color: white !important;

  margin-bottom: 5px !important;
}

.stats
{
  font-family: vazir;

  text-align: center;

  color: gray !important;

  padding: 6px;
  border: 0;
  border-radius: 20px;
  background-color: white;

  margin: auto;
  margin-top: -15px;

  position: relative;

  top: 30px;

  box-shadow: 0 0 5px gray;

  width: 70%;

  font-size: 14px;
}

.card-stats:hover .stats
{
  color: black !important;
}

.card-title
{
  font-family: shabnam;

  text-align: right;

  margin-bottom: 5px;
}

@keyframes card-unHover
{
  0%{scale: 1.1;}
  100%{scale: 1;}
}
@keyframes card-hover
{
  100%{scale: 1.1;}
  0%{scale: 1;}
}

.card-footer
{
  font-size: 18px;
  font-family: shabnam;
}

.card-stats
{
  scale: 1;
  animation: card-unHover 300ms cubic-bezier(.86,0,.07,1);

  color: white;

  margin-bottom: 40px !important;
  
}

.card-stats1
{
  background: rgb(249,48,95);
  background: linear-gradient(180deg, rgba(249,48,95,1) 0%, rgba(255,71,50,1) 100%); 
}
.card-stats2
{
  background: rgb(252,192,26);
  background: linear-gradient(180deg, rgba(252,192,26,1) 0%, rgba(248,85,73,1) 100%);
}
.card-stats3
{
  background: rgb(183,71,247);
  background: linear-gradient(180deg, rgba(183,71,247,1) 0%, rgba(104,83,218,1) 100%);
}
.card-stats4
{
  background: rgb(153,229,120);
  background: linear-gradient(180deg, rgba(153,229,120,1) 0%, rgba(100,214,52,1) 100%);
}

.card-stats hr
{
  border: 1px solid white;
}

.card-stats:hover
{
  scale: 1.1;
  animation: card-hover 300ms cubic-bezier(.86,0,.07,1);

  box-shadow: 0 0 10px gray;
}

.user-icon
{
  display: inline-block;

  font-size: 22px;

  position: relative;
  top: 6px;
}

.pages
{
  display: none;
}

table:not(.white-table)
{
  width: 95%;
  margin: auto;

  text-align: center;

  font-family: shabnam;
  font-size: 16px;

  margin: 15px auto;
}

#contacts-table
{
  min-width: 800px;
}

table:not(.white-table) td
{
  padding-top: 5px;
  padding-bottom: 5px;
}

table:not(.white-table) th
{
  padding: 5px 0; 

  color: white;

  background-color: #fa8136;

  font-family: bnazaninbold;
  font-size: 20px;
}

table:not(.white-table) tr:not(:first-child):nth-child(odd)
{
  background-color: #fafafa;
}

table:not(.white-table) tr:not(:first-child):nth-child(even)
{
  background-color: #f2f2f2;
}

table:not(.white-table) th:last-child
{
  width: 270px;
}

table:not(.white-table) tr
{
  padding: 1px;
  color: #444444;
}

table:not(.white-table) tr:not(:first-child):hover
{
  background-color: #dbdbdb;
  color: black;
}

table:not(.white-table) th:nth-child(1)
{
  border: 0;
  border-top-right-radius: 10px;
}
table:not(.white-table) th:nth-last-child(1)
{
  border: 0;
  border-top-left-radius: 10px;
}

.card-name
{
  text-align: center;

  font-family: sahel;
  font-size: 18px;

  font-weight: bolder;

  color: white;

  padding: 5px;

  background-color: #f97839;

  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  margin: 0;
  margin-bottom: 10px;
}

.table-button
{
  padding: 5px 8px;
  margin: 1px;

  font-family: sahel;
  font-size: 14px !important;

  margin: 0 !important;
}

.button-remove
{
  font-family: sahel;

  background-color: #dc3545;
  border: 3px solid #dc3545;
  border-radius: 10px;

  color: white;

  padding: 3px 9px;

  margin-bottom: 5px;
}
.button-remove:hover
{
  background-color:  #e24555;
}

.button-cancel
{
  font-family: sahel;

  background-color: rgb(102, 102, 102);
  border: 3px solid  rgb(102, 102, 102);
  border-radius: 10px;

  color: white;

  padding: 3px 9px;

  margin-bottom: 5px;
}
.button-cancel:hover
{
  background-color:  rgb(134, 134, 134);
}

.button-save
{
  font-family: sahel;

  background-color: #28a745;
  border: 3px solid #28a745;
  border-radius: 10px;

  color: white;

  padding: 3px 9px;

  margin-bottom: 5px;
}
.button-save:hover
{
  background-color: #35af51;
}

.button-edit
{
  font-family: sahel;

  background-color: #007bff;
  border: 3px solid #007bff;
  border-radius: 10px;

  color: white;

  padding: 3px 9px;

  margin-bottom: 5px;
}
.button-edit:hover
{
  background-color: #1f89fa;
}

.table-div
{
  overflow: auto;
}

.modal-body
{
  text-align: right;

  font-family: shabnam;
  font-size: 16px;
}

.modal-title
{
  text-align: right;

  font-family: vazir;
  font-size: 16px;  
}

.modal-close
{
  margin: 0 !important;
  padding: 0 !important;
}

.white-table
{
  width: 80%;
  margin: auto;
}

.white-table td
{
  padding:  10px 0;
}

.white-table td:nth-child(2)
{
  text-align: center;
}

.white-table tr:not(:first-child)
{
  border-top: 1px solid rgb(224, 224, 224);

}

 input , select,textarea
{
  font-size: 19px;
  font-family: sahel;

  border: 2px solid #dddddd;
  border-radius: 10px;

  padding: 4px 7px;

  text-align: center;

  display: block;

  width: 90%;

  margin: 10px auto;
}

.small-input
{
  margin: 0px auto;
  margin-top: 5px;
  font-size: 16px;
}

.white-table input ,.white-table select
{
  font-size: 16px;
  margin: 5px auto;
  padding: 2px 5px;
}

.card-data p
{
  margin: 5px;
}

.card-dataFooter
{
  padding-top: 0;
}

.formBox
{
  max-width: 450px;
  margin: auto;

  padding: 1px;

  margin-bottom: 30px;
  margin-top: 25px;
}

.wide-button
{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.wide-90
{
  width: 90%;
  margin: 0 auto;
}

.tabs
{
  margin: 0;
  margin-bottom: 5px;
}

.tab-button
{
  border-radius: 0;

  background-color: rgb(170, 170, 170);

  border-right: 2px solid white;
  border-left: 2px solid white;

  z-index: 999;
}

.tab-button-first
{
  border: 0;
  border-top-right-radius: 10px;
  border-left: 0;
}
.tab-button-last
{
  border: 0;
  border-top-left-radius: 10px;
  border-right: 0;
}

.tab-button-active
{
  background-color: #f97839;

  z-index: 999;
}

.tab-button-active::after {
  width: 0px;
  height: 0px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 0;
}

.tab-button-active::after {
  border-left: 15px solid #f97839;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;

  left: 50%;
  bottom: -22px;
  transform: rotate(90deg);
}

.tab-content
{
  display: none;
}

.tab-content-active
{
  display: block;
}


.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  
  margin: 0 !important;

  top: 11px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-lable
{
  color: black !important;
  margin-right: 5px !important;

  font-size: 18px !important;
}

@keyframes textarea
{
  0%{height: 0;opacity: 0;}
  100%{height: 200px;opacity: 1;}
}

.Message-TextBox-div
{
  position: relative;

  width: 90%;
  margin: 10px auto;

  padding: 0;
}

.Message-TextBox
{
  width: 90%;
  margin: 10px auto;

  font-family: shabnam;
  font-size: 18px;

  padding: 10px;

  border: 2px solid #e5e5e5;
  border-radius: 10px;

  height: 200px;

  display: block;

  animation: textarea 500ms;

  text-align: right;

}

.Message-TextBox-Length
{
  display: block;

  text-align: right;

  font-size: 16px;
  font-family: vazir;
}

.Message-TextBox-wide
{
  width: 100%;
  margin: 0;
  direction: rtl;
}

.text-clickable
{
  color: red ;
  text-decoration: underline;

  cursor: pointer;
}

strong
{
  color: red;
  margin-bottom: 10px ;

  display: block;
}

.TextSpace
{
  margin: 7px 0;
}

.select-content-div
{
  display: none;
}

.select-content-div-active
{
  display: block;
}

.custom-file
{
  width: 90%;
  margin: 5px auto;

  cursor: pointer;
}

a
{
  cursor: pointer;
}

#page-loading 
{
  text-align: center;

  position: relative;

  font-size: 25px;
  font-family: sahel;

  color: #222222;

  display: block;
}

#page-loading div
{
  margin: auto;
  margin-top: 100px;
  margin-bottom: 20px;
}

#IncreaseCharge,#IncreaseCharge:active,#IncreaseCharge:hover,#IncreaseCharge:link
{
  text-decoration: none;
}

#IncreaseCharge i
{
  margin-right: 5px;
  font-size: 20px;

  position: relative;
  top: 3px;
}

#logOut
{
  display: block;
  position: absolute;
  left: 5px;

  top: 10px;

  font-size: 32px;

  color: #555555;

  padding: 5px;
  padding-right: 25px;
  
  cursor: pointer;
}

.pagination-div
{
  margin: 5px auto;
}

.pager 
{
  list-style-type: none;
  font-size: 17px;
  font-family: sahel;

  margin: 5px;

  margin-bottom: 15px;
  padding: 0px;
}

.pager-item
{
  padding: 5px 10px;
  background-color: #fa8a32;

  border: 0;
  border-radius: 4px;

  color: white;

  display: inline-block;

  cursor: pointer;

  margin: 0 2px;
  padding: 5px 8px;
}

.pager-item-active
{
  background-color: #964507;
}

.pager li:nth-last-child(1)
{
  border-top-left-radius: 20px ;
  border-bottom-left-radius: 20px ;

  padding-left: 11px;
}
.pager li:nth-child(1)
{
  border-top-right-radius: 20px ;
  border-bottom-right-radius: 20px ;

  padding-right: 11px;
}

.device-box
{
  position: relative;
}

.contact-search
{
  position: absolute;

  left: 3px;
  top: 3px;

  width: 140px;

  font-size: 15px;
  padding: 3px;

  margin: 0;

  border: 0px;
  border-radius:  7px;
}

.contact-search::placeholder
{
  color: #444444;
}

.contact-add
{
  position: absolute;

  left: 147px;
  top: 3px;

  width: 140px;

  font-size: 15px;
  padding: 4px;

  margin: 0;

  border: 0px;
  border-radius: 7px  ;
}

.contact-header 
{
  padding-left: 300px;
}

@media only screen and (max-width: 600px)
{
  .contact-header 
  {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-add
  {
    top: 33px;
    left: 3px;
  }
  .contact-header 
  {
    padding-left: 150px;
  }
}

.triple-spinner
{
  margin: auto;
}

.card-body
{
  position: relative;
}

#checkout-table tr
{
  position: relative;
}

#checkout-table td::after
{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 10px;
}

#checkout-table td:first-child
{
  padding-right: 10px;
}

#checkout-table .wait::after
{
  background-color:  #ffde00;
}
#checkout-table .sending::after
{
  background-color: #0f9bfc;
}
#checkout-table .sendUnit::after
{
  background-color: #be00be;
}
#checkout-table .sent::after
{
  background-color: #72da46 ;
}
#checkout-table .reject::after
{
  background-color: red ;
}

#surveyChart
{
    max-height: 250px;
}

.card-title
{
  font-size: 20px!important;
}

#contract-text
{
  height: 600px;
  text-align: right;
  padding: 10px;
}

#checkout-table tr td
{
  height: 100px;
}

.button-edit,.button-save,.button-cancel,.button-remove
{
  display: inline-block;
}

#blog-text
{
  text-align: right;
  height: 500px;
}

.menu-expand
{
  position: relative;
}

.menu-expand  li:first-of-type::after
{
  content: "\f105";

  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;

  display: inline-block;
  position: absolute;

  color: #333333;

  left: 10px;
  top: 3px;

  opacity: 0.5;
  
  transition: rotate 200ms;
}


.expand-box-open::after
{
  rotate: 90deg;
}


.menu-box
{
  max-height: 0;
  overflow: hidden;
  position: relative;

  transition: max-height 700ms;
}

.menu-box-open
{
  max-height: 1000px;
}

.menu-box li
{
  background-color: rgb(250, 250, 250);
  border-right: 4px solid rgb(150, 150, 150);
}

.button-edit
{
  margin: 1px;
}

.whatsappMessage
{
  background-color: #eff0ff !important;
}

.text-div-count
{
  margin: 10px !important;
  padding: 0 !important;
}

label,#showCart
{
  font-family: shabnam!important;
  font-size: 17px !important;
  width: auto!important;
  margin: 0!important;
  display: inline-block!important;
  color: black!important;
}

.colMaxWidth
{
  max-width: 150px;
}

.card a
{
  max-width: 95%;
  width: 95%;
  margin: auto;
  margin-bottom: 3px;

  text-decoration: none !important;
  color: white !important;
}

.CallListBox
{
  border: 1px solid gray;
  border-radius: 20px;
  padding: 5px;
  margin: 10px;
}

#page-crm .row
{
  padding: 0;
  margin: 0;
}

.CallList div p
{
  margin: 2px;
  padding: 0;

  font-family: vazir;
  font-size: 16px;
}

.CallListButtons
{
  margin: 5px !important;
}

.CallListButtons div
{
  color: white;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
}

.CallListButtons div:hover
{
  opacity: 0.9;
}

.CallListButtons div:nth-of-type(1)
{
  border-radius: 0 30px 30px 0;
  background-color: #35af51;
}

.CallListButtons div:nth-of-type(2)
{
  border-radius: 30px 0 0 30px;
  background-color: #1f89fa;
}

.CallListBoxName
{
  font-size: 18px !important;
}

.col-6
{
  padding: 0;
}

.card
{
  margin: 2px;
}

.NoCall
{
  background-color: rgb(255, 193, 79);
}

.incomCallButton
{
  width: 80%;
  font-size: 16px;

  margin: 13px;
}