@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');

@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MYRIADPRO-REGULAR.eot');
  src: url('fonts/MYRIADPRO-REGULAR.eot?#iefix') format('embedded-opentype'),
    url('fonts/MYRIADPRO-REGULAR.woff') format('woff'),
    url('fonts/MYRIADPRO-REGULAR.ttf') format('truetype'),
    url('fonts/MYRIADPRO-REGULAR.svg#MYRIADPRO-REGULAR') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MYRIADPRO-SEMIBOLD.eot');
  src: url('fonts/MYRIADPRO-SEMIBOLD.eot?#iefix') format('embedded-opentype'),
    url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff'),
    url('fonts/MYRIADPRO-SEMIBOLD.ttf') format('truetype'),
    url('fonts/MYRIADPRO-SEMIBOLD.svg#MYRIADPRO-SEMIBOLD') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MYRIADPRO-BOLD.eot');
  src: url('fonts/MYRIADPRO-BOLD.eot?#iefix') format('embedded-opentype'),
    url('fonts/MYRIADPRO-BOLD.woff') format('woff'),
    url('fonts/MYRIADPRO-BOLD.ttf') format('truetype'),
    url('fonts/MYRIADPRO-BOLD.svg#MYRIADPRO-BOLD') format('svg');
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #505050;
  width: 100%;
  background: #fff;
  font-weight: 400;
  font-family: 'MyriadPro', sans-serif;
}

.btn {
  color: #505050;
}

.box-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 400px;
  background: #fff;
  box-shadow: 0px 2px 5px #0000004d;
  padding: 20px 40px;
  border-radius: 5px;
  min-height: 250px;
}

.titleMain {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #585858;
  text-align: left;
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 5px 0px 5px 0px;
  line-height: 40px;
}

.box-login>.titleMain {
  text-align: center;
}

.textAfter {
  font-family: 'Gothic A1', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 55px;
}

.text-sub {
  text-align: center;
  margin: 10px 0px 50px 0px;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
}

.form-login>div>input.form-controls {
  padding: 5px 20px 5px 30px !important;
}

.form-controls {
  border: 1px solid #e5e5e5 !important;
  padding: 5px 20px 5px 20px !important;
  width: 100% !important;
  border-radius: 5px !important;
  height: 40px !important;
  color: #505050 !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
  font-size: 14px !important;
  font-family: 'Gothic A1', sans-serif;
  line-height: 20px;
}

select.form-controls {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-size: 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
}

