.app-page {
  max-height: 99vh !important;
  height: 99vh !important;
}

.search-box {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  position: relative;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: var(--chakra-radii-md);
  width: 100%;
}

.search-box:after {
  /* content: "\f002"; */
  font-family: font6;
  font-size: 16px;
  width: 35px;
  height: 100%;
  text-align: center;
  line-height: 35px;
  float: right;
  font-weight: 300;
  color: rgb(255 255 255 / 0.85);
}

.search-box .taglist,
.search-box input[type="search"] {
  height: 100%;
  float: left;
  border: none;
  padding: 0 0px 0 10px;
  background: transparent;
  border-radius: 0;
  direction: rtl;
  text-indent: 8px;
}

.search-box .taglist span {
}

.search-box .combo.show,
.search-box input:focus ~ .combo {
  transform: translate(0px, 35px);
  opacity: 1;
  visibility: visible;
}

.search-box.left {
  direction: ltr;
}

.search-box.left .combo {
  direction: rtl;
}

.none-border {
  border: none;
}

.chakra-form-control .search-box input,
.chakra-form-control .rmdp-input {
  width: 100%;
  min-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  height: 30px !important;
  transition-property: var(--chakra-transition-property-common);
  transition-duration: var(--chakra-transition-duration-normal);
  font-size: var(--chakra-fontSizes-md);
  padding-inline-end: var(--chakra-space-4);
  height: var(--chakra-sizes-10);
  border-radius: var(--chakra-radii-md);
  border: 1px solid;
  background: inherit;
  border-color: #e2e8f0;
  -webkit-padding-start: var(--chakra-space-4);
}

/*********************toolbars***************************/

.toolbars {
  display: inline-table;
  width: 100%;
  padding: 0 0 10px 0;
}

.toolbars .btn {
  width: 28px;
  height: 28px;
  float: right;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  background: #eff2f9;
  padding: 0;
}

.toolbars .btn:hover {
  box-shadow: inset -15vw 0 0 0 rgb(0 0 0 / 5%);
}

.toolbars .btn + .btn {
  margin: 0 5px 0 0;
}

.toolbars .btn:active {
  font-weight: 500;
}

.toolbars [class*="btn-"] {
  width: initial;
  font-size: 11px;
  border: none;
  padding-left: 10px;
}

.toolbars [class*="btn-"]:before {
  padding: 0 10px 0 5px;
}

.toolbars [class*="btn-"]:active {
  font-weight: 400;
}

.toolbars .btn-accept {
  background: #ecf8f0;
  border: solid 1px rgb(127 205 155);
  color: #11a245;
}

.toolbars .btn-cansel {
  background: #fdf1f1;
  border: solid 1px rgb(237 128 128);
  color: #de1010;
}

.toolbars .btn-print {
  background: rgb(232 243 246);
  border: solid 1px rgb(131 192 207);
  color: #1d8da7;
}

.toolbars .btn-save {
  background: rgb(237 240 248);
  border: solid 1px rgb(158 174 219);
  color: #506bbe;
}

.toolbars .btn-return {
  background: rgb(249 241 235);
  border: solid 1px rgb(222 181 147);
  color: #c37a3b;
}

.toolbars .btn.disabled,
.toolbars .btn[disabled] {
  background: #a8b0bb;
  cursor: not-allowed;
  border-color: #9a9a9a;
  color: rgb(255 255 255 / 85%) !important;
  opacity: 0.8;
}

.toolbars .fa {
  width: 28px;
  height: 28px;
  float: right;
  border: solid 1px #b9c2d6;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  background: #eff2f9;
  border-radius: 2px;
  position: relative;
}

.toolbars .fa + .fa {
  margin: 0 5px 0 0;
}

.toolbars .fa:before {
  padding: 0;
}

.toolbars [class*="btn-"] {
  width: initial;
  font-size: 11px;
  border: none;
}

/*****************************************************/

.toolbars .filter-part {
  float: left;
}

.toolbars .filter-part .part {
  float: right;
}

.toolbars .filter-part .btn {
  margin: 0 3px 0 0;
  font-weight: 300;
}

.toolbars .filter-part .part {
  float: right;
}

.toolbars .filter-part .part span {
  padding: 0 10px 0 0;
  font-size: 12px;
  font-weight: 300;
}

.toolbars .filter-part .part select,
.toolbars .filter-part .part input,
.toolbars .filter-part .part div,
.toolbars .filter-part .part div input {
  height: 28px;
  font-size: 11px;
}

.toolbars .filter-part .part div {
  display: initial;
}

.toolbars .filter-part .part div input {
  direction: ltr;
  padding: 0 3px;
  margin: 0 3px;
}

.toolbars .filter-part .part div input:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f274";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}

.toolbars .filter-part .part .selector {
  height: 28px;
  width: 110px;
}

.toolbars .filter-part .part .selector:after {
  line-height: 28px;
  width: 26px;
}

/*****************************************************/
.over-flow-unset {
  overflow: unset !important;
}

.filter-bar {
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  margin: 5px 0 15px;
  max-height: 80px;
  overflow: initial;
  box-shadow: 0px 0px 5px 1px #e3e6ef;
  background: #f6f8fc;
}

.filter-bar h5 {
  border-bottom: solid 2px #1f42ab;
  padding: 0 0 1px 0;
  margin: 0 0 10px 0;
}

.filter-bar .form-inline {
  display: inline-block;
}

.filter-bar .form-inline select,
.filter-bar .form-inline input {
  border-radius: 5px;
}

.filter-bar .filter-more {
  width: calc(100% - 20px);
  margin: 15px 0 0 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  height: 0vh;
}

