@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #505050;
  width: 100%;
  background: #f3f3f3;
  font-weight: 400;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

label {
  font-weight: 400 !important;
}

.header {
  background: #3a3a3a;
  padding: 12px 15px 12px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
}

.partner-customer {
    padding: 34px 5px 10px 5px;
}

.partner-customer-dropdown {
  position: absolute; 
  top: 6px; 
  left: 18px;
}

.partner-customer-name {
  position: absolute; 
  font-size: 13px; 
  top: 16px; 
  right: 20px; 
  font-weight: 600; 
  color: #505050;
}

@media (max-width: 768px) {
  .partner-customer {
    padding: 35px 5px 10px 5px !important;;
  }

  .partner-customer-dropdown {
    position: absolute; 
    top: 10px !important;
    left: 15px !important;
  }

  .box-white {
    padding: 10px 0px 10px 5px !important;
  }
}

.left-header {
  float: left;
  max-width: 50%;
}

.right-header {
  float: right;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin: 5px 0px 0px 0px;
}

.iconw {
  display: inline-block;
  height: 23px;
  width: 29px;
  margin-left: 20px;
  margin-top: 5px;
}

.iconw-file {
  background: url(../images/file-black.png) no-repeat;
  background-size: 28px;
}

.iconw-link {
  background: url(../images/link.png) no-repeat 0px 0px;
}

.container {
  margin: auto;
  max-width: 1300px;
}

.box-white {
  background: #fff;
  padding: 5px 5px 5px 5px;
  display: inline-block;
  width: 100%;
}

.box-uploads {
  padding: 0px 0px;
  display: inline-block;
  width: 100%;
  margin: 5px 0px 0px 0px;
}

.box-upload {
  min-height: 90vh;
  width: 100%;
  background: url(../images/image.png) no-repeat center;
  background-size: 50px;
  border: 2px dashed #dedede;
  position: relative;
}

.pdr0 {
  padding-right: 0px;
}

.input-file-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

label.input-file-canvas {
  cursor: pointer;
}

.box-filters {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0px;
}

.link-filter {
  display: inline-block;
  padding: 10px 30px 4px 0px;
  font-size: 14px;
  color: #505050;
  background: url(../images/filter.png) no-repeat right 8px;
  background-size: 21px;
  margin-right: 25px;
}

.link-sort {
  display: inline-block;
  padding: 10px 30px 4px 10px;
  font-size: 14px;
  color: #505050;
  background: url(../images/sort.png) no-repeat right 9px;
  background-size: 18px;
  margin-right: 10px;
}

.mgt10 {
  margin-top: 8px;
}

.list-items {
  display: inline-block;
  width: 100%;
  margin: 0px 0px;
  max-height: 100%;
  height: 83vh;
}

