@font-face {
  font-family: 'noto_sans';
  src: url('../font/notosans-light-webfont.woff2') format('woff2'),
    url('../font/notosans-light-webfont.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'noto_sans';
  src: url('../font/notosans-medium-webfont.woff2') format('woff2'),
    url('../font/notosans-medium-webfont.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'noto_sans';
  src: url('../font/notosans-regular-webfont.woff2') format('woff2'),
    url('../font/notosans-regular-webfont.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'noto_sans';
  src: url('../font/notosans-semibold-webfont.woff2') format('woff2'),
    url('../font/notosans-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'noto_sans';
  src: url('../font/notosans-bold-webfont.woff2') format('woff2'),
    url('../font/notosans-bold-webfont.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'noto_sans_thai';
  src: url('../font/notosansthai-light-webfont.woff2') format('woff2'),
    url('../font/notosansthai-light-webfont.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'noto_sans_thai';
  src: url('../font/notosansthai-medium-webfont.woff2') format('woff2'),
    url('../font/notosansthai-medium-webfont.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'noto_sans_thai';
  src: url('../font/notosansthai-regular-webfont.woff2') format('woff2'),
    url('../font/notosansthai-regular-webfont.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'noto_sans_thai';
  src: url('../font/notosansthai-semibold-webfont.woff2') format('woff2'),
    url('../font/notosansthai-semibold-webfont.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'noto_sans_thai';
  src: url('../font/notosansthai-bold-webfont.woff2') format('woff2'),
    url('../font/notosansthai-bold-webfont.woff') format('woff');
  font-weight: 800;
}

body,
html {
  height: 100%;
  color: rgb(83 81 81);
  font-family: 'noto_sans', 'noto_sans_thai', sans-serif;
  font-weight: 400;
  outline: none !important;
  line-height: 1rem;
  font-size: 1rem;
  background-color: rgb(2, 2, 2);
}

.bg-home {
  background-image: url(../images/bg-home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}

.bg-home-30092021 {
  background-image: url(../images/30092021-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}

.bg-top {
  background-image: url(../images/bg-top.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-top2 {
  background-image: url(../images/bg-top-y.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-top3 {
  background-image: url(../images/bg-top-g.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-top4 {
  background-image: url(../images/bg-top-b.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-home-agents {
  background-image: url(../images/bg-home-agents.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}

.bg-top-agents {
  background-image: url(../images/bg-top-agents.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-btn {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.home-btn img {
  width: 80%;
}

.logo {
  width: 70% !important;
  margin-bottom: 30px;
}

.m-line {
  background-image: url(../images/m-line.png);
  background-position: center;
  width: 80%;
  height: 100px;
  text-align: center;
  font-size: 1.2rem;
  color: #ccc;
  margin: auto;
  padding-top: 42px;
}

.m-line span {
  background-color: #f9f9f9;
  padding: 10px;
  color: #838482;
}

.content {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: auto;
  background-color: #f5f6fa;
  border: none;
  margin: 0 auto;
  padding: 0;
  height: calc(100vh);
  display: block;
  overflow-y: scroll !important;
}

.content-div {
  padding: 1rem;
  background-color: #f5f6fa;
  width: 100%;
  min-height: 90vh;
  -webkit-border-top-left-radius: 35px;
  -webkit-border-top-right-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-topright: 35px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  -webkit-box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  -moz-box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  margin-bottom: 80px;
}

.content-div-image {
  position: relative;
  padding: 0rem;
  background-color: #f5f6fa;
  width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 35px;
  -webkit-border-top-right-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-topright: 35px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  -webkit-box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  -moz-box-shadow: -1px -12px 11px -11px rgba(11, 76, 102, 0.83);
  overflow: hidden;
}

.content-div-noradius {
  padding: 1rem;
  background-color: #f5f6fa;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 150px;
}

.menu-div {
  position: fixed;
  width: 100%;
  max-width: 768px;
  bottom: 0;
  color: #939393;
  background-color: #fff;
  height: 65px;
  z-index: 1002;
  font-size: 1.2rem;
  line-height: 1rem;
  text-align: center;
  -webkit-box-shadow: 0px -2px 14px -4px rgb(0 0 0 / 50%);
  box-shadow: 0px -2px 14px -4px rgb(0 0 0 / 50%);
}

.menu-div a {
  color: #939393 !important;
  width: 23%;
  margin: auto;
  display: inline-block;
  height: 65px;
  border-right: 1px solid hsl(0deg 0% 100% / 47%);
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
}

.menu-div a img {
  width: 40px;
  display: block;
  text-align: center;
  margin: auto;
  padding-bottom: 3px;
}

.menu-div a i {
  font-size: 1.3rem;
  width: 40px;
  display: block;
  text-align: center;
  margin: auto;
  padding-bottom: 8px;
}

.menu-div a.active {
  color: #4db4b9 !important;
}

.menu-div a.active img {
  filter: grayscale(100%) sepia(100%) brightness(97%) hue-rotate(127deg)
    saturate(191%) contrast(90%);
  -webkit-filter: grayscale(100%) sepia(100%) brightness(97%) hue-rotate(127deg)
    saturate(191%) contrast(90%);
  -moz-filter: grayscale(100%) sepia(100%) brightness(97%) hue-rotate(127deg)
    saturate(191%) contrast(90%);
}

.top-div {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 1rem;
  justify-content: space-between !important;
  display: flex !important;
}

.top-div a {
  color: #fff;
  text-decoration: none;
}

.top-div img {
  width: 15px;
  vertical-align: bottom;
}

.h-div {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  justify-content: space-between !important;
  display: flex !important;
}

.h-div h1 {
  color: #4db4b9;
  font-weight: 700;
  font-size: 1.5rem;
}

.ms-n5 {
  margin-left: -40px;
}

.search-input {
  box-shadow: -1px -1px 14px -9px rgb(20 38 102 / 75%);
  -webkit-box-shadow: -1px -1px 14px -9px rgb(20 38 102 / 75%);
  -moz-box-shadow: -1px -1px 24px -9px rgba(20, 38, 102, 0.75);
  color: #999;
}

.btn-addproduct {
  color: #4db4b9;
  text-align: center;
  line-height: 1.2rem;
  padding: 1rem;
  background-color: #fff;
  width: 120px;
  height: 150px;
  margin: auto;
  box-shadow: -1px -1px 14px -9px rgb(20 38 102 / 75%);
  -webkit-box-shadow: -1px -1px 14px -9px rgb(20 38 102 / 75%);
  -moz-box-shadow: -1px -1px 24px -9px rgba(20, 38, 102, 0.75);
  border-radius: 15px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none;
}

.btn-addproduct:hover {
  background-color: #4db4b9;
  color: #fff;
  box-shadow: -1px -1px 14px -9px rgb(10 38 102 / 75%);
  -webkit-box-shadow: -1px -1px 14px -9px rgb(10 38 102 / 75%);
  -moz-box-shadow: -1px -1px 24px -9px rgba(10, 38, 102, 0.75);
}

.pos50-50 {
  position: absolute;
  right: calc(50% - 60px);
  top: calc(50% - 75px);
}

.btn-txt-blue {
  color: #4db4b9;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  text-decoration: none !important;
}

.btn-txt-add {
  color: #4db4b9;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: auto;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none !important;
}

.btn-blue {
  background-color: #4db4b9;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-blue2 {
  background-color: #4db4b9;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 55%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-green {
  background-color: #4caf50;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-orange {
  background-color: #ff5722;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-gray {
  background-color: #595a5a;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-red {
  background-color: #f7321e;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.btn-blue-100 {
  background-color: #4db4b9;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  text-align: center;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition: 0.3s;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  margin: auto;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  text-decoration: none !important;
}

.product-pic-div .product-thumb {
  width: 47%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 1rem;
  margin-left: 3%;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
}

#product-carousel {
  position: relative;
}

#product-carousel .item img {
  width: 100%;
}

#product-carousel .owl-dots {
  /* position: absolute;*/
  left: 0;
  right: 0;
  bottom: 10px;
}

#product-carousel.owl-theme .owl-dots .owl-dot.active span,
#product-carousel.owl-theme .owl-dots .owl-dot:hover span {
  width: 22px !important;
  background-color: #d4cfcf !important;
  /*box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);*/
}

#product-carousel.owl-theme .owl-dots .owl-dot span,
#product-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a7a7a7;
  /* box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 0px -2px rgba(0, 0, 0, 0.75);*/
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.product-desc {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.price-div {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -webkit-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
}

.price {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.2rem;
}

.price-special {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5rem;
  margin-bottom: 0.2rem;
  color: #f7321e;
}

.status label {
  vertical-align: middle;
}

.d-block-l {
  display: block !important;
  float: left !important;
  margin-right: 6px;
}

.input-group {
  margin-bottom: 1rem;
}

.product-box {
  justify-content: space-between !important;
  display: flex !important;
  width: 100% !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}

.product-box .product-thumb {
  width: 25%;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 1rem;
  margin-right: 10px;
  border: 1px solid #dfdddd;
}

.product-box .profile-thumb {
  width: 20%;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 1rem;
  margin-right: 5px;
  border: 1px solid #dfdddd;
}

.product-box .product-desc {
  width: 74%;
}

.product-box .desc-box {
  justify-content: space-between !important;
  display: flex !important;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px dotted #5a5a5a;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.product-box .desc-box2 {
  justify-content: space-between !important;
  display: flex !important;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.product-box .title-box {
  width: 55%;
  font-weight: 800;
}

.product-box .title-box2 {
  width: calc(100% - 30px);
  font-weight: 800;
}

.product-box .title-box3 {
  width: 60%;
  font-weight: 800;
  font-size: 11px;
}

.product-box .status-box {
  align-self: center !important;
}

.product-box .status-box span {
  line-height: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.btn-icon {
  color: #5dafb3 !important;
  font-size: 1.3rem;
  margin-right: 5px;
}

.product-box .view-txt {
  color: rgb(0, 132, 255);
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .stock {
  color: green;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .sold {
  color: red;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .sold::before {
  content: 'Total Sold';
  display: inline-block;
  color: #333;
  width: 68px;
}

.product-box .soldPrice {
  color: red;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .soldPrice::before {
  content: 'Total Price';
  display: inline-block;
  color: #333;
  width: 68px;
}

.product-box .soldCommission {
  color: red;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .soldCommission::before {
  content: 'Total Commission';
  display: inline-block;
  color: #333;
  width: 110px;
}

.product-box .stock::before {
  content: 'Stock';
  display: inline-block;
  color: #333;
  width: 45px;
}

.product-box .view-txt::before {
  content: 'Views';
  display: inline-block;
  color: #333;
  width: 45px;
}

.product-box .price-box {
  text-align: right;
}

.product-box .price-box span {
  font-weight: 800;
  color: red;
  display: block;
}

.profile-thumb {
  width: 40%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: -1px 2px 13px -3px rgb(29 44 92 / 75%);
  -webkit-box-shadow: -1px 2px 13px -3px rgb(29 44 92 / 75%);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
}

.profile-thumb2 {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  margin-bottom: 1rem;
  box-shadow: -1px 2px 13px -3px rgb(29 44 92 / 75%);
  -webkit-box-shadow: -1px 2px 13px -3px rgb(29 44 92 / 75%);
  -moz-box-shadow: -1px 2px 13px -3px rgba(29, 44, 92, 0.75);
}

.btn-delete {
  font-size: 1.5rem;
  color: rgb(170 170 170);
}

.btn-plus {
  font-size: 2rem;
  color: #4db4b9;
}

.agent-box {
  justify-content: space-between !important;
  display: flex !important;
  width: 100% !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.agent-box .agent-desc {
  width: 74%;
}

.agent-desc {
  font-size: 1rem;
  font-weight: 300;
}

.agent-box .btn-box {
  text-align: right;
}

.agent-box .total {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: rgb(15 171 217);
  padding-top: 8px;
}

.agent-box span {
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  color: rgb(15 171 217);
  padding-top: 8px;
}

.agent-box .profile-thumb {
  /* width: 20%;
            height: 70px;*/
  width: 22%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 0rem;
  margin-right: 5px;
  border: 1px solid #dfdddd;
}

.agent-box .title-box {
  width: 60%;
  font-weight: 800;
  font-size: 11px;
}

.agent-box .btn-box a {
  display: block;
  width: 100%;
  float: left;
  font-size: 11px;
  background-color: chocolate;
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

.btn-view {
  background-color: #00a99d !important;
}

.btn-report {
  background-color: #3cb878 !important;
}

.status input {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  line-height: 10px;
}

.agent-box-content {
  justify-content: space-between !important;
  display: flex !important;
  width: 100% !important;
  margin-top: 10px;
}

.agent-form-check {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

a {
  color: #00a99d;
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4db4b9;
}

.nav-link {
  color: #6fc9b9;
}

#main-content {
  position: absolute;
  color: black;
  left: 0;
  top: 4.8%;
  height: 95.2%;
  width: 100%;
}

.progress {
  margin-top: 8px;
}

.pie-div {
  display: none;
}

.pie-div.active {
  display: block !important;
}

.order-box {
  align-items: stretch !important;
  justify-content: space-between !important;
  display: flex !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.order-box .detail-div {
  font-size: 13px;
  font-weight: 600;
}

.order-box .detail-div .id::before {
  content: 'เลขคำสั่งซื้อ :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .id {
  color: #00a99d;
}

.order-box .detail-div .name::before {
  content: 'ชื่อผู้ซื้อ :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .tel::before {
  content: 'โทรศัพท์ :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .email::before {
  content: 'อีเมล :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .agent::before {
  content: 'Agent :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .commission::before {
  content: 'คอมมิชชั่น :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .num_fee::before {
  content: 'จำนวนค่าธรรมเนียม :';
  display: inline-block;
  color: #333;
  width: 120px;
}
.order-box .detail-div .num_fee_paid::before {
  content: 'ทำจ่ายเรียบร้อย :';
  display: inline-block;
  color: #333;
  width: 120px;
}
.order-box .detail-div .num_fee_wait::before {
  content: 'รอทำจ่าย :';
  display: inline-block;
  color: #333;
  width: 120px;
}
.order-box .detail-div .num_fee_paid {
  content: 'ทำจ่ายเรียบร้อย :';
  display: inline-block;
  color: green;
  width: 100%;
}
.order-box .detail-div .num_fee_wait {
  content: 'รอทำจ่าย :';
  display: inline-block;
  color: red;
  width: 100%;
}

.order-box .detail-div .pf_commission::before {
  content: 'ค่าธรรมเนียม :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .ord_stext::before {
  content: 'สถานะ :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .price-txt::before {
  content: 'จำนวนเงิน :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .price-pd-txt::before {
  content: 'ราคาสินค้า :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .ship-txt::before {
  content: 'ค่าจัดส่ง :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .sum-txt::before {
  content: 'รวมเป็นเงิน :';
  display: inline-block;
  color: #333;
  width: 80px;
}

.order-box .detail-div .commission-txt::before {
  content: 'Commission :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div {
  font-size: 15px;
  font-weight: 600;
}

.address-detail-div .id::before {
  content: 'เลขคำสั่งซื้อ :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .id {
  color: #00a99d;
}

.address-detail-div .name::before {
  content: 'ชื่อผู้ซื้อ :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .lastname::before {
  content: 'นามสกุล :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .tel::before {
  content: 'โทรศัพท์ :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .remark::before {
  content: 'หมายเหตุ :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .email::before {
  content: 'อีเมล :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .payment_status::before {
  content: 'การชำระเงิน :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .send_status::before {
  content: 'การจัดส่ง :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .send_status span,
.address-detail-div .payment_status span {
  font-size: 15px;
  font-weight: 600;
}

.address-detail-div .address::before {
  content: 'ที่อยู่ :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.address-detail-div .address span {
  margin-left: 90px;
  display: block;
  margin-top: -16px;
}

.address-detail-div .name,
.address-detail-div .lastname,
.address-detail-div .tel,
.address-detail-div .email,
.address-detail-div .address,
.address-detail-div .remark {
  margin-bottom: 10px;
}

.bank-detail-div {
  font-size: 15px;
  font-weight: 600;
}

.bank-detail-div .bank-name::before {
  content: 'ธนาคาร :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.bank-detail-div .bank-type::before {
  content: 'ประเภทบัญชี :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.bank-detail-div .bank-branch::before {
  content: 'สาขา :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.bank-detail-div .bank-account-name::before {
  content: 'ชื่อบัญชี :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.bank-detail-div .bank-account-id {
  color: #4db4b9;
}

.bank-detail-div .bank-account-id::before {
  content: 'เลขที่บัญชี :';
  display: inline-block;
  color: #333;
  width: 90px;
}

.bank-detail-div .bank-name,
.bank-detail-div .bank-type,
.bank-detail-div .bank-branch,
.bank-detail-div .bank-account-name,
.bank-detail-div .bank-account-id {
  margin-bottom: 10px;
}

.order-box .date-div {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.order-box .date-div a {
  padding-top: 10px;
  display: block;
}

.order-box .date-div a i {
  font-size: 1.5rem;
  display: block;
}

.address-div h1 {
  color: #4db4b9;
  font-weight: 700;
  font-size: 1rem;
}

.address-div h2 {
  font-weight: 800;
  font-size: 15px;
}

.address-div p {
  font-weight: 400;
  font-size: 13px;
}

.address-div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.list-div {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.list-div table {
  width: 100%;
  font-size: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list-div td {
  text-align: center;
  padding-bottom: 5px;
}

.list-div .num {
  font-size: 15px;
  font-weight: 700;
  vertical-align: baseline;
}

.list-div .txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.list-div .resalt td {
  text-align: right;
}

.list-div .num span {
  font-size: 16px;
  font-weight: 700;
  color: red;
}

.btn-copy {
  font-size: 11px;
  text-align: center;
}

.btn-copy i {
  font-size: 24px;
  text-align: center;
}

.btn-copy2 {
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}

.btn-copy2 i {
  font-size: 18px;
  text-align: center;
  vertical-align: bottom;
}

.btn-pay {
  display: block;
  padding: 1rem;
  font-size: 0.8rem;
  line-height: 15px;
}

.btn-pay i {
  font-size: 2rem;
  padding-bottom: 0px;
  display: block;
}

.status-red {
  font-weight: 600;
  color: red;
  font-size: 13px;
}

.status-orange {
  font-weight: 600;
  color: #ff6a00;
  font-size: 13px;
}

.status-green {
  font-weight: 600;
  color: green;
  font-size: 13px;
}

.btn-edit-pic {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  float: right;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #5dafb3;
  padding: 5px;
  color: #fff;
}

.btn-edit-profile {
  font-size: 1rem;
  font-weight: 400;
}

.profile input:read-only {
  border-color: #dde1e1 !important;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #aaccdc !important;
}

.form-label {
  margin-bottom: 0.5rem !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  color: #4db4b9;
}

.file-input-div {
  border: 1px solid #c5c5c5 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
}

.share-r {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 1rem;
}

.price-box-left {
  text-align: left;
  color: #3ca6a9;
}
/* -- quantity box -- */

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 25px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #5bb7ba;
  cursor: pointer;
  font-size: 14px;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  height: 25px;
  background-color: #52b3b8;
  border: 1px solid #50b6b6;
  cursor: pointer;
  border: 1px solid #5bb7ba;
  color: #fff;
  font-weight: 700;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #0d889e;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

.b-bootom {
  border-bottom: 1px solid #ccc;
}

.user-detail input:read-only {
  border-color: #dde1e1 !important;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #aaccdc !important;
}

.user-detail textarea:read-only {
  border-color: #dde1e1 !important;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #aaccdc !important;
}

.thank {
  margin-top: 35vh;
}

.thank h2 {
  text-align: center;
  font-size: 1.2rem;
}

.h-login {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}

.h-login h1 {
  color: #4db4b9;
  font-weight: 700;
  font-size: 1.5rem;
}

.txt-policy {
  border-radius: 30px;
  display: block;
  height: 90vh;
  overflow: scroll;
  background: #fff;
  color: #3d3c3c;
  padding: 1rem;
  text-align: left;
  box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

.txt-policy h1 {
  color: #4db4b9;
  font-weight: 700;
  font-size: 1.4rem;
}

.policy-link {
  text-decoration: underline;
}

.w-200px {
  width: 200px !important;
}
/* EDIT 26082021*/

.small-link {
  font-size: 12px;
  margin-top: 8px;
  display: block;
}

.small-link:hover {
  color: #3bdde5;
}

.add-cat-div {
  background-color: #d3ebf1;
  padding: 1rem 1rem 0.6rem;
  margin: 0 0 1rem 0;
  position: relative;
}

.close-add-cat {
  display: block;
  right: 10px;
  top: 8px;
  position: absolute;
}

#addSubCat {
  display: none;
}

#addMainCat {
  display: none;
}

.btn-preview {
  width: 100%;
  height: 90px;
  display: block;
}

.btn-preview:hover {
  width: 100%;
  height: 90px;
  display: block;
  border-radius: 10px;
  border: 2px solid #1aeff6;
}

.btn-preview i {
  margin-top: 3px;
  margin-left: 3px;
  color: #009688;
  display: block;
}
/* EDIT 26082021 END*/

@media screen and (min-width: 991px) and (max-width: 1200px) {
}

@media screen and (min-width: 781px) and (max-width: 990px) {
}

@media screen and (min-width: 500px) and (max-width: 780px) {
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 499px) {
}

input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
}
/*02092021*/

.input-file-container {
  position: relative;
  /* width: 225px; */
}

.js .input-file-trigger {
  display: block;
  padding: 14px 14px;
  color: #00a99d;
  font-size: 1em;
  transition: all 0.4s;
  cursor: pointer;
}

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 225px; */
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  color: #39d2b4;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: auto;
}

.js .file-return {
  font-style: italic;
  font-size: 0.8em;
  width: 85%;
  white-space: pre-wrap;
  /* color: #4db4b9; */
  color: #f7321e;
  text-align: center;
}

.js .file-return a {
  color: #f7321e;
}

.js .file-return:not(:empty):before {
  content: '';
  font-style: normal;
  font-weight: normal;
}
/* Edit 08 Sep */

.w-48 {
  width: 48%;
}

.w-42 {
  width: 42%;
}

.order-status-div1,
.order-status-div2,
.order-status-div3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.order-status-div2,
.order-status-div3 {
  display: none;
}

.order-box .detail-div .track {
  content: 'หมายเลขติดตามสินค้า :';
  display: inline-block;
  color: #4caf50;
}

.order-box .detail-div .track::before {
  content: 'Tracking No.:';
  display: inline-block;
  color: #333;
  width: 100px;
}

.order-box .detail-div .email::before,
.order-box .detail-div .tel::before,
.order-box .detail-div .name::before,
.order-box .detail-div .id::before,
.order-box .detail-div .agent::before,
.order-box .detail-div .commission::before,
.order-box .detail-div .pf_commission::before,
.order-box .detail-div .track::before,
.order-box .detail-div .ord_stext::before,
.order-box .detail-div .price-pd-txt::before,
.order-box .detail-div .price-txt::before,
.order-box .detail-div .ship-txt::before,
.order-box .detail-div .sum-txt::before {
  /* width: 95px; */
  width: 85px;
  line-height: 1.2rem;
}

.flex-b {
  display: flex !important;
  justify-content: space-between !important;
}
/* .order-box .detail-div .track {
	display: none;
} */

.product-box .sold2 {
  color: red;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .sold2::before {
  content: 'Sold';
  display: inline-block;
  color: #333;
  width: 90px;
}

.product-box .totalprice {
  color: red;
  font-weight: 800;
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.product-box .totalprice::before {
  content: 'Total Price';
  display: inline-block;
  color: #333;
  width: 90px;
}

.order-box .detail-div .price2::before {
  content: 'จำนวนเงิน :';
  display: inline-block;
  color: #333;
  width: 95px;
}

.order-box .detail-div .price2 {
  color: #000;
  font-weight: 600;
}

.dateSort-div {
  font-size: 12px;
  margin-bottom: 1rem;
}

.submit-input {
  background-color: #55b0b7;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 15px;
}
/*edit 130921*/

a:active {
  color: #18f7e7;
}

.btn:hover {
  color: #fff;
}

.progress-bar {
  background-color: #14b689;
}

.form-check-input:checked {
  background-color: #009688;
  border-color: #31aea2;
}
/*edit 19092021 */

.slip-box-div {
  border: none;
  padding: 16px;
  z-index: 2;
  position: absolute;
  right: 0;
}

.lh-11 {
  line-height: 11px;
}

.home-box-div {
  background-color: #fff;
  border-radius: 30px;
  padding: 1rem;
  text-align: center;
  -webkit-box-shadow: -1px 7px 13px 4px rgba(0, 0, 0, 0.49);
  box-shadow: -1px 7px 13px 4px rgba(0, 0, 0, 0.49);
  width: 70%;
  margin: auto;
  padding: 1.5rem 2rem 2rem 2rem;
}

.home-btn-30092021 img {
  width: 35%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.logo-30092021 {
  width: 80% !important;
  margin-bottom: 45px;
}

.big-txt-30092021 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 5px rgb(0 0 0 / 72%);
  display: block;
  width: 63%;
  margin: auto;
  margin-top: 1.5rem;
  text-align: center;
}
/*Edit 15102021*/

.pagination .page-item .page-link {
  border: 0;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #24b0cb;
  font-weight: 400;
  background-color: #e7e7e7;
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  padding: 0.5rem;
  margin-left: 10px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  background-color: #24b0cb;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0.5rem;
}

.page-num {
  text-align: center !important;
}

.page-num .total {
  display: inline-block !important;
  width: auto !important;
  color: #1f97b0 !important;
  font-size: 0.8rem !important;
  padding-right: 1rem !important;
  float: revert !important;
}

.page-num nav {
  display: inline-block !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .page-num {
    text-align: center !important;
  }
  .page-num .total {
    display: inline-block !important;
    width: auto !important;
    float: none !important;
  }
  .page-num nav {
    display: inline-block !important;
    width: auto !important;
    float: none !important;
  }
}
.tooltip {
  font-family: 'noto_sans', 'noto_sans_thai', sans-serif;
}
.progress {
  background-color: #bec2c5;
}
.progress small {
  /* text-shadow: 1px 1px #000; */
  color: #fff;
}