.filter-bar .filter-more.show {
  opacity: 1;
  visibility: visible;
  height: 30vh;
}

.filter-bar .top-cell {
  margin: 19px 0 0 0;
}

/*****************************************************/

.alert {
  position: fixed;
  top: 4vw;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 13px;
  perspective: 3000px;
  transform-style: preserve-3d;
  visibility: hidden;
}

.alert .text {
  display: block;
  width: max-content;
  transform-origin: top;
  background: #fdc832;
  box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 46%);
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 25px;
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
}

.alert .text:before {
  font-family: font6;
  content: "\f071";
  font-size: 22px;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: 300;
}

.alert.show {
  visibility: visible;
}

.alert.show .text {
  animation: showAlert linear 5s;
}

.alert.successful .text {
  background: #4ce1b6;
  color: rgb(35 35 35 / 91%);
}

.alert.warning .text {
  background: #ff4861;
  color: rgb(255 255 255 / 98%);
}

.alert.info .text {
  background: #70bbfd;
  color: rgb(35 35 35 / 80%);
}

.alert.successful .text:before {
  content: "\f2f7";
  color: #0d6f52;
}

.alert.warning .text:before {
  content: "\f05e";
}

.alert.info .text:before {
  content: "\f0eb";
}

/*********************************************************/

.tab-box {
  border-bottom: solid 2px #eaedef;
  height: 37px;
  margin: 0 0 5px 0;
}

/*.tab-box .tab {*/
/*  height: 37px;*/
/*  float: right;*/
/*  line-height: 25px;*/
/*  padding: 0 10px;*/
/*  font-size: 13px;*/
/*  color: rgb(51 51 51 / 50%);*/
/*  font-family: "iranSansDN";*/
/*  cursor: pointer;*/
/*  text-align: center;*/
/*  transition: all 0.2s linear;*/
/*}*/
.tab-box .tab {
  height: 37px;
  float: right;
  line-height: 25px;
  padding: 0 10px;
  font-size: 13px;
  color: black;
  font-family: "iranSansDN";
  cursor: pointer;
  text-align: center;
  transition: all 0.2s linear;
  /*background-color: #d8e1ee;*/
  margin: 1px;
  /*border-radius: 8px 0 8px 0;*/
}

.tab-box .tab .icon-close {
  float: left;
  width: 20px;
  height: 20px;
  opacity: 0;
  text-align: center;
  line-height: 20px;
  margin: 5px 5px 0 0;
  font-weight: 400;
  transition: all 0.2s linear;
}

.tab-box .tab .icon-close:hover {
  color: red;
}

.tab-box .tab:hover,
.tab-box .tab.active {
  color: #1f42ab;
  font-weight: bold;
  text-shadow: none;
  /*background-color: #f3f3f3;*/
}

.tab-box .tab:hover {
  padding: 5px;
}

.tab-box .tab.active {
  border-bottom: solid 2px #1f42ab;
}

.tab-box .tab:hover .icon-close {
  opacity: 1;
}

.tab-box.simple .tab {
}

.tab-body {
  overflow: auto;
  height: calc(100% - 165px);
  padding: 0 0 5px 5px;
}

.tab-box + .tab-box {
  margin: 10px 0 0 0;
}

/**********************************************/

.form-box {
  position: relative;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin: 10px 0;
  padding: 13px 30px 10px 0;
  background: #f9f9f9;
  overflow: initial;
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}

.form-box.hide {
  overflow: hidden;
  max-height: 30px;
}

.form-box .title {
  position: absolute;
  padding: 0 3px;
  top: 0;
  right: 0;
  font-size: 14px;
  background: #f5f5f5;
  transform-origin: top right;
  width: 30px;
  height: 100%;
  color: #333;
  border-left: solid 1px #ddd;
  cursor: pointer;
}

.form-box .title b.larg-text {
  font-size: 12px;
  top: calc(50% - 10px);
}