.masonry {
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.masonry li {
  float: left;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 13px;
  width: 25%;
}

.masonry li .box-image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.masonry li .box-image img {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.masonry li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  color: #505050;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.masonry-brick {
  display: none;
}

.masonry-brick.loaded {
  display: block;
}

.textNormal {
  font-size: 12px !important;
  color: #505050;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  word-wrap: break-word;
}

.code-item {
  position: absolute;
  bottom: 3px;
  left: 3px;
  z-index: 12;
  background: #fff;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: bold;
}

.price {
  font-size: 15px;
  color: #f5a33e;
}

.dis-block {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.dropdown-list-menu {
  position: absolute;
  left: -150px;
  top: 35px;
  min-width: 200px;
  background: #fff;
  z-index: 123;
  box-shadow: 0px 0px 0px #ababab;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-align: left;
  display: none;
}

.dropdown-link {
  width: 550px;
  top: 55px;
  box-shadow: -1px 1px 3px #d4d4d4;
}

.header-menu {
  color: #808080;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  line-height: 23px;
}

.list-menu {
  padding: 15px;
  margin: 0px;
  list-style: none;
  z-index: 99999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.list-menu li,
.list-menu li a {
  color: #505050;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

.list-menu li {
  margin-bottom: 10px;
}

.list-menu li:last-child,
.list-menu li:last-child a {
  margin-bottom: 0px;
}

.list-menu li a {
  margin-bottom: 10px;
}

.list-menu li a {
  background: url(../images/down.png) no-repeat right 0px top 6px;
  background-size: 10px;
}

.list-menu li a.arrow-up {
  background: url(../images/up.png) no-repeat right 0px top 6px;
  background-size: 10px;
}

.dropdown-sort .list-menu li a,
.dropdown-add .list-menu li a {
  background: none;
}

.dropdown-sort .list-menu li a.active,
.dropdown-sort .list-menu li a:hover {
  background: url(../images/tick.png) no-repeat right 0px top 6px;
  background-size: 10px;
}

.list-menu li ul {
  padding: 5px 0px 0px 10px;
  margin: 0px;
  list-style: none;
}

.list-menu li ul li {
  color: #808080;
  font-size: 14px;
}

.list-menu li ul li label {
  cursor: pointer;
}

.boxScrollMenu input[type="radio"],
.boxScrollMenu input[type="checkbox"] {
  float: left;
  margin: 4px 5px 0px 0px;
}

.scrollBoxDiv {
  max-height: 160px !important;
  overflow: hidden;
}

.form-link {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.txtInput {
  border: 1px solid #ccc;
  padding: 3px 10px 5px 15px;
  color: #808080;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  border-radius: 5px;
  height: 34px;
}

.wrapper_mobile {
  display: none;
  background: url(../images/bg-black.png);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.close_popup {
  display: block;
  position: absolute;
  top: 20px;
  right: 18px;
  height: 12px;
  width: 12px;
  background: url(../images/close.png) no-repeat;
}

.btn-orange {
  background: #fff;
  border: 1px solid #f99806;
  border-radius: 4px;
  color: #f99806;
  padding: 5px 10px;
  font-weight: 600;
  float: right;
  margin: 0px 15px 15px 0px;
  cursor: pointer;
}

.btn-orange:hover {
  color: #fff;
  background: #f99806;
}

.box-file {
  float: right;
  padding: 0px 0px 0px 0px;
}

.select-file {
  position: absolute;
  right: 40px;
  top: 0px;
  left: 0px;
}

.dropdown-add .list-menu li a {
  background: url(../images/add-img.png) no-repeat 0px 12px;
  padding: 15px 0px 15px 35px;
  background-size: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}

.dropdown-add {
  position: absolute;
  top: 35px;
  left: -150px;
}

#contextMenu {
  min-width: 240px;
}

#contextMenu li a {
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 9px;
  outline: 0;
  font-size: 14px;
  color: #808080;
}

.preview-product {
  background: url(../images/preview.png) no-repeat 10px 8px;
  background-size: 24px;
}

.detail-product {
  background: url(../images/detail.png) no-repeat 10px 7px;
  background-size: 22px;
}

.remove-product {
  background: url(../images/remove.png) no-repeat 10px 7px;
  background-size: 20px;
}

table .form-group {
  margin-bottom: 0px;
}

.form-camera-grey {
  background: #ebebeb url(../images/camera-grey.png) no-repeat center;
  height: 150px;
  width: 100%;
  display: inline-block;
  background-size: 27px;
}

.form-upload-file {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0px;
  cursor: pointer;
}

.box-login {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 320px;
  background: #fff;
  box-shadow: 0px 0px 8px #bfbfbf;
  padding: 30px;
  border-radius: 5px;
  min-height: 250px;
}

.title-partner-account {
  font-size: 16px;
  color: #808080;
  font-weight: 600;
  text-align: center;
  margin: 0px;
  display: inline-block;
  width: 100%;
  padding: 5px 0px 25px 0px;
}

.form-controls {
  border: 1px solid #e5e5e5 !important;
  padding: 5px 30px 5px 6px !important;
  width: 100% !important;
  border-radius: 5px !important;
  height: 37px !important;
  color: #505050 !important;
  box-shadow: none !important;
  margin-bottom: 25px !important;
  font-size: 14px !important;
}

.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;
}

.text-center {
  text-align: center;
}

.left-sidebar {
  padding: 0px 10px 10px 10px;
  background: #656565;
  color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

.right-content {
  position: absolute;
  right: 0px;
  background: #f7f7f8;
  left: 0px;
  max-width: 100%;
  overflow: auto;
  max-height: 100%;
  min-height: 100%;
  border-left: 0px solid #dfdfdf;
  padding: 15px;
  z-index: 3;
}

.bg-grey {
  background: #f7f7f8;
}

.name-logo {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0px;
  padding: 18px 10px 15px 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}

.user-info {
  margin: 0px;
  padding: 0px 10px 15px 10px;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}

.user-info img {
  float: left;
  margin-right: 10px;
  vertical-align: top;
  width: 35px;
}

.info-right-user {
  padding-left: 45px;
}

.name-user {
  margin: 0px 0px 2px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.position-staff {
  color: #fff;
  font-size: 14px;
  display: block;
  opacity: 0.5;
}

.list-actions {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}

.list-actions li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  line-height: 16px;
}

.list-actions li a {
  display: block;
  padding: 15px 10px 15px 55px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.list-actions li a:hover,
.list-actions li a.active {
  background-color: #9a9a9a;
}

.list-actions li a.dashboard-icon {
  background-image: url(../images/dashboard.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
}

.list-actions li a.photo-icon {
  background-image: url(../images/menu-nav-photo.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  background-size: 26px;
}

.list-actions li a.user-icon {
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.table {
  border-collapse: collapse;
  float: left;
  width: 100%;
}

.table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  vertical-align: middle !important;
}

.table tr td:last-child {
  text-align: right;
}

.table thead th {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 5px;
  text-align: left;
}

.table tbody tr:hover {
  background: #f2f2f2;
}

.box-search {
  float: left;
  width: auto;
  max-width: 70%;
}

.box-pager {
  float: right;
  max-width: 100%;
}

.form-search .form-controls {
  max-width: 100%;
}

.link-add {
  display: inline-block;
  padding: 10px 30px 4px 0px;
  font-size: 14px;
  color: #505050;
  background: url(../images/add-img.png) no-repeat right 8px;
  background-size: 21px;
  margin-right: 30px;
}

.paginations {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px !important;
}

.paginations li {
  float: left;
  line-height: 30px;
}

.paginations li a {
  display: inline-block;
  line-height: 28px;
  text-decoration: none;
  padding: 0px 7px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0px 2px;
  color: #797992;
  font-size: 14px;
}

.paginations li a:hover,
.paginations li a.active {
  background: #ffa534;
  color: #fff;
  border: 1px solid #ffa534;
}

.paginations li a.prev,
.paginations li a.next {
  color: #bfbfbf;
  font-size: 12px;
}

.page-number {
  padding: 2px 10px 0px 15px;
  line-height: 25px;
  margin-top: 3px;
}

.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: inline-block;
  width: 100%;
  padding: 20px 0px 0px 0px;
}

.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;
}

.text-upper {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #808080;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #808080;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #808080;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  font-style: italic;
}

.menu-dropdown {
  background: #fff;
  border-radius: 7px;
  padding: 0px 0px 12px 0px;
  margin: 0px;
  list-style: none;
  box-shadow: 0px 3px 7px #7b7b7b;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: -25px;
  min-width: 180px;
  text-align: left;
  display: none;
  z-index: 999;
}

.menu-dropdown li {
  padding: 10px 0px 0px 0px;
}

.menu-dropdown li a {
  display: block;
  padding: 9px 0px 9px 50px;
  color: #505050;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.menu-dropdown li a.edit {
  background: url(../images/edit.png) no-repeat 20px 7px;
}

.menu-dropdown li a.delete {
  background: url(../images/xoa.png) no-repeat 20px 7px;
}

.menu-dropdown li a.lock {
  background: url(../images/khoa.png) no-repeat 20px 7px;
}

.container-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg-black-trans.png);
  z-index: 13;
  display: none;
}

.content-popup {
  margin: auto;
  max-width: 500px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  position: absolute;
}

.content-popup table {
  width: 100%;
}

.content-popup table tr td {
  vertical-align: middle;
  padding: 12px 0px 12px 0px;
  position: relative;
}

#popup_create_user .content-popup table tr td {
  padding: 9px 0px 9px 0px;
}

.content-popup table tr.upload_img td {
  padding-bottom: 0px;
  padding-top: 0px;
}

.content-popup table tr td:first-child {
  text-align: left;
  width: 70px;
}

.content-popup table tr td input,
.content-popup table tr td select {
  margin-bottom: 0px !important;
}

.content-popup table tr td span {
  color: #888;
  font-size: 14px;
  line-height: 16px;
}

.content-popup table tr td.unset-pos span {
  position: unset !important;
  text-transform: none !important;
}

.tt-suggestion {
  color: #888 !important;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #fff !important;
}

.btn-save {
  background: #ffa534;
  border: 0px;
  padding: 5px 10px;
  min-width: 70px;
  border-radius: 5px;
  height: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.customeScrollbar {
  max-height: 100%;
  margin-bottom: 10px;
}

.container-popup .customeScrollbar {
  max-height: 500px;
}

.mCSB_container {
  padding-right: 10px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  right: -5px;
}

.title_normal_up {
  text-transform: capitalize;
  color: #505050;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0px 20px 0px;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 12px;
  height: 15px;
  width: 15px;
  background: url(../images/close-icon.png) no-repeat 0px 0px;
  background-size: 10px;
  opacity: 0.5;
  cursor: pointer;
}

.item-file {
  position: relative;
}

.text-close {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 10px;
  width: 9px;
  background: url(../images/close-sm.png) no-repeat 0px 0px;
}

.ui-autocomplete li a.item-file {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  margin: 0px !important;
}

.item-file .text-ui {
  display: block !important;
  padding: 2px 0px;
  font-size: 13px !important;
  text-transform: none;
  cursor: pointer;
}

.item-file .text-ui:hover {
  color: #505050;
}

.form-search .form-controls.select-small {
  max-width: 140px;
}

.form-group-block {
  display: inline-block;
  margin-left: 15px;
}

.mw320 {
  min-width: 300px;
}

.text-ui {
  display: block !important;
  padding: 3px 0px;
  font-size: 14px !important;
  color: #505050;
}

.icon-search {
  background: url(../images/icon-search.png) no-repeat right 12px top 12px;
}

.icon-file-select {
  background: url(../images/file-list.png) no-repeat right 10px top 8px;
}

.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: 56px 0px 0px 0px;
}

.pannel-content {
  display: none;
  padding: 15px 0px 0px 0px;
}

.panel-collapse {
  background-color: #f7f7f7;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  text-decoration: none;
  color: #888;
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
}

.panel-plus {
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: right 15px top 11px;
}

.panel-minus {
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-position: right 14px top 15px;
}

.add_more {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/plus-circle.png) no-repeat 0px 0px;
  position: absolute;
  top: 33px;
  right: 23px;
}

.item-panel {
  display: inline-block;
  width: 100%;
  padding: 0px 45px 0px 30px;
  position: relative;
  margin-bottom: 20px;
}

.time-info {
  display: inline-block;
  width: 100%;
  color: #ababab;
  font-size: 12px;
  padding-bottom: 3px;
}

.input-left {
  float: left;
  width: 75%;
  padding-right: 5px;
}

.input-right {
  float: left;
  width: 25%;
  padding-right: 5px;
}

.input-left input,
.input-right input {
  width: 100% !important;
  padding: 11px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  line-height: 15px;
  height: auto;
  box-shadow: none;
  margin: 0px;
}

.box-button {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 15px 0px 5px 0px;
  position: relative;
  min-height: 25px;
}

.remove_item {
  position: absolute;
  bottom: 10px;
  right: 0px;
  height: 20px;
  width: 20px;
  background: url(../images/minus-circle.png) no-repeat 0px 0px;
}

.panel-collapse .textOrange {
  float: right;
  color: #ffa534;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
}

.textOranges {
  color: #ffa534;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

ul.ui-corner-all {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-search {
  display: inline-block;
  min-width: 580px;
  margin: 0px;
}

.icon-calendar {
  background: url(../images/calendar.png) no-repeat right 12px top 10px;
}

select {
  font-style: italic;
}

.container-popup .form-controls {
  font-size: 13px;
}

.iconw-calc {
  background: url(../images/calc.png) no-repeat 0px 9px;
  display: inline-block;
  height: 40px;
  width: 33px;
  margin: 0px 0px -5px 0px;
}

.progress-bar {
  width: 100%;
  overflow: hidden;
  height: 4px;
  float: left;
  background: #f7f7f7;
  margin: 3px 0px 0px 0px;
  position: relative;
}

.in-progress-bar {
  background: #ffa534;
  width: 50%;
  height: 4px;
  float: left;
}

.content-popup#popup_thuchi table tr td {
  padding-right: 0px;
  padding-left: 0px;
}

.content-popup table.table-info {
  float: right;
  width: 200px;
  border-collapse: collapse;
}

.content-popup .table-info tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px;
  color: #808080;
  min-width: 100px;
  text-transform: uppercase;
}

.table-info tr td:last-child {
  color: #ffbc67;
}

.panel-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px solid #e5e5e5;
}

