@charset "UTF-8";
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-black.ttf") format("truetype"); }
/* width */
.small-scrollbar::-webkit-scrollbar {
  width: 4px; }

/* Track */
.small-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.small-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc; }

/* Handle on hover */
.small-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #888; }

.font-lato {
  font-family: 'Lato', sans-serif; }

.font-poppins, .primary-font {
  font-family: 'Poppins', 'sans-serif'; }

* {
  font-family: 'Poppins', 'sans-serif'; }

.side-bar {
  position: fixed;
  width: 16%;
  background-color: white;
  color: black;
  min-height: 100vh;
  padding-top: 1.5rem;
  border-right: 1px solid #e5e5e5; }

.side-bar ul {
  padding-top: 0.5rem; }

.side-bar ul li a {
  padding: 0.75rem 1.5rem;
  margin: 0.25rem 1rem;
  display: flex;
  position: relative;
  font-size: 14px;
  color: black;
  font-family: 'Lato'; }

.side-bar ul li a.active-link {
  color: white;
  background-color: #665BE5;
  border-radius: 8px; }

.side-bar ul li a i {
  width: 2rem;
  text-align: center; }

.main-container {
  background-color: white;
  display: flex; }

.main-content {
  margin-left: auto;
  width: 84%;
  display: inline-block; }

.inner-container {
  padding: 2.5rem 1.5rem; }

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
  background-color: white;
  border-bottom: 1px solid #e5e7eb; }

.primary-btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  background-color: #665BE5; }

.add-btn {
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 3px;
  color: white;
  background-color: #665BE5; }

.primary-input {
  padding: 0.5rem;
  color: black; }

.search-input {
  position: relative;
  border: 1px solid #c7c9cd;
  border-radius: 8px;
  background-color: white; }

.search-input input {
  border: none;
  font-size: 14px;
  font-family: 'Lato';
  padding-left: 28px;
  background: none;
  padding-top: 6px;
  padding-bottom: 6px; }

.search-input input:focus {
  outline: none;
  box-shadow: none; }

.search-input i {
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 8px);
  color: #95979b; }

.dash-under::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: red;
  height: 1px;
  width: 30px; }

.cart-hover {
  position: relative; }

.cart-hover .cart-box {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer; }

.cart-hover:hover .cart-box {
  display: block; }

.left-right-place:nth-child(odd) .left-right-inner {
  flex-direction: row; }
  .left-right-place:nth-child(odd) .left-right-inner .left-right-2ndinner {
    text-align: left; }

.left-right-place:nth-child(even) .left-right-inner {
  flex-direction: row-reverse; }
  .left-right-place:nth-child(even) .left-right-inner .left-right-2ndinner {
    text-align: right; }

.noti-underline li:last-child a hr {
  display: none; }

.zoom-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.zoom-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px; }

.zoom-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap; }

.zoom-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.zoom-display-topright {
  position: absolute;
  right: 0;
  top: 0; }

.zoom-animate {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.ellipsis-text-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px; }

.select-sm div span {
  font-size: 14px;
  line-height: 16px; }

.select-sm div input {
  font-size: 14px;
  line-height: 16px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.small-slider .slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Pro" !important; }

.small-slider .slick-prev:before {
  content: "" !important;
  color: #000 !important; }

.small-slider .slick-next:before {
  content: "" !important;
  color: #000 !important; }

.small-slider .slick-prev {
  left: 2px !important;
  background-color: white !important;
  z-index: 30; }

.small-slider .slick-next {
  right: 12px !important;
  background-color: white !important;
  z-index: 30; }

.ellipsis-text-des {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

@media (min-width: 1024px) {
  .ellipsis-text-des {
    display: block;
    overflow: hidden;
    text-overflow: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset; } }
.input-pl-fs::placeholder {
  font-size: 12px; }

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.test-tran {
  transform: none !important; }

.online-payment-table thead {
  background-color: #f3f4f6; }
  .online-payment-table thead tr th {
    padding: 1rem 0.5rem; }
.online-payment-table tbody tr {
  border-bottom-width: 1px;
  border-color: #f3f4f6; }
.online-payment-table tbody tr td {
  padding: 1rem 0.5rem; }

/*# sourceMappingURL=style_web.css.map */
