* {
  font-family: Roboto;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

body {
  overflow-y: hidden;
}
.swal2-container{
    position: fixed !important;
    top: 0% !important;
    left: 0% !important;
    transform: translate(0%,0%) !important;
    justify-content: center !important;
    width:100%;
    height: 100%;
}
.swal2-popup{
    display: flex !important;
    position: fixed !important;
    z-index: 1 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.5) !important;
}
.swal2-popup.swal2-toast.swal2-show {
  border: 1px solid #00000030;
}
.imgc {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.imgc img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.tag-list {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: fixed;
  z-index: 999;
  width: 225px;
}

div.tag-list div.cutdiv {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
  display: none;
  width: 225px;
  padding: 10px 7px 15px 7px;
  background-color: #fff;
}

div.tag-list div.cutdiv div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -15px;
}

div.tag-list div.cutdiv div.bot div.cancel {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  border: 1px solid rgba(194, 194, 194, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 20px;
  color: #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4px;
  cursor: pointer;
  margin-right: 5px;
}

div.tag-list div.cutdiv div.bot button {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  line-height: 14px;
  border: 1px solid transparent;
  padding: 0px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  color: #FFFFFF;
  background: #0676ED;
  border-radius: 2px;
}

div.tag-list div.cutdiv div.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

div.tag-list div.cutdiv div.input h6 {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #C2C2C2;
  margin-left: 5px;
}

div.tag-list div.cutdiv div.input input {
  width: 100%;
  background: #F3F3F3;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px;
  color: #000000;
}

div.tag-list div.cutdiv div.input input.small {
  width: 64px;
}

div.tag-list div.cutdiv div.input input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.tag-list div.cutdiv div.input input::-webkit-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input:-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input::-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input::placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: fixed;
  z-index: 999;
  width: 225px;
}

div.tag-list div.cutdiv {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
  display: none;
  width: 225px;
  padding: 10px 7px 15px 7px;
  background-color: #fff;
}

div.tag-list div.cutdiv div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -15px;
}

div.tag-list div.cutdiv div.bot div.cancel {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  border: 1px solid rgba(194, 194, 194, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 20px;
  color: #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4px;
  cursor: pointer;
  margin-right: 5px;
}

div.tag-list div.cutdiv div.bot button {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  line-height: 14px;
  border: 1px solid transparent;
  padding: 0px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  color: #FFFFFF;
  background: #0676ED;
  border-radius: 2px;
}

div.tag-list div.cutdiv div.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

div.tag-list div.cutdiv div.input h6 {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #C2C2C2;
  margin-left: 5px;
}

div.tag-list div.cutdiv div.input input {
  width: 100%;
  background: #F3F3F3;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px;
  color: #000000;
}

div.tag-list div.cutdiv div.input input.small {
  width: 64px;
}

div.tag-list div.cutdiv div.input input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.tag-list div.cutdiv div.input input::-webkit-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input:-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input::-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.tag-list div.cutdiv div.input input::placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

.verify-checkbox .custom-checkbox {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 100%;
  cursor: pointer;
}

.verify-checkbox .custom-checkbox div.img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
}

.verify-checkbox .custom-checkbox div.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.verify-checkbox .checked {
  border: 1px solid #19B98B;
}

.verify-checkbox .checked div.img {
  background-color: #19B98B;
}

.verify-checkbox .unchecked {
  border: 1px solid #FC5345;
}

.verify-checkbox .unchecked div.img {
  background-color: #FC5345;
}

.rel_top {
  position: relative;
  display: inline-block;
}

.rel_top .bcw {
  background-color: #fff;
  position: absolute;
  position: absolute;
  top: -4px;
  z-index: 2;
  display: inline-block;
  right: -4px;
  border-radius: 100%;
}

div.check_custom {
  margin-left: -60px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

div.check_custom div.box_check {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}

div.check_custom div.box_check .con {
  margin-left: 0px !important;
}

div.check_custom .con {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  cursor: pointer;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #404552;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.check_custom .con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

div.check_custom .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  margin-top: 3px;
  width: 14px;
  background-color: #eee;
}

div.check_custom .con:hover input ~ .checkmark {
  background-color: #ccc;
}

div.check_custom .con input:checked ~ .checkmark {
  background-color: #0676ED;
}

div.check_custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

div.check_custom .con input:checked ~ .checkmark:after {
  display: block;
}

div.check_custom .con .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#all div#left_nav {
  width: 200px;
  border-right: 2px solid #EDEDED;
  height: 100vh;
  position: relative;
  background-color: #0676ED;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

div#all div#left_nav div.company_info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

div#all div#left_nav div.company_info h5 {
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #A0A2AE;
  margin-bottom: 0px;
}

div#all div#left_nav div.company_info h6 {
  font-weight: 300;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  color: #A0A2AE;
  margin-bottom: 10px;
}

div#all div#content_site {
  width: calc( 100% - 200px);
  height: 100vh;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FFFFF1;
  position: relative;
}

div.nav {
  padding: 20px 16px;
}

div.nav div.ul {
  padding: 30px 10px 0px 12px;
}

div.nav div.ul ul {
  list-style-type: none;
}

div.nav div.ul ul li {
  margin-bottom: 10px;
}

div.nav div.ul ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}

div.nav div.ul ul li a span {
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

div.nav div.ul ul li a b {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

div.nav div.ul ul li a i {
  color: #060606;
  font-weight: bold;
  font-size: 14px;
  margin-left: 25px;
  opacity: 0;
}

div.nav div.ul ul li a svg path {
  fill: #fff;
}

div.nav div.ul ul li a svg.other_svg path {
  fill: #0676EF;
}

div.nav div.ul ul li a.active b {
  color: #FAFF1A !important;
}

div.nav div.ul ul li a.active i {
  opacity: 1 !important;
  color: #FAFF1A;
}

div.nav div.ul ul li a.active svg path {
  fill: #FAFF1A;
}

div.nav div.ul ul li a.active svg.other_svg path {
  fill: #0676EF !important;
}

div.nav div.ul ul li a.active svg.other_svg rect {
  fill: #FAFF1A !important;
}

div.nav div.ul ul li a:hover svg path {
  fill: #FAFF1A;
}

div.nav div.ul ul li a:hover svg.other_svg path {
  fill: #0676EF !important;
}

div.nav div.ul ul li a:hover svg.other_svg rect {
  fill: #FAFF1A !important;
}

div.nav div.ul ul li a:hover b {
  color: #FAFF1A !important;
}

div.nav div.top_comp_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

div.nav div.top_comp_logo span.right {
  cursor: pointer;
}

div.nav div.top_comp_logo span.right i {
  color: #202124;
  font-size: 18px;
}

div.nav div.top_comp_logo span.right i.right_cl {
  display: none;
}

div.nav div.top_comp_logo div.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.nav div.top_comp_logo div.left span {
  width: 42px;
  height: 42px;
}

div.nav div.top_comp_logo div.left h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.76);
}

.hover_nav:hover {
  width: 200px !important;
}

.hover_nav:hover ul li a b {
  display: inline !important;
}

.hover_nav:hover div.top_comp_logo div.left h2 {
  display: block !important;
}

.hover_nav:hover .right_cl {
  display: inline !important;
}

.hover_nav:hover ul li a i {
  display: inline !important;
}