.form-box .title b {
  transform-origin: center;
  white-space: nowrap;
  transform: rotate(90deg) translate(0px, -71px);
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  font-weight: 300;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.form-box .title.translate {
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 1;
  transition: top linear 0.4s 1s;
  animation: translateTitle 0.4s;
}

.form-box .title.translate b {
  transform: rotate(0deg);
  right: calc(50% - 20px);
  top: 3px;
}

.form-box .form-inline {
  margin: 0 0 8px 0;
  display: inline-table;
}

.form-box .search-box {
  background: #fff;
}

/**************************modal*****************************/

.modal {
  position: fixed;
  z-index: 5;
  top: 20%;
  width: 60%;
  background: #fff;
  right: 20%;
  border-radius: 5px;
  overflow: hidden;
  transform: translate(0, -20%);
  max-height: 60%;
  transition: all 0.6s cubic-bezier(0.18, 0.89, 0.52, 1.1);
  opacity: 0;
  visibility: hidden;
}

.modal.show {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  overflow: unset;
}

.modal.show:before {
  content: "";
  background: rgb(0 0 0 / 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.modal .modal-header {
  background: #f8f9fa;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 0;
  position: relative;
  border-bottom: 1px solid #dee2e6;
}

.modal .modal-header:before {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 100%;
  bottom: -30px;
}

.modal .modal-header h3 {
  width: calc(100% - 100px);
  float: right;
  line-height: 50px;
}

.modal .modal-header .icon-maximize,
.modal .modal-header .icon-close {
  float: left;
  height: 100%;
  text-align: center;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  width: 50px;
  line-height: 50px;
  opacity: 0.5;
}

.modal .modal-header .icon-maximize {
  font-size: 18px;
}

.modal .modal-header .icon-maximize:hover,
.modal .modal-header .icon-close:hover {
  opacity: 1;
}

.modal .modal-header .icon-close:after {
  content: "";
  top: calc(50% - 8px);
  height: 20px;
  width: 1px;
  background: #c1c8dc;
  position: absolute;
  right: 0;
}

.modal .modal-header .icon-maximize.minimize:before {
  content: "\f2d1";
}

.modal .modal-body {
  background: #fff;
  padding: 10px;
  position: relative;
  height: calc(100% - 50px);
  overflow: auto;
  width: 100%;
  display: flow-root;
}

.modal .modal-body.overflow-initial {
  overflow: initial;
}

.modal .modal-body::-webkit-scrollbar-track {
  visibility: hidden;
}

.modal .modal-body::-webkit-scrollbar-thumb {
  visibility: hidden;
}

.modal .modal-body:hover::-webkit-scrollbar-track {
  visibility: visible;
}

.modal .modal-body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.modal .modal-body .box {
  border: solid 1px #ddd;
  position: relative;
  padding: 15px 30px 15px 10px;
  margin: 5px 0 0 0;
  border-radius: 5px;
  background: #f9f9f9;
}

.modal .modal-body .box + .box {
  margin: 15px 0 0 0;
}

.modal .modal-body .box .subject {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f5f5;
  border-left: solid 1px #ddd;
  transform-origin: top right;
  width: 30px;
  height: 100%;
  font-size: 13px;
}

.modal .modal-body .box .subject b {
  position: absolute;
  right: -50%;
  top: calc(50% - 9px);
  white-space: nowrap;
  transform-origin: center;
  transform: rotate(90deg) translate(0px, -20px);
  width: 100px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
}

.modal.maximize {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

/**********************/

.shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.5);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}

.modal.show ~ .shadow {
  opacity: 1;
  visibility: visible;
}

/*************************************************/
.mail {
}

.mail .mail-box {
  height: calc(100% - 65px);
  overflow: auto;
  padding: 5px;
  line-height: initial;
}

.mail .box {
  background: #ffffff;
  padding: 10px;
  border-radius: 0.25em;
  max-height: 165px;
  overflow: hidden;
  /* border: solid 1px #dcdcdc; */
}

.mail .box.unread {
  background: #f2faff;
  border-right: solid 2px #4b89b1;
}

.mail .box + .box {
  margin: 10px 0px 0;
}

.mail .title {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.mail .box.unread .title {
  font-weight: 400;
}

.mail .date {
  color: #808080;
  padding: 4px 0;
  display: block;
  font-weight: 200;
  font-size: 11px;
}

.mail p {
  font-weight: 200;
  text-align: justify;
}

/***************************************************************************************/

.main-wrapper {
  width: 100%;
  height: 100%;
  background: rgb(31 66 172 / 20%);
}

/*****************************************slidebar menu***************************************/

.side-bar {
  width: 261px;
  float: right;
  height: calc(100% - 55px);
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 14%), 0 4px 5px 0 rgb(0 0 0 / 10%), 0 1px 10px 0 rgb(0 0 0 / 8%);
  position: fixed;
  transition: transform 0.4s cubic-bezier(0.54, -0.05, 0.82, 1.3);
  z-index: 0;
  background: #f6f8fc;
}

.side-bar.menu {
}

.side-bar .menu li {
  list-style: none;
  color: #333;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s linear;
}

.side-bar .menu li:hover,
.side-bar .menu li.show,
.side-bar .menu .li-menu.show i {
  opacity: 1;
  color: #2043ad;
}

.side-bar .menu li a {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.side-bar .menu li.selected {
  opacity: 1;
}

.side-bar .menu li.selected a,
.side-bar .menu li a.selected {
  background-color: #2043ad;
  border-radius: 2px;
  padding: 0 10px;
  height: 40px;
  line-height: 30px;
  width: calc(100% - 15px);
  font-weight: 400;
  /* background: #e0f3ff; */
  color: #fff;
}

.side-bar .menu li .text {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 10px 0 0;
}

.side-bar .menu li .text i {
  font-size: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-style: normal;
  opacity: 0.5;
  vertical-align: middle;
  transition: opacity 0.2s linear;
}

.side-bar .menu li:hover > .text i {
  opacity: 1;
}

.side-bar .menu li > .text:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(135deg);
  margin: 16px 0 0 14px;
  border: solid;
  border-width: 0 1px 1px 0;
  color: #98a2c1;
  float: left;
  transition: transform 0.2s linear;
}

.side-bar .menu li.show > .text:after {
  transform: rotate(45deg);
}

.side-bar .menu li > .expand {
  padding: 0px 45px 0px 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height linear 0.5s;
}

.side-bar .menu .li-menu.show .expand {
  max-height: 500px;
  transition: max-height linear 1s;
}

.side-bar .menu .li-menu > .expand:before {
  content: "";
  height: calc(100% - 14px);
  position: absolute;
  right: 22px;
  width: 1px;
  top: 7px;
  background-color: #ddd;
}

.side-bar .menu .li-menu > .expand li {
  height: 40px;
  line-height: 40px;
}

.side-bar .menu .li-menu.exp .text:before {
  transform: rotate(45deg);
}

.side-bar .menu .li-menu.show > .expand {
  max-height: 500px;
}

.side-bar .menu .li-menu.show .text {
  font-weight: 400;
}

.side-bar .menu .ul-title {
  padding: 0 30px 0 0;
  position: relative;
}

.side-bar .menu .ul-title:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #dddddd;
  height: 100%;
  right: 22px;
}

.side-bar .menu .li-title {
  padding: 10px 0 20px 0;
  position: relative;
  max-height: 50px;
  overflow: hidden;
  transition: max-height linear 0.2s;
}

.side-bar .menu .li-title.show {
  max-height: 800px;
}

.side-bar .menu .li-title + .li-title:before {
  content: "";
  position: absolute;
  width: 80%;
  background: #dddddd;
  top: 0;
  right: 10%;
  height: 1px;
}

.side-bar .menu .li-title > .text {
  font-size: 14px;
  font-weight: 400;
}

.side-bar .menu .li-title > .text i {
  opacity: 1;
  margin: 0 0 0 5px;
}

/****************************slidebar profile**************************************/

.side-bar .user-profile {
  background: #f6f8fc;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  color: #333;
}

.side-bar .user-profile.active {
  background: #1f42ab;
  color: #fff;
}

.side-bar .user-profile:after {
  content: "";
  position: fixed;
  background: rgb(0 0 0 / 50%);
  width: 260px;
  height: 100%;
  right: 0;
  z-index: 0;
  box-shadow: inset 0 -8px 20px 0px rgb(0 0 0 / 26%);
  transition: all 0.4s cubic-bezier(0, 0.91, 1, 1.22);
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
}

.side-bar .user-profile.active:after {
  opacity: 1;
  visibility: visible;
  bottom: 200px;
}

.side-bar .user-profile .box:before {
  content: "\f21b";
  font-family: font6;
  font-weight: 100;
  font-size: 34px;
  width: 58px;
  height: 58px;
  background: #f6f8fc;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  float: right;
  margin: 0 10px;
  color: #1f42ab;
  text-shadow: 0px 0px;
  border: solid 1px;
}

.side-bar .user-profile.active .box:before {
  background: #305fea;
  color: #000;
  box-shadow: none;
}

.side-bar .user-profile .name {
  display: block;
  margin: 0px 0 0 0;
  color: #1f42ab;
}

.side-bar .user-profile .year,
.side-bar .user-profile .position {
  font-size: 10px;
  margin: 0px 0 0 0;
  line-height: 12px;
  opacity: 0.8;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 5px;
}

.full-width {
  width: 100%;
}

.side-bar .user-profile .year select,
.side-bar .user-profile .position select {
  height: 30px;
  width: 150px;
  font-size: 11px;
  background: transparent;
  border-color: transparent;
}

.side-bar .user-profile .year select:hover,
.side-bar .user-profile .position select:hover {
  background: #fff;
  border: solid 1px #e2e2e3;
}

.side-bar .user-profile .year {
  line-height: 24px;
}

.side-bar .user-profile .btn {
  width: 90%;
  height: 35px;
  line-height: 33px;
  background: #305fea;
  color: #ffffff;
  border: solid 1px #333;
  margin: 15px auto 0;
  display: block;
}

.side-bar .user-profile .icon-arrow-top {
  position: absolute;
  top: -15px;
  background: #f6f8fc;
  width: 30px;
  text-align: center;
  height: 15px;
  line-height: 19px;
  right: calc(50% - 20px);
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  border: solid 1px #dddddd;
  border-bottom-width: 0;
  overflow: hidden;
  color: #333333;
  z-index: 2;
}

.side-bar .user-profile.active .icon-arrow-top {
  border-color: #595959;
  background: #1f42ab;
  color: #fff;
}

.side-bar .user-profile .icon-arrow-top.rotate:before {
  transform: rotateZ(180deg);
  display: block;
}

.side-bar .user-profile .box {
  height: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0, 0.91, 1, 1.22);
  z-index: 1;
}