.icon-user {
  background-image: url(../img/icon-user.png);
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.icon-password {
  background-image: url(../img/icon-password.png);
  background-position: left 10px top 10px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.form-controls::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}

.form-controls::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

.form-controls:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

.form-controls:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

.btn-login {
  background: #50a3b9;
  color: #fff;
  border: 0px;
  padding: 10px 30px;
  border-radius: 6px;
  display: inline-block;
  margin: 30px 0px 20px 0px;
  font-size: 14px;
  text-align: center;
  min-width: 200px;
  height: 44px;
  line-height: 20px;
  cursor: pointer;
}

.account-box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.round-box {
  width: 40px;
  height: 40px;
}

.text-round,
.text-round img {
  background-color: #bf360c;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.box-account-info {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 20px;
}

.wrapper-full {
  display: inline-block;
  width: 100%;
}

.box-search-admin {
  width: 50%;
  display: inline-block;
  margin: 0px;
}

.form-search-admin {
  margin: 0px;
}

.form-search-admin .form-controls {
  padding: 0px 30px !important;
  height: 44px !important;
  font-size: 14px !important;
  color: #505050 !important;
  font-style: italic;
  font-family: 'Gothic A1', sans-serif;
  border-color: #808080 !important;
  border-radius: 100px !important;
  background: url(../img/search.png) no-repeat right 15px top 13px;
  background-size: 16px;
  max-width: 400px;
  width: 100%;
}

.left-sidebar {
  padding: 10px 0px 10px 30px;
  background: rgb(255, 255, 255);
  color: rgb(153, 153, 153);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 290px;
  height: 100%;
  overflow: hidden auto;
  border-top: 0px solid rgb(121, 121, 121);
  z-index: 2;
  box-sizing: border-box;
}

.right-content {
  position: absolute;
  right: 0px;
  background: #fff;
  left: 320px;
  max-width: 100%;
  overflow: auto;
  /* max-height: 100%;
  min-height: 100%; */
  border-left: 1px solid #dfdfdf;
  padding: 10px 50px 15px 50px;
  z-index: 3;
}

.name-logo {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0px;
  padding: 20px 10px;
  border-bottom: 0px solid #999999;
  margin-bottom: 15px;
}

.user-info {
  margin: 0px;
  padding: 0px 0px 17px 0px;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}

.user-info img {
  float: left;
  margin-right: 10px;
  vertical-align: top;
  width: 35px;
}

.info-right-user {
  display: inline-block;
  width: 100%;
  position: relative;
}

.name-user {
  margin: 12px 0px 2px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  text-transform: capitalize;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 185px;
}

.role-user {
  margin: 12px 0px 2px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  text-transform: capitalize;
}

.admin-logout {
  position: absolute;
  top: 14px;
  right: 0px;
  height: 23px;
  width: 22px;
  background: url(../img/logout.png) no-repeat 0px 0px;
  background-size: 16px;
}

.position-staff {
  color: #fff;
  font-size: 14px;
  display: block;
  opacity: 0.5;
}

.list-actions {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.list-actions li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 10px 0px;
  position: relative;
}

.list-actions li a {
  display: block;
  padding: 15px 10px 16px 45px;
  color: #6d6d6d;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Gothic A1', sans-serif;
}

.list-actions li a:hover,
.list-actions li a.active {
  color: #505050;
}

.list-actions li a:hover::before,
.list-actions li a.active::before {
  content: "";
  height: 42px;
  width: 4px;
  background-color: #595959;
  position: absolute;
  top: 5px;
  left: -20px;
}

.list-actions li a.account {
  background-image: url(../img/account.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 24px;
}

.list-actions li a.ordered {
  background-image: url(../img/ordered.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 24px;
}

.list-actions li a.category {
  background-image: url(../img/category.png);
  background-repeat: no-repeat;
  background-position: 0px 14px;
  background-size: 28px;
}

.list-actions li a.history {
  background-image: url(../img/history.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 28px;
}

.table {
  border-collapse: collapse;
  float: left;
  width: 100%;
}

.table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 5px;
  vertical-align: middle;
  color: #585858;
  font-family: 'Gothic A1', sans-serif;
  font-size: 14px;
}

.table tr td:last-child {
  text-align: right;
}

.table tr td.text-left {
  text-align: left !important;
}

.table thead th {
  color: #505050;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  border-top: none;
  border-bottom: 1px solid #999999;
  padding: 10px 5px;
  text-align: left;
  font-family: 'Gothic A1', sans-serif;
}

.table tbody tr:hover {
  background: #f2f2f2;
}

.box-pager {
  max-width: 50%;
  width: 100%;
  display: inline-block;
}

.btn-add {
  padding: 5px 10px;
  background: url(../img/add-user.png) no-repeat 0px 0px;
  background-size: 20px;
  height: 39px;
  width: 34px;
  float: right;
  margin-top: 13px;
  cursor: pointer;
}

.btn-add-category {
  padding: 5px 10px;
  background: url(../img/plus.png) no-repeat 0px 0px;
  background-size: 20px;
  height: 39px;
  width: 34px;
  float: right;
  margin-top: 13px;
  cursor: pointer;
}

.btn-sum {
  display: inline-block;
  padding: 5px 10px;
  background: url(../images/sum.png) no-repeat 0px 0px;
  height: 39px;
  width: 55px;
  float: none;
  margin-right: 30px;
  margin-bottom: -3px;
}

.menu_extra {
  display: inline-block;
  padding: 0px 20px 0px 10px;
}

.menu_extra>img {
  width: 4px;
  opacity: 0.7;
}

.pagination {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 3px 0px 0px 0px !important;
  text-align: right;
}

.pagination .page-item.active .page-link {
  background-color: #FFA534;
  border: 0;
  color: #FFFFFF !important;
}

.pagination ul {
  margin: 0px;
  box-shadow: none;
}

.pagination ul li {
  float: left;
  line-height: 30px;
}

.pagination ul li a {
  display: inline-block;
  line-height: 31px;
  text-decoration: none;
  padding: 0px 5px;
  border: 0px solid #dee2e6;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin: 0px 2px;
  color: #797992;
  font-size: 14px;
  font-weight: 600;
}

.pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 14px;
}

.pagination-empty {
  color: #FFA534;
  text-align: center;
}

.pagination ul>li:first-child>a {
  border: 0px;
}

.pagination ul li a:hover,
.pagination ul li a.active {
  background: #999999;
  color: #fff;
}

.pagination ul li a.next-page {
  background-image: url(../img/next-page.png);
  background-repeat: no-repeat;
  background-position: center;
}

.pagination ul li a.prev-page {
  background-image: url(../img/prev-page.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box-info-number {
  float: left;
  width: 100%;
  text-align: right;
  padding: 0px 0px 10px 0px;
}

.number-from {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}

.number-from:before {
  content: "/";
  position: absolute;
  top: 0px;
  right: 0px;
}

.number-to {
  color: #ffa534;
  font-size: 14px;
}

.box-top {
  display: flex;
  width: 100%;
  margin-bottom: 3px;
}

.table tr td {
  position: relative;
}

.table tr td span {
  color: #808080;
}

.table tr td span.textOrange {
  color: #ffa534;
  font-size: 14px;
  display: block;
  padding: 0px 0px 5px 0px;
}

a.textOrange {
  color: #ffa534;
}

.text-upper {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

.dropdown-menu {
  background: #fff;
  border-radius: 7px;
  padding: 0px 10px 12px 10px;
  margin: 0px;
  list-style: none;
  box-shadow: 0px 3px 7px #7b7b7b;
  position: absolute;
  top: 20px;
  right: 40px;
  min-width: 230px;
  text-align: left;
  display: none;
  z-index: 999;
}

.dropdown-menu li {
  padding: 10px 0px 0px 0px;
  margin: 5px 0px;
}

.dropdown-menu li a {
  display: block;
  padding: 9px 0px 9px 55px;
  color: #505050;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-menu li a.edit {
  background: url(../img/edit.png) no-repeat 20px center;
  background-size: 18px;
}

a.upload {
  background: url(../img/upload.png) no-repeat 20px center;
  background-size: 18px;
  padding: 9px 0px 9px 55px;
}

a.download {
  background: url(../img/download.png) no-repeat 20px center;
  background-size: 18px;
  padding: 9px 0px 9px 55px;
}

a.delete {
  background: url(../img/delete.png) no-repeat 20px center;
  background-size: 18px;
  padding: 9px 0px 9px 55px;
}

.dropdown-menu li a.plus {
  background: url(../img/plus-2.png) no-repeat 20px 12px;
  background-size: 12px;
}

.dropdown-menu li a.delete {
  background: url(../img/delete.png) no-repeat 20px center;
  background-size: 18px;
}

.dropdown-menu li a.lock {
  background: url(../img/block.png) no-repeat 20px center;
  background-size: 18px;
}

.dropdown-menu li a.history {
  background: url(../img/history.png) no-repeat 20px center;
  background-size: 20px;
}

.container-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg-black-trans.png);
  z-index: 13;
  display: none;
}

.content-popup {
  margin: auto;
  max-width: 1000px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 40px;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
}

.content-popup table {
  width: 100%;
}

.form-group {
  margin-bottom: 0px;
  margin-top: 5px;
}

.content-popup table tr td {
  vertical-align: middle;
  padding: 15px 0px 15px 0px;
  position: relative;
}

.content-popup table tr td:first-child {
  text-align: left;
}

.content-popup table tr td input,
.content-popup table tr td select {
  margin-bottom: 0px !important;
}

.content-popup table tr td span {
  text-transform: capitalize;
  color: #888;
  font-size: 14px;
  line-height: 16px;
}

.content-popup table tr td span.textOrange {
  color: #ffa534;
}

.form-account {
  margin: 0px;
}

.btn-save {
  background: #fff;
  border: 1px solid #505050;
  border-radius: 50px;
  padding: 8px 20px;
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  min-width: 120px;
  height: 40px;
  text-align: center;
  font-weight: 400;
  font-family: 'Gothic A1', sans-serif;
  cursor: pointer;
}

.btn-save:hover {
  color: #FFA534;
  border-color: #FFA534;
}

.text-right {
  text-align: right;
}

.customeScrollbar {
  /* max-height: 460px; */
  margin-bottom: 10px;
}

.mCSB_container {
  padding-right: 0px;
}

.mCustomScrollBox>.mCSB_scrollTools {
  right: -5px;
}

.title_normal_up {
  text-transform: capitalize;
  color: #505050;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Gothic A1', sans-serif;
  margin-bottom: 35px;
}

.close_popup {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 35px;
  width: 35px;
  background: url(../img/close.png) no-repeat center;
  background-size: 14px;
}

.require {
  color: #ff0000 !important;
}

.content-popup table tr td .error {
  color: #ff0000;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  position: absolute;
  bottom: -3px;
  left: 20px;
}

.form-group-block {
  display: inline-block;
  margin-left: 15px;
}

.pull-right {
  position: relative;
  float: right;
}

.table tr td span.text-grey,
.text-grey {
  color: #a6a5a5;
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 210px;
}

.form-search-bill .form-controls {
  max-width: 165px;
  min-width: 165px;
}

.box-top-bill {
  padding: 10px 0px 0px 0px;
}

.box-top-bill .box-pager {
  margin: 0px 0px 0px 0px;
}

.pannel-content {
  display: none;
  padding: 15px 0px 0px 0px;
}

.box-button {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 15px 0px 5px 0px;
  position: relative;
  min-height: 25px;
}

* {
  box-sizing: border-box;
}

.container-popup .form-controls {
  font-size: 14px !important;
  width: 100%;
  height: 45px;
  padding: 0px 20px 0px 20px;
  color: #505050 !important;
  font-style: normal;
  border-radius: 10px;
  border-color: #B9B9B9 !important;
}

.content-popup table.table-info {
  float: right;
  width: 300px;
  border-collapse: collapse;
}

.content-popup .table-info tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
  color: #808080;
  min-width: 100px;
  text-transform: none;
}

.table-info tr td:last-child {
  color: #ffbc67;
  text-align: right;
}

.table-info tr:last-child td {
  border-bottom: 0px;
}

.panel-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px solid #e5e5e5;
}

.input-list {
  display: flex;
}

.input-list .form-controls,
.mgb-0 {
  margin-bottom: 0px !important;
}

.title-panel {
  display: inline-block;
  width: 100%;
  padding: 0px 25px 0px 30px;
  position: relative;
  margin-bottom: 5px;
}

.popup-small {
  max-width: 700px;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.box-col-50 .box-search {
  width: 50%;
}

.box-col-50 .box-pager {
  width: 50%;
  text-align: right;
  margin-top: 0px;
}

.box-col-80 .box-search {
  width: 75%;
}

.box-col-80 .box-pager {
  width: 50%;
  text-align: right;
  margin-top: 0px;
}

.box-col-50 .box-pager .pagination {
  margin: 0px 0px 0px 0px !important;
  float: right;
}

.box-col-50 .box-pager .btn-add {
  float: none;
  margin: -3px 30px 0px 0px;
}

.content-popup .table-lists tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-popup .form-controls.input-no-bd {
  border: 0px !important;
  color: #ffa534 !important;
  padding-right: 0px !important;
  width: 141px !important;
  height: 20px !important;
}

.mgt-0 {
  margin-top: 0px !important;
}

.width-70 {
  width: 70%;
  float: right;
  margin-top: 30px;
}

.mgl-10 {
  margin-left: 10px;
}

.pd0 {
  padding: 0px 10px 5px 0px !important;
}

select,
select:focus,
input,
input:focus {
  outline: 0;
  border-color: #50a3b9 !important;
}

@media (max-width: 1366px) {

  .table tr td span.text-grey,
  .text-grey {
    font-size: 12px;
    max-width: 170px;
  }

  .table tr td span.textOrange,
  .table tr td {
    font-size: 12px;
  }

  .table thead th {
    font-size: 12px;
  }

  .form-search .form-controls.select-small {
    max-width: 125px;
  }

  .form-group-block {
    margin-left: 10px;
  }

  .form-search-bill .form-controls {
    max-width: 125px;
    min-width: 125px;
  }
}

ul.dropdown-menu li a:hover {
  color: red;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
  display: none !important;
}

.img-input-category {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}

label[for=upload_cate_image_btn]>.fa-camera {
  position: absolute;
  top: 20px;
  left: 110px;
  cursor: pointer;
  opacity: 0.5;
}

#upload_cate_image_btn {
  display: none;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080;
  opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #808080;
  opacity: 0.5;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html {
  --scrollbarBG: rgba(0, 0, 0, 0.0);
  --thumbBG: #909090;
}

.scrollbar {
  overflow: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: var(--scrollbarBG);
}

.scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 4px;
  border: 2px solid var(--scrollbarBG);
}

.wrapper-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #00000080;
  display: none;
}