.img-logo {
  margin: 10px 0px 10px 0px;
  width: 120px;
}

.box-white-shadow {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 8px #d6d6d6;
  border-radius: 5px;
  margin-bottom: 10px;
}

.text-grey-upper {
  color: #a0a0a0;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding: 5px 0px;
  font-size: 14px;
}

.number-black {
  color: #505050;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding: 5px 0px;
  font-size: 20px;
}

.refresh-icon {
  background: url(../images/refresh.png) no-repeat 0px 0px;
  display: block;
  padding: 0px 0px 3px 20px;
  font-size: 13px;
  color: #808080;
}

.box-inner {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0px 14px 0px;
  margin: 0px 0px 14px 0px;
}

a:hover {
  text-decoration: none;
}

.text-left {
  text-align: left;
}

.box-inner .datepicker2month {
  max-width: 180px;
  border: 0px !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0px !important;
  padding: 0px 0px 0px 0px !important;
  background-position: right 0px top 7px;
  outline: 0;
  margin: 0px !important;
  height: 30px !important;
}

img {
  max-width: 100%;
}

.mh350 {
  min-height: 350px;
}

.none-bd {
  border: 0px;
}

.box-white-shadow {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 5px #d4d4d4;
  padding: 10px;
  background: #fff;
  height: 99vh;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12 .box-white-shadow,
.col-lg-6.col-md-6.col-sm-12.col-xs-12 .box-white-shadow {
  height: auto;
}

.box-right-content {
  padding: 0px;
  overflow: hidden;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #e9e9e9;
}

.btn-group.bootstrap-select {
  width: 100% !important;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
}

.btn-group.bootstrap-select button {
  height: 38px;
  line-height: 38px;
  padding-top: 11px;
}

.text-currency {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 22px;
  color: #505050;
}

.bootstrap-tagsinput {
  border: 1px solid #e9e9e9;
  min-height: 35px;
  box-shadow: none;
  line-height: 26px !important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-color: #e9e9e9;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #fff !important;
  box-shadow: none !important;
}

.icon-github {
  background: no-repeat url("../img/github-16px.png");
  width: 16px;
  height: 16px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.accordion {
  margin-bottom: -3px;
}

.accordion-group {
  border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
  display: none;
}

.tt-menu {
  position: absolute;
  top: auto !important;
  bottom: 100% !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  right: 0px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu {
  z-index: 10000 !important;
}

.box-upload-multi {
  min-height: 400px;
  width: 455px;
  display: inline-block;
  background-size: 30px;
  margin: 0px 0px 10px 0px;
  position: relative;
  border: 2px dashed #dedede;
}

.multi_file {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12;
  opacity: 0;
  cursor: pointer;
}

.content-users {
  height: auto;
}

.btn-add-user {
  display: inline-block;
  padding: 5px 55px 4px 0px;
  font-size: 14px;
  color: #505050;
  background: url(../images/add-user.png) no-repeat right -2px;
  margin-right: 30px;
}

a:focus {
  text-decoration: none;
}

.header-mobile {
  display: inline-block;
  height: 70px;
  width: 100%;
  background: #f7f7f8;
  padding: 20px 0px 0px 0px;
  position: relative;
  z-index: 12;
  display: none;
}

.menu_mobile {
  float: right;
  padding: 14px 0px 0px 0px;
  width: 24px;
}

.preview-pass {
  background: url(../images/preview.png) no-repeat center;
  position: absolute;
  top: 10px;
  right: 1px;
  height: 36px;
  width: 43px;
  cursor: pointer;
}

.wrapper_active:before {
  background: url(../images/bg-black.png);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  content: "";
}

.table-orrange thead th {
  color: #ffa534;
}

.date-product {
  float: right;
  font-size: 13px;
  color: #a7a7a7;
  line-height: 20px;
}

.content-popup table tr td.unset-pos span.twitter-typeahead {
  position: absolute !important;
  top: 20px;
  left: 0px;
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  height: 34px;
  border-radius: 5px;
  background: #fff;
}

.bootstrap-tagsinput {
  padding-top: 46px !important;
  border: 0px solid #ccc !important;
  box-shadow: none !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.bootstrap-tagsinput input {
  width: 100% !important;
  padding-top: 8px !important;
}

@media (max-height: 710px) {
  .box-upload {
    min-height: 81vh;
  }
  .list-items {
    height: 80vh;
  }
}

@media (max-height: 590px) {
  .list-items {
    height: 75vh;
  }
  .box-upload {
    min-height: 77vh;
  }
}

@media (max-height: 490px) {
  .list-items {
    height: 74vh;
  }
  .box-upload {
    min-height: 75vh;
  }
}

@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: 13px;
  }
  .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;
  }
  .form-controls {
    font-size: 13px !important;
  }
}

@media (max-width: 1200px) {
  .list-items {
    height: 80vh;
  }
}

@media (max-width: 992px) {
  .pdr0 {
    padding-right: 15px;
  }
  .user-info {
    margin-top: 40px;
  }
  .name-logo {
    display: none;
  }
  .left-sidebar {
    left: -220px;
    z-index: 99999;
  }
  .right-content {
    left: 0px;
  }
  .mh350 {
    min-height: auto;
  }
  .box-white-shadow {
    height: auto;
  }
  .list-items {
    height: auto;
  }
  .right-content {
    top: 0px;
    padding-top: 0px;
  }
  .box-search {
    max-width: 100%;
    width: 100%;
  }
  .form-search {
    min-width: 100%;
    width: 100%;
  }
  .form-search .form-controls {
    max-width: 100%;
  }
  .header-mobile {
    display: block;
  }
  .content-popup {
    top: auto;
    bottom: 0px;
    transform: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
  .menu-dropdown {
    border-radius: 0px;
    position: fixed;
    top: auto;
    z-index: 9999;
    width: 100%;
    bottom: 0px;
  }
}

@media (max-width: 992px) {
  .table {
    min-width: 800px;
  }
  .close_popup {
    display: block;
  }
  .masonry li .box-image {
    height: auto;
  }
  .dropdown-list-menu {
    position: fixed;
    top: auto;
    box-shadow: none;
    border-radius: 0px;
    border: 0px solid #cccccc;
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
  }
}

@media (max-width: 920px) {
  .masonry li .box-image {
    height: auto;
  }
}

@media (max-width: 820px) {
  .masonry li .box-image {
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
  }
  .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .img-logo {
    margin: 10px 0px 10px 0px;
    width: 120px;
    float: left;
  }
  .list-items {
    width: 100%;
    margin: 0px 0px;
  }
  .masonry {
    margin: -15px 0px 0px -15px;
    width: calc(100% + 30px);
  }
  .masonry li {
    width: 49%;
    padding: 13px;
  }
  .masonry li .box-image {
    height: auto;
  }
  .textNormal,
  .price {
    font-size: 14px;
  }
  .textNormal {
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .box-upload {
    height: 200px;
  }
  .link-add {
    padding: 4px 0px 2px 25px;
    font-size: 14px;
    background: url(../images/add-img.png) no-repeat 0px 0px;
    background-size: 22px;
  }
  .link-filter {
    padding: 3px 0px 2px 23px;
    font-size: 14px;
    background: url(../images/filter.png) no-repeat 0px 0px;
    background-size: 22px;
  }
  .link-sort {
    padding: 1px 0px 2px 21px;
    font-size: 14px;
    background: url(../images/sort.png) no-repeat 0px 0px;
    background-size: 17px;
  }
  .box-filters {
    padding: 10px 0px 5px 0px;
  }
  .dis-block-mb {
    width: 100%;
    margin-top: 10px;
  }
  .box-upload {
    min-height: auto;
  }
  .btn-add-user {
    margin-right: 0px;
  }
  #popup_create_user .content-popup table tr td {
    padding: 4px 0px 4px 0px;
  }
  #popup_create_user .title_normal_up {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #popup_create_user .form-group {
    margin-bottom: 0px;
  }
  .preview-pass {
    top: 5px;
    right: 0px;
  }
}

@media (max-width: 668px) {
  .header {
    background: #3a3a3a;
    padding: 8px 9px 8px 20px;
  }
  .left-header {
    float: left;
    max-width: 100%;
    width: 100%;
    padding-bottom: 4px;
  }
  .right-header {
    float: right;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 660px) {
  .mCSB_container {
    padding-right: 10px;
  }
}

@media (max-width: 620px) {
  .masonry li .box-image {
    height: auto;
  }
}

@media (max-width: 568px) {
  .masonry li .box-image {
    height: auto;
  }
  .iconw {
    margin-left: 15px;
  }
}

@media (max-width: 468px) {
  .masonry li .box-image {
    height: auto;
  }
  .page-number {
    padding: 3px 5px 0px 0px;
    line-height: 20px;
  }
  .number-from {
    font-size: 13px;
  }
  .number-to {
    font-size: 13px;
  }
  .paginations li a {
    line-height: 26px;
    padding: 0px 4px;
    width: 28px;
    height: 28px;
  }
  .date-product {
    font-size: 12px;
  }
}

@media (max-width: 368px) {
  .masonry li .box-image {
    height: auto;
  }
  .box-upload {
    height: 280px;
  }
  .paginations li a {
    margin: 0px 1px;
  }
  .paginations li a {
    line-height: 22px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}

/* Internal Product Tag */
.internal-product-tag {
  color: #fff;
  background-color: #009688;
  padding: 2px 4px 2px 4px;
  position: absolute;
  font-size: 13px;
  bottom: 74px;
  right: 16px;
  border-radius: 2px;
}

/* Bootstrap Dropdown Customizations */
.partner-customer-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.partner-customer-dropdown .dropdown-item {
  padding: 8px 15px;
  font-size: 14px;
}

.partner-customer-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.partner-customer-dropdown .dropdown-item.active {
  background-color: #007bff;
  color: white;
}

/* Contact Bar Styles */
.contact-bar {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #222;
  color: white;
  border-radius: 30px;
  padding: 10px;
  display: flex;
  gap: 10px;
  transition: width 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1000;
}

.contact-bar a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #444;
  transition: background 0.3s;
}

.contact-bar a:hover {
  background-color: #555;
}

.contact-bar i {
  margin-right: 8px;
}

.contact-bar.collapsed a span {
  display: none;
}

.contact-bar:hover a span {
  display: inline;
}

.contact-bar:hover {
  padding: 10px 15px;
}

.contact-title {
  color: white;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 4px;
}

/* Mobile Responsive Fixes for Bootstrap Dropdown */
@media (max-width: 768px) {
  .partner-customer-dropdown .dropdown-toggle {
    height: 34px !important;
    font-size: 13px !important;
    padding-left: 24px !important;
  }

  .partner-customer-dropdown .dropdown-toggle .fa-filter {
    left: 10px !important;
    font-size: 14px !important;
  }

  .partner-customer-dropdown .dropdown-menu {
    font-size: 13px;
  }

  .partner-customer-dropdown .dropdown-item {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .partner-customer-dropdown .dropdown-toggle {
    height: 34px !important;
    font-size: 12px !important;
    padding-left: 24px !important;
  }

  .partner-customer-dropdown .dropdown-toggle .fa-filter {
    left: 8px !important;
    font-size: 12px !important;
  }

  .partner-customer-dropdown .dropdown-menu {
    font-size: 12px;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

span.mandatory::after {
  content: "*";
  padding-left: 4px;
  color: #f30 !important;
}

span.error {
  margin-top: -20px;
  padding: 0px 0px 15px 10px;
  font-style: normal;
  color: #f30 !important;
  font-size: 13px !important;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 13px;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #ffa534;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  vertical-align: top;
  margin-left: 5px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  font-size: 12px;
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput > span.label {
  display: inline;
  padding: 5px;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  font-size: 13px !important;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.option-placeholder {
  color: #9c9c9c !important;
  font-size: 13px !important;
}

.option-nonplaceholder {
  color: #505050 !important;
  font-size: 14px !important;
}

a:hover {
  color: #ffa534;
}

.logout {
  width: 20px;
  height: 20px;
  padding-left: 10px;
  cursor: pointer;
}

.btn {
  padding: .275rem .75rem;
  font-size: 0.9rem;
}

.btn:focus {
  outline:none !important;
  box-shadow: none !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #009688;
  border-color: #009688;
  font-size: 13px;
  min-width: 70px;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #006f64;
  border-color: #006f64;
}

.btn-warning {
  color: #ffffff;
  background-color: #ffa534;
  border-color: #ffa534;
  font-size: 13px;
  min-width: 70px;
}

.btn-default {
  color: #505050;
  font-size: 13px;
  min-width: 70px;
}

/* The Preview Image Modal (background) */

.image-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.image-modal-content {
  margin: auto;
  display: block;
  max-height: 80%;
  max-width: 80%;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.5s;
  animation-name: zoom;
  animation-duration: 0.5s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close-image-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-image-modal:hover,
.close-image-modal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .image-modal-content {
    width: 100%;
  }
}

header {
  font-family: "Lobster", cursive;
  text-align: center;
  font-size: 25px;
}

#info {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

a {
  color: #074e8c;
}

.force-overflow {
  min-height: 450px;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

.custom-scroll {
  height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}

.custom-scroll::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #aeaeae;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 12px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li {
  padding: 8px 15px 8px 15px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffa534;
  border-color: #ffa534;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.remove-image {
  border-radius: 50%;
  background-color: white;
  font-size: 12px;
  position: absolute;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  padding-top: 2px;
  margin: 2px;
  cursor: pointer;
}

/*CSS Landing page*/

.text-lato {
  color: #505050;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0px 0px 0px;
}

.text-lato-bold {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  /* padding: 20px 0px 0px 0px; */
}

.box-grey {
  float: left;
  width: 100%;
  padding: 50px 0px 20px 0px;
  background: #f9f9f9;
}

.list-items-product {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.list-items-product li {
  margin: 0px 0px 10px 0px;
  padding: 0px 5px;
}

.list-items-product li a {
  display: inline-block;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.textNormalLD {
  font-size: 13px;
  line-height: 18px;
  color: #505050;
  font-weight: 400;
  margin: 0px;
  padding: 15px 10px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.box-image-upload {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: center !important;
  max-width: 400px;
  display: table;
  margin: auto;
  table-layout: fixed;
}

.preview-img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 12;
  width: 200px;
}

.preview-img img {
  width: 100%;
}

.button-border {
  border: 1px solid #a9a9a9;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  background: #fcfcfc;
  font-size: 15px;
  text-transform: uppercase;
  color: #505050;
  font-weight: 600;
  margin: 15px 0px;
  text-align: center;
  min-width: 160px;
}

.button-border:hover {
  background: #a9a9a9;
  color: #fff;
}

.box-button-ld {
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt20 {
  margin-top: 20px;
}

.box-products {
  max-height: 400px;
}

.bg-white {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}

.landing-page {
  overflow: visible;
}

.box-border {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 35px 0px 0px 0px;
  text-align: center;
}

.box-border:before {
  position: absolute;
  /* top: 10px; */
  left: 0px;
  right: 0px;
  max-width: 300px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin: auto;
}

.mgt20 {
  margin-top: 20px;
}

.row.row-ld {
  margin: 0px -5px;
}

.list-items-product li .box-image img {
  width: 100%;
}

@media (max-width: 992px) {
  .text-lato-bold {
    text-align: center;
  }
  .text-lato {
    text-align: center;
  }
  .box-button-ld {
    text-align: center;
  }
  .box-grey {
    background: #fff;
    padding-top: 10px;
  }
  .box-products {
    margin-bottom: 20px;
  }
  .bg-white {
    padding: 10px 0px 50px 0px;
  }
  .logo img {
    max-height: 30px;
  }
  .landing-page .header {
    padding: 15px 9px 15px 20px;
  }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}

/* PIN Input Styles */
.pin-digit {
  transition: border-color 0.3s ease;
}

.pin-digit:focus {
  border-color: #ffa534 !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 165, 52, 0.2);
}

.pin-input-container {
  direction: ltr;
}

/* Bootstrap modal is already centered by default */

@media (max-width: 768px) {
  .pin-input-container {
    gap: 4px !important;
  }
  
  .pin-digit {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
}
