@charset "UTF-8";
@import url(fontiran.css);
html, body{
    margin:0;
    padding:0;
    height:100%;
}
body {
  font-family: Vazir-Medium, IRANSans5-Fa-Light,IRANSans,tahoma !important;
  font-size: 14px;
  font-weight: 100;
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  color: #000;
}

.font-size-10 { font-size: 10px;}
.font-size-12 { font-size: 12px;}
.font-size-14 { font-size: 14px;}
.font-size-16 { font-size: 16px;}
.font-size-18 { font-size: 18px;}
.font-size-24 { font-size: 24px;}
.font-size-48 { font-size: 48px;}

.bg-e8{background: #424242;}
.bg-ee{background: #eee;}
.bg-ff{background: #ffffff;}
.bg-rgb-2{background-color: rgb(244, 247, 251);}
.bg-blue-0{background-color: #28b887;color: #fff;}
.bg-blue-1{background: #00a693;}
.bg-blue-2{background: #d9edf7;}
.bg-blue-3{background: #35a4dc;}

.text-color-blue{color: #0abcd5}

.text-color-blue-dark {
  color: #0094ff;
}
.text-color-pilk{color: #e61f62}
.text-color-red{color: #f5211a}
.text-color-green{color: #4db04e}
.text-color-gw{color: #00a693}
.text-color-orange-dark{color: #F05500}
.text-color-orange{color: #f8981d}
.text-color-jegari{color: #800000}
.text-color-zardi{color: #c07b0c}
.text-color-white{color: #ffffff}
.text-color-purple{color:#903e97}
.text-color-violet{color:#65489d}
.text-color-yellow-1{color:#fec212}
.text-color-yellow{color:#f3e747}
.text-color-gray{color:#c4c4c4}
.text-color-light{color:#e1e1e1}
.text-color-primary{color:#a1a1a1}
.text-color-33{color:#333333}

.bg-danger-0 {background-color: #f2dede;}
.bg-warning-0 {background-color: #f1e0ad!important;}
.dark-mode .bg-warning-0 {color: black!important;}

.table-striped tbody tr:nth-of-type(odd) > .bg-danger-0{
    background-color: #f2dede;
}

.padd2{ padding: 2px;}
.padd5{ padding: 5px;}
.padd10{ padding: 10px;}

/* #Forms
================================================== */

.select2 .select2-selection .select2-selection--single {font-size: 75%;}
input[type="text"]:focus,
textarea:focus,
select:focus{
  color: #000;
  border:1px solid #aaa;
  background:#FFF;
  box-shadow:0 0 5px #ddd;-moz-box-shadow:0 0 5px #ddd;-wekit-box-shadow:0 0 5px #ddd;
}

.form-control-2, .bootstrap-select .form-control-2{
  display: block;
  width: 100%;
  height: 22px;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 300px;
  border: 1px solid #ddd;
  background-color:#fff;
}
.table-scroll table {
  width: 100%;
  min-width: 280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  background-color:#fff;
  color: #000;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  vertical-align: top;
}
.table-scroll thead th {
  background: #eee;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #dee2e6;
}

.table-scroll tbody tr:hover {
  border: 1px solid #68d4e7;
  background-color: #a8e5e9;
}

.dark-mode .table-scroll tbody tr:hover {
	border: 1px solid #68d4e7;
  background-color: #a8e5e9;
  color: black;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  color: #333;
  border-top: 1px double #333;
  border-bottom: 1px double #333;
  z-index:4;
}

.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  width: 50px;
}

.table-scroll tbody th:first-child {
  background: #ccc;
  border-left: 1px solid #dee2e6;
  font-weight: normal;
  color: #333;  
}

.table-scroll th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2; 
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}
.table-scroll th, .table-scroll td { 
	white-space: nowrap;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table-scroll .table-striped tr td:first-of-type {
    border-radius: 0;
}
.table-scroll .table-striped tr td:last-of-type {
    border-radius: 0;
}
/* tr:nth-child(even) {
	background-color: #f9f9f9;
} */

.table-sortable {
	cursor: pointer;
}

.table-sortable .th-sort-asc::after {
	content: "\25b4";
}

.table-sortable .th-sort-desc::after {
	content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
	margin-left: 2px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
	background-color: #e1e1e1;
	color: blue;
}
.tr-selected {background: #35a4dc;color:#fff;}

.br-l-3 {
  border-left: 3px #35a4dc solid;
}
.br-r-3 {
  border-left: 3px #35a4dc solid;
}

.tooltiptext {
	display: none;
	text-align: left;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;
	left: 0;
	z-index: 1;
}
.tooltiptr:hover .tooltiptext {
	display: block;
}

/* button[title]:hover::after {
	content: attr(title);
	padding: 4px 8px;
	color: #333;
	position: absolute;
	left: 0; 
	top: 100%;
	white-space: nowrap; 
	z-index: 20;
	border-radius: 5px;   
	box-shadow: 0px 0px 4px #222;  
	background-image: linear-gradient(#eeeeee, #cccccc);  
} */

.badge2 {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-xs-2 {
  padding: 0px 5px;
  height: 22px;
  min-width: 22px;
  font-size: 11px;
  border-radius: 0;
}
.btn-xs-2  img{
  height: 15px;
  width: 15px;
}

.text-vertical {
  writing-mode: vertical-rl; 
}

.badge-x {
  padding: 0 4px;
  border-radius: 50%;
  background: tomato;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.pelak-image {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : black;
}
.pelak-image1 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : black;
}
.pelak-image2 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-image3 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-image4 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-text {
  text-align: center;
  top: 50%;
  left: 50%;
}

ul{
  list-style-type:none;
}
.list ul li {
  margin-right: 20px;
}
.list ul li:before{
  content: "|--";
  margin-right: 4px;
}
.list .symbol {
  font-size: 14px;
}
.Collapsable {
  cursor: pointer;
}

.tooltip {
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-size: 11px;
  direction: rtl;
  text-align: right;
}
.tooltip-inner {
  background-color: #f1e0ad !important;
  border: #fec212 1px solid;
  color: #000 ;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #fec212 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #fec212 !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #fec212 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #fec212 !important;
}

._jw-tpk-container ol {margin-bottom: 0;}

.modal-header {
  cursor: move;
}

.toast-header strong{ margin-right: 0px !important;}
.toast-header small{ margin-right: auto !important;}

.modal-header i {
  margin-top: 12px;
}

.disabled {cursor: no-drop;}
input[disabled=''] {cursor: no-drop;}
.dark-mode input[disabled=''],
.dark-mode .disabled {background: #6c757d!important;}


#loader { 
  border: 5px solid #f3f3f3; 
  border-radius: 50%; 
  border-top: 5px solid #444444; 
  width: 70px; 
  height: 70px; 
  animation: spin 1.5s linear infinite;
  z-index: 99999;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
}
.center { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  margin: auto; 
}
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.sticky + .content{
  padding-top: 50px;
  padding-bottom: 45px;
}

#login-bottom{
	padding: 2px 0;
	margin: 0;
	bottom: 0;
	position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  color: #333;
}

#root{
  min-height: 100%;
  width: 100%;
  position: relative;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'انتخاب فایل ضمیمه';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 10px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.custom-file-upload {
  display: inline-block;
  cursor: pointer;
}

.ag-theme-balham {
  font-size: 10px;
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-weight: 300;
}

#show-modal-pardakht {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.switch-part {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 22;
  position: relative;
  text-shadow: 0 0 0;
  margin: 0 0 0 0;
}
.switch-part .active.buy {
  color: #00b276;
  background: #edf9f2;
  border-top: solid 2px;
}
.switch-part .part {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 40px;
  padding: 0 5px;
  background: #f2f2f2;
  color: #5d6e88;
  border: solid #fafbfc;
  border-width: 0 3px 3px 0;
}
.switch-part .buy {
  border-width: 0 0 3px 3px;
}


.btn2 {
  display: inline-block;
  height: 32px;
  text-align: center;
  vertical-align: text-top;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 0 0 7px;
  margin-right: 5px;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  color: #202020;
  border: none;
  background: #ddd;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.33);
}
.btn2:hover {
  box-shadow:  rgba(46, 45, 45, 0.082);
}
.btn2 img{
  padding: 5px 5px 0 0;
}
.btn2 .btnIcon {
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-left: 7px;
  font-size: 16px;
  padding-top: 4px;
  display: inline-block;
  float: right;
  border-left: 1px solid rgba(0,0,0,.33);
}
.btnSave, .btnSaveAsDoc {
  color: #fff;
  padding-right: 0;
  background-color: #2b879e;
  background-image: -moz-linear-gradient(top,#2b879e,#287d92);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2b879e),to(#287d92));
  background-image: -webkit-linear-gradient(top,#2b879e,#287d92);
  background-image: -o-linear-gradient(top,#2b879e,#287d92);
  background-image: linear-gradient(to bottom,#2b879e,#287d92);
  background-repeat: repeat-x;
}

.btnEraser {
    background: #ff6c00;
    color: #fff;
}
.btnYellow {
    background: #f3e747;
    color: rgba(0,0,0,.87);
}
.btnGreen {
    background: #cddc39;
    color: #fff;
}

.btn-xs-2 {
  padding: 0px 5px;
  height: 27px;
  min-width: 27px;
  font-size: 11px;
  border: 1px solid rgba(0,0,0,.33);
}

.btn-xs-2  img{
  height: 15px;
  width: 15px;
}

.navbar-default {
  background: #5d6e88!important;
  color: #fff!important;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  overflow: visible;
  height: 27px;
  position: static !important;
  margin: 0;
  display: block;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 14%), 0 0 2px 2px rgb(0 0 0 / 10%), 0 0 5px 1px rgb(0 0 0 / 8%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #e9e5e5;
}

#hmheadbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 27px;
  background: #5d6e88;
  border: 0px solid #C0C0C0;
}
#hmfooterbox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 25px;
    background: #ededed;
    border: 0px solid #C0C0C0;
}

#hmnavbox {
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 250px;
  top: 30px;
  border-left: 5px solid #ededed;
}
#hmnavboxfooter {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 245px;
}

#hmcontentbox {
  position: absolute;
  top: 35px;
  right: 250px;
  bottom: 30px;
  left: 5px;
  min-width: 355px;
  border-right: 5px solid #ededed;
  background: #f1f2f4;
}

#tabs .active {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.hmbox {
  width: 100%;
  height: 100%;
  padding: 5px;
  }
  
@media screen and (max-width: 768px) {
  #hmnavbox {
      position: absolute;
      right: 5px;
    left: 5px;
      width: 100%;
      min-width: 50px;
      top: 30px;
    height: 250px;
    overflow: auto;
    background: #c5c5c5;
  }

  #hmcontentbox {
      position: relative;
      top: 285px;
      right: 5px;
      bottom: 30px;
      left: 5px;
    height: 200px;
    min-width: 355px;
    border-right: 5px solid #ededed;
  }		
}  

.classic-watch .classic-watch-p.active {
  color: #5d6e88;
  background: #e0e5e8 !important;
  font-weight: 600;
  border-width: 1px 0;
  text-shadow: none;
  border-right: 2px solid #5d6e88;
}

.classic-watch .classic-watch-p:hover {
  color: #5d6e88;
  background: #ffffd6 !important;
}

@media (max-width: 1510px) {
  .classic-watch .classic-watch-p {
    height: 34px;
    line-height: 33px;
    font-size: 12px;
    margin: 0;
  }
}

.classic-watch .classic-watch-p {
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 2px;
  position: relative;
  font-size: 13px;
  color: #b8b8b8;
  border-width: 0 1px 1px 0;
  text-align: right;
  cursor: pointer;
  background: #f2f2f2;
  width: 100%;
  float: right;
}

.tabset-right .tab {
  display: inline-block;
  line-height: 33px;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
  background: #f2f2f2;
  color: #5d6e88;
  float: right;
  position: relative;
  line-height: 31px;
  border: solid 0 #e0e5e8;
  border-width: 3px 0 2px 0;
  border-top-color: #f2f2f2;
  text-align: center;
}
.tabset-right {
  color: #e0e5e8;
  height: 35px;
  padding: 0;
}
.tabset-right .tab.active {
  background: #fff;
  color: #4f5d73;
  font-weight: 500;
  border-top: solid 3px #2a2a2a;
  border-bottom: none;
}
.my-watching {
  font-size: 13px;
  padding: 0;
  color: #333;
  background: #ffff;
}
.my-watching .tabset-right .tab {
  width: 50%;
}

.form-control-3{
  padding: 0 2px;
}

.showing-row{
  padding: 5px;
  border-bottom: 1px #d3d3d3 solid;
}
.showing-row:hover{
  background-color: #f5f5f5;
}
.showing-row-bottom{
  white-space: nowrap;
  overflow-x: auto;
}

.showing-row.info {
  background-color: #d9edf7;
}
.showing-row.info:hover {
  background-color: #c4e3f3;
}

.showing-row.success {
  background-color: #dff0d8;
}
.showing-row.success:hover {
  background-color: #d0e9c6;
}

.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#myNav{
  border-bottom: #dedede 1px solid;
}

#myHeader{
  padding-bottom: 8px;
}

#footer-bottom{
	padding: 2px 0;
	margin: 0;
	bottom: 0;
	position: fixed;
  border-top: 1px solid #2a2a2a;
  background-color:#5d6e88;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 65px;
  color: #333;
}
#footer-bottom p{
	font-size: 11px;
}
#footer-bottom i{
	font-size: 24px;
}

#myBody{
  min-height: 100%;
  padding-bottom: 41px;
}



.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.mui-1f {
  width: 106px;
}
.mui-3f {
  width: 146px;
}
.mui-2f {
  width: 212px;
}
.mui-wrapper {
  height: 28px;
  display: flex;
  gap: 8px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  background-color: rgb(236, 241, 249);
  padding: 2px;
}

.mui-highlighter {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  border-radius: inherit;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.mui-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  width: 100%;
  /* font-family: iranyekan-fanum, sans-serif; */
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.667;
  color: rgb(71, 97, 133);
}

.mui-item-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  width: 100%;
  /* font-family: iranyekan-fanum, sans-serif; */
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.667;
  color: rgb(0, 26, 63);
}

.hesab-form {
  border: 1px solid #ccc;
  padding: 5px;
}
.hesab-form:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.hesab-form .hesab-form-right {
  text-align: right;
}
.hesab-form .hesab-form-right div {
  padding-right: 40px;
}

.internet-connection-status {
  bottom: 41px;
  position: absolute;
    width: 100%;
    text-align: center;
    color: white;
}

/* Paygiri Cards Styling */
/* Card Styles - Simple & Clean */
.card {
	border-radius: 8px;
	transition: box-shadow 0.2s;
}

.card:active {
	box-shadow: 0 1px 4px rgba(0,0,0,0.2) !important;
}

/* Compact Badges */
.badge-sm {
	font-size: 0.7rem;
	padding: 0.25rem 0.5rem;
	font-weight: 500;
}

/* Reduce spacing */
.mb-2 {
	margin-bottom: 0.5rem !important;
}

.p-2 {
	padding: 0.75rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

/* Text optimization */
.small {
	font-size: 0.8rem;
	line-height: 1.3;
}

.opacity-50 {
	opacity: 0.5;
}

/* Remove extra padding from body if needed */
#myBody {
	padding: 0.5rem;
}

/* Improve touch targets for mobile */
.card {
	min-height: 44px;
}

/* Bank icon alignment */
.ibl16 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}

/* App Tabbar */
#footer-bottom.app-tabbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.5rem;
	align-items: center;
	padding: 0.5rem 0.75rem 0.75rem;
	background: #f4f5f7;
	backdrop-filter: blur(6px);
	box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
	border-top: 1px solid #e9edef;
}

/* بهبود فاصله‌ها در موبایل */
@media (max-width: 768px) {
	#footer-bottom.app-tabbar {
		gap: 0.75rem;
		padding: 0.6rem 0.5rem 0.85rem;
	}
}

@media (max-width: 480px) {
	#footer-bottom.app-tabbar {
		gap: 0.5rem;
		padding: 0.6rem 0.4rem 0.85rem;
	}
	
	.app-tabbar .tab-item {
		padding: 0.3rem 0;
	}
}

.app-tabbar .tab-item {
	border: none;
	background: transparent;
	color: #9aa0a6;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.5rem;
	transition: color .2s ease, transform .2s ease;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
	.app-tabbar .tab-item {
		padding: 0.3rem 0.4rem;
	}
}

@media (max-width: 480px) {
	.app-tabbar .tab-item {
		padding: 0.3rem 0.3rem;
		font-size: 11px;
	}
}

.app-tabbar .tab-item {
	position: relative;
}

.app-tabbar .tab-item i {
	font-size: 1.2rem;
	margin-bottom: 4px;
}

.app-tabbar .tab-item .tab-icon {
	width: 1.2rem;
	height: 1.2rem;
	margin-bottom: 4px;
	transition: all 0.2s ease;
}

.app-tabbar .tab-item-fab .fab-icon {
	width: 1.3rem;
	height: 1.3rem;
}

.app-tabbar .tab-item-active {
	color: #111111;
	transform: translateY(-2px);
}

.app-tabbar .tab-item .tab-badge {
	position: absolute;
	top: 2px;
	left: 50%;
	min-width: 18px;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 1.2;
	border-radius: 999px;
	background: #ff4d4f;
	color: #fff;
	opacity: 0;
	transform: translate(-65%, -30%) scale(0.4);
	transition: all 0.2s ease;
}

.app-tabbar .tab-badge.is-visible {
	opacity: 1;
	transform: translate(-85%, -30%) scale(1);
}

.app-tabbar .tab-item-fab .fab-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #ffcc33, #ff9a1f);
	color: #1a2134;
	font-size: 1.3rem;
	box-shadow: 0 10px 20px rgba(255, 163, 26, 0.45);
	margin-bottom: 4px;
	transition: all 0.2s ease;
}

.app-tabbar .tab-item-fab .fab-circle:active {
	transform: scale(0.95);
	box-shadow: 0 2px 6px rgba(255, 163, 26, 0.3);
}

.app-tabbar .tab-item-fab span:last-child {
	font-weight: 600;
	color: #fff;
}

body {
	padding-bottom: 90px;
}



/* Payment modal refresh */
.modal-body-clean {
	background: #f8f9fc;
}

.form-section {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(15,34,58,0.08);
	padding: 1.25rem;
	margin-bottom: 1rem;
}

.form-section__title {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #1f2a44;
	font-size: 0.95rem;
	margin-bottom: 0.75rem;
}

.form-section__title i {
	color: #4e73df;
	margin-left: 0.5rem;
	font-size: 1rem;
}

.form-label {
	font-size: 0.85rem;
	color: #6c757d;
	font-weight: 600;
}

.form-section textarea,
.form-section input,
.form-section select {
	border-radius: 10px;
}

.input-group.stacked select + select,
.input-group.stacked select + input {
	margin-top: 0.35rem;
}

.input-number-menu {
	padding: 5px;
	height: 36px;
	width: 32px;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a4a4a;
}

.modal-footer .btn2 {
	border-radius: 8px;
	min-width: 120px;
	font-weight: 500;
	border: 1px solid rgba(0,0,0,0.1);
	background: #ffffff;
	color: #2f3542;
	box-shadow: none;
}

.modal-footer .btn2.btnSave {
	background: #2f80ed;
	border-color: #2f80ed;
	color: #fff;
}

.modal-footer .btn2.btnEraser {
	background: #f8f9fb;
	color: #4a4a4a;
}

.modal-footer .input-group-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	width: 100%;
}

.modal-footer {
	border-top: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	position: sticky;
	bottom: 65px !important;
	left: 0;
	right: 0;
	z-index: 10;
}

.form-page-wrapper {
	padding: 1rem 0.75rem 6rem;
}

.form-page-footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 -6px 20px rgba(15,34,58,0.08);
}

.select2-container .select2-selection--single {
  height: 42px !important; /* یا هر اندازه مطلوب */
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  font-size: 1rem;
  margin-top: -8px;
  
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}

/* Settings Page Styles */
.profile-image-wrapper {
	position: relative;
	display: inline-block;
}

.profile-image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.profile-upload-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(37, 211, 102, 0.4);
	transition: all 0.2s ease;
	border: 3px solid #fff;
}

.profile-upload-btn:hover {
	background: #20ba5a;
	transform: translateX(-50%) scale(1.1);
}

.profile-upload-btn:active {
	transform: translateX(-50%) scale(0.95);
}

.alert-upload-container {
	min-height: 20px;
	margin-top: 0.5rem;
}

.setting-menu-item {
	display: block;
	padding: 1rem 1.25rem;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s ease;
	border: none;
	background: none;
	width: 100%;
	text-align: right;
}

.setting-menu-item:hover {
	background-color: #f8f9fa;
	text-decoration: none;
	color: inherit;
}

.setting-menu-item:active {
	background-color: #e9ecef;
}

.setting-icon-wrapper {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1rem;
	flex-shrink: 0;
}

.setting-icon-wrapper.bg-primary {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}

.setting-icon-wrapper.bg-success {
	background: linear-gradient(135deg, #25D366 0%, #20ba5a 100%);
	color: #fff;
	padding: 8px;
}

.setting-icon-wrapper.bg-danger {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: #fff;
}

.setting-icon-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.setting-menu-title {
	font-size: 1rem;
	font-weight: 500;
	color: #2c3e50;
	margin-bottom: 0.25rem;
}

.setting-menu-subtitle {
	font-size: 0.85rem;
	color: #7f8c8d;
}

.setting-divider {
	height: 1px;
	background: #e9ecef;
	margin: 0 1.25rem;
}

.card {
	border: none;
	border-radius: 12px;
}

.card-header {
	padding: 1rem 1.25rem;
	font-weight: 600;
}

.card-body {
	padding: 1.25rem;
}

.content {
	padding-bottom: 1rem;
}

/* Search Bar Styles */
.search-container {
	margin-bottom: 0.5rem;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 0.5rem 1rem;
	transition: all 0.2s ease;
}

.search-input-wrapper:focus-within {
	border-color: #2f80ed;
	box-shadow: 0 0 0 3px rgba(33, 88, 206, 0.1);
}

.search-icon {
	width: 18px;
	height: 18px;
	color: #9aa0a6;
	margin-left: 0.5rem;
	flex-shrink: 0;
}

.search-input {
	flex: 1;
	border: none !important;
	outline: none !important;
	background: transparent;
	font-size: 0.9rem;

	padding: 0;
	box-shadow: none !important;
}

.search-input:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

#search-request-input,
#search-paygiri-input,
#search-taeed-input {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

#search-request-input:focus,
#search-paygiri-input:focus,
#search-taeed-input:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.search-input::placeholder {
	color: #9aa0a6;
}

.search-clear-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	color: #9aa0a6;
	cursor: pointer;
	padding: 0;
	margin-right: 0.5rem;
	border-radius: 50%;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.search-clear-btn:hover {
	background: #f0f0f0;
	color: #666;
}

.search-clear-btn svg {
	width: 16px;
	height: 16px;
}