.popup-header {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}

.popup-content {
  margin: auto;
  max-width: 900px;
  background: rgb(255, 255, 255);
  padding: 40px 50px 20px 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  border-radius: 10px;
  height: 720px;
}

.popup-content-similar-image {
  margin: auto;
  max-width: 90%;
  background: rgb(255, 255, 255);
  padding: 40px 50px 20px 50px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  border-radius: 10px;
  height: 50vh;
}

.popup-body {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.popup-body-similar-image {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  height: 400px;
}

.close-popup-upload-product {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  background: url(../img/close.png) no-repeat center;
  background-size: 12px;
}

.text-popup-left {
  display: inline-block;
  min-width: 122px;
  vertical-align: top;
  font-size: 14px;
  line-height: 36px;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 500;
  height: 45px;
  text-align: left;
}

.text-popup-right {
  display: inline-block;
  max-width: 841px;
  width: 100%;
  vertical-align: middle;
}

.text-popup-right select {
  width: 100%;
  padding: 0px 20px;
  height: 45px;
  background: url(../img/arrow-down.png) no-repeat right 15px top 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 16px;
  font-family: 'Gothic A1', sans-serif;

}

.list-files-header {
  vertical-align: top;
  display: inline-block;
  padding: 0px 10px 0px 2px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}

.folder-addfile {
  background: url(../img/addfile.png) no-repeat center 0px;
  height: 24px;
  width: 24px;
  background-size: 24px;
  /* float: right; */
  /* margin-right: 100px; */
  opacity: 0.8;
}

.table-files {
  border: 0px;
  width: 100%;
  display: block;
  overflow: auto;
  max-height: 360px;
}


.table-files tr td {
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #505050;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Gothic A1', sans-serif;
}

.table-files tr td:first-child img {
  height: 30px;
}

.list-files-inner {
  display: block;
  width: 100%;
  padding: 5px 5px 10px 5px;
  /* height: 206px; */
}

.box-upload-choose-folder-single-product {
  background: url(../img/choose-folder.png) no-repeat 0px 0px;
  background-size: contain;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 135px 0px 0px 0px;
  font-family: 'Gothic A1', sans-serif;
  font-size: 14px;
  line-height: 40px;
  color: #4c4c4c;
  position: relative;
  display: inline-block;
  width: 250px;
}

.box-upload-choose-compress-single-product {
  background: url(../img/choose-compress.png) no-repeat 0px 0px;
  background-size: contain;
  margin: 0px 0px 0px 0px;
  text-align: center;
  padding: 135px 0px 0px 0px;
  font-family: 'Gothic A1', sans-serif;
  font-size: 14px;
  line-height: 40px;
  color: #4c4c4c;
  position: relative;
  display: inline-block;
  width: 250px;
}

.box-upload-choose-folder-single-product input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  z-index: 12;
}

.box-upload-choose-compress-single-product input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  z-index: 12;
}

.scrollbar {
  overflow: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: var(--scrollbarBG);
}

.scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 4px;
  border: 2px solid var(--scrollbarBG);
}

.popup-footer {
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 50px;
}

.ng-hide {
  display: none !important;
}

.loading-file {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  width: 20px;
  color: #808080 !important;
  cursor: pointer;
  transform: translateY(-50%);
}

.table-files tr td.pr-45 {
  padding-right: 45px;
  position: relative;
}

.btn-upload {
  display: inline-block;
  padding: 12px 25px 12px 50px;
  border: 1px solid #939393;
  border-radius: 40px;
  /* background: url(../img/upload.png) no-repeat 18px 10px; */
  background-size: 18px;
  color: #353535;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  margin: 0px 50px 0px 0px;
}

.link-a:hover,
.btn-upload:hover {
  text-decoration: none;
}

.btn-proccess {
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-width: 1px;
  cursor: pointer;
  color: #505050 !important;
}

.highlight-pending {
  background-color: #ffe59f80;
}

#tooltip {
  display: none;
  position: absolute;
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  z-index: 1000;
  word-wrap: break-word;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
}

.tooltip-visible {
  display: block;
}