.but_all {
  border: 0.5px solid #0676ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 2px;
  height: 34px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.but_all div.left {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100%;
  background-color: #0676ED;
}

.but_all div.left i {
  color: white;
  font-weight: 900;
  font-size: 34px;
  position: absolute;
  top: 48%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.but_all div.left img {
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.but_all b {
  font-weight: 400;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 22px;
  text-align: center;
  color: #0676ED;
}

.but_all_gr {
  border: 0.5px solid #09E847;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 2px;
  height: 34px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.but_all_gr div.left {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100%;
  background-color: #09E847;
}

.but_all_gr div.left img {
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.but_all_gr b {
  font-weight: 400;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 22px;
  text-align: center;
  color: #45D5AC;
}

select {
  position: relative !important;
  display: block !important;
}

.but_all_gr:hover {
  background-color: #09E847;
}

.but_all_gr:hover b {
  color: #fff;
}

.but_all:hover {
  background-color: #0676ED;
}

.but_all:hover b {
  color: #fff;
}

div.fixvh {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

div.fix-lock {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

div.fixvh2 {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  z-index: 2;
  background-color: #fffff1;
}

header div.search_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header div.search_table input {
  height: 34px;
  border-radius: 5px;
  border: 1px solid #A0A2AE;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
  color: #333333;
  width: 320px;
}

header div.search_table input:focus {
  outline: none;
  border: 1px solid #333333;
}

header .menu_bar {
  margin-right: 15px;
  display: none;
}

header .menu_bar i {
  font-size: 22px;
}

header div.profil_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-left: 10px;
}

header div.profil_header select {
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #EEFAFC;
  color: #202124;
  cursor: pointer;
  background-color: #EEFAFC;
  border-radius: 5px;
  margin-right: 10px;
}

header div.profil_header select:focus {
  outline: none;
  border: 1px solid #333333;
}

header div.profil_header div.info_prof {
  border: 0.5px solid #A0A2AE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 2px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header div.profil_header div.info_prof div.left {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100%;
}

header div.profil_header div.info_prof b {
  font-weight: 400;
  margin-left: 10px;
  margin-right: 15px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 13px;
  text-align: center;
  color: #A0A2AE;
}

header div.profil_header div.logout {
  width: 34px;
  height: 34px;
  border: 0.5px solid #A0A2AE;
  margin-left: 10px;
  border-radius: 100%;
  position: relative;
}

header div.profil_header div.logout svg {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header div.profil_header div.logout:hover svg path {
  stroke: #fff !important;
}

header div.profil_header div.logout:hover {
  background-color: #FC5345;
  border: 1px solid #FC5345;
}

div.test_one {
  height: 68px;
}

div.type_money {
  border-radius: 2px;
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.type_money b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.one_t {
  background-color: #D6EEFF;
}

.one_t b {
  color: #0070C0;
}

.two_t {
  background-color: #FFCCF4;
}

.two_t b {
  color: #E60EB6;
}

.three_t {
  background-color: #9DFFE3;
}

.three_t b {
  color: #19B98B;
}

.four_t {
  background-color: #ffecad;
}

.four_t b {
  color: #ce9e00;
}

.five_t {
  background-color: #b2ffb0;
}

.five_t b {
  color: #039e01;
}

.sex_t {
  background-color: #ffcdc2;
}

.sex_t b {
  color: #ff3205;
}

.seven_t {
  background-color: #cfcfcf;
}

.seven_t b {
  color: #3f3f3f;
}

div.table .dataTables_length {
  display: none;
}

div.table .dataTables_filter {
  display: none !important;
}

div.table .dataTables_info {
  display: none;
}

div.table .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

div.table .dataTables_paginate a.paginate_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px !important;
  background: #ECECEC;
  border-radius: 2px;
  color: #000000;
}

div.table .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.table .dataTables_paginate a.current {
  color: #fff;
  background: #0676ED;
}

div.table table {
  width: 100%;
}

div.table table div.date {
  width: 36px;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

div.table table div.date input {
  margin-left: -128px;
  border: none;
  height: 15px;
  margin-bottom: -15px;
}

div.table table div.date input:focus {
  outline: none;
}

div.table table h6:hover div.info_money {
  display: block !important;
}

div.table table h6:hover {
  z-index: 4 !important;
}

div.table table h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #060606;
  z-index: 1;
  position: relative;
  margin-bottom: 0px;
}

div.table table h6 .tag-shadow {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.table table h6 div.info_money {
  position: absolute;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  display: none;
  z-index: 6;
  top: -95px;
  padding: 8px 8px 15px 8px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background: #fff;
}

div.table table h6 div.info_money h5 {
  font-weight: 300;
  font-size: 8px;
  line-height: 12px;
  color: #A0A2AE;
  margin-bottom: 0px;
}

div.table table h6 div.info_money h4 {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #060606;
}

div.table table th {
  font-weight: 300;
  font-size: 16px;
  padding: 7px 20px;
  line-height: 22px;
  color: #A0A2AE;
  border-top: none;
  border-bottom: none !important;
}

div.table table tbody tr {
  background: #FFFFFF;
  border-bottom: 1px solid #e0e0e0;
}

div.table table tbody tr td {
  border-top: none;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  line-height: 24px;
  color: #060606;
}

div.table table tbody tr td.end-status {
  color: #45D5AC !important;
}

div.table table tbody tr td.no-end-status {
  color: #FC5345 !important;
}

div.table table tbody tr td.archive-status {
  color: #A0A2AE !important;
}

div.table table tbody tr td.active-status {
  color: #0070C0 !important;
}

div.table table tbody tr td.range_one input[type='range'] {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  -webkit-appearance: none;
  background-color: transparent;
}

div.table table tbody tr td.range_one input[type='range']::-webkit-slider-runnable-track {
  height: 3px;
  bottom: 0px;
  -webkit-appearance: none;
}

div.table table tbody tr td.range_one input[type='range']::-webkit-slider-thumb {
  width: 0px;
  bottom: 0px;
  -webkit-appearance: none;
  height: 0px;
  -webkit-box-shadow: -80px 0 0 80px #41BCF0;
          box-shadow: -80px 0 0 80px #41BCF0;
}

div.table table tbody tr td.range_two input[type='range'] {
  bottom: 0px;
  overflow: hidden;
  -webkit-appearance: none;
  background-color: transparent;
}

div.table table tbody tr td.range_two input[type='range']::-webkit-slider-runnable-track {
  height: 3px;
  bottom: 0px;
  -webkit-appearance: none;
}

div.table table tbody tr td.range_two input[type='range']::-webkit-slider-thumb {
  width: 0px;
  bottom: 0px;
  -webkit-appearance: none;
  height: 0px;
  -webkit-box-shadow: -80px 0 0 80px #3FFF20;
          box-shadow: -80px 0 0 80px #3FFF20;
}

div.all_site {
  height: 100vh;
  overflow-y: scroll;
  padding: 10px 30px;
}

.modal4 {
  z-index: 999 !important;
}

.gr-but {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  background: #0676ED;
  border-radius: 2px;
  height: 32px;
  padding: 0px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

div.modal1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 7;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

div.modal1 div.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 2px solid #F0F0F0;
  padding: 7px 20px;
}

div.modal1 div.bottom .gr-but {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  background: #0676ED;
  border-radius: 2px;
  height: 32px;
  padding: 0px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

div.modal1 div.bottom .act-but {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  background: #13F029;
  border-radius: 2px;
  margin-left: 15px;
  height: 32px;
  padding: 0px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}

div.modal1 div.top {
  border-bottom: 2px solid #F0F0F0;
  padding: 5px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.modal1 div.top i {
  font-size: 20px;
  cursor: pointer;
  color: #060606;
}

div.modal1 div.top h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  margin-left: 20px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal1 div.top h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
}

div.modal_cut_img {
  width: 535px;
  background: #FFFFFF;
  border-radius: 2px;
  position: fixed;
  border: 1px solid #A0A2AE;
  top: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 24;
  text-align: center;
}

div.modal_cut_img div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7px 20px;
  border-top: 2px solid #F0F0F0;
}

div.modal_cut_img div.bot button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 16px;
  background: #0676ED;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
}

div.modal_cut_img h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0px;
  color: #777777;
}

div.modal_cut_img button.upload-img {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 16px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #0676ED;
  border-radius: 2px;
  color: #0676ED;
}

div.modal_cut_img div.content_img {
  padding: 30px 40px;
}

div.modal_cut_img div.content_img div.content-img-item {
  max-height: 250px !important;
}

div.modal_cut_img div.content_img div.content-img-item img {
  width: 100% !important;
  max-height: 250px !important;
}

div.modal_tolov {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 770px;
}

div.modal_tolov div.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7px 15px;
  border-top: 2px solid #F0F0F0;
}

div.modal_tolov div.bottom button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 16px;
  background: #0676ED;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
}

div.modal_tolov div.center {
  max-height: 340px;
  overflow-y: scroll;
}

div.modal_tolov div.center div.flex-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.modal_tolov div.center div.flex-box div.delete {
  position: relative;
  z-index: 1;
}

div.modal_tolov div.center div.flex-box div.delete .tag-shadow {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.modal_tolov div.center div.flex-box div.delete div.info_name {
  position: absolute;
  left: -116%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  display: none;
  z-index: 6;
  top: -88px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

div.modal_tolov div.center div.flex-box div.delete div.top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

div.modal_tolov div.center div.flex-box div.delete div.top2 h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.delete div.top2 img {
  margin-right: 10px;
}

div.modal_tolov div.center div.flex-box div.delete div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.modal_tolov div.center div.flex-box div.delete div.bot div.ha {
  display: inline-block;
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

div.modal_tolov div.center div.flex-box div.delete div.bot div.yoq {
  cursor: pointer;
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

div.modal_tolov div.center div.flex-box div.tag-list2 {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: absolute;
  z-index: 999;
  top: -97px;
  left: -83px;
}

div.modal_tolov div.center div.flex-box div.tag-list2 div.cutdiv {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
  display: none;
  width: 180px;
  padding: 10px 7px 15px 7px;
  background-color: #fff;
}

div.modal_tolov div.center div.flex-box .rel-spend {
  position: relative;
}

div.modal_tolov div.center div.flex-box .add-spend {
  cursor: pointer;
}

div.modal_tolov div.center div.flex-box div.check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

div.modal_tolov div.center div.flex-box div.check-item h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.check-item input {
  width: 20px;
  position: relative;
  opacity: 1;
  pointer-events: painted;
  cursor: pointer;
  height: 20px;
}

div.modal_tolov div.center div.flex-box div.two-table {
  width: 100%;
}

div.modal_tolov div.center div.flex-box div.two-table table {
  width: 100%;
}

div.modal_tolov div.center div.flex-box div.two-table th {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px;
  color: #A0A2AE;
}

div.modal_tolov div.center div.flex-box div.two-table td {
  padding: 5px;
  font-weight: 600;
}

div.modal_tolov div.center div.flex-box div.two-table td input[type="text"] {
  width: 80px;
  text-align: right;
  padding: 0px 5px;
  height: 32px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

div.modal_tolov div.center div.flex-box div.two-table td input[type="text"]:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_tolov div.center div.flex-box div.two-table td input[type="checkbox"] {
  position: relative !important;
  opacity: 1 !important;
  width: 20px;
  cursor: pointer;
  margin-top: 3px;
  height: 20px;
  pointer-events: painted !important;
}

div.modal_tolov div.center div.flex-box div.two-table td select:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_tolov div.center div.flex-box div.two-table td aside {
  background: #F3F3F3;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 7px 9px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.two-table td select {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  height: 32px;
  font-size: 14px;
  line-height: 19px;
  padding: 0px 5px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.flex-item {
  width: 50%;
  padding: 15px 25px 0px 25px;
  border: 1px solid #F0F0F0;
}

div.modal_tolov div.center div.flex-box div.flex-item h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #A0A2AE;
}

div.modal_tolov div.center div.flex-box div.flex-item div.title-spend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.modal_tolov div.center div.flex-box div.flex-item div.item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

div.modal_tolov div.center div.flex-box div.flex-item div.item-two h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
  margin-left: 15px;
}

div.modal_tolov div.center div.flex-box div.flex-item div.item-two h5 {
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.flex-item div.item-two select {
  height: 32px;
  padding-left: 7px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #060606;
}

div.modal_tolov div.center div.flex-box div.flex-item div.item-two select:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_add_product {
  width: 1000px;
}

div.modal_add_product div.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7px 15px;
  border-top: 2px solid #F0F0F0;
}

div.modal_add_product div.bottom button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 16px;
  background: #0676ED;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  color: #FFFFFF;
}

div.modal_add_product div.center {
  padding: 8px 15px;
}

div.modal_add_product h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #A0A2AE;
}

div.modal_add_product div.left-item {
  width: 75%;
}

div.modal_add_product div.left-item .add-item {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background: #0676ED;
  border-radius: 100%;
  cursor: pointer;
}

div.modal_add_product div.left-item .add-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.modal_add_product div.left-item h3 {
  font-weight: 300;
  font-size: 10px;
  margin-top: 6px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #A0A2AE;
}

div.modal_add_product div.right-item {
  text-align: center;
}

div.modal_add_product div.right-item h3 {
  font-weight: 300;
  font-size: 10px;
  margin-top: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #A0A2AE;
  text-align: center;
}

div.modal_add_product div.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.modal_add_product div.gallery div.item-img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  /* overflow: hidden; */
  margin-right: 20px;
  position: relative;
}
.img-add-gallery-remove{
  position: absolute;
  color: white;
  background: #ff6262;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  cursor: pointer;
  top:-10px;
  right: -10px;
  user-select: none;
  transform: rotateZ(45deg);
}

div.modal_add_product div.gallery div.item-img img {
  width: 100%;
}

div.modal_add_product div.item-modal {
  margin-bottom: 25px;
}

div.modal_add_product div.item-modal div.on_off {
  width: 30px;
  height: 18px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 20px;
}

div.modal_add_product div.item-modal div.on_off div.circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: relative;
}

div.modal_add_product div.item-modal div.on_off div.circle img {
  position: absolute;
  top: 50%;
  width: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.modal_add_product div.item-modal div.on {
  border: 0.5px solid #09E847;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.modal_add_product div.item-modal div.on div.circle {
  background-color: #09E847;
}

div.modal_add_product div.item-modal div.on div.circle img.off_img {
  display: none;
}

div.modal_add_product div.item-modal div.off {
  border: 0.5px solid #A0A2AE;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

div.modal_add_product div.item-modal div.off div.circle {
  background-color: #A0A2AE;
}

div.modal_add_product div.item-modal div.off div.circle img.on_img {
  display: none;
}

div.modal_add_product div.item-modal div.count_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.modal_add_product div.item-modal div.count_flex select {
  height: 32px;
  border: 1px solid transparent;
  background-color: #F3F3F3;
  margin-left: 9px;
  font-size: 14px;
}

div.modal_add_product div.item-modal div.count_flex input {
  width: 32px;
  height: 32px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 2px;
  border: 1px solid #F3F3F3;
  margin: 0px 2px;
}

div.modal_add_product div.item-modal div.count_flex input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_add_product div.item-modal div.count_flex div.gold_block {
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #FED234;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.modal_add_product div.item-modal div.count_flex div.gold_block b {
  color: #060606;
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

div.modal_add_product div.item-modal div.count_flex div.gold_block:hover {
  border: 1px #FED234;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffF;
}

div.modal_add_product div.item-modal div.count_flex div.gold_block:hover b {
  color: #FED234;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.modal_add_product div.item-modal h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #A0A2AE;
}

div.modal_add_product div.item-modal textarea {
  border: 1px solid transparent;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  border-radius: 2px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding-left: 6px;
  width: 100%;
  height: 150px;
  color: #060606;
}

div.modal_add_product div.item-modal input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  height: 32px;
  color: #060606;
}

div.modal_add_product div.item-modal textarea:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_add_product div.item-modal input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_add_product div.item-modal div.shtrix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.modal_add_product div.item-modal div.shtrix .input {
  position: relative;
  margin: 0px 4px;
}

div.modal_add_product div.item-modal div.shtrix .input span {
  position: absolute;
  right: 1px;
  padding: 0px 5px;
  display: block;
  background-color: #EEFAFC;
  top: 2px;
  height: 28px;
}

div.modal_add_product div.item-modal div.shtrix .input span img {
  cursor: pointer;
}

div.modal_add_product div.item-modal div.shtrix .generate {
  cursor: pointer;
}

div.modal_add_product div.item-modal div.shtrix .print {
  cursor: pointer;
}

div.modal_add_product div.item-modal div.shtrix input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding-left: 6px;
  height: 32px;
  color: #060606;
}

div.modal_add_product div.item-modal div.shtrix input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal_view {
  width: 830px;
}

div.modal_view div.table_img {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

div.modal_view div.table_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.modal_view div.bottom {
  border-top: 2px solid #F0F0F0;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.modal_view div.bottom .but-red {
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  height: 32px;
  padding: 0px 12px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

div.modal_view div.bottom .but-gr {
  background: #0676ED;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  height: 32px;
  padding: 0px 12px;
  color: #FFFFFF;
}

div.modal_view div.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 17px;
}

div.modal_view div.center h2 {
  font-style: italic;
  font-weight: 300;
  margin-right: 20px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
}

div.modal_view div.table_modal {
  max-height: 350px;
  overflow-y: scroll;
}

div.modal_view div.table {
  padding: 0px 17px;
  padding-top: 20px;
}

div.modal_view table th, div.modal_view table td {
  padding: 4px 6px !important;
}

div.modal_view table td {
  font-weight: 600 !important;
}

div.modal_view table tr {
  border-bottom: none !important;
}

div.modal_view table aside:hover div.info_name {
  display: block !important;
}

div.modal_view table aside:hover {
  z-index: 14 !important;
}

div.modal_view table aside {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F3F3;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #060606;
}

div.modal_view table aside h6 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #060606;
  position: relative;
  z-index: 0;
}

div.modal_view table aside .tag-shadow {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -60px;
}

div.modal_view table aside div.info_name {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 190px;
  display: none;
  z-index: 6;
  top: -70px;
  padding: 8px 8px 15px 8px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background: #fff;
}

div.modal_view table aside div.info_name h3 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

div.big_img {
  position: fixed;
  width: 300px;
  width: 230px;
  height: 150px;
  z-index: 99;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

div.big_img div.img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}

div.big_img div.img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.bg_log {
  width: 100%;
  height: 100vh;
  background-color: #F6F7F9;
}

div.bg_log div.error_msg {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: inline-block;
  padding: 11px 20px;
  position: absolute;
  -webkit-animation: err 1s forwards;
          animation: err 1s forwards;
  bottom: 50px;
  left: 50%;
  width: 191px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.bg_log div.error_msg h5 {
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0px;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.75);
}

@-webkit-keyframes err {
  0% {
    bottom: 0px;
    opacity: 0;
  }
  100% {
    bottom: 100px;
    opacity: 1;
  }
}

@keyframes err {
  0% {
    bottom: 0px;
    opacity: 0;
  }
  100% {
    bottom: 100px;
    opacity: 1;
  }
}

div.login_all {
  width: 330px;
  margin: 0 auto;
  background-color: #fff;
}

div.login_all div.form_all {
  margin-top: 40px;
  padding: 0px 55px;
  padding-bottom: 40px;
}

div.login_all div.form_all h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}

div.login_all div.form_all div.send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.login_all div.form_all div.send button {
  background: #0676ED;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 18px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}

div.login_all div.form_all div.input_div {
  margin-bottom: 30px;
}

div.login_all div.form_all div.input_div h4 {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #C7C7C7;
}

div.login_all div.form_all div.input_div input {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  color: #000000;
}

div.login_all div.form_all div.input_div input:focus {
  outline: none;
}

div.login_all div.top {
  padding-top: 30px;
}

div.login_all div.top div.blue_comp {
  background: #0676ED;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0px;
}

div.login_all div.top div.blue_comp b {
  font-weight: 200;
  margin-left: 10px;
  font-size: 36px;
  line-height: 49px;
  color: #FFFFFF;
}

div.login_all div.top div.blue_comp div.img {
  width: 36px;
  height: 36px;
  position: relative;
}

div.login_all div.top div.blue_comp div.img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.flex_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.flex_div div.tolov {
  background: #0676ED;
  border-radius: 2px;
  height: 32px;
  width: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 6px;
}

div.flex_div div.tolov b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
}

div.flex_div div.item_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.flex_div div.item_div h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #A0A2AE;
  margin-right: 10px;
}

div.flex_div div.item_div h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #060606;
  margin-bottom: 0px;
  margin-right: 10px;
}

div.flex_div div.item_div select {
  background: #EEFAFC !important;
  border-radius: 2px;
  font-weight: 600;
  padding-right: 5px;
  border: none;
  border: 1px solid #05B5D7;
  font-size: 14px;
  line-height: 19px;
  height: 32px;
  padding-left: 6px;
  color: #202124;
}

div.flex_div div.item_div select.oq {
  background: #fff;
}

div.flex_div div.item_div input {
  width: 130px;
  background: #EEFAFC;
  font-weight: 600;
  font-size: 14px;
  height: 32px;
  line-height: 19px;
  border: 1px solid #05B5D7;
  color: #202124;
}

div.flex_div div.item_div input:focus {
  outline: none;
}

div.flex_div div.item_div select:focus {
  outline: none;
}

div.kassa {
  margin-top: 25px;
}

div.kassa div.kassa_table div.del {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  background: #0676ED;
  margin-top: 6px;
  cursor: pointer;
}

div.kassa div.kassa_table div.del > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.kassa div.kassa_table table {
  position: relative;
}

div.kassa div.kassa_table th {
  padding: 4px 6px !important;
  width: unset;
  background-color: #fff;
}

div.kassa div.kassa_table td {
  padding: 4px 6px !important;
}

div.kassa div.kassa_table td:first-child {
  padding: 6px 7px !important;
}

div.kassa div.kassa_table tr {
  border-bottom: none !important;
}

div.kassa div.kassa_table td:nth-child(3) {
  width: 200px !important;
}

div.kassa div.kassa_table aside:hover div.info_name {
  display: block !important;
  z-index: 999;
}

div.kassa div.kassa_table aside:hover {
  z-index: 14 !important;
}

div.kassa div.kassa_table aside {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 7px;
  line-height: 22px;
  background: #F3F3F3;
  max-width: 220px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  text-overflow: ellipsis;
  padding: 6px 7px;
  color: #060606;
}

div.kassa div.kassa_table aside h6 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #060606;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

div.kassa div.kassa_table aside .tag-shadow {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

div.kassa div.kassa_table aside div.info_name {
  position: absolute;
  width: 190px;
  display: none;
  z-index: 6;
  padding: 8px 8px 15px 8px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background: #fff;
  bottom: 30px;
  left: -80px;
}

div.kassa div.kassa_table aside div.info_name h3 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

div.kassa div.kassa_table aside.price_all {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 109px !important;
}

div.kassa div.kassa_table input[type="text"], div.kassa div.kassa_table input[type="number"] {
  width: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #A0A2AE;
  color: #060606;
  height: 32px;
  border-radius: 2px;
  padding: 0px 7px;
}

div.kassa div.kassa_table input.product_count {
  width: 80px !important;
}

div.kassa div.kassa_table input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.kassa div.kassa_table div.table_img {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: relative;
}

div.kassa div.kassa_table div.table_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.kassa div.search_box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

div.kassa div.search_box select {
  width: 100%;
  padding: 10px;
}

div.kassa div.search_box div.list_product {
  margin-top: 10px;
  padding-bottom: 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

div.kassa div.search_box div.list_product ul {
  list-style-type: none;
  max-height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 0px;
}

div.kassa div.search_box div.list_product ul li {
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 5px 5px;
  color: #060606;
  margin-bottom: 5px;
  border: 1px solid transparent;
}

div.kassa div.search_box div.list_product ul li.current {
  background-color: #EEFAFC;
  border: 1px solid #05B5D7;
}

div.kassa div.search_box div.list_product ul li.current2 {
  background-color: #EEFAFC;
  border: 1px solid #05B5D7;
}

div.kassa div.search_box div.list_product ul li:hover {
  background-color: #EEFAFC !important;
  border: 1px solid #05B5D7;
}

div.kassa div.search_box div.list_product ul li.select_li {
  color: #A0A2AE;
}

div.kassa div.search_box div.list_product ul::-webkit-scrollbar {
  width: 5px;
}

div.kassa div.search_box div.list_product ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.kassa div.search_box div.list_product ul::-webkit-scrollbar-thumb {
  background: #888;
}

div.kassa div.search_box div.list_product ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.kassa div.search_box div.search {
  position: relative;
  width: 100%;
  padding: 0px 12px;
}

div.kassa div.search_box div.search img {
  position: absolute;
  right: 13px;
  top: 1px;
  padding: 5px;
  background-color: #EEFAFC;
  z-index: 2;
}

div.kassa div.search_box div.search input {
  width: 100%;
  height: 32px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

div.kassa div.search_box div.search input:focus {
  outline: none;
  border: 1px solid #999999;
}

div.kassa div.search_box div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 12px;
}

div.kassa div.search_box div.top h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #A0A2AE;
}

div.kassa div.search_box div.top div.add_click {
  position: relative;
  width: 14px;
  cursor: pointer;
  height: 14px;
  background-color: #0676ED;
  border-radius: 100%;
  margin-left: 7px;
}

div.kassa div.search_box div.top div.add_click i {
  position: absolute;
  top: 50%;
  color: #Fff;
  font-weight: 500;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.del {
  position: relative;
  z-index: 1;
}

.del .tag-shadow {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.del div.info_name {
  position: absolute;
  left: -116%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  display: none;
  z-index: 6;
  top: -70px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

.del div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.del div.top h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.del div.top img {
  margin-right: 10px;
}

.del div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.del div.bot div.ha {
  display: inline-block;
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

.del div.bot div.yoq {
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

.tag-shadow-fixed {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  z-index: 1001;
}

.tag-shadow-fixed div.info_name {
  position: fixed;
  left: -116%;
  width: 130px;
  display: none;
  z-index: 1000;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

.tag-shadow-fixed div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
}

.tag-shadow-fixed div.top h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.tag-shadow-fixed div.top img {
  margin-right: 10px;
}

.tag-shadow-fixed div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tag-shadow-fixed div.bot div.ha {
  display: inline-block;
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

.tag-shadow-fixed div.bot div.yoq {
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

div.search_category {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 5px;
}

div.search_category h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #A0A2AE;
}

div.search_category div.cat_search {
  padding-right: 13px;
  position: relative;
  margin-bottom: 18px;
}

div.search_category div.cat_search input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding-left: 10px;
  color: #060606;
  height: 32px;
  width: 100%;
}

div.search_category div.cat_search img {
  position: absolute;
  padding: 5px 5px;
  right: 14px;
  top: 1px;
  background-color: #EEFAFC;
}

div.search_category div.cat_search input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.search_category div.list {
  max-height: 300px;
  overflow-y: scroll;
  position: relative;
}

div.search_category div.list input[type="checkbox"] {
  position: relative !important;
  opacity: 1 !important;
  width: 12px;
  cursor: pointer;
  height: 12px;
  background-color: #F3F3F3;
  pointer-events: painted !important;
}

div.search_category div.list ul {
  list-style-type: none;
}

div.search_category div.list ul span.edit_add {
  display: none;
}

div.search_category div.list ul span.edit_add span.edit {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #A0A2AE;
}

div.search_category div.list ul span.edit_add span.edit img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.search_category div.list ul span.edit_add span.add {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  background-color: #0676ED;
  cursor: pointer;
}

div.search_category div.list ul span.edit_add span.add img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.search_category div.list ul span.edit_add div.tag-list {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  width: 225px;
  display: none;
  z-index: 3;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 47% 95%, 50% 100%, 53% 95%, 0 95%);
  width: 225px;
  position: absolute;
  padding: 10px 7px 15px 7px;
  top: -97px;
  background-color: #fff;
  left: -106px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -15px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.bot div.cancel {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  border: 1px solid rgba(194, 194, 194, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 20px;
  color: #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 4px;
  margin-right: 5px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.bot button {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  line-height: 14px;
  border: 1px solid transparent;
  padding: 0px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  color: #FFFFFF;
  background: #0676ED;
  border-radius: 2px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input h6 {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #C2C2C2;
  margin-left: 5px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input {
  width: 100%;
  background: #F3F3F3;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px;
  color: #000000;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input.small {
  width: 64px;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input::-webkit-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input:-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input::-ms-input-placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.search_category div.list ul span.edit_add div.tag-list div.cutdiv div.input input::placeholder {
  color: #C2C2C2 !important;
  font-size: 10px !important;
}

div.search_category div.list ul .inline_class {
  display: inline-block !important;
}

div.search_category div.list ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-top: 5px;
  cursor: pointer;
}

div.search_category div.list ul li b {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #C4C4C4;
  margin-left: 10px;
}

div.search_category div.list ul li i {
  font-size: 16px;
  line-height: 22px;
  margin-right: 1px;
}

div.search_category div.list ul li i.rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

div.search_category div.list ul li:hover > .edit_add {
  display: inline-block;
}

div.search_category div.list ul li.accord > ul {
  padding-left: 15px;
}

div.search_category div.list::-webkit-scrollbar {
  width: 3px;
}

div.search_category div.list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.search_category div.list::-webkit-scrollbar-thumb {
  background: #888;
}

div.search_category div.list-2::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.search_category div.list-2::-webkit-scrollbar {
  width: 3px;
}

div.search_category div.list-2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div.search_category div.list-2::-webkit-scrollbar-thumb {
  background: #888;
}

div.search_category div.list-2::-webkit-scrollbar-thumb:hover {
  background: #555;
}


span.radio_but .cont {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.radio_but .cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

span.radio_but .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 1px;
  height: 12px;
  width: 12px;
  background-color: #F3F3F3;
}

span.radio_but .cont:hover input ~ .checkmark {
  background-color: #ccc;
}

span.radio_but .cont input:checked ~ .checkmark {
  background-color: #0676ED;
}

span.radio_but .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

span.radio_but .cont input:checked ~ .checkmark:after {
  display: block;
}

span.radio_but .cont .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab_content > nav:not(.act_nav) {
  display: none;
}

.tab_content2 > aside:not(.act_nav) {
  display: none;
}

.tab_content3 > aside:not(.act_nav) {
  display: none;
}

div.products {
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-top: 0px !important;
  padding: 0px;
}

div.products .search_category {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.one_products table td:last-child {
  width: 58px !important;
}

div.products_tab ul {
  list-style-type: none;
  margin-bottom: 0px;
}

div.products_tab ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #060606;
  cursor: pointer;
  padding: 7px 12px;
}

div.products_tab ul .add {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #060606;
  cursor: pointer;
  padding: 7px 9px;
  margin-left: 6px;
}

div.products_tab ul li.active {
  background-color: #0676ED;
  color: #fff;
}

div.top-betwen h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #A0A2AE;
}

div.top-betwen .edit-delete-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.top-betwen .edit-delete-list .count_check {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0676ED;
  border-radius: 2px;
  position: relative;
}

div.top-betwen .edit-delete-list .count_check b {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  color: #FFFFFF;
}

div.top-betwen .edit-delete-list .count_check:hover .cutdiv {
  display: block !important;
}

div.top-betwen .edit-delete-list h4 {
  margin-right: 5px;
}

div.top-betwen div.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.top-betwen div.search-list input {
  margin-left: 10px;
  height: 32px;
  padding-left: 5px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

div.top-betwen div.search-list input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.top-betwen div.search-list h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

div.search-list-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.search-list-all input {
  margin-left: 10px;
  height: 32px;
  padding-left: 5px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

div.search-list-all input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.search-list-all h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

.excel_export {
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px 0px 10px;
}

.excel_export b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
  color: #FFFFFF;
}

.multiselect {
  height: 32px !important;
}

.multiselect .multiselect-list li {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #202124 !important;
}

.multiselect .multiselect-field {
  height: 32px !important;
  background: #EEFAFC !important;
  border: 1px solid #05B5D7 !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 2px !important;
  padding: 4px !important;
}

.multiselect .multiselect-field:focus {
  outline: none;
}

.multiselect .multiselect-tag {
  background: #DFE3EC !important;
  border-radius: 2px !important;
  border: none !important;
  height: 22px !important;
}

.multiselect .multiselect-tag .multiselect-tag-text {
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #202124 !important;
}

.multiselect .multiselect-tag .multiselect-tag-remove-button {
  height: 12px;
  width: 12px;
  opacity: 1 !important;
  border-radius: 100%;
  background-color: #202124 !important;
}

.multiselect .multiselect-tag .multiselect-tag-remove-button:after, .multiselect .multiselect-tag .multiselect-tag-remove-button:before {
  background-color: #fff !important;
  width: 2px !important;
  height: 8px !important;
  top: 2px;
  left: 5px;
}

.input_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input_date h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

.input_date input {
  font-weight: bold;
  font-size: 14px;
  height: 32px;
  line-height: 19px;
  border: none;
  width: 125px;
  margin-left: 10px;
  color: #202124;
}

.input_date input:focus {
  outline: none;
}

div.tag-list-up {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: absolute;
  z-index: 999;
  left: -230px;
  top: 32px;
}

div.tag-list-up div.cutdiv {
  -webkit-clip-path: polygon(85% 0, 90% 8%, 100% 8%, 100% 100%, 0 100%, 0 8%, 80% 8%);
          clip-path: polygon(85% 0, 90% 8%, 100% 8%, 100% 100%, 0 100%, 0 8%, 80% 8%);
  display: none;
  width: 290px;
  max-height: 135px;
  overflow-y: scroll;
  padding: 15px 7px 10px 7px;
  background-color: #fff;
}

div.tag-list-up div.cutdiv table {
  width: 100%;
}

div.tag-list-up div.cutdiv table td {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 3px 4px !important;
  color: #060606;
  height: 38px;
  max-width: 177px;
  overflow: hidden;
  position: relative;
}

div.tag-list-up div.cutdiv table div.img-32 {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

div.tag-list-up div.cutdiv table div.img-32 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

div.img-32 {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

div.img-32 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.tag-count {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}

.tag-count .cut-count {
  position: absolute;
  left: -110px;
  max-height: 105px;
  overflow-y: scroll;
  width: 203px;
  display: none;
  z-index: 6;
  bottom: 15px;
  padding: 8px 8px 20px 8px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 55% 93%, 50% 100%, 45% 93%, 0 93%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 55% 93%, 50% 100%, 45% 93%, 0 93%);
  background: #fff;
}

.tag-count .cut-count .item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.tag-count .cut-count .item-count .flex-count {
  width: 24px;
  height: 24px;
  background: #E2E2E2;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag-count .cut-count .item-count .flex-count b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #202124;
}

.tag-count .cut-count .item-count h3 {
  font-weight: bold;
  font-size: 14px;
  margin-left: 3px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #202124;
}

.tag-count .cut-count .item-count:last-child {
  margin-bottom: 15px !important;
}

.hover-full {
  position: relative;
  display: inline-block;
  height: 32px;
}

.hover-full .full-comp {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}

.hover-full .info_name {
  position: absolute;
  left: 0px;
  width: 172px;
  display: none;
  z-index: 6;
  bottom: 32px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background: #fff;
}

.hover-full .info_name p {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #202124;
}

.hover-full h6, .hover-full h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  margin-bottom: 0px;
  overflow: hidden;
  color: #202124;
}

.hover-full h6 {
  width: 160px;
}

.hover-full:hover .info_name {
  display: block;
}

.delete-comp {
  cursor: pointer;
  position: relative;
}

.delete-comp .tag-shadow-delete {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}

.delete-comp div.info_name {
  position: absolute;
  left: -108px;
  width: 130px;
  display: none;
  z-index: 6;
  top: -69px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

.delete-comp div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp div.top h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp div.top img {
  margin-right: 10px;
}

.delete-comp div.top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp div.top2 h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp div.top2 img {
  margin-right: 10px;
}

.delete-comp div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.delete-comp div.bot div.ha {
  display: inline-block;
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

.delete-comp div.bot div.yoq {
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

.delete-comp-blue {
  cursor: pointer;
  position: relative;
}

.delete-comp-blue .tag-shadow-delete {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}

.delete-comp-blue div.info_name {
  position: absolute;
  left: -124px;
  width: 130px;
  display: none;
  z-index: 6;
  top: -89px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

.delete-comp-blue div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp-blue div.top h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp-blue div.top img {
  margin-right: 10px;
}

.delete-comp-blue div.top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp-blue div.top2 h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp-blue div.top2 img {
  margin-right: 10px;
}

.delete-comp-blue div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.delete-comp-blue div.bot div.haa {
  display: inline-block;
  background: #0188FF;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

.delete-comp-blue div.bot div.yoq {
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

.info-attr {
  position: relative;
}

.info-attr div.info_name {
  bottom: 18px;
  left: -59px;
  position: absolute;
  width: 100px;
  display: none;
  z-index: 6;
  padding: 3px 3px 5px 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
  background: #181818;
}

.info-attr div.info_name b {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.delete-comp2 {
  cursor: pointer;
  position: relative;
}

.delete-comp2 .tag-shadow-delete {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}

.delete-comp2 div.info_name {
  position: absolute;
  left: -105px;
  width: 130px;
  display: none;
  z-index: 6;
  top: -85px;
  padding: 8px 5px 15px 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 80% 90%, 75% 100%, 70% 90%, 0 90%);
  background: #fff;
}

.delete-comp2 div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp2 div.top h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp2 div.top img {
  margin-right: 10px;
}

.delete-comp2 div.top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delete-comp2 div.top2 h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 0px;
  color: #060606;
}

.delete-comp2 div.top2 img {
  margin-right: 10px;
}

.delete-comp2 div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.delete-comp2 div.bot div.ha {
  display: inline-block;
  background: #FC5345;
  border-radius: 2px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 7px;
  color: #FFFFFF;
  height: 20px;
}

.delete-comp2 div.bot div.yoq {
  height: 20px;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
  color: #C2C2C2;
  display: inline-block;
  border: 1px solid rgba(194, 194, 194, 0.2);
  padding: 3px 7px;
  border-radius: 2px;
}

.color-32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.color-32 .count-color-32 {
  width: 35px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}

.color-32 .count-color-32:hover .cut-count {
  display: block;
}

.color-32 .count-color-32 b {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.color-32 h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #202124;
}

.color-32 .one-col {
  background: #FC5345;
}

.color-32 .two-col {
  background: #FED234;
}

.color-32 .three-col {
  background: #09E847;
}

div.table-32 .dataTables_length {
  display: none;
}

div.table-32 .dataTables_filter {
  display: none !important;
}

div.table-32 .dataTables_info {
  display: none;
}

div.table-32 .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

div.table-32 .dataTables_paginate a.paginate_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  font-weight: 300;
  font-size: 16px;
  margin-right: 10px;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECECEC;
  border-radius: 2px;
  color: #000000;
}

div.table-32 .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.table-32 .dataTables_paginate a.current {
  color: #fff;
  background: #0676ED;
}

div.table-32 table {
  width: 100%;
}

div.table-32 table th {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  color: #202124;
  width: unset !important;
}

div.table-32 table th input[type="checkbox"] {
  width: 20px;
  margin-top: 4px;
  height: 20px;
  position: relative;
  opacity: 1;
  pointer-events: painted;
}

div.table-32 table td {
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  padding: 3px;
  color: #202124;
}

div.table-32 table td h2.h2_top {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 10px;
  color: #202124;
  margin-bottom: 0px;
}

div.table-32 table td h3.h3_bottom {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #202124;
  margin-bottom: 0px;
}

div.table-32 table td input[type="checkbox"] {
  width: 11px;
  margin-top: 4px;
  height: 23px;
  position: relative;
  opacity: 1;
  pointer-events: painted;
}

div.box_all {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 15px;
}

div.box_all div.top_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.box_all div.top_table h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

div.box_all2 {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.s-32 {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  height: 32px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 8px;
  color: #202124;
}

.s-32:focus {
  outline: none;
  border: 1px solid #333333;
}

.i-32 {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 32px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding-left: 8px;
  color: #202124;
}

.i-32:focus {
  outline: none;
  border: 1px solid #333333;
}

.item-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-form input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 32px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-left: 15px;
  padding-left: 8px;
  color: #202124;
}

.item-form h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
  margin-left: 7px;
}

.item-form select {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  border-radius: 2px;
  font-weight: normal;
  height: 32px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 8px;
  color: #202124;
}

.item-form select:focus, .item-form input:focus {
  outline: none;
  border: 1px solid #333333;
}

.item-form h2 {
  font-weight: normal !important;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

.lg-td {
  width: 390px !important;
}

.s-i {
  width: 150px !important;
}

div.count_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.count_flex select {
  height: 32px;
  border: 1px solid transparent;
  background-color: #F3F3F3;
  margin-left: 9px;
  font-size: 14px;
}

div.count_flex input {
  width: 32px;
  height: 32px;
  text-align: center;
  background: #F3F3F3;
  border-radius: 2px;
  border: 1px solid #F3F3F3;
  margin: 0px 2px;
}

div.count_flex input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.count_flex div.gold_block {
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: #FED234;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.count_flex div.gold_block b {
  color: #060606;
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

div.count_flex div.gold_block:hover {
  border: 1px #FED234;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffF;
}

div.count_flex div.gold_block:hover b {
  color: #FED234;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.input_rel {
  position: relative;
}

div.input_rel input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

div.input_rel input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.input_rel div.icons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  right: 1px;
  top: 1px;
  z-index: 1;
  height: 30px;
  background: #EEFAFC;
}

div.input_rel div.icons .new {
  width: 29px;
  margin-right: 10px;
  display: none;
}

div.input_rel2 {
  position: relative;
}

div.input_rel2 input {
  background: #F3F3F3;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 39px;
  padding-left: 7px;
  color: #202124;
}

div.input_rel2 input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.input_rel2 div.icons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  right: 1px;
  top: 4px;
  z-index: 1;
  height: 30px;
  background: #F3F3F3;
}

.scroll-y {
  padding-right: 20px;
}

.adding {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
}

.adding div.left {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  margin-right: 4px;
  height: 32px;
}

.adding div.left img.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.adding div.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.adding div.right b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.adding div.right b.non {
  display: none;
}

.color-box1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 32px;
  width:78px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
}


.color-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 32px;
  width:118px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
}
.color-box2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
  width:118px;
}
.col-sky {
  background: #F3F9FF;
  border: 1px solid transparent;
}

.col-sky b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0676ED;
}

.col-gr {
  background: rgba(0, 209, 147, 0.06);
  border: 1px solid #00D193;
}

.col-gr b {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #00996B;
}

.col-orange {
  background: rgba(254, 210, 52, 0.06);
  border: 1px solid #FED234;
}

.col-orange b {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #F19100;
}

.col-gr2 {
  background: #09E847;
}

.col-gr2 b {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.col-red {
  background: rgba(236, 67, 124, 0.06);
  border: 1px solid #EC437C;
}

.col-red b {
  font-weight: 800;
  font-size: 14px;
  color: #EC437C;
}

td.events {
  width: 150px !important;
}

td.events span {
  cursor: pointer;
}

.col-red2 {
  background: #FC5345;
}

.col-red2 b {
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}
.col-yellow {
  background: #FFB300;
}

.col-yellow b {
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}

.gc_button {
  padding: 0px 12px;
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border: none;
  cursor: pointer;
}

.gc_button b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.modal_edit_money {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 320px;
}

.modal_edit_money div.center {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_edit_money div.center h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

.modal_edit_money div.center input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

.modal_edit_money div.center input:focus {
  outline: none;
  border: 1px solid #333333;
}

.users-add-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0px;
}

.users-add-title button {
  padding: 0px 12px;
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.users-add-title input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  width: 300px;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

.users-add-title input:focus {
  outline: none;
  border: 1px solid #333333;
}

.scroll-y2 {
  max-height: 200px;
  overflow-y: scroll;
}

.flex-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-three input[type="checkbox"] {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: painted !important;
  width: 20px;
  height: 20px;
}

.flex-three div.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-three div.right, .flex-three div.left {
  width: 47%;
}

.add_kontragent {
  width: 885px;
}

.add_kontragent div.center {
  padding: 15px;
}

.tab_cont nav:not(.act_nav) {
  display: none;
}

div.item-block h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #202124;
  margin-top: 15px;
}

div.item-block select {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

div.item-block select:focus {
  outline: none;
  border: 1px solid #333333;
}

div.item-block textarea {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  width: 100%;
  height: 130px;
  color: #202124;
}

div.item-block textarea:focus {
  outline: none;
  border: 1px solid #333333;
}

div.item-block div.add_image {
  width: 32px;
  cursor: pointer;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

div.item-block .pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.item-block .pass input:first-child {
  width: 35px !important;
  text-align: center !important;
  margin-right: 8px;
  padding-left: 0px !important;
}

div.item-block .pass input:nth-child(2) {
  width: 100px !important;
}

div.item-block input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

div.item-block input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.item-block .clear_input {
  cursor: pointer;
}

div.item-block input[type="date"] {
  width: unset !important;
}

div.item-block ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

div.item-block ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  height: 32px;
  padding: 0px 15px;
  color: #202124;
}

div.item-block ul li.act_li {
  color: #fff;
  background-color: #0676ED;
  border: 1px solid #0676ED;
}

.aktsverka_modal {
  width: 1000px;
}

.aktsverka_modal div.table_modal {
  max-height: 350px;
  overflow-y: scroll;
}

.aktsverka_modal div.center {
  padding: 15px;
}

.aktsverka_modal div.center .item-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.aktsverka_modal div.center .item-text .money-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FED234;
  border-radius: 2px;
  height: 32px;
  padding: 0px 12px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aktsverka_modal div.center .item-text .money-gold b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #202124;
}

.aktsverka_modal div.center .item-text h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
  margin-right: 10px;
}

.aktsverka_modal div.center .item-text h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

h4.box_bold {
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

.aktsverka_view {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 880px;
}

.aktsverka_view div.center {
  padding: 15px;
}

.aktsverka_view div.table_modal {
  max-height: 350px;
  overflow-y: scroll;
}

.aktsverka_view div.table-32 aside {
  height: 32px;
  background: #E2E2E2;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.dropdown-th {
  position: relative;
  cursor: pointer;
}

.dropdown-th .dropdown-cont {
  width: 150px;
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  position: absolute;
  border: 1px solid #cccccc;
  display: none;
  left: 0;
}

.dropdown-th .dropdown-cont ul {
  margin-bottom: 0px;
  list-style-type: none;
}

.dropdown-th .dropdown-cont ul li {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 12px;
  color: #202124;
}

.dropdown-th .dropdown-cont ul li:hover {
  background-color: #eeeeee;
}

.dropdown-th .dropdown-cont ul li.sel {
  color: #777777;
  background-color: #f1f1f1;
}

.tushum_modal {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 744px;
}

.tushum_modal div.center {
  padding: 15px;
}

.users_modal {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 820px;
}

.users_modal div.center {
  padding: 15px;
}

.none-img {
  display: none;
}

.click-toggle-box span {
  cursor: pointer;
}

.service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-flex .gc-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: #168AF4;
  border-radius: 1px;
}

.service-flex .gc-box b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.service-flex .text {
  height: 20px;
  max-width: 110px;
  overflow: hidden;
}

.service-flex h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

tr.tr_one .click_acc {
  cursor: pointer;
}

tr.tr_one .click_acc .rot {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

tr.tr_accordion {
  display: none;
}

td.accordion-content {
  background: #E6EEFF;
  border-radius: 2px;
}

td.accordion-content div.item_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

td.accordion-content div.item_tr div.left {
  width: 25%;
}

td.accordion-content div.item_tr div.center {
  width: 67%;
  padding-right: 15px;
}

.modal_service {
  width: 862px;
}

.modal_service div.center {
  padding: 15px 20px;
}

.modal_service div.center .table-32 {
  padding-top: 15px;
  padding-right: 20px;
}

.modal_service div.center table th {
  position: -webkit-sticky;
  position: sticky;
  top: -15px;
  z-index: 99;
  background-color: #fff;
}

.scroll-min {
  max-height: 155px;
  overflow-y: scroll;
}

.silver-box {
  background: #F7F7F7;
  border-radius: 2px;
  margin-top: 12px;
  padding: 10px;
}

.silver-box div.item:first-child {
  margin-bottom: 20px;
}

.silver-box div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.silver-box div.item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.silver-box div.item h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

.silver-box div.item input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

.silver-box div.item input:focus {
  outline: none;
  border: 1px solid #333333;
}

.status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status-box .box-item {
  width: 75px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.status-box .box-item b {
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 14px;
}

.status-box .box-item:hover .info-attr .info_name {
  display: block;
}

.status-box .dots {
  background: #FFFFFF;
  border: 1px dashed #747474;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.status-box .dots b {
  color: #747474;
}

.status-box .solid {
  background: #58EE12;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.status-box .solid b {
  color: #fff;
}

.status-box .solid2 {
  background: red;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.status-box .solid2 b {
  color: #fff;
}

.status-box .solid1 {
  background: #ffa500;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.status-box .solid1 b {
  color: #fff;
}

.tab_ul2 {
  list-style-type: none;
  margin-bottom: 0px;
}

.tab_ul2 ul {
  margin-bottom: 0px;
}

.tab_ul2 li {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  padding: 7px 20px;
  color: #202124;
  cursor: pointer;
}

.tab_ul2 li.act_li {
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 0px 0px;
}

.tab_ul3 {
  list-style-type: none;
  margin-bottom: 0px;
}

.tab_ul3 ul {
  margin-bottom: 0px;
}

.tab_ul3 li {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  padding: 7px 20px;
  color: #202124;
  cursor: pointer;
}

.tab_ul3 li.act_li {
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 0px 0px;
}

.add_shartnoma {
  width: 990px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.add_shartnoma span.add {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #060606;
  cursor: pointer;
  padding: 7px 9px;
  margin-left: 6px;
}

.add_shartnoma h4.always {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

.add_shartnoma div.foiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_shartnoma div.foiz input {
  width: 45px;
  height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #F2F2F2;
  border: 1px solid #8C8C8C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #202124;
}

.add_shartnoma div.foiz input:focus {
  outline: none;
  border: 1px solid #333333;
}

.add_shartnoma div.foiz h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  margin-left: 7px;
  color: #202124;
}

.add_shartnoma .table_modal {
  max-height: 250px;
  overflow-y: scroll;
}

.add_shartnoma .table_modal aside {
  height: 32px;
  background: #E2E2E2;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.add_shartnoma .summa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
  margin: 10px 0px;
}

.add_shartnoma .summa h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
  margin-right: 35px;
}

.add_shartnoma .summa h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

.add_shartnoma .nds1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 4px;
}

.add_shartnoma .nds1 img {
  display: none;
}

.add_shartnoma .nds2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 4px;
}

.add_shartnoma .nds2 img {
  display: none;
}

.add_shartnoma .btn-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-right: 10px;
}

.add_shartnoma .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.add_shartnoma div.center {
  padding: 0px;
}

.add_shartnoma .tab_cont1 > aside:not(.act_aside) {
  display: none;
}

.add_shartnoma .tab_cont2 > aside:not(.act_aside) {
  display: none;
}

.add_shartnoma .tab_cont3 > aside:not(.act_aside) {
  display: none;
}

.add_shartnoma .p_left {
  padding: 10px;
}

.add_shartnoma .p_left textarea {
  width: 100%;
  height: 76px;
  padding: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #202124;
}

.add_shartnoma .p_left textarea:focus {
  outline: none;
  border: 1px solid #333333;
}

.add_shartnoma .p_left ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.add_shartnoma .p_left ul li {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 19px;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #202124;
}

.add_shartnoma .p_left ul li.act_li {
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #fff;
  border: 1px solid #0676ED;
}

div.post_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background: #DDE0E8;
}

div.post_all div.content-payment {
  margin-top: 15px;
}

div.post_all div.content-payment nav:not(.active) {
  display: none;
}

div.post_all div.content-payment nav {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
}

div.post_all div.content-payment div.item-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.post_all div.content-payment div.item-payment h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.content-payment div.item-payment .input-x {
  position: relative;
  width: 150px;
}

div.post_all div.content-payment div.item-payment .input-x input {
  width: 100%;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 32px;
  color: #202124;
}

div.post_all div.content-payment div.item-payment .input-x input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.post_all div.content-payment div.item-payment .input-x span {
  position: absolute;
  background-color: #EEFAFC;
  right: 1px;
  cursor: pointer;
  top: 1px;
  padding-right: 5px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.content-payment_new {
  margin-top: 15px;
}

div.post_all div.content-payment_new nav:not(.active) {
  display: none;
}

div.post_all div.content-payment_new nav {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
}

div.post_all div.content-payment_new div.item-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.post_all div.content-payment_new div.item-payment h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.content-payment_new div.item-payment .input-x {
  position: relative;
  width: 150px;
}

div.post_all div.content-payment_new div.item-payment .input-x input {
  width: 100%;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 32px;
  color: #202124;
}

div.post_all div.content-payment_new div.item-payment .input-x input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.post_all div.content-payment_new div.item-payment .input-x span {
  position: absolute;
  background-color: #EEFAFC;
  right: 1px;
  cursor: pointer;
  top: 1px;
  padding-right: 5px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.ul-payment ul {
  list-style-type: none;
  margin-bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.post_all div.ul-payment ul li {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc( 20% - 1px);
  background: #FFFFFF;
  border-radius: 1px;
  height: 48.5px;
  margin-right: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
  color: #202124;
}

div.post_all div.ul-payment ul li.active {
  background-color: #168AF4;
  color: #fff;
}

div.post_all div.ul-payment ul li.active svg path {
  fill: #fff;
}

div.post_all div.shopping-list-service {
  margin-top: 15px;
  max-height: 400px;
  overflow-y: scroll;
}

div.post_all div.shopping-list-service table {
  width: 100%;
}

div.post_all div.shopping-list-service table aside {
  background-color: #fff;
  margin-bottom: 2px;
  min-height: 45px;
}

div.post_all div.shopping-list-service table div.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px 15px;
}

div.post_all div.shopping-list-service table div.name input {
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  color: #202124;
  border-bottom: 1px solid transparent;
}

div.post_all div.shopping-list-service table div.name input:focus {
  outline: none;
  border-bottom: 1px solid #333333;
}

div.post_all div.shopping-list-service table div.name span {
  cursor: pointer;
  margin-left: 15px;
}

div.post_all div.shopping-list-service table aside.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
}

div.post_all div.shopping-list-service table aside.comment input {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  color: #0188FF;
  border: none;
  padding-left: 10px;
  height: 30px;
}

div.post_all div.shopping-list-service table aside.comment input:focus {
  outline: none;
  border-bottom: 1px solid #0188FF;
}

div.post_all div.shopping-list-service table aside.comment input::-webkit-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.shopping-list-service table aside.comment input:-ms-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.shopping-list-service table aside.comment input::-ms-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.shopping-list-service table aside.comment input::placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.shopping-list-service table aside.copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
}

div.post_all div.shopping-list-service table aside.copy span {
  cursor: pointer;
}

div.post_all div.shopping-list-service table td {
  vertical-align: top;
  padding-bottom: 10px !important;
}

div.post_all div.shopping-list-service table td:nth-child(2) {
  padding: 0px 14px;
}

div.post_all div.shopping-list-service table td.time {
  width: 45px;
}

div.post_all div.shopping-list-service table td.time aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.post_all div.shopping-list-service table td.time aside span {
  cursor: pointer;
}

div.post_all div.shopping-list-service table td.copy {
  width: 180px !important;
}

div.post_all div.shopping-list-service table td.copy aside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.shopping-list {
  margin-top: 15px;
  max-height: calc( 100vh - 260px);
  overflow-y: scroll;
}

div.post_all div.shopping-list td:first-child {
  width: 50px !important;
}

div.post_all div.shopping-list td.price {
  width: 120px;
}

div.post_all div.shopping-list td.price input {
  width: 120px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 32px;
  color: #202124;
}

div.post_all div.shopping-list td.price input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.post_all div.shopping-list div.count-silver {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.shopping-list div.count-silver button {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ABABAB;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

div.post_all div.shopping-list div.count-silver button:hover {
  background-color: #fff;
  color: #111;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

div.post_all div.shopping-list div.count-silver input {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  text-align: center;
  background: #EBEBEB;
  font-weight: bold;
  font-size: 14px;
  color: #202124;
  margin: 0px 5px;
  border: 1px solid transparent;
}

div.post_all div.shopping-list div.count-silver input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.post_all div.shopping-list table {
  width: 100%;
}

div.post_all div.shopping-list table tbody tr {
  background: #FFFFFF;
  border-bottom: 7px solid #DDE0E8;
  border-radius: 2px;
}

div.post_all div.shopping-list table tbody tr td {
  padding: 10px 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
}

div.post_all div.shopping-list table tbody tr td.name_td {
  cursor: pointer;
}

div.post_all div.shopping-list table tbody tr td:nth-child(2) {
  width: 230px !important;
}

div.post_all div.shopping-list table tbody tr td:last-child span {
  cursor: pointer;
}

div.post_all .pos-add-product {
  background: #FFFFFF;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 25px;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.post_all .pos-add-product div.right span {
  cursor: pointer;
}

div.post_all .pos-add-product div.center {
  width: 65%;
}

div.post_all .pos-add-product div.center div.input-white {
  position: relative;
}

div.post_all .pos-add-product div.center div.input-white div.icons {
  position: absolute;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  top: 1px;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 5px;
}

div.post_all .pos-add-product div.center div.input-white input {
  width: 100%;
  height: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #E2E2E2;
  padding-left: 10px;
  border-radius: 5px;
  color: #202124;
}

div.post_all .pos-add-product div.center div.input-white input:focus {
  outline: none;
  border: 1px solid #999999;
}

div.post_all .pos-add-product h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #86888F;
}

div.post_all .pos-add-product div.left h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all .pos-add-product div.left h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #86888F;
  margin-top: -5px;
}

div.post_all div.post_nav {
  width: 70px;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0px;
}

div.post_all div.post_nav ul {
  list-style-type: none;
  margin-bottom: 0px;
  width: 100%;
}

div.post_all div.post_nav ul li {
  width: 100%;
}

div.post_all div.post_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0px;
  width: 100%;
  background-color: #fff;
}

div.post_all div.post_nav ul li a svg path {
  fill: #393939;
}

div.post_all div.post_nav ul li a.active-link {
  background-color: #393939;
}

div.post_all div.post_nav ul li a.active-link svg path {
  fill: #fff;
}

div.post_all div.post_nav a.blue-link {
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0188FF;
}

div.post_all div.post_nav span.bottom-link {
  display: inline-block;
}

div.post_all div.post_nav div.img-48 {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
}

div.post_all div.post_nav div.img-48 img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.post_all div.post_content {
  width: calc( 100% - 70px);
  height: 100%;
  padding: 15px !important;
}

div.post_all div.post_content .add-serive-table div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px;
}

div.post_all div.post_content .add-serive-table h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
  display: flex;
}

div.post_all div.post_content .add-serive-table h3>b{
  margin-right: 5px;
}

div.post_all div.post_content .add-serive-table h3:first-child {
  width: 250px !important;
}

div.post_all div.post_content div.table-new {
  margin-top: 5px;
  max-height: calc( 100vh - 130px);
  overflow-y: scroll;
  padding-top: 20px;
}

div.post_all div.post_content div.table-new table {
  width: 100%;
}

div.post_all div.post_content div.table-new table div.type-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.post_content div.table-new table div.type-service img {
  margin-right: 10px;
}

div.post_all div.post_content div.table-new table div.type-service h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}

div.post_all div.post_content div.table-new table div.tezkor h2 {
  color: #FF0000;
}

div.post_all div.post_content div.table-new table div.navbat h2 {
  color: #007DFF;
}

div.post_all div.post_content div.table-new table tr.odd-click {
  border-bottom: 10px solid #DDE0E8;
}

div.post_all div.post_content div.table-new table tr.bor {
  border-bottom: none !important;
}

div.post_all div.post_content div.table-new table tr.odd-content {
  display: none;
  margin-bottom: 10px;
  border-bottom: 10px solid #DDE0E8;
}

div.post_all div.post_content div.table-new table span.rot {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

div.post_all div.post_content div.table-new table div.three-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.post_all div.post_content div.table-new table div.three-item .hover-full h6 {
  width: 230px;
}

div.post_all div.post_content div.table-new table div.three-item .click-acc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #168AF4;
  border-radius: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

div.post_all div.post_content div.table-new table div.three-item .count-product {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 6px;
  height: 22px;
  background: #168AF4;
  border-radius: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 20px;
  color: #FFFFFF;
}

div.post_all div.post_content div.table-new table thead th {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding: 2px 15px;
  color: #202124;
}

div.post_all div.post_content div.table-new table tbody div.all-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.post_all div.post_content div.table-new table tbody div.all-event span {
  position: relative;
}

div.post_all div.post_content div.table-new table tbody div.all-event h6.th {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 45px;
  position: absolute;
  color: #202124;
}

div.post_all div.post_content div.table-new table tbody div.all-event > * {
  margin-right: 10px;
}

div.post_all div.post_content div.table-new table tbody div.all-event > *:hover .info_name {
  display: block;
}

div.post_all div.post_content div.table-new table tbody span.tr-employ {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 1px;
  margin: 0px 5px;
  padding: 0px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
}

div.post_all div.post_content div.table-new table tbody span.tr-employ h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 12px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.post_content div.table-new table tbody span.tr-employ div.img {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

div.post_all div.post_content div.table-new table tbody span.tr-employ div.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

div.post_all div.post_content div.table-new table tbody td {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 8px 15px;
  color: #202124;
  background-color: #fff;
}

div.post_all div.post_content div.table-new table tbody td:last-child {
  padding: 0px 15px !important;
  background-color: transparent !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}

div.post_all div.post_content div.table-new table tbody td:last-child span {
  cursor: pointer;
}

div.post_all div.post_content div.table-new table tbody tr.odd-content td {
  padding: 5px !important;
  background-color: #fff !important;
}

div.post_all div.post_content div.table-new table tbody div.all-pro {
  background-color: #C2C9DC;
  border-radius: 2px;
  padding: 7px 15px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro {
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.even {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  padding-top: 20px;
  height: 46px;
  margin-bottom: 10px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.even > span > img {
  margin-top: -20px !important;
  margin: 0px 3px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.left {
  position: relative;
  display: inline-block;
  width: 180px;
  background-color: #fff;
  padding: 8px 5px;
  margin-right: 6px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  background-color: #fff;
  height: 46px;
  margin-top: 2px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  color: #0188FF;
  border: none;
  padding-left: 10px;
  height: 30px;
  border-bottom: 1px solid transparent;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input:focus {
  outline: none;
  border-bottom: 1px solid #0188FF;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input::-webkit-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input:-ms-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input::-ms-input-placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.input input::placeholder {
  color: #0188FF;
  font-style: italic;
  font-weight: 400 !important;
  font-style: 16px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name2 {
  background-color: #fff;
  height: 46px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name2 div.in-name2 {
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name2 h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name-color-one {
  background-color: #FF0000 !important;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name-color-one h4 {
  color: #fff !important;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name-color-two {
  background-color: #00ED5F !important;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name {
  background: #FFFFFF;
  border-radius: 1px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name input {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  border: none;
  width: 100%;
  color: #202124;
  border-bottom: 1px solid transparent;
}

div.post_all div.post_content div.table-new table tbody div.all-pro div.item-pro div.right div.name input:focus {
  outline: none;
  border-bottom: 1px solid #333333;
}

div.post_all div.post_content div.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.post_all div.post_content div.numbers button[type="button"] {
  width: calc( 25% - 4px);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 1px;
  color: #000000;
}

div.post_all div.post_content div.numbers button[type="button"]:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

div.post_all div.post_content div.numbers .all_price_content {
  background: #FFFFFF;
  border-radius: 1px;
  text-align: center;
  padding: 5px;
  width: calc( 50% - 3px);
}

div.post_all div.post_content div.numbers .all_price_content h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 1px;
  color: #86888F;
}

div.post_all div.post_content div.numbers .all_price_content h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.post_content div.numbers button[type="submit"] {
  width: calc( 50% - 3px);
  border: none;
  background: linear-gradient(110.07deg, #00C6FF 20.6%, #0072FF 80.93%), rgba(0, 0, 0, 0.886);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
}

div.post_all div.post_content div.numbers button[type="submit"] b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 15px;
  color: #FFFFFF;
}

div.post_all div.post_content div.select-user-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.post_all div.post_content div.select-user-company div.view-top {
  background: #FFFFFF;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
  cursor: pointer;
  position: relative;
}

div.post_all div.post_content div.select-user-company div.view-top div.info-view {
  width: 280px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  display: none;
  left: 10px;
  z-index: 2;
  padding: 15px 17px;
}

div.post_all div.post_content div.select-user-company div.view-top div.info-view div.view-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.post_all div.post_content div.select-user-company div.view-top div.info-view div.view-item h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

div.post_all div.post_content div.select-user-company div.select-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  background: #FFFFFF;
  padding: 4px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  margin: 0px 15px;
}

div.post_all div.post_content div.select-user-company div.select-company div.box_out {
  width: 90%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DFE3EC;
}

div.post_all div.post_content div.select-user-company div.select-company div.box_out h6 {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0px;
  position: relative;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-style: italic;
}

div.post_all div.post_content div.select-user-company div.select-company div.selected-box {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  position: relative;
  z-index: 2;
}

div.post_all div.post_content div.select-user-company div.select-company div.selected-box h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

div.post_all div.post_content div.select-user-company div.select-company div.color_one {
  background-color: #FF0000;
}

div.post_all div.post_content div.select-user-company div.select-company div.color_two {
  background-color: #FFE925;
}

div.post_all div.post_content div.select-user-company div.select-company div.color_three {
  background-color: #25FF48;
}

div.post_all div.post_content div.select-user-company div.select-company .remove {
  margin-right: 20px;
  cursor: pointer;
}

div.post_all div.post_content div.select-user-company span.users {
  padding: 4px 7px;
  background: #FFFFFF;
  border-radius: 2px;
}

div.post_all div.post_content div.select-user-company span.users span.users-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}

div.post_all div.post_content div.select-user-company span.users span.users-item svg path {
  fill: #393939;
}

div.post_all div.post_content div.select-user-company span.users span.active-user {
  background-color: #393939;
}

div.post_all div.post_content div.select-user-company span.users span.active-user svg path {
  fill: #fff;
}

div.modal-p {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 475px;
  border-radius: 6px;
  z-index: 12;
}

div.modal-p div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

div.modal-p div.title h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

div.modal-p div.content {
  background: #FFFFFF;
  padding: 15px;
}

div.modal-p div.content ul {
  list-style-type: none;
  margin-top: 20px;
  max-height: 200px;
  min-height: 200px;
  overflow-y: scroll;
}

div.modal-p div.content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 20px;
  padding: 10px 20px;
}

div.modal-p div.content ul li b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
  color: #202124;
}

div.modal-p div.content ul li:hover {
  background-color: #ECECEC;
}

div.img-48 {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
}

div.img-48 img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info-one-product {
  width: 433px;
  position: fixed;
  z-index: 12;
  background-color: #fff;
  padding: 12px 10px;
  border-radius: 6px;
  display: none;
}

.info-one-product div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.info-one-product div.right {
  width: calc( 100% - 152px);
  padding-left: 20px;
}

.info-one-product div.right div.item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
}

.info-one-product div.right div.slv {
  background: #F3F3F3;
  border-radius: 2px;
  padding: 6px 14px;
  width: 100%;
  margin-bottom: 15px;
}

.info-one-product h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #A0A2AE;
}

.info-one-product h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

.info-one-product div.img-150 {
  width: 152px;
  height: 152px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.info-one-product div.img-150 img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.in-32 {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #202124;
}

.in-32:focus {
  outline: none;
  border: 1px solid #333333;
}

.input-32 {
  height: 32px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  border-radius: 2px;
}

.input-32:focus {
  outline: none;
  border: 1px solid #333333;
}

.in-short-32 {
  width: 50px;
}

.in-large-32 {
  width: 80px;
}

.modal_click {
  cursor: pointer;
}

.modal-reach {
  position: fixed;
  display: none;
  width: 350px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  z-index: 13 !important;
  padding: 12px 20px;
}

.modal-reach div.bot button.cancel {
  border: 1px solid rgba(194, 194, 194, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 10px;
  color: #C2C2C2;
}

.modal-reach div.bot button.ok {
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  padding: 3px 10px;
  color: #FFFFFF;
  margin-left: 10px;
  background: #0676ED;
  border-radius: 2px;
  border: none;
}

.modal-reach div.item-reach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.modal-reach div.item-reach h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

.modal-reach div.item-reach input {
  background: #F3F3F3;
  border-radius: 2px;
  text-align: right;
  padding: 0px 10px;
  height: 32px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  width: 190px;
  color: #202124;
}

.modal-reach div.item-reach input:focus {
  outline: none;
  border: 1px solid #333333;
}

.modal-reach-date {
  position: fixed;
  width: 477px;
  display: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  z-index: 10;
  padding: 12px 20px;
}

.modal-reach-date div.center {
  max-height: 200px;
  overflow-y: scroll;
}

.modal-reach-date div.bot button.cancel {
  border: 1px solid rgba(194, 194, 194, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 10px;
  color: #C2C2C2;
}

.modal-reach-date div.bot button.ok {
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  padding: 3px 10px;
  color: #FFFFFF;
  margin-left: 10px;
  background: #0676ED;
  border-radius: 2px;
  border: none;
}

.modal-reach-date div.item-reach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.modal-reach-date div.item-reach h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

.modal-reach-date div.item-reach h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #202124;
}

.modal-reach-date div.item-reach input[type="text"] {
  background: #F3F3F3;
  border-radius: 2px;
  text-align: right;
  padding: 0px 10px;
  height: 32px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  width: 190px;
  color: #202124;
}

.modal-reach-date div.item-reach input[type="text"]:focus {
  outline: none;
  border: 1px solid #333333;
}

.modal-reach-date div.item-reach input[type="date"] {
  border: none;
  width: 140px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #202124;
}

.modal-reach-date div.item-reach input[type="date"]:focus {
  outline: none;
}

.qarz-date {
  cursor: pointer;
}

.qarz-plus {
  cursor: pointer;
}

.qarz_add {
  cursor: pointer;
}

div.top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

div.top-links ul {
  list-style-type: none;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 0px;
}

div.top-links ul li {
  display: inline-block;
}

div.top-links ul a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 12px 17px;
  margin: 0px 15px;
  color: #393939;
  position: relative;
}

div.top-links ul a span {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  background: #36DE6F;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  color: #FFFFFF;
  padding: 1px 5px;
  display: inline-block;
  top: 5px;
  right: -4px;
}

div.top-links ul a.active {
  color: #fff;
  background-color: #393939;
}

.info-client {
  background: #FFFFFF;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-client .item-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.info-client .item-client h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #202124;
}

.info-client .item-client input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 30px;
  color: #202124;
}

.info-client .item-client input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.content-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.content-settings tr.acc_click {
  cursor: pointer;
}

div.content-settings tr.acc_click .two-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.content-settings tr.acc_click span.click-acc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  margin-right: 10px;
  height: 22px;
  background: #168AF4;
  border-radius: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

div.content-settings tr.acc_click span.rot img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

div.content-settings tr.acc {
  width: 100%;
}

div.content-settings tr.acc td table td:first-child {
  background-color: #fff !important;
}

div.content-settings tr.acc td table td {
  background-color: #DBDBDB;
}

div.content-settings .search_category {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

div.content-settings span.count_sklad {
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 6px;
  color: #FFFFFF;
}

div.content-settings div.top_category {
  margin-top: 30px;
}

div.content-settings div.top_category div.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.content-settings div.top_category div.selected h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
  margin-right: 45px;
}

div.content-settings div.top_category div.selected span.edit {
  cursor: pointer;
}

div.content-settings div.top_category div.selected span.count-select {
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  color: #FFFFFF;
}

div.content-settings div.settings-top ul {
  margin-bottom: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.content-settings div.settings-top ul span.tit {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  background: #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 32px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
  color: #FFFFFF;
}

div.content-settings div.settings-top ul span.add {
  width: 32px;
  height: 32px;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
}

div.content-settings div.settings-top ul li {
  display: inline-block;
}

div.content-settings .settings-box2 {
  width: 620px;
}

div.content-settings .settings-box {
  width: 580px;
}

div.content-settings .settings-box div.on_off {
  width: 30px;
  height: 18px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

div.content-settings .settings-box div.on_off div.circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: relative;
}

div.content-settings .settings-box div.on_off div.circle img {
  position: absolute;
  top: 50%;
  width: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.content-settings .settings-box div.on {
  border: 0.5px solid #09E847;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.content-settings .settings-box div.on div.circle {
  background-color: #09E847;
}

div.content-settings .settings-box div.on div.circle img.off_img {
  display: none;
}

div.content-settings .settings-box div.off {
  border: 0.5px solid #A0A2AE;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

div.content-settings .settings-box div.off div.circle {
  background-color: #A0A2AE;
}

div.content-settings .settings-box div.off div.circle img.on_img {
  display: none;
}

div.content-settings .settings-box div.table-setting {
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  margin-top: 25px;
}

div.content-settings .settings-box div.table-setting table {
  width: 100%;
}

div.content-settings .settings-box div.table-setting table .pointer {
  cursor: pointer;
}

div.content-settings .settings-box div.table-setting table .color-type {
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

div.content-settings .settings-box div.table-setting table .one-color {
  background-color: #ED064B;
}

div.content-settings .settings-box div.table-setting table .two-color {
  background-color: #D445EC;
}

div.content-settings .settings-box div.table-setting table td {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  color: #202124;
}

div.content-settings .settings-box div.table-setting table th {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  color: #494949;
}

div.content-settings .settings-box h4.title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

div.content-settings .settings-box div.settings-link div.item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

div.content-settings .settings-box div.settings-link div.item-link h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
}

div.content-settings .settings-box div.settings-link div.item-link h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #888888;
}

div.content-settings .settings-box div.settings-link div.item-link span i {
  color: #000000;
  font-size: 22px;
  margin-top: 4px;
  font-weight: 600;
}

.firma_modal {
  position: fixed;
  width: 350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 12;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}

.firma_modal div.center {
  padding: 20px 15px 0px 15px;
}

.firma_modal div.center .one-color {
  background-color: #ED064B;
}

.firma_modal div.center .two-color {
  background-color: #D445EC;
}

.firma_modal div.center .three-color {
  background-color: #19B98B;
}
.firma_modal div.center .four-color {
  background-color: #ce9e00;
}

.firma_modal div.center .five-color {
  background-color: #039e01;
}

.firma_modal div.center .sex-color {
  background-color: #ff3205;
}
.firma_modal div.center .seven-color {
  background-color: #3f3f3f;
}

.firma_modal div.center select {
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.firma_modal div.center select{
  background: #EEFAFC !important;
  width: 220px;
  border-radius: 2px;
  font-weight: 600;
  padding-right: 5px;
  border: none;
  border: 1px solid #05B5D7;
  font-size: 14px;
  line-height: 19px;
  height: 32px;
  padding-left: 6px;
  color: #202124;
}
.firma_modal div.center textarea{
  background: #EEFAFC !important;
  border: 1px solid #05B5D7;
}

.firma_modal div.center select:focus {
  outline: none;
}

.firma_modal div.center div.on_off {
  width: 30px;
  height: 18px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.firma_modal div.center div.on_off div.circle {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: relative;
}

.firma_modal div.center div.on_off div.circle img {
  position: absolute;
  top: 50%;
  width: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.firma_modal div.center div.on {
  border: 0.5px solid #09E847;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.firma_modal div.center div.on div.circle {
  background-color: #09E847;
}

.firma_modal div.center div.on div.circle img.off_img {
  display: none;
}

.firma_modal div.center div.off {
  border: 0.5px solid #A0A2AE;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.firma_modal div.center div.off div.circle {
  background-color: #A0A2AE;
}

.firma_modal div.center div.off div.circle img.on_img {
  display: none;
}

.firma_modal div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7px 15px;
  border-top: 2px solid #C4C4C4;
}

.firma_modal div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.firma_modal div.item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
  margin-right: 5px;
  width: 100px;
}

.firma_modal div.item input[type="text"] {
  height: 32px;
  padding-left: 5px;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 70%;
  color: #202124;
  border-radius: 2px;
}

.firma_modal div.item input[type="text"]:focus {
  outline: none;
  border: 1px solid #333333;
}

.barCode {
  height: 100% !important;
}

.barCode div {
  height: 30px !important;
}

.barCode div:last-child {
  position: absolute;
  right: 10px;
  top: 50%;
  width: unset !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 20px;
  color: #202124;
}

.modal-service {
  position: fixed;
  top: 50%;
  width: 520px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 12;
  border-radius: 6px 0px 0px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent !important;
  vertical-align: text-top;
  float: left;
}

.modal-service div.left {
  display: inline-block !important;
  height: unset;
}

.modal-service div.left div.small {
  background-color: #fff;
  padding: 12px;
  display: inline-block;
  border-right: 2px solid #F3F3F3;
  border-radius: 6px 0px 0px 6px;
}

.modal-service div.right {
  padding: 12px;
  display: inline-block;
  background-color: #fff;
  width: calc( 100% - 185px);
  border-radius: 0px 6px 6px 0px;
}

.modal-service div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-service div.item:nth-child(2n + 1) {
  margin-bottom: 8px;
}

.modal-service div.item:nth-child(2n) {
  margin-bottom: 20px;
}

.modal-service h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

.modal-service div.text-silver {
  background: #F3F3F3;
  border-radius: 2px;
  padding: 6px 10px;
}

div.radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
}

div.radio-button .con {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  /* identical to box height */
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202124;
}

div.radio-button .con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

div.radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 50%;
}

div.radio-button .con:hover input ~ .checkmark {
  background-color: #ccc;
}

div.radio-button .con input:checked ~ .checkmark {
  background-color: #168AF4;
}

div.radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

div.radio-button .con input:checked ~ .checkmark:after {
  display: block;
}

div.radio-button-rect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Show the indicator (dot/circle) when checked */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

div.radio-button-rect .con {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202124;
}

div.radio-button-rect .con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

div.radio-button-rect .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

div.radio-button-rect .con:hover input ~ .checkmark {
  background-color: #ccc;
}

div.radio-button-rect .con input:checked ~ .checkmark {
  background-color: #168AF4;
}

div.radio-button-rect .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

div.radio-button-rect .con input:checked ~ .checkmark:after {
  display: block;
}

div.radio-button-rect .con .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.service-left {
  background: #FFFFFF;
  border-radius: 1px;
  padding: 20px 15px;
}

.service-left div.input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.service-left div.input-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
  width: 100px;
  margin-right: 10px;
}

.service-left div.input-item input {
  background: #EAEAEA;
  border: 1px solid #7D7D7D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  width: 70%;
  color: #202124;
  height: 38px;
}

.service-left div.input-item input:focus {
  outline: none;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
}

.service-left div.buts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-left div.buts button {
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 5px 12px;
  cursor: pointer;
}

.service-left div.buts button b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 8px;
  color: #202124;
}

.service-left div.buts button svg path {
  fill: #202124;
}

.service-left div.buts button.active {
  background: #0676ED;
  border: 1px solid #0676ED;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.service-left div.buts button.active svg path {
  fill: #fff;
}

.service-left div.buts button.active b {
  color: #fff;
}

.service-left h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 13px;
  color: #202124;
}

.blue-gradient {
  background: linear-gradient(110.07deg, #00C6FF 20.6%, #0072FF 80.93%), rgba(0, 0, 0, 0.886);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

.blue-gradient b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 17px;
  color: #FFFFFF;
}

div.modal-new {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 910px;
}

div.modal-new div.ul-payment ul {
  list-style-type: none;
  margin-bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.modal-new div.ul-payment ul li {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc( 20% - 1px);
  background: #FFFFFF;
  border-radius: 1px;
  height: 48.5px;
  margin-right: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
  color: #202124;
}

div.modal-new div.ul-payment ul li.active {
  background-color: #168AF4;
  color: #fff;
}

div.modal-new div.ul-payment ul li.active svg path {
  fill: #fff;
}

div.modal-new div.content-payment {
  margin-top: 15px;
}

div.modal-new div.content-payment h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0px;
  text-align: center;
  color: #FFFFFF;
}

div.modal-new div.content-payment aside {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.modal-new div.content-payment aside h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment aside div.static {
  background: #ABABAB;
  border-radius: 6px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}

div.modal-new div.content-payment aside div.static h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment nav:not(.active) {
  display: none;
}

div.modal-new div.content-payment nav {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
}

div.modal-new div.content-payment div.item-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.modal-new div.content-payment div.item-payment h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment div.item-payment .input-x {
  position: relative;
  width: 150px;
}

div.modal-new div.content-payment div.item-payment .input-x input {
  width: 100%;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 32px;
  color: #202124;
}

div.modal-new div.content-payment div.item-payment .input-x input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal-new div.content-payment div.item-payment .input-x span {
  position: absolute;
  background-color: #EEFAFC;
  right: 1px;
  cursor: pointer;
  top: 1px;
  padding-right: 5px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.modal-new div.content-payment_new {
  margin-top: 15px;
}

div.modal-new div.content-payment_new h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0px;
  text-align: center;
  color: #FFFFFF;
}

div.modal-new div.content-payment_new aside {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.modal-new div.content-payment_new aside h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment_new aside div.static {
  background: #ABABAB;
  border-radius: 6px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}

div.modal-new div.content-payment_new aside div.static h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment_new nav:not(.active) {
  display: none;
}

div.modal-new div.content-payment_new nav {
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 5px;
}

div.modal-new div.content-payment_new div.item-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}

div.modal-new div.content-payment_new div.item-payment h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.content-payment_new div.item-payment .input-x {
  position: relative;
  width: 150px;
}

div.modal-new div.content-payment_new div.item-payment .input-x input {
  width: 100%;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
  height: 32px;
  color: #202124;
}

div.modal-new div.content-payment_new div.item-payment .input-x input:focus {
  outline: none;
  border: 1px solid #333333;
}

div.modal-new div.content-payment_new div.item-payment .input-x span {
  position: absolute;
  background-color: #EEFAFC;
  right: 1px;
  cursor: pointer;
  top: 1px;
  padding-right: 5px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.modal-new div.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.modal-new div.numbers button[type="button"] {
  width: calc( 25% - 4px);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 1px;
  color: #000000;
}

div.modal-new div.numbers button[type="button"]:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

div.modal-new div.numbers .all_price_content {
  background: #FFFFFF;
  border-radius: 1px;
  text-align: center;
  padding: 5px;
  width: calc( 50% - 3px);
}

div.modal-new div.numbers .all_price_content h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 1px;
  color: #86888F;
}

div.modal-new div.numbers .all_price_content h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-new div.numbers button[type="submit"] {
  width: calc( 50% - 3px);
  border: none;
  background: linear-gradient(110.07deg, #00C6FF 20.6%, #0072FF 80.93%), rgba(0, 0, 0, 0.886);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
}

div.modal-new div.numbers button[type="submit"] b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 15px;
  color: #FFFFFF;
}

div.modal-three-col {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 910px;
}

div.modal-three-col div.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.modal-three-col div.cont div.right, div.modal-three-col div.cont div.center, div.modal-three-col div.cont div.left {
  border-radius: 6px;
}

div.modal-three-col div.cont div.right {
  width: 25%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  border-radius: 8px;
  overflow: hidden;
  padding: -10px;
}

div.modal-three-col div.cont div.right button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  width: 33.3333333%;
  cursor: pointer;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #555555;
}

div.modal-three-col div.cont div.right button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

div.modal-three-col div.cont div.center {
  margin: 0px 20px;
  width: 40%;
  display: inline-block;
  height: unset;
}

div.modal-three-col div.cont div.center div.step-five {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 6px;
}

div.modal-three-col div.cont div.center div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

div.modal-three-col div.cont div.center div.item input {
  width: 40px;
  height: 32px;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #EAEAEA;
  border: 1px solid #7D7D7D;
  text-align: center;
  color: #202124;
}

div.modal-three-col div.cont div.center div.item input:focus {
  outline: none;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
}

div.modal-three-col div.cont div.center div.item div.num {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.modal-three-col div.cont div.center div.item div.num button {
  width: 32px;
  height: 32px;
  background: #ABABAB;
  margin-left: 5px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
}

div.modal-three-col div.cont div.center div.item h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-three-col div.cont div.left {
  padding: 15px;
  width: 35%;
  background-color: #fff;
}

div.modal-three-col div.cont div.left div.ul {
  margin-top: 25px;
  max-height: 240px;
  min-height: 240px;
  overflow-y: scroll;
}

div.modal-three-col div.cont div.left div.ul ul {
  list-style-type: none;
  margin-bottom: 0px;
}

div.modal-three-col div.cont div.left div.ul ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-left: 5px;
  cursor: pointer;
}

div.modal-three-col div.cont div.left div.ul ul li input {
  position: relative !important;
  pointer-events: painted !important;
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 5px;
}

div.modal-three-col div.cont div.left div.ul ul li b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
  color: #202124;
}

div.modal-three-col div.cont div.left div.ul ul li:hover {
  background-color: #e9e9e9;
}

div.modal-three-col div.cont div.left div.input {
  position: relative;
}

div.modal-three-col div.cont div.left div.input div.icons {
  position: absolute;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  top: 1px;
  padding: 0px 10px;
  background-color: #F3F3F3;
  border-radius: 5px;
}

div.modal-three-col div.cont div.left div.input input {
  width: 100%;
  height: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  background: #F3F3F3;
  border-radius: 2px;
  padding-left: 10px;
  border: none;
  color: #202124;
}

div.modal-three-col div.cont div.left div.input input:focus {
  outline: none;
  border: 1px solid #999999;
}

div.modal-two-col {
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 810px;
}

div.modal-two-col div.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.modal-two-col div.cont div.right, div.modal-two-col div.cont div.center, div.modal-two-col div.cont div.left {
  border-radius: 6px;
}

div.modal-two-col div.cont div.right-out {
  width: 25%;
  height: 100%;
}

div.modal-two-col div.cont div.right {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  border-radius: 8px;
  overflow: hidden;
  padding: -10px;
  height: 100%;
}

div.modal-two-col div.cont div.right button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  width: 33.3333333%;
  cursor: pointer;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  height: 80px;
  color: #555555;
}

div.modal-two-col div.cont div.right button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

div.modal-two-col div.cont div.left {
  padding: 15px;
  width: 75%;
  background-color: #fff;
  margin-right: 15px;
}

div.modal-two-col div.cont div.left div.jami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding-right: 80px;
}

div.modal-two-col div.cont div.left div.jami h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-two-col div.cont div.left .table-add-service {
  width: 100%;
  margin-top: 15px;
  max-height: 250px;
  min-height: 250px;
  overflow-y: scroll;
}

div.modal-two-col div.cont div.left .table-add-service table {
  width: 100%;
}

div.modal-two-col div.cont div.left .table-add-service table tfoot td:nth-child(2) {
  text-align: center;
}

div.modal-two-col div.cont div.left .table-add-service table td {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  color: #202124;
}

div.modal-two-col div.cont div.left .table-add-service table td:first-child span {
  cursor: pointer;
}

div.modal-two-col div.cont div.left .table-add-service table h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #202124;
}

div.modal-two-col div.cont div.left .table-add-service table h5 h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #86888F;
}

div.modal-two-col div.cont div.left div.fast-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

div.modal-two-col div.cont div.left div.fast-select h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 0px;
  margin-right: 20px;
  color: #003DDB;
}

div.modal-two-col div.cont div.left div.num {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.modal-two-col div.cont div.left div.num input {
  width: 40px;
  height: 32px;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  background: #EAEAEA;
  border: 1px solid #7D7D7D;
  text-align: center;
  color: #202124;
}

div.modal-two-col div.cont div.left div.num input:focus {
  outline: none;
  background: #EEFAFC;
  border: 1px solid #05B5D7;
}

div.modal-two-col div.cont div.left div.num button {
  width: 32px;
  height: 32px;
  background: #ABABAB;
  margin-left: 5px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
}

div.modal-two-col div.cont div.left div.ul {
  margin-top: 25px;
  max-height: 240px;
  min-height: 240px;
  overflow-y: scroll;
}

div.modal-two-col div.cont div.left div.ul ul {
  list-style-type: none;
  margin-bottom: 0px;
}

div.modal-two-col div.cont div.left div.ul ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  padding-left: 15px;
  cursor: pointer;
}

div.modal-two-col div.cont div.left div.ul ul li b {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
  color: #202124;
}

div.modal-two-col div.cont div.left div.ul ul li:hover {
  background-color: #e9e9e9;
}

div.modal-two-col div.cont div.left div.input {
  position: relative;
}

div.modal-two-col div.cont div.left div.input div.icons {
  position: absolute;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  top: 1px;
  padding: 0px 10px;
  background-color: #F3F3F3;
  border-radius: 5px;
}

div.modal-two-col div.cont div.left div.input input {
  width: 100%;
  height: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  background: #F3F3F3;
  border-radius: 2px;
  padding-left: 10px;
  border: none;
  color: #202124;
}

div.modal-two-col div.cont div.left div.input input:focus {
  outline: none;
  border: 1px solid #999999;
}

div.employes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

div.employes div.all {
  background: #0188FF;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 25px;
  margin-right: 20px;
}

div.employes div.all b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

div.employes div.carus {
  width: 75%;
}

div.employes div.carus div.one-employ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 2px;
  padding: 2px;
}

div.employes div.carus div.one-employ div.right {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.employes div.carus div.one-employ div.right b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

div.employes div.carus div.one-employ h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #202124;
  margin-left: 12px;
}

div.employes div.carus div.one-employ div.left {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  position: relative;
}

div.employes div.carus div.one-employ div.left img {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

div.employes div.carus .owl-nav {
  display: none;
}

div.employes div.carus .owl-dots {
  display: none;
}

div.search-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.search-center div.input {
  position: relative;
  width: 420px;
}

div.search-center div.input div.icons {
  position: absolute;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  top: 1px;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 5px;
}

div.search-center div.input input {
  width: 100%;
  height: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  border-radius: 2px;
  padding-left: 10px;
  border: 1px solid transparent;
  color: #202124;
}

div.search-center div.input input:focus {
  outline: none;
  border: 1px solid #999999;
}

.info-attr2 {
  position: relative;
}

.info-attr2 div.info_name {
  bottom: 33px;
  left: -145px;
  position: absolute;
  width: 240px;
  display: none;
  z-index: 6;
  padding: 3px 3px 5px 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
  background: #181818;
}

.info-attr2 div.info_name b {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.info-attr3 {
  position: relative;
}

.info-attr3 div.info_name {
  bottom: 33px;
  left: -92px;
  position: absolute;
  width: 135px;
  display: none;
  z-index: 6;
  padding: 3px 3px 5px 3px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 52% 90%, 50% 100%, 48% 90%, 0 90%);
  background: #181818;
}

.info-attr3 div.info_name b {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.header-payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.header-payment-type div.item {
  height: 32px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
}

.header-payment-type div.item b {
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
}

h4.users {
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #202124;
}

.setting-money-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setting-money-change div.dollar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setting-money-change div.dollar h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #202124;
  margin: 0px 5px;
}

.setting-money-change div.dollar button {
  color: #fff;
}

.setting-money-change div.dollar input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  width: 100px;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

.setting-money-change div.dollar input:focus {
  outline: none;
  border: 1px solid #333333;
}

.modal_password_confirm {
  width: 200px;
  position: fixed;
  z-index: 12;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.modal_password_confirm div.logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.modal_password_confirm div.logout a {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.modal_password_confirm h2.error {
  text-align: center;
  font-size: 16px;
  color: #eb0000;
  font-weight: 600;
  opacity: 0;
  margin: 10px 0px;
}

.modal_password_confirm div.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EFEFEF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}

.modal_password_confirm div.numbers2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EFEFEF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}

.modal_password_confirm div.numbers button {
  width: calc( 100%/3 - 2px);
  background-color: #fff;
  margin-right: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  height: 75px;
  border-radius: 1px;
  border: none;
}

.modal_password_confirm div.numbers2 button {
  width: calc( 100%/3 - 2px);
  background-color: #fff;
  margin-right: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  height: 75px;
  border-radius: 1px;
  border: none;
}

.modal_password_confirm div.numbers button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

.modal_password_confirm div.numbers2 button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: linear-gradient(#fff, #dadada);
}

.modal_password_confirm div.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.modal_password_confirm div.dots div.item-dots {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 0px 12px;
}

.modal_password_confirm div.dots div.active {
  background-color: #fff;
}

.modal_password_confirm div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_password_confirm div.top div.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_password_confirm div.top div.user h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #FFFFFF;
}

.modal_password_confirm div.top div.user i {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
}

.modal_password_confirm div.top div.img {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.modal_password_confirm div.top div.img img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.modal_password_confirm div.center {
  padding: 15px;
}

.modal_password_confirm div.center input {
  background: #EEFAFC;
  border: 1px solid #05B5D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  z-index: 2;
  width: 100%;
  height: 32px;
  padding-left: 7px;
  color: #202124;
}

.modal_password_confirm div.center input:focus {
  outline: none;
  border: 1px solid #333333;
}

.modal_password_confirm div.bottom {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #cecece;
}

.modal_password_confirm div.bottom button {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */




/*# my css */

.tag-count .cut-count {
  width: 230px;
  left: -118px;
  max-height: 115px;
}
.tag-count .cut-count .item-count:last-child {
  margin-bottom: 0px !important;
}
.in-32 {
  width: 60px;
}
.modal-reach-date div.item-reach input[type="date"] {
  width: 160px;
}
.modal-reach-date div.item-reach input[type="text"] {
  width: 150px;
}
div.post_all div.shopping-list div.count-silver input {
  width: 45px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.maxfasle { border: 1px solid rgb(213, 212, 212) !important; }
input.maxtrue { border: 1px solid #333333 !important; }


div.post_all div.post_content div.numbers button#pos_button {
  width: calc( 50% - 3px);
  border: none;
  background: linear-gradient(110.07deg, #00C6FF 20.6%, #0072FF 80.93%), rgba(0, 0, 0, 0.886);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
}

div.post_all div.post_content div.numbers2 button#pos_button {
  width: calc( 50% - 3px);
  border: none;
  background: linear-gradient(110.07deg, #00C6FF 20.6%, #0072FF 80.93%), rgba(0, 0, 0, 0.886);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
}

div.post_all div.post_content div.numbers button#pos_button b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 15px;
  color: #FFFFFF;
}

div.post_all div.post_content div.numbers2 button#pos_button b {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-left: 15px;
  color: #FFFFFF;
}

/* animatsiya onload  */
#amnim{
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  /* background: #0676ED50; */
  background:#0676ED;
	/* backdrop-filter: blur(0.5vw); */
  justify-content: center;
  align-items: center;
  z-index: 9999999999999;
  top: 0;
  right: 0;
}
#amnim span{
  background: white;
  width: 1vw;
  border-radius: 50%;
  height: 1vw;
  margin: 1vw;
  animation: amnim 0s 1s infinite;
}
#amnim span:nth-child(1){
  animation: amnim 1s 0.1s infinite;
}
#amnim span:nth-child(2){
  animation: amnim 1s 0.2s infinite;
}
#amnim span:nth-child(3){
  animation: amnim 1s 0.3s infinite;
}
@keyframes amnim{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

div.search_category div.list-2 {
  max-height: 460px !important;
}

tr.odd div.hover-full h6 {
  width: 285px;
}
div.post_all div.shopping-list table tbody tr td:nth-child(2) {
  width: 290px !important;
}
div.post_all div.shopping-list {
  max-height: 74vh;
  }

.header-payment-type div.item {
  text-align: center;
  padding: 0;
}
.header-payment-type {
  width: 45%;
}

input[name="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hover-full h6 {
  width: 280px;
}
div.box_all {
    padding: 10px;
}
div.fix-lock {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-service div.item:nth-child(2n + 1) {
    margin-bottom: 0px;
}

div.modal-two-col div.cont div.left div.num {
  width: 90%;
}
div.employes div.carus div.one-employ h3 {
  margin-left: 3px;
}
input.datalist-service-add{
  border: 1px solid black;
}
.input-unset {
  width: 65px;
  background: #EEFAFC;
  border: 1px solid rgb(118, 118, 118);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  height: 32px;
  padding-left: 5px;
  color: #202124;
}

.input-unset:focus {
  outline: none;
  border: 1px solid #0072FF;
}

div.fix-no-yes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

div.modal-no-yes {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 12;
  width: 300px;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
}

div.modal-no-yes h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  margin: 20px 0px;
  text-align: center;
  color: #19212A;
}

div.modal-no-yes div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.modal-no-yes div.buttons button {
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0px 20px;
}

div.modal-no-yes div.buttons .no {
  color: #fff;
  background-color: #ff3205;
}

div.modal-no-yes div.buttons .yes {
  color: #fff;
  background-color: #0188FF;
}

#table-pos-center tr.odd-content td {
  display: none;
}

