/*======================= RESET =======================*/
*{
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 outline: 0;
 border: none;
 list-style-type: none;
 text-decoration: none;
 vertical-align: baseline;
 direction: rtl;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none;
 scroll-behavior: smooth;
}

progress{
  border: 1px solid #d8e1eb;
}

.progress-bar{
  background: #424e5a;
  color: #fff;
  width: 0;
  font-family: sahel;
  padding: 3px;
  font-size: 12px;
}

.progress-bar-complete{
  background: #01953c;
}


table td{
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

::-webkit-selection{ background: #355b64; color: #fff; }
::-moz-selection{ background: #355b64; color: #fff; }
::-ms-selection{ background: #355b64; color: #fff; }
::-o-selection{ background: #355b64; color: #fff; }
::selection{ background: #355b64; color: #fff; }

input,
textarea,
select,
button,
.select-button li,
input[type=radio]:checked:after,
input[type=checkbox]:checked:after,
.alert-box,
.alert-box-show,
.data-table tr:not(.empty-row),
.cl-yellow,
.cl-blue,
.cl-purple,
.cl-green,
.cl-red,
.table-operation-buttons li span:after,
.menu li a,
.profile:before,
.shadow-modals,
.supplier-list li,
.tabs li,
.active-tab,
.theme-list li,
span.setting-icon:after,
.loading-icon,
.setting-icon,
.table-operation-menu li,
.installment-table input,
input[type=file]:after,
.loading-bar,
.loading-shadow,
.pagination li a,
td[data-title]:after,
.close-modal-icon,
input[class=list-radio],
.logout-icon,
.dashboard-items li{
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
::-webkit-scrollbar{width:6px; height:4px}
::-webkit-scrollbar-thumb{background-color:#e4e4e4;}
::-webkit-scrollbar-track{background-color:#f3f3f3; visibility: hidden}
/*======================= RESET =======================*/


/*======================= FONTS =======================*/
@font-face{
 font-family: 'sahel';
 src: url('/fonts/sahel/Sahel-FD.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'sahelbold';
 src: url('/fonts/sahel/Sahel-Bold-FD.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'parasto';
 src: url('/fonts/parasto/Parastoo-Bold.ttf')format('truetype'),
      url('/fonts/parasto/Parastoo-Bold-FD.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'yekan';
 src: url('/fonts/yekan/YekanBakhBold.woff2')format('woff');
 font-weight:normal;
 font-style:normal;
}


@font-face{
 font-family: 'opensans';
 src: url('/fonts/open-sans/TitilliumWeb-Regular.woff2')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'zar';
 src: url('/fonts/zar/IRZar.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'zarbold';
 src: url('/fonts/zar/IRZarBold.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'titr';
 src: url('/fonts/titr/IRTitr.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'nazaninbold';
 src: url('/fonts/nazanin/BNaznnBd.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'nazanin';
 src: url('/fonts/nazanin/BNazanin.woff')format('woff');
 font-weight:normal;
 font-style:normal;
}

@font-face{
 font-family: 'icofont';
 src: url('/fonts/icon/icofont.woff2')format('woff');
 font-weight:normal;
 font-style:normal;
}
/*======================= FONTS =======================*/

/*======================= CORE =======================*/
.grid{ display: grid; }
.flex{ display: flex; }
.pore{ position: relative; }
.poab{ position: absolute; }
.pofi{ position: fixed;}
.none{ display: none; }
.novis{ visibility: hidden; opacity: 0;}
.justify-end{ justify-content: flex-end; }
.justify-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-around{ justify-content: space-around; }
.space-between{ justify-content: space-between;}
.item-center{ align-items: center; }
.item-end{ align-items: flex-end; }
.item-baseline{ align-items: baseline; }
.item-start{ align-items: flex-start; }
.ltr{ direction: ltr !important; text-align: left !important; }
.rtl{ direction: rtl !important; text-align: right !important; }
.trtl{ direction: ltr !important;}
.overflow-h{overflow: hidden;}
/* paddings */
.p5{ padding: 5px; }
.p10{ padding: 10px; }
.p15{ padding: 15px; }
.p20{ padding: 20px; }
.p30{ padding: 30px; }
.pt5{ padding-top: 5px; }
.pb10{ padding-bottom: 10px;}
.pl10{ padding-left: 10px;}
.pb15{ padding-bottom: 15px;}
.pt15{ padding-top: 15px;}
.pl15{ padding-left: 15px;}
.pr15{ padding-right: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pr30{ padding-right: 30px !important; }
.pr10{ padding-right: 10px !important; }
.pr20{ padding-right: 20px !important; }
.pl10{ padding-left: 10px !important; }
.pt20{ padding-top: 20px !important; }
.pt10{ padding-top: 10px !important; }
.pr5{ padding-right: 5px !important}
.pl5{ padding-left: 5px !important}
.pt40{ padding-top: 40px;}
.pt60{ padding-top: 60px;}
/* margins */
.ml20{ margin-left: 20px; }
.ml10{ margin-left: 10px; }
.mb10{ margin-bottom: 10px; }
.mr10{ margin-right: 10px; }
.mb20{ margin-bottom: 20px; }
.mt50{ margin-top: 50px; }
.mt30{ margin-top: 30px !important; }
.mt10{ margin-top: 10px !important; }
.m20{ margin: 20px; }
.mt20{ margin-top: 20px; }
.m2{ margin: 5px !important; }
.pl50{ padding-left: 50px; }
.pr50{ padding-right: 50px; }
.mauto{ margin: auto; }
.p50{ padding: 50px;}
.sahel-font{font-family: sahel !important;}
.yekan-font{font-family: yekan !important;}
/* flex property */
.justify-center{ justify-content: center; }
.align-center{ align-items: center !important; }
.align-end{ align-items: end !important; }
.content-center{ align-content: center; }
.center{
  justify-content: center;
  align-items: center;
  align-content: center;
}
.column{ flex-direction: column; }
.row{ flex-direction: row; }
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.w98{ width: 98%; }
.w90{ width: 90%; }
.w100{ width: 100% !important; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w70{ width: 70%; }
.w80{ width: 80%; }
.w40{ width: 40%; }
.w30{ width: 30%; }
.h50{height: 63vh;}
.h50per{height: 50%; }
.scroll{overflow-y: scroll; overflow-x: hidden;}
.pointer{ cursor: pointer;}
.opensans{ font-family: opensans !important; }
.justify-text{ text-align: justify; }
.font-size-14{ font-size: 14px; }
.font-size-12{ font-size: 12px !important; }
.font-size-11{ font-size: 11px !important; }
.sans-font{ font-family: sans-serif, tahoma !important; }
.border-tr{ border-top-right-radius: 8px; }
.border-tl{ border-top-left-radius: 8px; }
.border-br{ border-bottom-right-radius: 8px; }
.border-bl{ border-bottom-left-radius: 8px; }
.radius4{ border-radius: 4px; }
.radius8{ border-radius: 8px; }
.radius10{ border-radius: 20px; }
.br{ border-right: 1px solid #e2e2e2; }
.bl{ border-left: 1px solid #e2e2e2; }
.bt{ border-top: 1px solid #e2e2e2; }
.bb{ border-bottom: 1px solid #e2e2e2; }
.border{ border: 1px solid #ababab; }
.bbdotted{ border-bottom: 1px dotted #ababab}
.border-bottom{ border-bottom: 1px dashed #7483874f; }
.border-left{ border-left: 1px dashed #7483874f; }
.border2px{ border: 2px solid #ababab; }
.bornone{ border: 1px solid transparent !important;}
.bl2px{ border-left: 2px solid #ababab; }
.bldotted2px{ border-left: 2px dotted #ababab; }
.list-min-height{ height: 30vh; overflow-x: auto; }
.sahelbold{font-family: sahelbold !important;}
.theme-1{ background: linear-gradient(135deg, #17b3b3 0%, #148c44 100%) !important; }
.theme-2{ background: linear-gradient(135deg, #cc208e 0%, #6713d2 100%) !important; }
.theme-3{ background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important; }
.theme-4{ background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important; }
.theme-5{ background: linear-gradient(135deg, #28b317 0%, #148c18 100%) !important; }
.theme-6{ background: linear-gradient(135deg, #2f3131 0%, #4f5250 100%) !important; }
.theme-7{ background: linear-gradient(135deg, #b31717 0%, #8c1440 100%) !important; }
.theme-8{ background: linear-gradient(135deg, #1747b3 0%, #14658c 100%) !important; }
.theme-9{ background: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;}
.theme-10{ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;}
.theme-11{ background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%) !important;}
.theme-12{ background: linear-gradient(to right, #f83600 0%, #f9d423 100%) !important;}
.theme-13{ background: linear-gradient(to top, #09203f 0%, #537895 100%) !important;}
.theme-14{ background: linear-gradient(60deg, #29323c 0%, #485563 100%) !important;}
.theme-15{ background: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;}
.theme-16{ background: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%) !important; }
.theme-color-1{ color: #17b3b3 !important; }
.theme-color-2{ color: #cc208e !important; }
.theme-color-3{ color: #fa709a !important; }
.theme-color-4{ color: #4facfe !important; }
.theme-color-5{ color: #28b317 !important; }
.theme-color-6{ color: #2f3131 !important; }
.theme-color-7{ color: #b31717 !important; }
.theme-color-8{ color: #1747b3 !important; }
.theme-color-9{ color: #16d9e3 !important; }
.theme-color-10{ color: #667eea !important; }
.theme-color-11{ color: #fdfcfb !important; }
.theme-color-12{ color: #f83600 !important; }
.theme-color-13{ color: #09203f !important; }
.theme-color-14{ color: #29323c !important; }
.theme-color-15{ color: #1e3c72 !important; }
.theme-color-16{ color: #3D4E81 !important; }
.grid-row-2{grid-row: 2}
.direction-left{direction: ltr;}

.grid-1{ grid-template-columns: 100%; }
.grid-4-e{ grid-template-columns: repeat(4, 25%); }
.grid-25-75{ grid-template-columns: 25% 75%; }
.grid-40-60{ grid-template-columns: 40% 60%; }
.grid-30-70{ grid-template-columns: 70% 30%; }
.grid-70-30{ grid-template-columns: 30% 70%; }
.grid-10-90{ grid-template-columns: 90% 10%; }
.grid-20-80{ grid-template-columns: 20% 80%; }
.grid-90-10{ grid-template-columns: 10% 90%; }
.grid-50-50{ grid-template-columns: repeat(2, 50%); }
.grid-20-60-20{ grid-template-columns: 20% 60% 20%; }
.grid-30-30-30{ grid-template-columns: repeat(3, 33.3333%); }
.grid-10-80-10{ grid-template-columns: 10% 80% 10%; }
.grid-10-90{ grid-template-columns: 7% 93%; }
.grid-90-10{ grid-template-columns: 90% 10%; }
.grid-75-25{ grid-template-columns: 25% 75%; }
.grid-22{ grid-template-columns: 10% 80% 10%; }
.grid-e25-75{ grid-template-columns: 75% 25%; }
.grid-40-40-20{ grid-template-columns: repeat(3, max-content); }
.grid-40-30-30{ grid-template-columns: 40% 30% 30%; }
.grid-5-90{grid-template-columns: 10% 90%;}
.grid-8-1{grid-template-columns: 20% repeat(7, 11%); grid-column-gap: 6px}
.grid-45-65{ grid-template-columns: 45% 55%;}
.grid-33-66{ grid-template-columns: 33.3333333% 66.666666%;}
/*======================= CORE =======================*/


/*======================= STYLE =======================*/
body{
  height: 100vh;
}

.main{
  width: 100%;
  height: 100vh;
  grid-template-columns: 100%;
  grid-template-areas:
  "header"
  "container";
}

header{
  grid-area: header;
  height: 10vh;
}

.container{
  grid-area: container;
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  height: 90vh;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  overflow: hidden;
}

.box{
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(95, 95, 95, 0.26);
}

.box h4{
  font-family: sahelbold;
  color: #506c86;
  font-size: 16px;
  padding-bottom: 30px;
}

.box h4 span{
  color: #ecf1f5;
  padding-left: 10px;
}

.container-footer{
  bottom: 0;
  right: 0;
  height: 20px;
  z-index: 9999999999;
}

.not-found-page-logo{
  width: 30%;
}

.alert-box{
  font-family: sahelbold;
  font-size: 14px;
  opacity: 0;
  visibility: visible;
  bottom: -40px;
  z-index: 999999999;
  border-radius: 10px;
  background: #fff;

}

.alert-box span{
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.alert-box p{
  padding: 5px 20px 5px 40px;
  color: #5c7a7d;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.danger-text-color{ color: #ad142b; }
.update-text-color{ color: #00c06c; }
.success-text-color{ color: #0080d5; }


.success-alert{ background: linear-gradient(to right, #008bad 0%, #007be6 100%); }
.danger-alert{ background: linear-gradient(to right, #bd0f17 0%, #a91631 100%); }
.info-alert{ background: linear-gradient(to right, #2d565d 0%, #337480 100%); }
.update-alert{ background: linear-gradient(to right, #00bf55 0%, #00c14d 100%); }
.delete-alert{ background: linear-gradient(to right, #ecb005 0%, #FBBC05 100%); }



.dashboard-items li > span{
  font-size: 18px;
  border-radius: 50%;
}

.dashboard-items li:hover{
  cursor: pointer;
  filter: blur(1px);
}

.dashboard-items li:first-child > span{ background: #f7f7f7; color: #7a888c;}
.dashboard-items li:nth-child(2) > span{ background: #cc208e14; color: #cc208e;}
.dashboard-items li:nth-child(3) > span{ background: #7a20cc14; color: #7a20cc;}
.dashboard-items li:nth-child(4) > span{ background: #3a20cc17; color: #3a20cc;}
.dashboard-items li:nth-child(5) > span{ background: #207dcc17; color: #207dcc;}
.dashboard-items li:nth-child(6) > span{ background: #20cca414; color: #20cca4;}
.dashboard-items li:nth-child(7) > span{ background: #20cc4514; color: #20cc45;}
.dashboard-items li:last-child > span{ background: #ffcc1329; color: #ffcc13;}

.dashboard-date{
  font-size: 14px !important;
}

.seperator{
  display: inline-block;
  font-size: 5px;
  color: #eaeaea;
}

.dashboard-events{
  font-family: sahel;
  color: #757575;
  font-size: 12px;
}

.dashboard-items li > div{
  font-size: 20px;
  font-family: sahelbold;
  color: #5d6567;
}

.dashboard-items li > div > span{
  font-size: 10px;
  font-family: sahel;
  color: #9aa5a9;
}

.alert-box-show{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.logout-icon{
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}

.logout-icon:hover{ background: #f1f1f1;}

.paper-body{
  height: 74vh;
  overflow-x: auto;
}

.paper{
  height: auto;
}

.remittance-paper{
  height: auto;
}

.paper-title{
  font-family: titr;
  font-size: 24px;
  color: #187cb1;
  font-weight: normal;
}

.paper-title-2{
  font-family: nazaninbold;
}

.besmellah{
  font-family: nazaninbold;
  font-size: 18px;
}

.paper-content{
  font-family: nazaninbold;
  font-size: 22px;
  line-height: 32px;
  color: #2e3e4c;
}

.paper-content-2{
  font-family: zar;
}

.paper-input, .paper-select{
  font-size: 14px;
  border-bottom: 1px dotted #6d8f9a !important;
  text-align: center;
  border-radius: 4px;
  height: 25px !important;
}

 .paper-select{
  width: 243px;
  padding: 0 5px !important;
  cursor: pointer;
}

.paper-input:focus, .paper-select:focus{
  background: #ffc40066;
}

.rotate-180{
  transform: rotate(-90deg);
  line-height: 15px;
}

.paper-table{
  font-family: nazanin;
  font-size: 20px;
  line-height: 30px;
}

.paper-label{
  font-family: sahel;
}

.remittance-signature{
  font-family: nazaninbold;
  font-size: 16px;
  text-align: center;
  color: #2e3e4c;
}

.remittance_number{
  font-family: titr;
  font-size: 20px;
  color: #b11849;
}

.bank-logo{
  width: 10%;
}

.bank-paper-title{
  font-family: zarbold;
  font-size: 20px;
}

.bank-paper-content{
  font-family: zar;
  font-size: 20px;
  line-height: 30px;
  color: #2e3e4c;
}

.bg-black{ background: #19363c; }

.close-modal-icon{
  font-size: 20px;
  color: #7a888c;
  background: #5458590f;
  border-radius: 50%;
  padding: 5px;
}

.close-modal-icon:hover{
  cursor: pointer;
  color: #d40000;
  background: #c1383814;
}

.shadow-modals{
  width: 100%;
  height: 100vh;
  background: #484848bd;
  z-index: 99999999;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}

.loading-shadow{
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  background: #2023238a;
  opacity: 0;
  visibility: hidden;
}

.loading-bar{
  background: #fff;
  border-radius: 8px;
  padding: 5px 15px 5px 20px;
  top: -40px;
  z-index: 9999999;
}

.loading-bar p{
  font-family: sahel;
  font-size: 14px;
  color: #545a59;
}

.spinner {
  padding: 13px;
}

.double-bounce1, .double-bounce2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #7a888c;
  opacity: 0.6;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.modal-text{
  font-family: sahel;
  font-size: 14px;
  color: #5b6c7b;
}

.button-close-modal{
  color: #9ba7ab;
  cursor: pointer;
}

.empty-message p,
#content-tab-5 p{
  font-family: sahel;
  font-size: 14px;
  color: #524d4d;
  text-align: center;
}

.installment-paper{
  height: 25vh;
}

.installment-title{
  font-family: titr;
  font-weight: normal;
}

.contract-top,
.contract-bottom{
  width: 100%;
  border-bottom: 10px solid #9B9B9B;
  background: #F1F2F2;
}

.contract-bottom{
  border-top: 10px solid #9B9B9B;
  border-bottom: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contract-top > img{
  width: 100%;
  height: 100%;
}

.contract-title{
  font-family: titr;
  font-weight: normal;
  padding-bottom: 20px;
}

.contract-header{
  top: 0;
}

.contract-info{
  font-family: yekan;
  font-size: 18px;
  font-weight: bold;
  padding-right: 50px;
}

.contract-sender > li{
  font-family: yekan;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  justify-content: space-between;
}

.contract-sender > li > div{
  width: 120px;
  height: 30px;
  background: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
/*======================= STYLE =======================*/

/*======================= LOGIN =======================*/
.login{
  background: #fff;
  box-shadow: 0 20px 30px -16px rgba(9,9,16,.2);
}

.login-header{
  background-image: linear-gradient(to right, #902fcc 0%, #571594 100%);
  clip-path: polygon(0 0, 100% 0, 100% 160px, 0 100%);
  padding: 30px;
  margin-bottom: 30px;
}

.login h1{
  font-family: sahelbold;
  color: #fff;
  text-align: center;
}

.login h4{
  font-family: yekan;
  font-size: 18px;
  color: #fff;
  padding: 10px 60px 60px 60px;
}

.login a{
  font-family: sahel;
  color: #4facfe;
}

.copyright{
  color: #ababab;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  letter-spacing: 2px;
  direction: ltr;
  background-image: linear-gradient(to right, #efefef 0%, #e2e2e2 100%);
}

#captcha-code{
  background: #2e3e4c;
  color: #697a88;
  font-family: sahelbold;
  font-style: italic;
  margin-top: 8px;
  padding: 3px 0;
}

/*======================= LOGIN =======================*/

/*======================= MENU =======================*/
.menu{
  height: 100%;
}

.menu li a{
  font-family: sahel;
  font-size: 15px;
  color: #ffffffeb;
  padding: 2px 14px;
  display: grid;
  margin: 0 2px;
  text-align: center;
}

.current-link{
  background: #fff;
  border-radius: 4px;
}

.menu li a:not(.current-link):hover{
  background: #ffffff26;
  color: #fff !important;
  border-radius: 4px;
}

.tabs li{
  color: #697770;
  font-family: sahel;
  font-size: 16px;
  margin: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.tabs li:hover,
.active-tab{
  cursor: pointer;
  color: #fff !important;
}

.tabs li span{
  font-size: 22px;
  padding-left: 10px;
}

.profile p{
  font-family: sahel;
  font-size: 12px;
  color: #ffffffeb;
  text-align: right;
  line-height: 22px;
}

.profile p:first-child{
  font-family: sahelbold;
  font-size: 12px;
  padding-right: 5px;
}

.profile p:last-child{
  background: #ffffff1a;
  padding: 0 5px;
  border-radius: 10px;
}

.theme-list li{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.theme-list li:hover{
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
}

.active-theme{
  opacity: 1 !important;
}

.active-theme:after{
  content: '\eed6';
  font-family: icofont;
  color: #fff;
  position: absolute;
  font-size: 38px;
}

.table-operation-menu li{
  font-family: sahel;
  font-size: 16px;
  color: #828282;
  padding: 10px 30px 10px 120px;
  display: flex;
  align-items: center;
}

.table-operation-menu-close{
  background: #f3f3f3 !important;
}

.table-operation-menu li span{
  font-size: 22px;
  padding-left: 20px;
}

.table-operation-menu li:hover{
  background: #ffc40066;
  color: #2f2f2f;
  cursor: pointer;
}

.installment-info li,
.user-paper-content{
  font-family: sahel;
  font-size: 14px;
  color: #565656;
  line-height: 30px;
}

.installment-info li span{
  font-family: sahelbold;
  color: #10988c;
  padding-right: 10px;
}
/*======================= MENU =======================*/


/*======================= INPUT =======================*/
.form-box > label,
.form-filter > label{
 font-family: yekan;
 font-size: 15px;
 color: #4d616b;
}

#date_input1,#date_input2,#date_input3,#date_input4,#date_input5,#date_input6,#date_input7,#date_input8{
  cursor: pointer;
}

.paper-table-input{
  font-family: nazaninbold;
  background: #F5F8F9;
}

#reportChartDashboard input, #reportChartDashboard select{
  font-size: 14px;
  padding: 0px 5px !important;
  height: 25px !important;
}

#reportChartDashboard [data-appearance-form]:before{
  top: 28px;
}

.form-box > label > span{
 font-size: 12px;
}

.label-width{
 width: 60%;
}

.form-filter > label{
  font-size: 14px;
}

.form-box > label > i{
 font-size: 12px;
 color: #187cb1;
 position: relative;
}

.form-box{
 flex-direction: column;
}

div[data-indicator]:after{
 content: attr(data-indicator);
 position: absolute;
 left: 5.5%;
 bottom: 19%;
 padding: 0px 10px 1px 10px;
 background: #dce8ec;
 border-radius: 4px;
 color: #909090;
 font-size: 12px;
 font-family: sahel;
}

.form-box input,
.form-box select,
.form-box textarea,
.form-filter > input,
.form-filter > select,
.installment-table input,
.tbl-input,
.paper-input,
.paper-select{
 border: 1px solid transparent;
 height: 30px;
 padding: 5px;
 font-family: sahelbold;
 background: #F5F8F9;
 color: #004373;
}

.input-data-value:before{
  content: attr(data-input);
  position: absolute;
  left: 0;
  background: #7a888c;
  font-family: sahel;
  color: #fff;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-data-value input{ padding-left: 43px;}

.installment-table input{
  background: #fff;
  border: 1px solid #dedede;
}

input[name=search]{
  font-family: sahel;
}

.form-box > input,
.form-box > select,
.form-box > textarea,
.form-filter > input,
.form-filter > select,
.installment-table input{
  font-size: 16px;
}

.form-box > select,
.form-filter > select,
select.tbl-input{
 padding: 0 5px;
 cursor: pointer;
}

.form-box input:focus,
.form-filter input:focus,
.form-filter select:focus,
.form-box select:focus,
.form-box textarea:focus,
.table-box input:focus,
.table-box select:focus,
.installment-table input:focus,
.tbl-input:focus{
 border: 1px solid #1f64ff;
 background: #fff;
 caret-color: #1f64ff;
}

.form-filter > input,
.form-filter > select{
 height: 27px;
 font-size: 14px;
 font-family: sahel;
}

.min-textarea-height{
 height: 10vh !important;
 resize: none;
}

.list-select{
 font-family: parasto;
 font-size: 12px;
 color: #2684c7;
 cursor: pointer;
}

/* input error style */
.parsley-errors-list,
.table-box .parsley-errors-list{
 position: absolute;
 left: 0; /*17px*/
 bottom: 50px;
}

.table-box .parsley-errors-list{
 top: 7px;
 left: 7px;
}

.parsley-errors-list > li{
 font-family: sahel;
 color: #ffffff;
 font-size: 10px;
 background-image: linear-gradient(to right, #ef075d 0%, #fc2525 100%);
 border-radius: 4px;
 padding: 0 10px;
}


.buttons-doc{
 padding: 20px 0;
}

.button{
 padding: 4px 25px;
 color: #fff;
 font-family: sahelbold;
 cursor: pointer;
 font-size: 14px;
 border-radius: 4px;
}

.button,
.alert-box{
 box-shadow: 0 1px 1px 0 rgba(183, 183, 183, 0.14),
 0 1px 1px -2px rgba(183, 183, 183, 0.1),
 0 1px 5px 0 rgba(142, 142, 142, 0.2);
}

.button:hover,
.button:active,
.icon-button:hover{
 opacity: 0.8;
 cursor: pointer;
}

::placeholder{
  font-size: 14px;
}

.small{
 padding: 4px 15px;
 font-size: 12px;
}

.success{ background-image: linear-gradient(to right, #25aaeb 0%, #187cb1 100%); }
.info{ background: linear-gradient(to right, #45748a 0%, #206f7b 100%); }
.clear{ background-image: linear-gradient(to right, #e00f4c 0%, #fc256a 100%); }
.cancell{ background: #fbfbfb; color: #b7b7b7; }
.update{ background-image: linear-gradient(to right, #2fcc4f 0%, #15941f 100%); }
.disabled{ background-image: linear-gradient(to right, #e2e2e2 0%, #e2e2e2 100%); color: #949494;}
.logined{ background-image: linear-gradient(to right, #902fcc 0%, #571594 100%); }

.new-user-permission{
  background: #f5f8f9;
}

.permissions p{
  font-size: 12px;
  font-family: yekan;
  color: #a5a5a5;
}

.new-user-permission li{
  display: flex;
  font-family: sahel;
  font-size: 14px;
  color: #697477;
}

.footer-copyright > p{
  font-family: yekan;
  font-size: 12px;
  color: #888888;
  background: #ececec;
  padding: 2px 10px 0 10px;
  border-radius: 10px;
}

.disabled:hover{
 cursor: not-allowed;
 opacity: 1;
}

select{
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 -o-appearance: none;
 appearance: none;
}

[data-appearance]:before,
[data-appearance-primary]:before,
[data-appearance-form]:before,
[data-appearance-filter]:before,
[data-appearance-contract]:before,
[data-appearance-contract2]:before,
[data-search]:before{
 content: '\ea99';
 font-family: icofont;
 position: absolute;
 left: 5%;
 top: 30%;
 font-size: 13px;
 pointer-events: none;
 color: #adadad;
 z-index: 999;
}

[data-appearance-form]:before{
 top: 32px;
 left: 10px;
 font-size: 16px;
}

[data-appearance-filter]:before{
  font-size: 14px;
  top: 38px;
  left: 10px;
}

[data-appearance-primary]:before{
  font-size: 18px;
  top: 39px;
}

[data-appearance-contract]:before,
[data-appearance-contract2]:before{
  top: 0;
  font-size: 16px;
  left: 9px;
  color: #486169;
}

[data-appearance-contract2]:before{
  top: 8px;
  left: 24px;
}

input[type=checkbox]{
  width: 0;
}

[data-search]:before{
 content: '\ed11';
 font-family: icofont;
 top: 5px;
 right: 2%;
 font-size: 18px;
 color: #8d9596;
}

input:disabled,
select:disabled{
 color: #949494;
 background: #fafafa;
 cursor: not-allowed;
 border: none;
}

input[type=checkbox]:disabled::after{
 content: '\efa9';
 font-family: icofont;
 color: #f21a1a;
 font-size: 12px;
 cursor: not-allowed;
}

input[type=checkbox]:after{
 content: '';
 width: 15px;
 height: 15px;
 display: flex;
 justify-content: center;
 align-items: center;
 background: #fff;
 color: #fff;
 border-radius: 4px;
 font-size: 20px;
 border: 2px solid #c6c7c763;
}

input[type=checkbox]:hover:after,
input[type=radio]:hover:after{
 cursor: pointer;
}

input[type=checkbox]:checked:after{
 content: '\f021';
 font-family: icofont;
 font-size: 12px;
 color: #fff;
 cursor: pointer;
 border: 2px solid transparent;
}



/* radio input style */
input[type=radio]:after,
input[type=radio]:checked:after,
input[class=list-radio]:after,
input[class=list-radio]:checked:after{
  content: attr(data-value);
  position: absolute;
  min-width: 50%;
  color: #4d616b;
  font-family: sahel;
  font-size: 12px;
  text-align: center;
  background: #fff;
  padding: 5px 0;
  border: 1px solid #e9ecec;
}

input[class=list-radio]:after,
input[class=list-radio]:checked:after{
  width: 100%;
  text-align: right;
  border-radius: 6px;
  padding-right: 10px;
  left: -12px;
}


input[class=list-radio]:hover:after{
  background: #f5f8f9;
}

.select-button > li:last-child > input[type=radio]:after,
.select-button-table > li:last-child > input[type=radio]:after{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select-button > li:first-child > input[type=radio]:after,
.select-button-table > li:first-child > input[type=radio]:after{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select-button-table > li > input[type=radio]:after{
  font-family: sahel;
  padding: 3px 0 !important;
}

input[type=radio]:checked:after{
  content: attr(data-value);
  color: #fff;
  border: 1px solid transparent;
}

.select-button{ height: 35px; }
/* radio input style */
input[type=file]:after{
  content: attr(data-content);
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px;
  border: 2px dashed #e9ecec;
  position: absolute;
  background: #fff;
  right: 0;
  font-family: sahel;
  color: #77837d;
}

input[type=file]:hover:after{
  cursor: pointer;
  border: 2px dashed #05a0fb;
  color: #05a0fb;
}
/*======================= INPUT =======================*/

/*======================= TABLE =======================*/
table{
 border-right: 2px solid #e2e2e2c4;
 border-left: 2px solid #e2e2e2c4;
 border-bottom: 1px solid #e2e2e2c4;
 border-top: 2px solid #e2e2e2c4;
 margin-bottom: 20px;
}

table:last-child{ margin-bottom: 0; }

table > caption{
 background: #f9f9f9;
 border-top: 1px solid #e2e2e2;
 border-right: 1px solid #e2e2e2;
 border-left: 1px solid #e2e2e2;
 padding-right: 10px;
}

table th{
 background: #f9f9f9;
 font-family: sahel;
 font-size: 16px;
 color: #253C3E;
 text-align: center;
 border-bottom: 1px solid #e2e2e2;
 border-left: 1px solid #e2e2e2;
 height: 30px;
 font-weight: normal;
 padding-right: 5px;
 padding-left: 5px;
}

table td, .installment-header-info{
 font-family: sahel;
 font-size: 12px;
 color: #524d4d;
 text-align: center;
 height: 25px;
 border-left: 1px solid #e2e2e2;
 border-bottom: 1px solid #e2e2e2;
}

.installment-header-info{
  border: none;
  font-size: 10px;
}

table th:last-child,
table td:last-child{
 border-left: 0;
}

.not-allow-row{
 background: #f7252f2b !important;
}

.form-input,
.form-select{
 font-family: parasto;
 font-size: 14px;
 color: #004373;
 border: 1px solid transparent;
}

.data-table,
.data-table td,
.data-table th{
 border: none;
}

.data-table{
 table-layout: fixed;
}

.table-scroll-content{
 overflow-y: scroll;
 overflow-x: hidden;
 height: 63vh;
 margin-top: 0;
}

tr.create-by-other-user{
  background: #04ff0c1f !important;
}

.data-table tr:not(.empty-row):nth-child(odd){
 background: rgba(199, 199, 199, 0.1);
}

.data-table tr:not(.empty-row):hover{
 background: #ffc40066 !important;
 cursor: pointer;
}

.add-row{
  background: #fff;
}

.add-row > td{
  padding: 5px;
}

td[data-title]{
  overflow: hidden;
}

td[data-title]:after{
  content: attr(data-title);
  font-size: 14px;
  font-family: sahel;
  background: #fff;
  width: 100%;
  right: 0;
  color: #ea4376;
  padding: 2px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 32px;
  height: 100%;
}

td[data-title]:hover:after{
  visibility: visible;
  opacity: 1;
  top: 0;
}

.info-icon{font-size: 22px; color: #abababad}

.tbl-input{
  height: 30px;
  padding: 2px 5px;
  border: 1px solid #DEE0E0;
  width: 100%;
  background: #fff;
}

.td-color-white{
 color: #fff;
}

.data-table th{
 font-family: yekan;
 height: 40px;
 color: #8d9596;
 background: #fff;
 padding-top: 10px;
}

.data-table td{
 font-size: 16px;
 padding: 3px 0;
 vertical-align: middle;
}

.pagination{
 display: flex;
 justify-content: center;
 padding: 20px;
}

.pagination a,
.pagination span,
.pagination-total{
 padding: 5px 15px;
 font-size: 14px;
 font-family: sahelbold;
 color: #7a888c;
 background: #f5f8f9;
}

.pagination li.active span,
.pagination-total,
.pagination li:hover a{
  background: #7a888c;
  color: #fff;
}

.pagination li:first-child span,
.pagination li:first-child a{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


.pagination li:last-child span,
.pagination li:last-child a{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


.table-operation-buttons li span{
  font-size: 22px;
  padding: 5px;
  color: #9ba7ab;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 99999;
}

.table-operation-buttons li span:after,
span.setting-icon:after{
  content: attr(data-title);
  background: #365c64;
  border-radius: 4px;
  color: #fff;
  font-family: sahel;
  font-size: 10px;
  position: absolute;
  padding: 5px 10px;
  top: -10px;
  visibility: hidden;
  opacity: 0;
}

.row-add td{
  padding: 5px;
}

span.setting-icon:after{
  background: #fff;
}


.table-operation-buttons li span:hover:after,
span.setting-icon:hover:after{
  top: -20px;
  opacity: 1;
  visibility: visible;
}

.bg-beige{ background: #f5f5dc; }

.height-52{height: 52vh !important; }
.height-70{height: 68.5vh !important; }
.height-40{height: 42.5vh !important;}

.table-text-status-danger{ background: #ff230021; color: #b50800;}
.table-text-status-success{ background: #00ff3738; color: #00b516;}
.table-text-status-info{ background: #05a0fb36; color: #05a0fb;}
.table-text-status-accept{ background: #8f00e159; color: #56008c;}
.table-text-status-normal{ background: #7a888c2e; color: #7a888c;}

.tcl-yellow{ color: #fbbb05;}
.tcl-blue{ color: #05a0fb;}
.tcl-purple{ color: #be05fb;}
.tcl-green{ color: #129c01 !important;}
.tcl-red{ color: #ea4376 !important;}
.tcl-white{ color: #fff !important;}

.cl-yellow:hover{ color: #fbbb05; }
.cl-blue:hover{ color: #05a0fb; }
.cl-purple:hover{ color: #be05fb;  }
.cl-green:hover{ color: #36c108; }
.cl-red:hover{ color: #ea4376; }


.cl-bg-gray{
  background: #e0dfdf8c;
  color: #7a888c;
}
.bg-green{background: #19cc032e;}
.bg-red{background: #ea43762e;}

.print-table td{
  text-align: right;
  padding: 0 5px;
}

.paper-frame > div{
  margin: 0 20px 10px 20px;
}


/*======================= TABLE =======================*/


/*======================= CALENDER STYLE =======================*/
div.calendar { position: relative; }
.calendar, .calendar table {
  font-family: sahel;
  font-size: 12px;
  color: #000;
  cursor: default;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}


.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #f5f5f5;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {

}

.calendar tbody td.hilite { /* Hovered cells <TD> */

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  /* padding: 2px 2px 0px 2px; */
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #b1171a;
}


.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}



.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;

}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar td.time {

  text-align: center;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar {
  position: relative;
  display: none;
  cursor: default;
  z-index: 9999999999999;
}

.calendar table {
  cursor: default;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}

.calendar table td{
  border: none;
  width: 20px;
}

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 3px;
  background: #FFFFFF;
  color: #747474;
}

.calendar .nav {
  background: #fff;
  text-align: center;
  font-size: 22px;
  color: #7b7b7b;
}

.cal-button{
  text-align: center;
font-family: sahel;
font-size: 16px;
color: #5f6061;
}

.calendar thead .title { /* This holds the current "month, year" */
  background: #fff;
  text-align: center;
  font-family: sahelbold;
  font-size: 20px;
  color: #1bbcc3;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */

}

.calendar thead .daynames { /* Row <TR> containing the day names */

}

.calendar thead .name { /* Cells <TD> containing the day names */
  text-align: center;
  background: #fff;
  color: #2a2f31;
  width: 45px;
  font-family: sahel;
  padding: 5px;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #b1171a;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */

  opacity: 0.7;
  cursor: pointer;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  opacity: 0.6;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  text-align: center;
  background: #fff;
  color: #262f35;
  font-family: sahel;
  font-size: 16px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  background: #fff;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
background: #f3f3f3;
color: #545252;
border-radius: 6px;
cursor: pointer;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing selected date */
  background: #f3f3f3;
  color: #545252;
  border-radius: 6px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #C9484E;
}

.calendar tbody td.today { /* Cell showing today date */
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #b3b3b3;
  text-align: center;
  font-family: sahel;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #f3f3f3;
  color: #545252;
  border-radius: 6px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: pointer;
  font-size: 14px;
  font-family: sahel;
  padding: 0px 5px;
  z-index: 99999999;
  width: 70px;
  background: #fff;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
}

.calendar .combo .hilite {
  background: #f3f3f3;
  color: #545252;
}

.calendar td.time {
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
}

.calendar td.time span.hilite {
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/*======================= CALENDER STYLE =======================*/
