@charset "UTF-8";

/*.zsiq_floatmain {*/
/*  margin-right: 10px;*/
/*  margin-bottom: 138px;*/
/*}*/

/*.tec-elip {*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap*/
/*}*/

/*.siq_bL, .siq_bR {*/
/*  !*position: fixed !important;*!*/
/*  left: initial !important;*/
/*  bottom: 138px !important;*/
/*  right: 10px !important;*/
/*}*/

/*#zsiq_float .zsiq_flt_rel {*/
/*  background-color: var(--color-primary) !important;*/
/*}*/

.siq_bL {
  left: 10px !important;
  bottom: 150px !important;
}

.siq_bR {
  right: 10px !important;
  bottom: 150px !important;
}

/*.el-table__body-wrapper::-webkit-scrollbar {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*}*/

/*.el-table__body-wrapper::-webkit-scrollbar-track {*/
/*  box-shadow: 0px 1px 3px rgba(168, 171, 194, 0.3) inset;*/
/*  border-radius: 4px;*/
/*  background-color: rgba(168, 171, 194, 0.3);*/
/*}*/

/*.el-table__body-wrapper::-webkit-scrollbar-thumb {*/
/*  box-shadow: 0px 1px 3px rgba(168, 171, 194, 0.3) inset;*/
/*  border-radius: 4px;*/
/*  background-color: rgba(168, 171, 194, 0.3);*/
/*  -webkit-transition: 0.3s background-color;*/
/*  transition: 0.3s background-color;*/
/*}*/

/*.el-table__cell.gutter {*/
/*  background: rgba(168, 171, 194, 0.3);*/
/*}*/

*::-webkit-scrollbar {
  /*width: 10px;*/
  /*height: 10px;*/
}

*::-webkit-scrollbar-thumb {
  /* Slider Color */
  /*background: #CCCCCC;*/
  /* Slider rounding */
  /*border-radius: 10px;*/
}

*::-webkit-scrollbar-thumb:hover {
  /*background: #005777;*/
}

::-webkit-scrollbar-track {
  /*Orbital fillet*/
  /*border-radius: 10px;*/
  /*Orbital color*/
  /*background-color: #005777;*/
}

* {
  /* IE Firefox */
  /*scrollbar-width: 10px;*/
  /*scrollbar-base-color: green;*/
  /*scrollbar-track-color: red;*/
  /*scrollbar-arrow-color: blue;*/
}