#table-pos-center tr.odd-content td:first-child {
  display: table-cell !important;
}

.table-pos-center .dataTables_filter {
  display: none;
}

.table-pos-center .dataTables_info {
  display: none;
}

div.table-32 table td.kozim {
  font-size: 10px;
}
div.table-32 table th.kozim {
  padding: 0;
}
div.text-new-top {
  height: 32px;
  background-color: #0676ED;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
}

div.text-new-top b {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

div.two-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

div.two-date span {
  cursor: pointer;
}

div.two-date input {
  border: none;
  font-weight: bold;
  width: 125px;
  font-size: 14px;
}

div.two-date input:focus {
  outline: none;
}



div.modal_simple_table {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 22;
  width: 980px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

div.modal_simple_table div.table_simple {
  overflow-y: scroll;
}

div.modal_simple_table div.bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #F0F0F0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 17px;
}

div.modal_simple_table div.bot button {
  padding: 5px 12px;
  border: 1px solid #999999;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}

div.modal_simple_table div.bot button img {
  margin-left: 7px;
}

div.modal_simple_table div.top {
  border-bottom: 2px solid #F0F0F0;
  padding: 12px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.modal_simple_table div.top h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  color: #060606;
  margin-bottom: 0px;
}

div.modal_simple_table div.top span {
  cursor: pointer;
}

div.modal_simple_table div.table_simple {
  padding: 12px 17px;
}

div.betven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

div.betven h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  position: absolute;
  text-align: center;
}

div.betven h6:first-child {
  left: 0;
}

div.betven h6:nth-child(2) {
  right: 0;
}

h5.cen_print {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

div.table_simple {
  padding: 15px;
  max-height: 400px;
}

div.table_simple table {
  width: 100%;
  border-collapse: collapse;
}

div.table_simple td {
  border: 1px solid #999999;
}

div.table_simple thead th {
  background-color: #cccccc;
  font-style: italic;
}

div.table_simple th {
  border: 1px solid #333333;
  text-align: left;
}

div.table_simple table th, div.table_simple td {
  padding: 2px;
  display: table-cell;
}

div.table_simple th {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  color: #202124;
}

div.table_simple table td.center_six {
  text-align: center;
}

div.table_simple table td {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  color: #202124;
}

div.table_simple tfoot td {
  background-color: #cccccc;
  font-weight: bold;
  font-style: italic;
}

div.fixvh3 {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}


.pagination {
  margin-top: 10px;
}

/* .pagination a {
  color: black;
  float: left;
  margin-right: 5px;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
} */
.pagination li.disabled{
  display: none;
}
/* .pagination .active a{
  background-color: #0676ED;
  color: white;
} */
.pagination a:hover:not(.active) {
  background-color: #0676ED;
  color: white;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px !important;
  background: #ECECEC;
  border-radius: 2px;
  color: #000000;
}

.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .active a{
  color: #fff;
  background: #0676ED;
}

.swal2-toast{
  width: 250px !important;
}
div.swal2-content{
  display:none;
}

#tur{
    background: #EEFAFC !important;
    width: 220px;
    border-radius: 2px;
    font-weight: 600;
    padding-right: 5px;
    border: none;
    border: 1px solid #05B5D7;
    font-size: 14px;
    line-height: 19px;
    height: 32px;
    padding-left: 6px;
    color: #202124;
}
.remove_img{
  cursor:pointer;
}
.vasxod_sort_div{
  position: absolute;
  width: 97.7%;
  top: 22%;
  right: 15px;
  z-index: 3;
  display: none;
  border-radius: 5px;
  height: 74.6vh;
  box-sizing: border-box;
  background: #ffffff;
  color: #4F4F4F;
  padding: 40px 0 10px;
}
.vasxod_sort_div_col1{
  overflow-y: auto;
  height: 100%;
    padding: 10px;
    box-sizing: border-box;
  width: 50%;
}
.vasxod_sort_div_col1::-webkit-scrollbar {
  width: 5px;
  background: #C4C4C4;
  outline: 2px solid #C4C4C4;
  border-radius: 20px;
}

.vasxod_sort_div_col1::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
}