.side-bar .user-profile .box.show {
  height: 180px;
}

.side-bar .user-profile.active .name {
  color: rgb(255 255 255 / 0.9);
}

.side-bar .user-profile.active select {
  color: #fff;
}

/**********************************************************************/
.side-bar.hide {
  width: 50px;
}

.side-bar.no-show {
  display: none;
}

.side-bar.hide .menu .expand {
  position: absolute;
  background: #ffffff;
  max-height: initial !important;
  right: 220px;
  z-index: 2;
  top: 0;
  opacity: 0;
  min-width: 250px;
  visibility: hidden;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 5px 0 0 5px;
  padding: 3px 15px 5px 0;
}

.side-bar.hide .menu .expand:before {
  right: 0;
  top: initial;
  bottom: 0;
  height: calc(100% - 40px);
  background: rgb(230 231 233);
}

.side-bar.hide .menu .li-menu:hover .expand {
  opacity: 1;
  visibility: visible;
}

.side-bar.hide .menu .text {
  padding: 0 10px 0 0;
  /* width: 50px; */
  overflow: hidden;
}

.side-bar.hide .menu .text:before {
  font-size: 18px;
}

.side-bar.hide .menu li .search-box {
  overflow: unset;
}

.side-bar.hide .menu li .search-box input {
  position: absolute;
  z-index: 5;
  right: 39px;
  width: 20vw;
  background: red;
  visibility: hidden;
}

.side-bar.hide .menu li .search-box .combo {
  margin: 4px 40px 0 0;
}

.side-bar.hide .search-box:after {
  width: 28px;
}

.side-bar.hide .user-profile {
  padding: 5px 0;
}

.side-bar.hide .user-profile .icon-arrow-top {
  opacity: 0;
}

.side-bar.hide .user-profile .box {
  height: 40px;
}

.side-bar.hide .user-profile .box:before {
  width: 40px;
  height: 40px;
  font-size: 22px;
  margin: 0 4px 0 0;
  line-height: 40px;
}

.side-bar.hide .user-profile .name,
.side-bar.hide .user-profile .position,
.side-bar.hide .user-profile button {
  visibility: hidden;
}

.side-bar.hide .menu .ul-title {
  padding: 0;
  position: fixed;
  z-index: 101;
  background: #fff;
  margin: -49px 0 0 0;
  width: 220px;
  right: 50px;
  box-shadow: -5px 0px 5px 0 rgb(0 0 0 / 26%);
  opacity: 0;
  visibility: hidden;
}

.side-bar.hide .menu .ul-title:before {
  right: 0;
}

.side-bar.hide .menu .li-title:hover > .ul-title {
  opacity: 1;
  visibility: visible;
}

.side-bar.hide .menu .li-title.show {
  max-height: 50px;
}

.side-bar.hide .menu .li-title + .li-title:before {
}

.side-bar.hide .menu .li-title > .text {
  padding: 0 12px;
}

.side-bar.hide .menu .li-title > .text i {
}

/*****************************************************************************************************/

/*******eslah shavad*********/

.page-wrapper {
  width: calc(100% - 260px);
  float: left;
  height: calc(100% - 15px);
  padding: 5px 15px 15px 15px;
  position: relative;
  transform: translate(0px, -40px);
}

.page-wrapper.wide {
  width: calc(100% - 50px);
}

.page-wrapper.all-wide {
  width: 100%;
}

.page-wrapper .box-white {
  background-color: #fff;
  padding: 10px 10px 5px 10px;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  height: 92vh;
}

.page-wrapper .box-white .title-index {
  font-size: 18px;
  padding: 0px 0 7px 0;
}

.page-wrapper .box-white .title-index [class*="icon"] {
  font-weight: 500;
}

.page-wrapper .box-white .title-index.mBottom20 {
  margin: 0 0 15px 0;
}

/********************************************************/

.header {
  height: 55px;
  line-height: 50px;
  position: relative;
}

.header:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #1f42ac, rgb(32 67 172 / 90%));
  top: 0;
  left: 0;
  width: calc(100% - 260px);
  height: 12vh;
  z-index: 0;
}

.header .user-profile {
  float: left;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}

.header .user-profile:before {
  font-family: "font6";
  content: "\f007";
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: #39516f;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-weight: 500;
}

.header .user-profile:after {
  font-family: FontAwesome;
  content: "\f0d7";
  vertical-align: sub;
  display: inline-block;
  margin: 0 5px 0 0;
}

.header .icon-toggle {
  height: 50px;
  float: right;
  width: 50px;
  text-align: center;
  color: #343a40;
  cursor: pointer;
  line-height: 50px;
  transform-origin: center;
}

.header .icon-toggle.rotate {
  transform: rotateY(180deg);
}

.header .search-box {
  margin: 10px 15px 0 0;
  width: 20%;
  border: none;
  background: rgb(255 255 255 / 20%);
  z-index: 2;
  margin-right: 275px;
}

.header .search-box input::-webkit-input-placeholder {
  color: rgb(51 51 51 / 0.85);
  font-weight: 300;
}

.header .search-box .combo {
  width: 25vw;
}

.header-wrapper.wide::after {
  width: 100%;
}

.header .head-left {
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 52px;
  z-index: 2;
  position: relative;
}

.header-datepicker-box div {
  display: inline;
}

.header .head-left .icon-moon,
.header .head-left .icon-nav,
.header .head-left .icon-sun,
.header .head-left .icon-tube,
.header .head-left .icon-bell,
.header .head-left .icon-power {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  float: left;
  font-size: 18px;
  position: relative;
}

.header .head-left .icon-moon.sun:before {
  content: "\e1d6";
  color: #bbad09;
}

.header .head-left .icon-bell:after,
.header .head-left .icon-nav:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  width: 0px;
  height: 0px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 10px;
  z-index: 3;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.header .head-left .icon-bell.active:after,
.header .head-left .icon-nav.active:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.header .head-left .icon-nav {
  font-weight: 500;
}

.header .top.header-box.hide {
  display: none;
}

.header .top {
  height: 55px;
  width: 260px;
  line-height: 55px;
  overflow: hidden;
  float: right;
  background: #f6f8fc;
  position: fixed;
}

.header .top .icon-app {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  float: right;
  margin: 10px 0px 0 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #48a4da;
  font-weight: 500;
}

.header .top .icon-app:before {
  content: "\f3a5";
  font-family: "font6";
}

.header .top .title-app {
  line-height: 50px;
  cursor: pointer;
}

.header .icon-menu {
  float: right;
  font-size: 20px;
  font-weight: 500;
  width: 50px;
  text-align: center;
}

/********************************/

.header .notification-box {
  position: absolute;
  background: white;
  width: 400px;
  left: 15px;
  height: 340px;
  z-index: 2;
  top: 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 26%);
  padding: 0 0px 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
}

.header .notification-box .subject {
  padding: 0 10px;
  position: relative;
  height: 46px;
  line-height: 45px;
  font-size: 15px;
  color: #1f42ac;
  margin: 0 0 6px 0;
}