.vasxod_sort_div_col1::-webkit-scrollbar-track {
  border-radius: 20px;
}
.vasxod_sort_div_col2{
  overflow-y: auto;
  height: 100%;
    padding: 10px;
    box-sizing: border-box;
  width: 50%;
}
.vasxod_sort_div_col2::-webkit-scrollbar {
  width: 5px;
  background: #C4C4C4;
  outline: 2px solid #C4C4C4;
  border-radius: 20px;
}

.vasxod_sort_div_col2::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
}

.vasxod_sort_div_col2::-webkit-scrollbar-track {
  border-radius: 20px;
}
.vasxod_sort_div > div > h6{
  margin-left: 10px;
  font-weight: 700;;
}
.vasxod_sort_div > div > p{
  font-size: 14px;
  font-weight: 700;
  margin: 10px 10px;
}
.vasxod_sort_div1{
  display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
}
.vasxod_sort_div > div > .vasxod_sort_div1 > a{
  font-weight: 400;
  font-size: 14px;
  color: #0188FF;
  border: 0.5px solid #0188FF90;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 0;
  width: 130px;
  text-align: center;
  margin: 5px;
}
.vasxod_sort_div > div > .vasxod_sort_div1 > a:hover{
 color: #0188FF; 
}
.vasxod_sort_div > div > .vasxod_sort_div1 > a.vasxod_sort_div_active_a1{
  color: #ffffff;
  background: #0188FF; 
}
.vasxod_sort_div2{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
.vasxod_sort_div2 > div{
  width: 180px;
  height: 50px;
  color: #0188FF;
  border: 0.5px solid #0188FF90;
  display: flex;
  margin: 20px 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
}
.vasxod_sort_div > div > .vasxod_sort_div2 > div.vasxod_sort_div_active_div1{
  color: #ffffff;
  background: #0188FF; 
}
.vasxod_sort_div_col1,.vasxod_sort_div_col2{
  width: 50%;
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}
.vasxod_sort_div_col2 > div{
  border: 0.5px solid #0188FF90;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 0px 15px 0px 5px;
  position: relative;
  margin-bottom: 10px;
}
.vasxod_sort_div_col2 > div > img{
  width: 50px;
  height: 50px;
}
.vasxod_sort_div .vasxod_sort_div_col2 > div > input{
  transform: scale(1.5);
  position: absolute;
  right: 15px;
  opacity: 1;
  pointer-events: initial;
}
.vasxod_sort_div_col2 > div > div {
  margin-left: 15px;
}
.vasxod_sort_div_col2 > div > div > p:nth-child(1){
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}
.vasxod_sort_div_col2 > div > div > p:nth-child(2){
  margin-bottom: 0;
  font-size: 12px;
}
.vasxod_sort_div_chiqish{
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  top: 2px;
  right: 10px;
}
.vasxod_sort_div_col2 > div.vasxod_sort_div_col2_total{
  border: none;
  position: absolute;
  color: #C4C4C4;
  font-weight: bold;
  top: 0px;
  right: 20px;
  font-size: 16px;
}
.vasxod_sort_div_col2 > div.vasxod_sort_div_col2_total span{
  color: #0188FF;
  margin-left: 10px;
  margin-right: 10px;
}
.summa_info{
  background: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.summa_info_modal{
  position: absolute;
  bottom: 80px;
  right: 113px;
  
  padding: 0 10px;
  background-color: #ffffff;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px #cccccc;
} 
.summa_info_modal > div > p{
  color: #202124;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.summa_info_modal > p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
}
.summa_info_modal > span{
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  right: 10px;
  top: -3px;
}