.header .notification-box .subject:before {
  content: "\f5f8";
  font-family: font6;
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: 38px;
  background: white;
  z-index: 1;
  color: #cecece;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}

.header .notification-box .subject:after {
  content: "";
  width: 15vw;
  background: linear-gradient(90deg, #ffffff, #cecece);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header .notification-box.show {
  opacity: 1;
  visibility: visible;
  top: 54px;
}

.header .notification-box.mail .box {
  height: 80px;
}

.header .notification-box.mail .mail-box {
  padding: 7px 9px 3px 7px;
  font-size: 11px;
}

.header .notification-box.mail .title {
  font-size: 13px;
}

/*******************************************************/

.header .nav-bar {
  position: fixed;
  background: white;
  z-index: 3;
  left: 15px;
  width: 300px;
  border-radius: 5px;
  color: #152861;
  box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 26%);
  transition: all linear 0.2s;
  top: 40px;
  opacity: 0;
  visibility: hidden;
}

.header .nav-bar.show {
  opacity: 1;
  visibility: visible;
  top: 54px;
}

.header .nav-bar .box {
  font-size: 12px;
  font-weight: 300;
  display: block;
  width: 100%;
  position: relative;
  height: 45px;
  line-height: 45px;
}

.header .nav-bar .box + .box:after {
  content: "";
  position: absolute;
  right: 5%;
  width: 90%;
  height: 1px;
  top: 0;
  border-top: dashed 1px #d5dbef;
}

.header .nav-bar .box a {
  width: 100%;
  height: 100%;
  display: block;
}

.header .nav-bar .logo {
  float: right;
}

.header .nav-bar .box .logo:before {
  content: "";
  width: 45px;
  height: 25px;
  display: inline-block;
  font-family: "font6";
  line-height: 25px;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 10px;
  text-align: center;
  font-weight: 300;
  border-left: solid 1px rgb(31 66 172 / 20%);
}

.header .nav-bar .backend .logo:before {
  content: "\f64c";
  color: #2076b3;
}

.header .nav-bar .brokerPanel .logo:before {
  content: "\f873";
  color: #294c77;
}

.header .nav-bar .brokerPanel.ati .logo:before {
  color: #bb9e00;
}

.header .nav-bar .brokerFinancial .logo:before {
  content: "\f571";
  color: #0fa056;
}

.header .nav-bar .callCenter .logo:before {
  content: "\f82d";
  color: #19ce9b;
}

.header .nav-bar .education .logo:before {
  content: "\f51c";
  color: #13bdc5;
}

.header .nav-bar .adminPanel .logo:before {
  content: "\f4fe";
  color: #5b6886;
}

.header .nav-bar .brockerKala .logo:before {
  content: "\f873";
  color: #6fa575;
}

.header .nav-bar .ticketing .logo:before {
  content: "\f1cd";
  color: #c72828;
}

/******************************************/
.nav-bar.drawer {
  right: 0;
  width: 260px;
  border-radius: 0;
  height: calc(100% - 50px);
  box-shadow: none;
  border-top: solid 1px #ddd;
  top: 35px;
}

.nav-bar.drawer:after {
  content: "";
  position: fixed;
  width: calc(100% - 260px);
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  left: 0;
  top: 0;
}

.nav-bar.drawer.show {
  top: 50px;
}

.header .drawer .box .logo:before {
  content: "\f4a0";
}

/*******************************************************/

.page-wrapper .parent-table {
  height: calc(100% - 97px);
  padding: 0 0 0 5px;
  overflow: auto;
}

.page-wrapper .parent-table.have-filter-bar {
  width: 100%;
  height: calc(100% - 115px);
}

.page-wrapper .parent-table.have-filter-bar.close {
  height: calc(100% - 205px);
}

.page-wrapper .parent-table.in-table {
  height: calc(100% - 85px);
}

.page-wrapper .parent-table::-webkit-scrollbar-track {
  visibility: hidden;
  opacity: 0;
}

.page-wrapper .parent-table::-webkit-scrollbar-thumb {
  visibility: hidden;
  opacity: 0;
}

.page-wrapper .parent-table:hover::-webkit-scrollbar-track {
  visibility: visible;
  opacity: 1;
}

.page-wrapper .parent-table:hover::-webkit-scrollbar-thumb {
  visibility: visible;
  opacity: 1;
}

.page-wrapper .height400 {
  height: calc(100% - 400px);
}

/**********************************************************/

.dashbord {
  padding: 0 0 0 5px;
  overflow: auto;
  height: 100%;
}

.dashbord:after {
  height: 5vw;
}

.dashbord > .part {
  background: #fff;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  height: 40%;
  float: right;
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%), 0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%), 0 0.125rem 0.1875rem rgb(8 10 37 / 3%);
  padding: 10px;
}

.dashbord > .part.charts {
  width: 20%;
  height: 20vw;
  float: left;
}

.dashbord > .part.counters {
  width: 80%;
  margin: 0 0px 0px 0;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
  height: initial;
}

.dashbord > .part.counters .box {
  float: right;
  width: calc(25% - 15px);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%), 0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%), 0 0.125rem 0.1875rem rgb(8 10 37 / 3%);
  margin: 0 0px 0 15px;
  height: 11vw;
  overflow: hidden;
}

.dashbord > .part.counters .box:before {
  display: block;
  font-family: font6;
  content: "\f46d";
  width: 4vw;
  height: 4vw;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 2vw;
  font-weight: 200;
  color: #1f42ac;
  background: #f7b924;
  line-height: 4vw;
  margin: 1vw auto 1vw;
}

.dashbord > .part.counters .box.customer:before {
  content: "\f0c0";
  background: #d92550;
  color: #fff;
}

.dashbord > .part.counters .box.trades:before {
  content: "\f2b5";
  background: #3ac47d;
  color: #fff;
}

.dashbord > .part.counters .box.best:before {
  content: "\f6a4";
  background: #2f7ee0;
  color: #fff;
}

.dashbord > .part.counters .box b {
  display: block;
  color: #333;
  padding: 15px 0 30px 0;
  font-weight: 300;
  font-size: 1vw;
}

.dashbord > .part.counters .box i {
  font-style: normal;
}

.dashbord > .part.tables {
  width: 100%;
  margin: 15px 0 0 0;
  height: 40%;
}

.dashbord > .part.tables .parent-table {
  height: calc(100% - 70px);
}

.dashbord > .part .subject {
  color: #333;
  padding: 5px 10px 10px 0;
  position: relative;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

.dashbord > .part .highcharts-figure {
  height: calc(100% - 58px);
  padding: 5px;
  background: transparent;
  border: none;
}

.dashbord > .part .highcharts-figure .highcharts-container {
  width: 100% !important;
}

.dashbord > .part .highcharts-figure .highcharts-container .highcharts-background {
  fill: transparent;
}

/********************************/
.dashbord > .part.analytics {
  width: 80%;
  height: calc(9vw - 15px);
  margin: 15px 0px 0 0;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}

.dashbord > .part.analytics .box {
  background: #fff;
  width: calc(50% - 15px);
  float: right;
  box-shadow: 0 0.46875rem 2.1875rem rgb(8 10 37 / 3%), 0 0.9375rem 1.40625rem rgb(8 10 37 / 3%),
    0 0.25rem 0.53125rem rgb(8 10 37 / 5%), 0 0.125rem 0.1875rem rgb(8 10 37 / 3%);
  margin: 0 0px 0 15px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
  border-radius: 0.25rem;
}

.dashbord > .part.analytics .box .calories,
.dashbord > .part.analytics .box .gpa {
  width: 8vw;
  height: 100%;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
}

.dashbord > .part.analytics .box .calories svg,
.dashbord > .part.analytics .box .gpa svg {
  width: 100%;
  height: 100%;
}

.dashbord > .part.analytics .box svg .rbc-center-text {
  font-size: 12vw;
}

.dashbord > .part.analytics .box svg .progress {
  filter: none;
}

/**************************************************************/

.dashbord > .part.chat {
  margin: 15px 0 0 0;
  width: 40%;
  height: 50%;
}

.dashbord .chat .chat-box {
  height: calc(100% - 120px);
  overflow: auto;
  padding: 0 0 0 5px;
}

.dashbord .chat .chat-form {
  height: 50px;
  margin: 5px 0 0 0;
  border-radius: 0 0 5px 5px;
}

.dashbord .chat .chat-form input {
  height: 40px;
  width: calc(100% - 120px);
  margin: 5px 5px 0 0;
  border-left: none;
  border-radius: 0 2px 2px 0;
  float: right;
}

.dashbord .chat .chat-form .btn {
  height: 40px;
  float: left;
  margin: 5px 0 0 5px;
  background: #2f88d4;
  color: #fff;
  border-color: #b9c2d6;
  width: 110px;
  border-radius: 2px 0 0 2px;
  border-right: none;
  font-weight: 300;
}

.dashbord .chat .chat-form .btn:before {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.dashbord .chat .chat-part {
  display: inline-table;
  width: 100%;
  margin: 5px 0 0 0;
}

.dashbord .chat .chat-part figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  position: relative;
  line-height: 50px;
  font-size: 30px;
  font-weight: 100;
  border: solid 1px #4b89b1;
}

.dashbord .chat .chat-part figure:before {
  content: "\f21b";
  font-family: font6;
  background: #fbfbfb;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #4b89b1;
}

.dashbord .chat .chat-part figure img {
  width: 100%;
  height: 100%;
  position: relative;
}

.dashbord .chat .chat-part .right {
  float: right;
}

.dashbord .chat .chat-part .left {
  width: calc(100% - 60px);
  float: left;
}

.dashbord .chat .chat-part .left .date {
  font-weight: 200;
  font-size: 11px;
  margin: 5px 0 0;
  display: inline-block;
  color: #1f42ac;
}

.dashbord .chat .chat-part .left .recive:before {
  font-family: font6;
  content: "\f560";
  color: #3d9d25;
}

.dashbord .chat .chat-part .left p {
  background: #e0f3ff;
  padding: 15px 15px;
  border-radius: 2px;
  position: relative;
  font-weight: 200;
  text-align: justify;
}

.dashbord .chat .chat-part .left p:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 7px solid #e0f3ff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -7px;
  top: 10px;
}

.dashbord .chat .chat-part.left {
  direction: ltr;
}

.dashbord .chat .chat-part.left .left {
  float: right;
}

.dashbord .chat .chat-part.left .left p {
  background: #f2faff;
  text-align: right;
}

.dashbord .chat .chat-part.left .left p:before {
  content: "";
  border-left: none;
  right: initial;
  left: -7px;
  border-top: 8px solid transparent;
  border-right: 7px solid #eef2f5;
  border-bottom: 8px solid transparent;
}

.dashbord .chat .chat-part.left .right {
  float: left;
}

/**************************************************/

.dashbord > .part.mail {
  width: calc(60% - 15px);
  margin: 15px 15px 0 0;
  height: 50%;
}

/*************************************************/
.ui-kits {
  overflow: auto;
  height: 100%;
}

.ui-kits .box-info {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  overflow: auto;
  height: 100%;
}

.ui-kits .box-info .part {
  position: relative;
  padding: 2vw 2vw;
  margin: 15px 0 0 0;
}

.ui-kits .box-info .part h5 i {
  font-style: normal;
  padding: 0 5px;
  font-weight: 300;
  text-shadow: 0px 0px;
  color: #1f42ac;
}

.ui-kits .box-info .part h5 b {
  font-style: normal;
  padding: 0 5px;
}

.ui-kits .box-info .part:before {
  content: "";
  position: absolute;
  right: 15%;
  width: 70%;
  height: 1px;
  background: #ddd;
  top: 0;
}

.ui-kits .box-info .attention {
  padding: 15px 0;
  color: #de1010;
  font-size: 14px;
}

.ui-kits .preview b,
.ui-kits .box-info .bolder {
  margin: 0 3px;
  font-style: normal;
  padding: 0 5px;
  border-radius: 5px;
  color: #1f42ac;
  direction: ltr;
  display: inline-block;
  line-height: 18px;
  font-weight: 600;
  font-family: sans-serif;
  vertical-align: middle;
}

.ui-kits .preview {
  padding: 10px 0px;
  margin: 10px 0 0 0;
}

.ui-kits .preview p {
  padding: 10px 0;
  font-weight: 300;
  font-size: 14px;
}

.ui-kits .detail-part {
  margin: 10px 0 0 0;
}

.ui-kits .detail-part .btn {
  margin: 0 0 0 10px;
  width: 160px;
  float: none;
}

.ui-kits .detail-part .dropdown .btn {
  width: initial;
}

.ui-kits .detail-part.toolbars .btn {
  width: 28px;
}

.ui-kits .detail-part .value {
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
}

.ui-kits .detail-part i.info {
  margin: 0 5px;
  font-style: normal;
  padding: 0 5px;
  border-radius: 5px;
  color: #334b80;
  line-height: 18px;
  font-weight: 500;
}

.ui-kits .show-code {
  background: rgb(240 240 241);
  padding: 10px;
  direction: ltr;
  color: #0d215a;
  margin: 15px 0 0 0;
}

.ui-kits .show-code p {
  padding: 0;
}

.tab {
  display: flex;
  flex-direction: column;
  height: 95vh;
}

.tab .tab-bar.hide {
  min-height: 0px;
}

.tab .tab-bar {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  color: rgb(51 51 51 / 50%);
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  min-height: 41.61px;
}

.tab .tab-bar:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  background-color: #e9ecf3;
  height: 2px;
  width: 100%;
}

.tab .tab-btn {
  margin-left: 5px;
  width: auto;
  border-bottom: none;
  padding: 10px 5px 15px;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 14px;
  white-space: nowrap;
  float: right;
}

.tab .tab-btn i {
  visibility: hidden;
  display: flex;
  margin-right: 9px;
}

.tab .tab-btn:hover i {
  visibility: unset;
}

.tab .tab-bar .active-btn {
  color: #2751c7;
  position: relative;
  z-index: 1;
}

.tab .tab-bar .active-btn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #2751c7;
  height: 2px;
  width: 100%;
}

.tab .tab-bar .active-btn a {
  font-weight: bold;
}

.tab-box.colored span {
  position: relative;
}

.tab-box.colored i {
  position: absolute;
  right: 13px;
  top: 9px;
}

.column.switchButton button {
  width: 35px;
}

/***********************************************/

.check-filter.row {
  padding: 3px 10px 0 0;
  margin: 10px 10px 0 10px !important;
  width: calc(100% - 20px);
  border-top: solid 1px #e1e6f5;
}

.check-filter.row .group-checkbox:after {
  content: "";
  height: 22px;
  width: 1px;
  background: #bac0d0;
  float: right;
  margin: 7px 0 0 10px;
}

#react-router-routes-container {
  height: 100%;
}

/*************************eslah shavad*******************************/

.header .search-box,
.head-left {
  display: none;
}

.pay-money-box {
  width: 100%;
}

.rmdp-container ::selection div {
  visibility: hidden;
}

.small-title {
  font-size: 10px !important;
}

.dp-flex {
  display: flex;
}

.flx-column {
  flex-direction: column;
}

.file-input {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 50px;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  color: #202020;
  vertical-align: middle;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color linear 0.1s;
  -moz-transition: border-color linear 0.1s;
  -o-transition: border-color linear 0.1s;
  transition: border-color linear 0.1s;
  box-shadow: none;
  border-radius: var(--chakra-radii-md);
}

.file-input img {
  position: absolute;
  top: 2px;
  right: 4px;
}

.image-info {
  position: absolute;
  right: 57px;
  top: 8px;
  overflow: hidden;
  width: 70%;
  height: 32px;
}

.file-uploder-empty-info {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #a79f97;
}

.delete-selected-image {
  position: absolute;
  right: 7px;
  top: 1px;
}

.file-button {
  position: absolute;
  left: 0px;
  width: 30px;
  top: 1px;
  height: calc(100% - 2px);
  background: #f8f9f9;
  line-height: 33px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border-right: solid 1px #dddddd;
  color: #266a9a;
  font-size: 16px;
}

.file-button:before {
  content: "\f0ee";
  font-family: "font6";
}

#EZDrawer__container {
  height: 100% !important;
}

.no-padding {
  padding: 0 !important;
}

.tooltip-header {
  font-size: 13px;
  padding: 10px 10px;
}

.tooltip-header .fa:before {
  font-size: 23px;
}

#EZDrawer__overlay {
  height: 98vh !important;
}

.ag-root-wrapper-body .ag-paging-panel .ag-unselectable {
  display: none !important;
}

.side-bar-visibility.hide,
.header-bar-visibility.hide,
.tool-bar-visibility.hide,
.filter-bar.hide,
.tab-bar-visibility.hide {
  display: none;
}

.ag-theme-balham .ag-side-button-icon-wrapper .ag-icon-columns {
  background: url(../images/toolbar/bars.svg) 0px 0px no-repeat !important;
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
  position: absolute;
  top: -4px;
  right: 4px;
}

.ag-theme-balham .ag-side-button-icon-wrapper .ag-icon-columns:before {
  content: "" !important;
}

.header-selectedall-checkbox-after span {
  width: 14px;
  height: 14px;
  background: #1e20b3;
}
.header-selectedall-checkbox-after span::before {
  background: white;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  margin: 1px;
}
