/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/shrimp-prices/style.scss ***!
  \*************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;800;900&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioLoading/style.scss ***!
  \***********************************************************************************************************************************************/
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.io-loading {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
}
.io-loading .loading {
  width: 500px;
  height: 200px;
  position: relative;
  margin: auto;
}
.io-loading .loading .loading-spinner {
  width: 50px;
  height: 50px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border: 10px solid #b6b6b6; /* Light grey */
  border-top: 10px solid #383636; /* Black */
  border-radius: 50%;
  animation: spinner 1.5s linear infinite;
  position: relative;
}
.io-loading .loading .loading-text {
  width: 100%;
  top: calc(50% - 50px + 8px);
  position: relative;
  text-align: center;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioModal/style.scss ***!
  \*********************************************************************************************************************************************/
.modal-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: unset;
  min-height: unset;
  max-width: unset;
  max-height: unset;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.modal-wrapper .modal-header-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px 12px 28px;
  border-bottom: 1.5px solid #f3f7fa;
  background: #ffa048;
  border-radius: 0;
  min-height: 80px;
  height: 80px;
}

.modal-wrapper .modal-header-toolbar .modal-header-title {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  flex: 1;
  text-align: left;
  letter-spacing: 0.5px;
}

.modal-wrapper .fa-window-close {
  font-size: 2.2rem;
  color: #C70039;
  margin-left: 18px;
  cursor: pointer;
  transition: color 0.18s, background 0.18s, box-shadow 0.18s;
  position: static;
  background: #fff0f0;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(255, 160, 72, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrapper .fa-window-close:hover {
  color: #FFA048;
  background: #ffe5d1;
  box-shadow: 0 4px 16px rgba(255, 160, 72, 0.18);
}

.modal-wrapper .fa-window-close:active {
  color: #910500;
  background: #ffd6c2;
}

.modal-wrapper .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 28px 0px 24px 0px;
  background: #fff;
  min-height: 120px;
  max-height: unset;
  box-sizing: border-box;
}

.modal-wrapper ::-webkit-scrollbar {
  width: 6pt;
}

.custom-close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin-left: 18px;
  box-shadow: 0 4px 16px rgba(255, 160, 72, 0.25);
  transition: background 0.18s, box-shadow 0.18s;
}

.custom-close-icon:hover {
  background: rgba(255, 255, 255, 0.12);
}

.custom-close-icon:active {
  background: rgba(255, 255, 255, 0.22);
}

.custom-close-icon svg {
  display: block;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/slideshow/style.scss ***!
  \***********************************************************************************************************************************************/
.slideshow {
  height: 1000px;
}

@media (min-width: 1920px) {
  .slideshow {
    min-height: 1000px;
    height: auto;
  }
  .slideshow img {
    width: 100%;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/button/style.scss ***!
  \*************************************************************************************************************************************/
.button {
  background-color: #FFA048;
  color: white;
  padding: 20px;
  margin: 0px 10px;
  border-radius: 30px;
  font-size: 20px;
  cursor: pointer;
  width: fit-content;
}

.player-button {
  cursor: pointer;
  width: fit-content;
  border-radius: 100%;
  background-color: white;
  animation: glow 1s infinite alternate;
  display: flex;
  width: 50px;
  height: 50px;
}
.player-button i {
  color: #FFA048;
  font-size: 12px;
  line-height: 12px;
  margin: auto;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #f4f8f4;
  }
  to {
    box-shadow: 0 0 10px 10px #c9cec9;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/promoCard/style.scss ***!
  \***********************************************************************************************************************************************/
.promo-card {
  width: 600px;
  font-family: "Times New Roman", Times, serif;
  position: relative;
  padding-bottom: 50px;
}
.promo-card .left-right {
  display: flex;
  padding: 16px;
}
.promo-card .title {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
}
.promo-card .description {
  white-space: pre-line;
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
}
.promo-card .actions {
  margin: 0px;
  position: absolute;
  bottom: 10px;
  display: flex;
}
.promo-card .actions .button {
  margin: 0px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 10px;
  padding: 16px;
  font-size: 24px;
}
.promo-card .image img {
  width: 100%;
}
.promo-card .right {
  max-width: 50%;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/infoCard/style.scss ***!
  \**********************************************************************************************************************************************/
.info-card {
  width: 300px;
  padding: 30px;
  border-radius: 20px;
  font-family: "Times New Roman", Times, serif;
  background-color: white;
}
.info-card .image {
  display: flex;
  justify-content: center;
}
.info-card .image img {
  width: 140px;
}
.info-card .title {
  text-align: center;
  font-weight: bold;
  margin: 12px 0px;
  font-size: 22px;
  line-height: 30px;
}
.info-card .description {
  margin: 10px 0px;
  font-size: 16px;
  font-size: 18px;
  line-height: 24px;
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/benefits/style.scss ***!
  \************************************************************************************************************************************************/
#benefit {
  position: absolute;
  top: 340px;
  left: 150px;
}
#benefit .promo-card {
  color: white;
  background-color: rgba(75, 88, 91, 0.5);
  padding-bottom: 120px;
}

#benefit-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0px 10px;
  margin-top: -150px;
}
#benefit-list .info-card {
  border-radius: 0px;
}
#benefit-list .info-card.first {
  color: white;
  background-color: #FFA048;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#benefit-list .info-card.last {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 900px) {
  #benefit {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  #benefit .promo-card {
    width: 100%;
  }
  #benefit-list {
    display: block;
  }
  #benefit-list .info-card {
    border-radius: 20px;
    margin: 20px auto;
    width: 80%;
  }
}
@media (max-width: 700px) {
  #benefit .promo-card .title {
    font-size: 34px;
    line-height: 40px;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/locations/style.scss ***!
  \*************************************************************************************************************************************************/
#locations {
  display: flex;
  justify-content: center;
  background-color: white;
  margin-top: -40px;
  padding-top: 40px;
}
#locations .promo-card {
  max-width: 1366px;
  width: 100%;
}
#locations .promo-card .left {
  width: 80%;
  padding: 0px 50px;
}
#locations .promo-card .description {
  font-size: 24px;
  line-height: 30px;
}
#locations .promo-card .actions {
  bottom: unset;
}

.separate-quote {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 80px;
  margin-top: 150px;
}
.separate-quote img {
  height: 100%;
}

@media (max-width: 700px) {
  .separate-quote {
    margin-top: 100px;
    height: 40px;
  }
  #locations {
    margin-top: -20px;
  }
  #locations .promo-card .left-right {
    display: flex;
    flex-flow: column-reverse;
  }
  #locations .promo-card .left-right .right, #locations .promo-card .left-right .left {
    max-width: 100%;
    width: 100%;
  }
  #locations .promo-card .left-right .title {
    font-size: 34px;
    line-height: 40px;
  }
  #locations .promo-card .left-right .description {
    font-size: 18px;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/solutions/style.scss ***!
  \*************************************************************************************************************************************************/
#solutions {
  padding: 5px;
  padding-top: 80px;
  margin-top: -40px;
}
#solutions > .sub-title {
  text-align: center;
  font-weight: bold;
  color: #FFA048;
  margin: 10px 0px;
  font-size: 30px;
  line-height: 60px;
}
#solutions > .title {
  white-space: pre;
  text-align: center;
  font-weight: bold;
  margin: 10px 0px;
  font-size: 40px;
  line-height: 50px;
}
#solutions > .solution-list {
  margin: 80px 0px;
}
#solutions > .solution-list .row {
  display: flex;
  justify-content: center;
  margin: 30px;
}
#solutions > .solution-list .row .promo-card {
  width: 320px;
  border-radius: 20px;
  background-color: white;
  margin: 10px 40px;
}
#solutions > .solution-list .row .promo-card .highlight {
  color: #FFA048;
  font-size: 18px;
}
#solutions > .solution-list .row .promo-card .title {
  font-size: 24px;
  line-height: 30px;
}
#solutions > .solution-list .row .promo-card .description {
  font-size: 16px;
}
#solutions > .solution-list .row .promo-card .button {
  padding: 10px;
  font-size: 18px;
}

@media (max-width: 900px) {
  #solutions > .solution-list .row .promo-card {
    width: 80%;
  }
}
@media (max-width: 700px) {
  #solutions > .title {
    white-space: unset;
    font-size: 34px;
    line-height: 50px;
  }
  #solutions > .solution-list {
    margin-top: 30px;
  }
  #solutions > .solution-list .row {
    margin: 30px 0px;
  }
  #solutions > .solution-list .row .promo-card {
    width: 100%;
  }
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/water-indexes/style.scss ***!
  \*****************************************************************************************************************************************************/
#water-indexes {
  background-color: white;
  padding: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#water-indexes .image {
  width: 800px;
}
#water-indexes .image img {
  width: 100%;
}
#water-indexes .action {
  width: 100%;
}
#water-indexes .action .button {
  border-radius: 10px;
}
#water-indexes .detail .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  text-underline-offset: 12px;
  margin-bottom: 30px;
  color: #FFA048;
}
#water-indexes .detail .description {
  display: flex;
  align-items: center;
  width: 600px;
  font-size: 22px;
  line-height: 30px;
}
#water-indexes .detail .description .icon {
  width: 40px;
  margin: 0px 10px;
}
#water-indexes .detail .indexes {
  margin: 20px 0px;
  display: flex;
}
#water-indexes .detail .indexes img {
  width: 300px;
}
#water-indexes .detail .indexes table {
  width: 400px;
}
#water-indexes .detail .indexes table tr {
  height: 40px;
}
#water-indexes .detail .indexes table .index {
  font-size: 24px;
}
#water-indexes .detail .indexes table .index i.check.circle {
  color: #ffa048;
}

@media (max-width: 1300px) {
  #water-indexes {
    flex-flow: column;
  }
  #water-indexes .detail .indexes {
    justify-content: center;
  }
  #water-indexes .action .button {
    margin: auto;
  }
}
@media (max-width: 700px) {
  #water-indexes {
    display: block;
    padding: 30px;
  }
  #water-indexes .image {
    width: 100%;
    margin-right: 0px;
  }
  #water-indexes .detail .indexes {
    justify-content: center;
  }
  #water-indexes .detail .indexes img {
    width: 100%;
  }
  #water-indexes .detail .indexes table .index {
    font-size: 18px;
    line-height: 28px;
  }
  #water-indexes .detail {
    margin-bottom: 30px;
  }
  #water-indexes .detail .title {
    text-align: center;
    font-size: 34px;
    line-height: 60px;
  }
  #water-indexes .detail .description {
    width: 100%;
    flex-flow: column;
    line-height: 28px;
  }
  #water-indexes .detail .description span {
    margin-top: 20px;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/control-realtime/style.scss ***!
  \********************************************************************************************************************************************************/
#control-realtime > div {
  display: flex;
  width: 100%;
}
#control-realtime > div .left {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#control-realtime > div .left .detail {
  width: 500px;
  margin: 30px;
  color: white;
}
#control-realtime > div .left .detail .sub-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
#control-realtime > div .left .detail .title {
  white-space: pre;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
#control-realtime > div .left .detail table {
  font-size: 20px;
  line-height: 24px;
}
#control-realtime > div .left .detail table tr {
  height: 70px;
}
#control-realtime > div .left .detail table i {
  color: white;
  font-size: 34px;
  line-height: 40px;
}
#control-realtime > div .left .detail table img {
  width: 34px;
}
#control-realtime > div .right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}
#control-realtime > div .right .image {
  display: flex;
}
#control-realtime > div .right .image img {
  width: 100%;
}

@media (max-width: 900px) {
  #control-realtime > div {
    display: block;
  }
  #control-realtime > div .left, #control-realtime > div .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #control-realtime > div .left .detail {
    width: 100%;
  }
  #control-realtime > div .left .detail .sub-title, #control-realtime > div .left .detail .title {
    text-align: center;
  }
  #control-realtime > div .left .detail .title {
    font-size: 34px;
    line-height: 50px;
  }
  #control-realtime > div .left .detail table {
    font-size: 18px;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/about-us/style.scss ***!
  \************************************************************************************************************************************************/
#about-us {
  background-color: white;
  padding: 100px 0px;
}
#about-us > div {
  justify-content: center;
  display: flex;
  margin: 20px;
}
#about-us img {
  width: 600px;
}
#about-us .mission {
  width: 600px;
  padding: 0px 50px;
}
#about-us .mission .title {
  font-size: 40px;
  line-height: 50px;
  color: #FFA048;
  font-weight: bold;
}
#about-us .mission .detail {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
}
#about-us .mission .domains {
  margin: 20px 0px;
}
#about-us .mission .domains span {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
#about-us .mission .domains span i {
  color: #FFA048;
}
#about-us .info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
#about-us .info .info-card {
  padding-left: 0px;
  padding-right: 0px;
  width: 30%;
}
#about-us .info .info-card .title {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
#about-us .info .info-card .description {
  text-align: left;
  font-size: 20px;
}

@media (max-width: 900px) {
  #about-us > div {
    display: block;
  }
  #about-us > div img {
    width: 100%;
  }
  #about-us > div .mission {
    width: 100%;
    padding: 0px;
  }
  #about-us > div .info {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #about-us .mission .title {
    font-size: 34px;
  }
  #about-us .mission .detail {
    font-size: 18px;
  }
  #about-us .info {
    flex-flow: column;
  }
  #about-us .info .info-card {
    width: 100%;
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/reason-choose-us/style.scss ***!
  \********************************************************************************************************************************************************/
#reason-choose-us {
  margin: 100px 0px;
}
#reason-choose-us .title {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}
#reason-choose-us .sub-title {
  margin: 10px 0px;
  font-size: 24px;
  text-align: center;
}
#reason-choose-us .reason-list {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
}
#reason-choose-us .reason-list .info-card {
  background-color: transparent;
}
#reason-choose-us .reason-list .info-card img {
  width: 80px;
}
#reason-choose-us .reason-list .info-card .description {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 700px) {
  #reason-choose-us .title {
    font-size: 34px;
    line-height: 40px;
    padding: 0px 30px;
  }
  #reason-choose-us .sub-title {
    font-size: 18px;
  }
  #reason-choose-us .reason-list {
    flex-flow: column;
  }
  #reason-choose-us .reason-list .info-card {
    width: 100%;
  }
  #reason-choose-us .reason-list .info-card img {
    width: 50px;
  }
}
/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/contact-info/style.scss ***!
  \****************************************************************************************************************************************************/
#contact-info {
  background-color: white;
  padding: 50px;
}
#contact-info > div {
  display: flex;
  justify-content: center;
}
#contact-info .info {
  width: 600px;
}
#contact-info .info .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
#contact-info .info .item {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
#contact-info .info .item img {
  width: 40px;
}
#contact-info .info .item > div {
  margin: 0px 20px;
}
#contact-info .info .item > div span {
  display: block;
}
#contact-info .info .item > div span:nth-child(1) {
  font-size: 24px;
  line-height: 30px;
}
#contact-info .info .item > div span:nth-child(2) {
  font-size: 16px;
}
#contact-info .form {
  width: fit-content;
}
#contact-info .form input {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  height: 40px;
  margin: 10px 10px;
  padding: 10px;
}
#contact-info .form input[name=name] {
  width: 250px;
}
#contact-info .form input[name=email] {
  width: 250px;
}
#contact-info .form input[name=phone] {
  width: 520px;
}
#contact-info .form input:focus {
  border: 1px solid #FFA048;
  box-shadow: 0px 0px 5px 1px #ffd9b6;
  outline: none;
}
#contact-info .form textarea {
  display: block;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 10px 10px;
  resize: none;
  padding: 10px;
  height: 120px;
  width: 520px;
}
#contact-info .form textarea:focus {
  border: 1px solid #FFA048;
  box-shadow: 0px 0px 5px 1px #ffd9b6;
  outline: none;
}
#contact-info .form .button {
  font-size: 16px;
  padding: 12px;
  font-weight: bold;
  margin: 20px auto;
}

@media (max-width: 900px) {
  #contact-info > div {
    display: grid;
  }
  #contact-info > div .info {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #contact-info > div {
    display: block;
  }
  #contact-info > div .info .title {
    font-size: 34px;
  }
  #contact-info > div .form {
    display: block;
    width: 100%;
  }
  #contact-info > div .form > div {
    display: block !important;
  }
  #contact-info > div .form input, #contact-info > div .form textarea {
    display: block;
    width: 100% !important;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/water-circulation-filter/style.scss ***!
  \****************************************************************************************************************************************************************/
#water-circulation-filter {
  background-color: white;
  padding: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#water-circulation-filter .image {
  width: 800px;
}
#water-circulation-filter .image img {
  width: 100%;
}
#water-circulation-filter .action {
  width: 100%;
}
#water-circulation-filter .action .button {
  border-radius: 10px;
}
#water-circulation-filter .detail {
  padding: 10px 10px;
}
#water-circulation-filter .detail .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  text-underline-offset: 12px;
  margin-bottom: 30px;
  color: #FFA048;
}
#water-circulation-filter .detail .description {
  display: flex;
  align-items: center;
  width: 600px;
  font-size: 22px;
  line-height: 30px;
}
#water-circulation-filter .detail .description .icon {
  width: 40px;
  margin: 0px 10px;
}
#water-circulation-filter .detail .content {
  font-size: 22px;
  line-height: 30px;
  margin: 20px 10px;
}
#water-circulation-filter .detail .content .content-header {
  font-weight: bold;
}
#water-circulation-filter .detail .content table {
  border-spacing: 16px;
}
#water-circulation-filter .detail .content table td span.highlight {
  font-weight: bold;
  color: #FFA048;
}

@media (max-width: 1300px) {
  #water-circulation-filter {
    flex-flow: column;
  }
  #water-circulation-filter .image {
    margin-right: 0px;
  }
  #water-circulation-filter .title {
    width: 100%;
    text-align: center;
  }
  #water-circulation-filter .detail .description {
    width: 100%;
    justify-content: center;
  }
  #water-circulation-filter .content .content-header {
    text-align: center;
    display: block;
  }
  #water-circulation-filter .action .button {
    margin: auto;
  }
}
@media (max-width: 700px) {
  #water-circulation-filter {
    padding: 30px;
  }
  #water-circulation-filter .detail {
    padding: 10px 10px;
  }
  #water-circulation-filter .detail .title {
    font-size: 34px;
    line-height: 60px;
  }
  #water-circulation-filter .detail .description {
    flex-flow: column;
    line-height: 28px;
  }
  #water-circulation-filter .detail .description span {
    margin-top: 20px;
  }
  #water-circulation-filter .image {
    width: 100%;
  }
  #water-circulation-filter .action {
    justify-content: center;
    display: flex;
    margin: 30px 0px;
  }
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/style.scss ***!
  \****************************************************************************************************************************/
.home {
  background-color: #F6F1F1;
  font-family: "Times New Roman", Times, serif;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/organic-sludge-press/style.scss ***!
  \************************************************************************************************************************************************************/
#organic-sludge-press {
  background-color: white;
  padding: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#organic-sludge-press .image {
  width: 800px;
}
#organic-sludge-press .image img {
  width: 100%;
}
#organic-sludge-press .action {
  width: 100%;
}
#organic-sludge-press .action .button {
  border-radius: 10px;
}
#organic-sludge-press .detail {
  padding: 10px 10px;
}
#organic-sludge-press .detail .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  text-underline-offset: 12px;
  margin-bottom: 30px;
  color: #FFA048;
}
#organic-sludge-press .detail .description {
  display: flex;
  align-items: center;
  width: 600px;
  font-size: 22px;
  line-height: 30px;
}
#organic-sludge-press .detail .description .icon {
  width: 40px;
  margin: 0px 10px;
}
#organic-sludge-press .detail .content {
  font-size: 22px;
  line-height: 30px;
  margin: 20px 10px;
}
#organic-sludge-press .detail .content .content-header {
  font-weight: bold;
}
#organic-sludge-press .detail .content table {
  border-spacing: 16px;
}
#organic-sludge-press .detail .content table td span.highlight {
  font-weight: bold;
  color: #FFA048;
}

@media (max-width: 1300px) {
  #organic-sludge-press {
    flex-flow: column;
    flex-direction: column-reverse;
  }
  #organic-sludge-press .image {
    margin-right: 0px;
  }
  #organic-sludge-press .title {
    width: 100%;
    text-align: center;
  }
  #organic-sludge-press .detail .description {
    width: 100%;
    justify-content: center;
  }
  #organic-sludge-press .content .content-header {
    text-align: center;
    display: block;
  }
  #organic-sludge-press .action .button {
    margin: auto;
  }
}
@media (max-width: 700px) {
  #organic-sludge-press {
    padding: 30px;
  }
  #organic-sludge-press .detail {
    padding: 10px 10px;
  }
  #organic-sludge-press .detail .title {
    font-size: 34px;
    line-height: 60px;
  }
  #organic-sludge-press .detail .description {
    flex-flow: column;
    line-height: 28px;
  }
  #organic-sludge-press .detail .description span {
    margin-top: 20px;
  }
  #organic-sludge-press .image {
    width: 100%;
  }
  #organic-sludge-press .action {
    justify-content: center;
    display: flex;
    margin: 30px 0px;
  }
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/home/components/biofilters/style.scss ***!
  \**************************************************************************************************************************************************/
#biofilters {
  background-color: white;
  padding: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#biofilters .image {
  width: 800px;
}
#biofilters .image img {
  width: 100%;
}
#biofilters .action {
  width: 100%;
}
#biofilters .action .button {
  border-radius: 10px;
}
#biofilters .detail {
  padding: 10px 10px;
}
#biofilters .detail .title {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  text-underline-offset: 12px;
  margin-bottom: 30px;
  color: #FFA048;
}
#biofilters .detail .description {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
}
#biofilters .detail .description .icon {
  width: 40px;
  margin: 0px 10px;
}
#biofilters .detail .content {
  font-size: 22px;
  line-height: 30px;
  margin: 20px 10px;
}
#biofilters .detail .content .content-header {
  font-weight: bold;
}
#biofilters .detail .content table {
  border-spacing: 16px;
}
#biofilters .detail .content table td span.highlight {
  font-weight: bold;
  color: #FFA048;
}

@media (max-width: 1300px) {
  #biofilters {
    flex-flow: column;
  }
  #biofilters .image {
    margin-right: 0px;
  }
  #biofilters .title {
    width: 100%;
    text-align: center;
  }
  #biofilters .detail .description {
    width: 100%;
    justify-content: center;
  }
  #biofilters .content .content-header {
    text-align: center;
    display: block;
  }
  #biofilters .action .button {
    margin: auto;
  }
}
@media (max-width: 700px) {
  #biofilters {
    padding: 30px;
  }
  #biofilters .detail {
    padding: 10px 10px;
  }
  #biofilters .detail .title {
    font-size: 34px;
    line-height: 60px;
  }
  #biofilters .detail .description {
    flex-flow: column;
    line-height: 28px;
  }
  #biofilters .detail .description span {
    margin-top: 20px;
  }
  #biofilters .image {
    width: 100%;
  }
  #biofilters .action {
    justify-content: center;
    display: flex;
    margin: 30px 0px;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/tagInput/style.scss ***!
  \***************************************************************************************************************************************/
@charset "UTF-8";
.react-tagsinput {
  border: none;
}

.react-tagsinput .react-tagsinput-tag {
  background-color: #badfff;
  border-radius: 20px;
  border-color: #badfff;
  color: black;
  min-width: 50px;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

.react-tagsinput-input[disabled] {
  display: none;
}

.react-tagsinput-tag a::before {
  content: " ✖";
  font-size: 12px;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/buttonLabeledIcon/style.scss ***!
  \*******************************************************************************************************************************************************/
.button-labeled-icon .ui.labeled.icon.button {
  text-align: left;
  font-size: 16px;
}
.button-labeled-icon .ui.labeled.icon.button > .icon {
  background-color: transparent;
}
.button-labeled-icon .ui.labeled.icon.button:hover {
  opacity: 0.5;
}
.button-labeled-icon.center .ui.labeled.icon.button {
  text-align: center;
}
.button-labeled-icon.large .ui.labeled.icon.button {
  width: 220px;
  height: 60px;
}
.button-labeled-icon.large .ui.labeled.icon.button > .icon {
  width: 50px;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/blogCard/style.scss ***!
  \**********************************************************************************************************************************************/
.blog-card {
  min-height: 300px;
  width: 700px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgb(214, 214, 214);
  background-color: white;
  padding: 20px;
  padding-bottom: 60px;
  margin: 10px 0px;
  position: relative;
  cursor: pointer;
}
.blog-card .part {
  margin: 10px 0px;
}
.blog-card .title {
  margin: 20px 0px;
}
.blog-card .title span {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
.blog-card .content > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .content span {
  font-size: 16px;
  line-height: 24px;
}
.blog-card .image {
  text-align: center;
}
.blog-card .image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 5px 0px;
}
.blog-card .image span.description {
  font-size: 14px;
  font-style: italic;
}
.blog-card .blog-card-footer {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
}
.blog-card .blog-card-footer .tags {
  width: calc(100% - 160px - 40px);
  display: flex;
  align-items: center;
}
.blog-card .blog-card-footer .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 160px;
}
.blog-card .blog-card-action {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5490196078);
}
.blog-card .blog-card-action .ui.button {
  background-color: #FFA048;
  color: white;
  border: 1px solid #FFA048;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/advertisement/style.scss ***!
  \***************************************************************************************************************************************************/
.advertisement {
  width: 300px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgb(214, 214, 214);
  padding: 10px 5px;
  margin: 10px auto;
  background-color: white;
  cursor: pointer;
}
.advertisement .title {
  margin: 5px;
  display: flex;
  justify-content: space-between;
}
.advertisement .title span {
  font-size: 18px;
  font-weight: bold;
}
.advertisement .image {
  padding: 5px;
}
.advertisement .image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/paginate/style.scss ***!
  \***************************************************************************************************************************************/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111D5E;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FFA048;
  border-color: #FFA048;
}
.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/blogs/style.scss ***!
  \*****************************************************************************************************************************/
.blogs {
  background-color: white;
}
.blogs .detail {
  display: flex;
  justify-content: center;
}
.blogs .detail .left-advertisement, .blogs .detail .right-advertisement {
  width: fit-content;
  padding: 0px 10px;
}
.blogs .detail .blog-list {
  width: 50%;
}
.blogs .detail .blog-list .blog-card {
  width: 100%;
}
.blogs .detail .blog-pagination {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1365px) {
  .blogs .detail {
    justify-content: space-between;
  }
  .blogs .detail .blog-list {
    width: calc(100% - 400px);
  }
  .blogs .detail .left-advertisement, .blogs .detail .right-advertisement {
    width: fit-content;
  }
  .blogs .detail .left-advertisement .advertisement, .blogs .detail .right-advertisement .advertisement {
    width: 200px;
  }
}
@media (max-width: 900px) {
  .blogs .detail .left-advertisement, .blogs .detail .right-advertisement {
    width: fit-content;
  }
  .blogs .detail .left-advertisement .advertisement, .blogs .detail .right-advertisement .advertisement {
    width: 140px;
  }
  .blogs .detail .blog-list {
    width: 100%;
    padding: 0px 10px;
  }
  .blogs .detail .blog-card {
    padding-bottom: 10px;
  }
  .blogs .detail .blog-card .blog-card-footer {
    position: relative;
    display: block;
    margin-top: 60px;
  }
  .blogs .detail .blog-card .blog-card-footer .tags {
    width: 100%;
  }
  .blogs .detail .blog-card .blog-card-footer .date {
    width: 100%;
    margin-top: 20px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/richtextEditor/style.scss ***!
  \*********************************************************************************************************************************************/
.ql-editor.richtext-viewer {
  padding: 0px;
  font-size: 16px;
}
.ql-editor.richtext-viewer img {
  width: 100%;
  border-radius: 16px;
  margin: 5px 0px;
}
.ql-editor.richtext-viewer .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor.richtext-viewer .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor.richtext-viewer .ql-align-center {
  text-align: center;
}
.ql-editor.richtext-viewer h1,
.ql-editor.richtext-viewer h2,
.ql-editor.richtext-viewer h3,
.ql-editor.richtext-viewer p {
  margin: 0px;
}
.ql-editor.richtext-viewer h1 *,
.ql-editor.richtext-viewer h2 *,
.ql-editor.richtext-viewer h3 *,
.ql-editor.richtext-viewer p * {
  pointer-events: none;
}
.ql-editor.richtext-viewer h1 {
  font-size: 2em;
}
.ql-editor.richtext-viewer h1 * {
  font-size: 2em !important;
}
.ql-editor.richtext-viewer h2 {
  font-size: 1.71428571rem;
}
.ql-editor.richtext-viewer h2 * {
  font-size: 1.71428571rem !important;
}
.ql-editor.richtext-viewer h3 {
  font-size: 1.28571429rem;
}
.ql-editor.richtext-viewer h3 * {
  font-size: 1.28571429rem !important;
}

.richtext-editor .ql-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.richtext-editor .ql-container img {
  width: 100%;
  border-radius: 16px;
  margin: 5px 0px;
}
.richtext-editor .ql-container h1 {
  font-size: 2em;
}
.richtext-editor .ql-container h1 * {
  font-size: 2em !important;
}
.richtext-editor .ql-container h2 {
  font-size: 1.71428571rem;
}
.richtext-editor .ql-container h2 * {
  font-size: 1.71428571rem !important;
}
.richtext-editor .ql-container h3 {
  font-size: 1.28571429rem;
}
.richtext-editor .ql-container h3 * {
  font-size: 1.28571429rem !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: attr(data-value) !important;
  text-transform: capitalize;
}

.ql-size-small {
  font-size: 10px !important;
}

.ql-size-normal {
  font-size: 16px !important;
}

.ql-size-large {
  font-size: 18px !important;
}

.ql-size-huge {
  font-size: 24px !important;
}

.ql-size-10px {
  font-size: 10px !important;
}

.ql-size-12px {
  font-size: 12px !important;
}

.ql-size-14px {
  font-size: 14px !important;
}

.ql-size-16px {
  font-size: 16px !important;
}

.ql-size-18px {
  font-size: 18px !important;
}

.ql-size-24px {
  font-size: 24px !important;
}

.ql-size-36px {
  font-size: 36px !important;
}

.ql-size-48px {
  font-size: 48px !important;
}

.ql-size-60px {
  font-size: 60px !important;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/blog/style.scss ***!
  \******************************************************************************************************************************************/
.blog {
  width: 800px;
  height: fit-content;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgb(214, 214, 214);
  background-color: white;
  padding: 20px 30px;
  padding-bottom: 90px;
  position: relative;
  cursor: pointer;
}
.blog .title {
  margin: 30px 0px;
}
.blog .title .ql-editor p, .blog .title span.text-viewer {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}
.blog .section .title {
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog .section .title span {
  font-size: 30px;
  font-weight: bold;
}
.blog .content span, .blog .content1 span, .blog .content2 span {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-wrap;
}
.blog .image {
  text-align: center;
}
.blog .image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 5px 0px;
}
.blog .image span.description {
  font-size: 14px;
  font-style: italic;
}
.blog span.text-with-effect.hyperlink-img .hyperlink-img-description {
  font-size: 14px;
  font-style: italic;
}
.blog .blog-footer {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 100%;
}
.blog .blog-footer .tags {
  width: calc(100% - 160px - 60px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog .blog-footer .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 160px;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/newsBoard/style.scss ***!
  \***********************************************************************************************************************************************/
.news-board {
  width: 300px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgb(214, 214, 214);
  padding: 10px 5px;
  cursor: pointer;
}
.news-board > .title {
  margin: 5px;
  display: flex;
  justify-content: space-between;
}
.news-board > .title span {
  font-size: 18px;
  font-weight: bold;
}
.news-board .item {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  background-color: #f5fafe;
  border-radius: 16px;
  padding: 10px;
}
.news-board .item .title {
  margin: 0px 10px;
  width: calc(100% - 60px - 20px);
}
.news-board .item .title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: rgb(11, 87, 208);
  text-decoration: underline;
}
.news-board .item img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}
.news-board .top1 {
  padding: 5px;
}
.news-board .top1 img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 10px 0px;
}
.news-board .top1 .title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(11, 87, 208);
  text-decoration: underline;
}
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/blog-detail/style.scss ***!
  \***********************************************************************************************************************************/
.blog-detail {
  background-color: white;
  height: 100%;
  display: table;
}
.blog-detail .detail {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
.blog-detail .detail .other-information {
  width: fit-content;
  padding: 0px 20px;
}
.blog-detail .detail .other-information .advertisements .advertisement:first-child {
  margin-top: 0px;
}
.blog-detail .related-blogs {
  display: flex;
  justify-content: center;
}

@media (max-width: 1155px) {
  .blog-detail .detail .blog {
    width: 100%;
  }
  .blog-detail .detail .other-information .advertisements .advertisement {
    width: 200px;
  }
  .blog-detail .detail .other-information .news-board {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .other-information {
    margin-bottom: 40px;
  }
  .blog-detail .blog {
    padding-bottom: 20px;
  }
  .blog-detail .blog .blog-footer {
    position: relative;
    display: block;
    margin-top: 60px;
  }
  .blog-detail .blog .blog-footer .tags {
    width: 100%;
  }
  .blog-detail .blog .blog-footer .date {
    width: 100%;
    margin-top: 20px;
  }
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/blog-edit/style.scss ***!
  \*********************************************************************************************************************************/
.blog-edit {
  background-color: white;
  height: 100%;
  display: table;
}
.blog-edit .blog-status {
  font-size: 16px;
  width: 120px;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.blog-edit .blog-detail-container {
  display: flex;
  justify-content: center;
}
.blog-edit .detail {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.blog-edit .right-side {
  position: relative;
  padding: 0px 20px;
}
.blog-edit .buttons {
  position: fixed;
}
.blog-edit .buttons > div {
  margin-bottom: 10px;
  width: 200px;
}
.blog-edit .buttons .ui.button {
  background-color: #FFA048;
  color: white;
  width: 100%;
}
.blog-edit .buttons .publish-button .ui.button {
  background-color: #28a745;
}
.blog-edit .buttons .delete-button .ui.button {
  background-color: #dc3545;
}
.blog-edit .blog-detail-editor {
  width: 100%;
  padding: 0px 20px;
}

@media (max-width: 600px) {
  .other-information {
    margin-bottom: 40px;
  }
  .blog-edit .blog {
    padding-bottom: 20px;
  }
  .blog-edit .blog .blog-footer {
    position: relative;
    display: block;
    margin-top: 60px;
  }
  .blog-edit .blog .blog-footer .tags {
    width: 100%;
  }
  .blog-edit .blog .blog-footer .date {
    width: 100%;
    margin-top: 20px;
  }
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/dropdownSearchSelection/style.scss ***!
  \*************************************************************************************************************************************************************/
.ui.pond-farm [role=combobox] {
  font-size: 18pt;
}
.ui.pond-farm [role=combobox] [role=option] {
  font-size: 18pt;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/circle-time-count-down/style.scss ***!
  \************************************************************************************************************************************************************/

/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/thingsboard/components/pond/style.scss ***!
  \***************************************************************************************************************************************************/
.pond {
  cursor: pointer;
  float: left;
  color: white;
  background-color: white;
  box-shadow: 0 1px 3px 0 #d4d4d5, 2px 2px 2px #d4d4d5;
  font-weight: bold;
  border-radius: 10px;
  min-width: 360px;
  min-height: 215px;
  width: 408px;
  margin: 1em 8px;
  position: relative;
  padding-bottom: 5px;
}
.pond .devices-wrapper {
  position: relative;
}
.pond .measurement {
  position: absolute;
  bottom: 10px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  color: #ffa048;
}
.pond .measurement span {
  text-align: center;
}
.pond .circle-time-countdown {
  z-index: 1;
  color: #ffa048;
  font-weight: bold;
  font-size: 18px;
}
.pond .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .last-modified-time {
  display: flex;
  justify-content: flex-end;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration.none-value {
  background-color: #ddd;
  color: gray;
}
.pond.small {
  width: 358px;
  min-width: 358px;
}
.pond.small .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .unit {
  font-size: 10px;
  line-height: 10px;
}
.pond.small .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .last-modified-time {
  font-size: 10px;
  line-height: 10px;
}
.pond.small .pond-detail .devices-wrapper {
  width: 80px;
  padding: 0px 6px;
}
.pond.small .pond-detail .devices-wrapper .device {
  height: 50%;
}
.pond.small .pond-detail .devices-wrapper .device .device-status {
  font-size: 12px;
}
.pond.large {
  width: 440px;
  min-height: 350px;
}
.pond.large .pond-header {
  height: 70px;
}
.pond.large .pond-header .pond-name {
  font-size: 50px;
}
.pond.large .pond-detail .concentrations-wrapper {
  width: 325px;
  max-width: 325px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration {
  line-height: 30px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .name {
  width: 40px;
  font-size: 15px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .value {
  font-size: 24px;
  line-height: 24px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .value.none-value {
  font-size: 15px;
  margin-right: 6px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .unit {
  font-size: 13px;
  margin-left: 2px;
}
.pond.large .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .last-modified-time {
  font-size: 13px;
  line-height: 13px;
}
.pond.large .pond-detail .devices-wrapper {
  width: 135px;
}
.pond.large .pond-detail .devices-wrapper .device {
  height: fit-content;
}
.pond.large .pond-detail .devices-wrapper .device .device-status {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.pond.large .pond-detail .devices-wrapper .device img {
  height: 75px;
  width: 55px;
}
.pond .pond-header {
  display: flex;
  border-bottom: 1px solid rgb(205, 205, 205);
  background-color: #ffa048;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px 20px;
}
.pond .pond-header .pond-name {
  color: white;
  margin: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 40px;
  line-height: 50px;
}
.pond .pond-detail {
  width: 100%;
  padding: 0px 10px;
  display: flex;
  margin-top: 5px;
}
.pond .pond-detail .concentrations-wrapper {
  width: 330px;
  max-width: 330px;
  overflow: hidden;
}
.pond .pond-detail .concentrations-wrapper .concentrations.no-data {
  height: 100%;
  display: flex;
}
.pond .pond-detail .concentrations-wrapper .concentrations.no-data .message {
  color: gray !important;
  margin: auto;
  font-size: 25px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row {
  display: flex;
  margin: 0px 0px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col {
  width: 50%;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration {
  font-weight: bold;
  white-space: nowrap;
  margin: 1px;
  background-color: #C0E218;
  padding: 4px 8px;
  border-radius: 2px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .name {
  width: 40px;
  font-size: 14px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .value {
  font-size: 20px;
  line-height: 24px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .value.none-value {
  font-size: 14px;
  margin-right: 6px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .unit {
  font-size: 12px;
  margin-left: 2px;
}
.pond .pond-detail .concentrations-wrapper .concentrations .concentration-row .concentration-col .concentration .last-modified-time {
  font-size: 12px;
  line-height: 12px;
}
.pond .pond-detail .devices-wrapper {
  width: 100px;
  padding: 0px 10px;
}
.pond .pond-detail .devices-wrapper .device {
  display: block;
  width: fit-content;
  overflow: hidden;
  margin: 15px 0px;
  margin-top: 1px;
  margin-bottom: 13px;
  height: fit-content;
  width: 100%;
  border: 2.5px solid gray;
  border-radius: 5px;
}
.pond .pond-detail .devices-wrapper .device .device-icon {
  display: block;
  margin: 5px auto;
}
.pond .pond-detail .devices-wrapper .device .device-status {
  display: block;
  margin: auto;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.pond .pond-detail .devices-wrapper .device img {
  height: 50px;
  width: 40px;
}
.pond .warning {
  background-color: #C70039 !important;
}
.pond.highlight {
  box-shadow: 0px 0px 11px 6px #ffbe00, 2px 2px 2px #ffbe00;
}
.pond:hover {
  cursor: pointer;
  z-index: 5;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 11px 6px #ffbe00, 2px 2px 2px #ffbe00;
  transform: unset;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/sidePanel/style.scss ***!
  \***********************************************************************************************************************************************/
.side-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #ffa048;
  color: white;
  padding: 20px 10px;
  padding-top: 60px;
  transition: transform 0.3s ease-out;
  transform: translateX(100%);
}

.side-panel.open {
  transform: translateX(0);
}

.side-panel.closed {
  transform: translateX(100%);
  padding-left: 40px;
  right: 40px;
}

i.icon.toggle-btn {
  position: absolute;
  top: 10px;
  left: -20px;
  padding: 0px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffa048;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  box-shadow: 0 0 0px 4px rgb(255, 255, 255);
  margin: 0px;
}

.toggle-btn:hover {
  background-color: #0056b3;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/queue/style.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
.react-horizontal-scrolling-menu--wrapper {
  margin: 20px 0px;
}

.react-horizontal-scrolling-menu--arrow-left {
  position: relative;
}
.react-horizontal-scrolling-menu--arrow-left i.icon {
  position: absolute;
  z-index: 1;
  size: 24px;
  font-size: 40px;
  top: calc(50% - 20px);
  color: rgba(243, 113, 33, 0.5019607843);
  left: 0px;
}
.react-horizontal-scrolling-menu--arrow-left i.icon.disabled {
  opacity: 0 !important;
}
.react-horizontal-scrolling-menu--arrow-left i.icon:hover {
  color: rgba(242, 113, 28, 0.8784313725);
}

.react-horizontal-scrolling-menu--arrow-right {
  position: relative;
}
.react-horizontal-scrolling-menu--arrow-right i.icon {
  position: absolute;
  z-index: 1;
  size: 24px;
  font-size: 40px;
  top: calc(50% - 20px);
  color: rgba(243, 113, 33, 0.5019607843);
  right: 0px;
}
.react-horizontal-scrolling-menu--arrow-right i.icon.disabled {
  opacity: 0 !important;
}
.react-horizontal-scrolling-menu--arrow-right i.icon:hover {
  color: rgba(242, 113, 28, 0.8784313725);
}

.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb {
  background-color: rgba(242, 113, 28, 0.8784313725);
  border-radius: 5px;
}

.react-horizontal-scrolling-menu--scroll-container:not(:focus-within)::-webkit-scrollbar-track {
  background-color: rgba(242, 113, 28, 0.8784313725);
}

.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(242, 113, 28, 0.8784313725); /* Màu khi hover */
}

.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-track {
  background-color: #f9f1da; /* Màu nền */
  border-radius: 5px;
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/thingsboard/components/pond-queue-item/style.scss ***!
  \**************************************************************************************************************************************************************/
.pond-queue-item {
  width: 100px;
  height: 160px;
  border: 1px solid #ffa048;
  border-radius: 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #f9f1da;
  color: #ffa048;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5px;
  margin-bottom: 3px;
}

.top-section {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  height: 46px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 20px;
}

.middle-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-text {
  font-size: 40px;
  font-weight: bold;
}

.sub-text {
  font-size: 16px;
  margin-top: 10px;
}

.bottom-section {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: end;
  padding: 0px 10px;
  position: relative;
}
.bottom-section .active-circle {
  display: none;
  width: 20px;
  height: 20px;
  background-color: #C0E218;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/thingsboard/components/farm/style.scss ***!
  \***************************************************************************************************************************************************/
.ui.fluid.dropdown.haft-width {
  width: 50%;
}

.farm-dropdown-selection {
  margin: auto;
}

.pond-farm {
  width: 100%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  justify-content: space-between;
}
.pond-farm .right-side-panel {
  position: relative;
}
.pond-farm .right-side-panel .panel-title {
  font-size: 30px;
  margin: 10px;
  font-weight: bold;
}
.pond-farm .react-horizontal-scrolling-menu--scroll-container .react-horizontal-scrolling-menu--item:first-child .pond-queue-item {
  background-color: white;
}
.pond-farm .react-horizontal-scrolling-menu--scroll-container .react-horizontal-scrolling-menu--item:first-child .pond-queue-item .bottom-section .active-circle {
  display: block;
}

.pond-list {
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

.pond-list-detail {
  margin-top: -10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-auto-rows: min-content;
}
.pond-list-detail .pond-list-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pond-list-detail .pond-list-row .pond {
  margin-top: 15px;
  margin-bottom: 0px;
}

.pond-list-pagination .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: end;
  margin-right: 22px;
}
.pond-list-pagination .pagination [role=button] {
  cursor: pointer;
}
.pond-list-pagination .pagination .page-link {
  position: relative;
  display: block;
  color: #ffa048;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
}
.pond-list-pagination .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffa048;
  border-color: #ffa048;
}
.pond-list-pagination .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.pond-list-empty {
  display: flex;
  margin: 20px auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  height: 540px;
  padding: 0;
  background: #fff;
  border-radius: 22px;
  border: none;
  box-shadow: 0 8px 32px rgba(90, 106, 133, 0.09), 0 1.5px 6px rgba(90, 106, 133, 0.04);
  max-width: 700px;
  width: 90%;
  transition: box-shadow 0.2s, background 0.2s;
}
.pond-list-empty .empty-icon {
  margin-bottom: 16px;
  font-size: 48px !important;
  color: #ffa048 !important;
  background: linear-gradient(135deg, #ffe7c7 0%, #fff6e5 100%);
  border-radius: 50%;
  padding: 18px;
  box-shadow: 0 2px 12px rgba(255, 160, 72, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.pond-list-empty .empty-text {
  color: #3a4556;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  opacity: 0.95;
}

@media (max-width: 575px) {
  .pond-list-detail {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/iochart/style.scss ***!
  \*********************************************************************************************************************************************/
.io-chart {
  width: 100%;
  display: block;
}
.io-chart .io-chart-area {
  width: 100%;
  height: 100%;
  display: block;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/thingsboard/components/pond-history/style.scss ***!
  \***********************************************************************************************************************************************************/
.pond-history {
  width: 100%;
  height: 100%;
  margin-top: -5px;
}
.pond-history .time-toolbar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: fit-content;
  gap: 8px;
}
.pond-history .time-toolbar label {
  margin: 8px 9px;
}
.pond-history .time-toolbar .time-button {
  margin: 8px 9px;
  border: 1px solid #a8cffc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #d9ebff;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 10px 5px;
  min-width: 100px;
  background-color: white;
  cursor: pointer;
  transition: box-shadow 0.2s, border 0.2s;
}
.pond-history .time-toolbar .time-button:hover {
  border: 1px solid #a8cffc;
  box-shadow: 0px 0px 3px 1px #90c5ff;
}
.pond-history .time-toolbar .time-button:focus {
  border: 1px solid #a8cffc;
  box-shadow: 0px 0px 3px 1px #429cff;
}
.pond-history .time-toolbar .time-button.selected {
  border: 1px solid #a8cffc;
  box-shadow: 0px 0px 3px 1px #429cff;
}
.pond-history .time-toolbar .apply-button {
  margin: 8px 9px;
  border: 1px solid #a8cffc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #d9ebff;
  padding: 6px 10px 5px;
  background-color: white;
  cursor: pointer;
}
.pond-history .chart-grid {
  height: calc(100% - 50px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-x: hidden;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.pond-history .chart-grid .chart-row {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 22px 28px 16px 28px;
  transition: box-shadow 0.25s, transform 0.18s, border-color 0.18s;
  position: relative;
  min-width: 0;
  border: 1.5px solid #f3f7fa;
  margin-bottom: 0;
  min-height: 600px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  overflow-x: hidden;
}
.pond-history .chart-grid .chart-row:hover {
  box-shadow: 0 12px 32px 0 rgba(255, 160, 72, 0.22), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.01);
  border-color: #FFA048;
  cursor: pointer;
  z-index: 2;
}
.pond-history .chart-grid .chart-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111D5E;
  margin-bottom: 8px;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.pond-history .chart-grid .chart-code-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 1.05em;
  font-weight: 800;
  background: rgba(255, 160, 72, 0.1333333333);
  color: #FFA048;
  border: 2.5px solid #FFA048;
  box-shadow: 0 2px 8px rgba(255, 160, 72, 0.1333333333);
  margin-right: 8px;
  letter-spacing: 0;
  word-break: keep-all;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
}
.pond-history .chart-grid .chart-title {
  line-height: 1.8em;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.pond-history .chart-grid .chart-unit {
  font-size: 0.98em;
  color: #888;
  font-weight: 400;
  min-width: 0;
}
.pond-history .chart-grid .chart-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
}
.pond-history .chart-grid .summary-item {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 16px;
  font-weight: 600;
  background: #f6e6fa;
  color: #a259c6;
  margin-right: 4px;
  font-size: 0.98em;
}
.pond-history .chart-grid .summary-item b {
  color: #FFA048;
  font-weight: 700;
}
.pond-history .chart-grid .summary-min {
  background: #e3f6fd;
  color: #0099e5;
}
.pond-history .chart-grid .summary-max {
  background: #fff7e6;
  color: #FFA048;
}
.pond-history .chart-grid .summary-latest {
  background: #FFA048;
  color: #fff;
  border: 2px solid #FFA048;
  font-size: 1.08em;
  font-weight: 700;
  padding: 7px 22px;
  box-shadow: 0 2px 8px rgba(255, 160, 72, 0.2);
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(255, 160, 72, 0.3333333333);
}
.pond-history .chart-grid .summary-latest b {
  color: #fff;
}
.pond-history .chart-grid .summary-latest.warning {
  background: #ff3b3b;
  color: #fff;
  border: 2px solid #ff3b3b;
  box-shadow: 0 2px 8px rgba(255, 59, 59, 0.3333333333);
  text-shadow: 0 1px 2px rgba(255, 59, 59, 0.3333333333);
}
.pond-history .chart-grid .summary-floor,
.pond-history .chart-grid .summary-ceiling {
  background: #f3f7fa;
  color: #111D5E;
  border: 1.5px solid #a8cffc;
  font-size: 1em;
  padding: 5px 18px;
}
.pond-history .chart-grid .chart-content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow: visible;
  min-height: 500px;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 48px;
  box-sizing: border-box;
  max-width: 100%;
}
.pond-history .chart-grid .chart-content-nodata {
  background: #f9f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.pond-history .chart-grid .no-data-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #b0b0b0;
  font-size: 1.1em;
  font-weight: 500;
}
.pond-history .chart-grid .no-data-message .no-data-icon {
  font-size: 2.2em;
  margin-bottom: 56px;
}
.pond-history .chart-grid .no-data-message .no-data-text {
  font-size: 1.1em;
  color: #b0b0b0;
}

.pond-history .ui.grid.chart-grid {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0px;
}

@media (max-width: 900px) {
  .pond-history .chart-grid {
    gap: 14px;
  }
  .pond-history .chart-grid .chart-row {
    padding: 10px 6px 6px 6px;
    min-height: 400px;
    max-width: 100%;
    width: 100%;
  }
  .pond-history .chart-grid .chart-header {
    font-size: 1.05rem;
  }
  .pond-history .chart-grid .chart-summary {
    font-size: 0.93em;
  }
  .pond-history .chart-grid .chart-code-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.05em;
    font-weight: 800;
    background: rgba(255, 160, 72, 0.1333333333);
    color: #FFA048;
    border: 2.5px solid #FFA048;
    box-shadow: 0 2px 8px rgba(255, 160, 72, 0.1333333333);
    margin-right: 8px;
    letter-spacing: 0;
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
  }
  .pond-history .chart-grid .chart-content {
    min-height: 320px;
    height: auto;
    padding-bottom: 36px;
  }
}
@media (max-width: 600px) {
  .pond-history .time-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .pond-history .time-toolbar .time-button {
    width: 100%;
    min-width: 0;
    margin: 0;
    font-size: 14px;
  }
  .pond-history .chart-grid {
    gap: 8px;
  }
  .pond-history .chart-grid .chart-row {
    padding: 6px 2px 2px 2px;
    font-size: 12px;
    min-height: 180px;
    max-width: 100%;
    width: 100%;
  }
  .pond-history .chart-grid .chart-header {
    font-size: 1em;
  }
  .pond-history .chart-grid .chart-summary {
    font-size: 0.9em;
    gap: 8px;
  }
  .pond-history .chart-grid .chart-code-icon {
    width: 32px;
    height: 32px;
    font-size: 0.85em;
  }
  .pond-history .chart-grid .chart-content {
    min-height: 120px;
    height: auto;
    padding-bottom: 24px;
  }
}
@media (min-width: 2560px) {
  .pond-history {
    font-size: 2.2rem;
  }
  .pond-history .chart-grid .chart-header {
    font-size: 1.5rem;
  }
  .pond-history .chart-grid .chart-title {
    font-size: 2.8rem;
  }
  .pond-history .chart-grid .chart-unit {
    font-size: 1.5em;
  }
  .pond-history .chart-grid .chart-summary {
    font-size: 1rem;
    gap: 32px;
  }
  .pond-history .chart-grid .chart-code-icon {
    width: 96px;
    height: 96px;
    font-size: 1.8em;
  }
  .pond-history .chart-grid .summary-item {
    font-size: 2rem;
    padding: 10px 36px;
  }
  .pond-history .chart-grid .summary-latest,
  .pond-history .chart-grid .summary-floor,
  .pond-history .chart-grid .summary-ceiling {
    font-size: 2.2em;
    padding: 14px 44px;
    line-height: 1.6em;
  }
  .pond-history .chart-grid .chart-row {
    padding: 44px 56px 32px 56px;
    min-height: 900px;
  }
  .pond-history .chart-grid .chart-content {
    min-height: 700px;
    padding-bottom: 96px;
  }
  .pond-history .chart-grid .time-toolbar {
    font-size: 2rem;
    gap: 24px;
  }
  .pond-history .chart-grid .time-button, .pond-history .apply-button {
    font-size: 2rem;
    min-width: 220px;
    padding: 18px 32px 16px;
  }
  .pond-history .chart-grid .no-data-message {
    font-size: 2.2rem;
  }
  .pond-history .chart-grid .no-data-icon {
    font-size: 4.5em;
    margin-bottom: 96px;
  }
  .pond-history .chart-grid .no-data-text {
    font-size: 2.2rem;
  }
}
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/thingsboard/style.scss ***!
  \***********************************************************************************************************************************/
.thingsboard-page {
  height: 100%;
  min-height: 768px;
  display: flex;
}

#root {
  overflow: auto;
  display: flex;
  flex-direction: column;
}
#root::-webkit-scrollbar {
  width: 10px;
}

@media (max-width: 575px) {
  #root::-webkit-scrollbar {
    width: 1px;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioMessage/style.scss ***!
  \***********************************************************************************************************************************************/
.io-message {
  font-size: 12px;
  color: black;
  min-height: 20px;
}
.io-message.error {
  color: #c93434;
}
.io-message.success {
  color: green;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioInput/style.scss ***!
  \*********************************************************************************************************************************************/
.io-input .ui.input {
  width: 100%;
}
.io-input .ui.input input {
  font-size: 14px;
  width: 100%;
}
.io-input.invalid .ui.input input {
  border-color: #c93434;
}
.io-input.invalid .message {
  color: #c93434;
  font-size: 12px;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioForm/style.scss ***!
  \********************************************************************************************************************************************/
.io-form {
  padding: 30px;
}
.io-form .io-form-header {
  min-height: 70px;
  height: fit-content;
  margin-bottom: 10px;
}
.io-form .io-form-header .io-form-title {
  font-size: 30px;
  line-height: 35px;
  white-space: pre-line;
}
.io-form .io-form-content {
  font-size: 16px;
}
.io-form .io-form-content > div {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioPhoneInput/style.scss ***!
  \**************************************************************************************************************************************************/
.io-phone-input .react-tel-input input[type=tel].form-control {
  padding-left: 50px;
  height: 60px;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioTab/style.scss ***!
  \*******************************************************************************************************************************************/
.io-tab .ui.attached.tabular.menu {
  border: none;
}
.io-tab .ui.tabular.menu + .segment {
  border: none;
  padding: 0px;
  padding-top: 20px;
}
.io-tab .ui.tabular.menu .item {
  border: none;
  border-radius: 0 0 0 0 !important;
  padding-left: 0px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}
.io-tab .ui.tabular.menu .item:not(:first-child) {
  margin-left: 10px;
}
.io-tab .ui.tabular.menu .item.active.item {
  border-radius: 0 0 0 0 !important;
  border-bottom: 2px solid transparent;
  border-color: #d4d4d5;
  color: gray;
}
.io-tab .ui.tabular.menu .item:hover {
  color: rgb(172, 172, 172);
}
.io-tab .ui.tab.segment {
  font-size: 16px;
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/ioVerificationCode/style.scss ***!
  \********************************************************************************************************************************************************/
.vi__container.container.io-verification-code {
  width: 100%;
}
.vi__container.container.io-verification-code input.vi {
  color: transparent;
  border: none;
}
.vi__container.container.io-verification-code .vi__character {
  z-index: 1;
  border-radius: 2px;
  min-width: 35px;
}
.vi__container.container.io-verification-code :where(.vi__character--selected) {
  outline: 2px solid #B55800;
  border-color: #B55800;
  color: #B55800;
}
.vi__container.container.io-verification-code :where(.vi__character--inactive) {
  color: dimgray;
  background-color: #f6f5fa;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/login/style.scss ***!
  \*****************************************************************************************************************************/
.login-background {
  width: 100%;
  height: 100vh;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.login-background .login-page {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}
.login-background .login-page .login-form {
  height: fit-content;
  width: 60%;
  min-width: 550px;
  margin: auto;
  display: flex;
}

.left-form {
  min-height: 490px;
  width: 60%;
  background-color: white;
  padding-right: 150px;
}
.left-form:has(.success-form) {
  padding-right: 0px;
}
.left-form .button-labeled-icon {
  position: absolute;
  bottom: 20px;
}
.left-form .button-labeled-icon .ui.labeled.icon.button {
  background-color: #B55800;
  color: white;
}
.left-form .io-form {
  position: relative;
  height: 100%;
  padding-bottom: 0px;
}
.left-form .io-form.verify-form {
  padding-bottom: 100px;
}
.left-form .io-form.success-form {
  padding-bottom: 100px;
}
.left-form .io-form.success-form .welcome-image {
  width: 100%;
}
.left-form .io-form.success-form .welcome-message {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}
.left-form .io-form.success-form .button-labeled-icon {
  transform: translate(-50%, -50%);
  left: 50%;
}
.left-form .io-form .io-form-header {
  margin-bottom: 0px;
}
.left-form .io-form .io-form-header .io-form-title {
  color: #B55800;
  font-weight: bold;
}
.left-form .io-form .io-form-content p {
  color: gray;
  white-space: pre-line;
}
.left-form .io-form .io-form-content .io-tab .segment {
  padding-bottom: 100px;
  min-height: 340px;
}
.left-form .io-form .io-form-content .io-tab .account-field,
.left-form .io-form .io-form-content .io-tab .password-field {
  color: gray;
}
.left-form .io-form .io-form-content .io-tab .account-field > div,
.left-form .io-form .io-form-content .io-tab .password-field > div {
  margin-bottom: 5px;
}
.left-form .io-form .io-form-content .io-tab .input {
  min-width: 220px;
  height: 60px;
}

.right-form {
  min-height: 490px;
  width: 40%;
  min-width: 280px;
  background-color: #B55800;
  opacity: 0.9;
  color: white;
}
.right-form .io-form {
  position: relative;
  height: 100%;
  padding-bottom: 0px;
}
.right-form .io-form .io-form-header {
  border-bottom: 2px solid white;
}
.right-form .io-form .io-form-title {
  font-weight: bold;
}
.right-form .io-form .io-form-content {
  padding-bottom: 100px;
  height: 100%;
}
.right-form .button-labeled-icon {
  position: absolute;
  bottom: 20px;
}
.right-form .button-labeled-icon .ui.labeled.icon.button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

@media (max-width: 1080px) {
  .login-background .login-page .login-form {
    min-width: 0px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .login-background .login-page .login-form {
    min-width: 0px;
    width: 100%;
    margin: auto;
    height: fit-content;
    min-height: 440px;
  }
  .login-background .login-page .login-form .left-form {
    margin: auto;
    padding-right: 0px;
  }
  .login-background .login-page .login-form .left-form .button-labeled-icon.left {
    left: 0px;
    width: 45%;
  }
  .login-background .login-page .login-form .left-form .button-labeled-icon.left .ui.labeled.icon.button {
    width: 100%;
  }
  .login-background .login-page .login-form .left-form .button-labeled-icon.right {
    right: 0px;
    width: 45%;
  }
  .login-background .login-page .login-form .left-form .button-labeled-icon.right .ui.labeled.icon.button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .login-background .login-page .login-form .left-form {
    width: 90%;
    border-radius: 25px;
  }
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/working/register/style.scss ***!
  \********************************************************************************************************************************/
.left-form {
  min-height: 490px;
  width: 60%;
  background-color: white;
  padding-right: 150px;
}
.left-form:has(.success-form) {
  padding-right: 0px;
}
.left-form .button-labeled-icon {
  position: absolute;
  bottom: 20px;
}
.left-form .button-labeled-icon .ui.labeled.icon.button {
  background-color: #B55800;
  color: white;
}
.left-form .io-form {
  position: relative;
  height: 100%;
  padding-bottom: 0px;
}
.left-form .io-form.verify-form {
  padding-bottom: 100px;
}
.left-form .io-form.success-form {
  padding-bottom: 100px;
}
.left-form .io-form.success-form .welcome-image {
  width: 100%;
}
.left-form .io-form.success-form .welcome-message {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}
.left-form .io-form.success-form .button-labeled-icon {
  transform: translate(-50%, -50%);
  left: 50%;
}
.left-form .io-form .io-form-header {
  margin-bottom: 0px;
}
.left-form .io-form .io-form-content p {
  color: gray;
  white-space: pre-line;
}
.left-form .io-form .io-form-content .io-tab .segment {
  padding-bottom: 100px;
  min-height: 340px;
}
.left-form .io-form .io-form-content .io-tab .account-field,
.left-form .io-form .io-form-content .io-tab .password-field {
  color: gray;
}
.left-form .io-form .io-form-content .io-tab .account-field > div,
.left-form .io-form .io-form-content .io-tab .password-field > div {
  margin-bottom: 5px;
}
.left-form .io-form .io-form-content .io-tab .input {
  min-width: 220px;
  height: 60px;
}

.right-form {
  min-height: 490px;
  width: 40%;
  min-width: 280px;
  background-color: #B55800;
  opacity: 0.9;
  color: white;
}

.register-background {
  width: 100%;
  height: 100%;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.register-background .register-page {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}
.register-background .register-page .register-form {
  height: fit-content;
  width: 60%;
  min-width: 550px;
  margin: auto;
  display: flex;
}

@media (max-width: 1080px) {
  .register-background .register-page .register-form {
    min-width: 0px;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .register-background .register-page .register-form {
    min-width: 0px;
    width: 100%;
    margin: auto;
    height: fit-content;
    min-height: 440px;
  }
  .register-background .register-page .register-form .left-form {
    margin: auto;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .register-background .register-page .register-form .left-form {
    width: 90%;
    border-radius: 25px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/contact/style.scss ***!
  \*********************************************************************************************************************************************/
.contacts {
  background-color: #3A525B;
  color: white;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  border-radius: 5px;
  font-family: Arial, sans-serif;
  height: 50px;
  width: 100%;
  min-width: 440px;
}
.contacts .info {
  margin-left: 20%;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.contacts a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.contacts a:hover span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contacts a.phone {
  margin-left: 25px;
}
.contacts a i, .contacts a span {
  font-size: 18px;
}
.contacts a i.mail, .contacts a i.phone {
  display: inline-block !important;
}
.contacts a i.phone {
  color: #3A525B;
  background-color: white;
  transform: scaleX(-1);
  width: 1.18em;
  height: 1.18em;
  border-radius: 100%;
}
.contacts a i.phone:before {
  font-size: 12px;
}

@media (max-width: 1100px) {
  .contacts a, .contacts a span {
    font-size: 14px;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/landing/menuNavbar/style.scss ***!
  \************************************************************************************************************************************************/
.menu-navbar {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  position: relative;
}
.menu-navbar .logo {
  height: 70px;
  width: 300px;
}
.menu-navbar .logo img {
  height: 100%;
}
.menu-navbar .link {
  margin: 0px 12px;
  font-size: 24px;
  cursor: pointer;
}
.menu-navbar .link:hover {
  color: #FFA048;
}
.menu-navbar .link.active {
  color: #ffa048;
  font-weight: bold;
}
.menu-navbar .menu {
  display: flex;
  align-items: center;
}
.menu-navbar .menu .sub-menu.ui.menu {
  margin: 0px;
  border: 0px;
  box-shadow: none;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
}
.menu-navbar .menu .sub-menu.ui.menu .item:before {
  display: none;
}
.menu-navbar .menu .sub-menu.ui.menu .ui.item.simple.dropdown {
  padding: 0px;
  border: 0px;
  background-color: transparent;
}
.menu-navbar .menu .sub-menu.ui.menu .ui.item.simple.dropdown .menu {
  border: 1px solid white !important;
  box-shadow: 0px 0px 2px 1px rgba(203, 195, 187, 0.45);
  border-radius: 8px;
  overflow: hidden;
}
.menu-navbar .menu .sub-menu.ui.menu .ui.item.simple.dropdown .menu > .item {
  font-size: 16px !important;
}
.menu-navbar .menu .sub-menu.ui.menu .ui.item.simple.dropdown .menu > .item:hover {
  background-color: #ffa048 !important;
  color: white !important;
}
.menu-navbar .navbar {
  width: 40px;
  height: 40px;
  margin: 0px 10px;
  border-radius: 8px;
  background-color: #FFA048;
  display: none;
  cursor: pointer;
}
.menu-navbar .navbar i {
  color: white;
  margin: auto;
  font-size: 20px;
}
.menu-navbar .dropdown-menu {
  position: absolute;
  display: block;
  top: 70px;
  z-index: 9999;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 10px;
}
.menu-navbar .dropdown-menu span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  height: 50px;
}
.menu-navbar .dropdown-menu.open {
  animation: slide-down 600ms forwards;
}
.menu-navbar .dropdown-menu.close {
  animation: shrink 600ms forwards;
}

@keyframes shrink {
  0% {
    height: 400px;
  }
  100% {
    height: 0px;
  }
}
@keyframes slide-down {
  0% {
    height: 0px;
    bottom: -20px;
  }
  100% {
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .menu-navbar .logo {
    width: fit-content;
  }
}
@media (max-width: 900px) {
  .menu-navbar .menu .link {
    font-size: 16px;
  }
  .menu-navbar .button {
    padding: 12px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .menu-navbar {
    width: 100%;
    justify-content: space-between;
  }
  .menu-navbar .logo {
    margin: 0px 10px;
  }
  .menu-navbar .menu .link {
    font-size: 16px;
  }
  .menu-navbar .menu, .menu-navbar .auth {
    display: none;
  }
  .menu-navbar .navbar {
    display: flex;
  }
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/countrySelector/style.scss ***!
  \**********************************************************************************************************************************************/

/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/layouts/LandingHeader/style.scss ***!
  \*******************************************************************************************************************************/
.container.header-container {
  background-color: white;
  display: flex;
  justify-content: center;
}
.container.header-container .header-wrapper {
  width: fit-content;
}
.container.header-container .header-wrapper .country-selector {
  width: 140px;
  margin: 10px;
  height: 20px;
}
.container.header-container .header-wrapper .country-selector button {
  border: none;
  justify-content: end;
}
.container.header-container .header-wrapper .flex {
  display: flex;
  justify-content: space-between;
}
.container.header-container .header-wrapper .flex-end {
  display: flex;
  justify-content: end;
}
.container.header-container .header-wrapper .flex-center {
  display: flex;
  justify-content: center;
}
.container.header-container .header-wrapper .contacts {
  width: 50%;
  min-width: 530px;
}
.container.header-container .header-wrapper .flex .country-selector {
  display: block;
}
.container.header-container .header-wrapper .flex-end .country-selector {
  display: none;
}

@media (max-width: 1100px) {
  .container.header-container .header-wrapper .contacts {
    min-width: 440px;
  }
}
@media (max-width: 700px) {
  .container.header-container .header-wrapper {
    width: 100%;
  }
  .container.header-container .header-wrapper .contacts {
    width: 100%;
    clip-path: unset;
  }
  .container.header-container .header-wrapper .flex {
    justify-content: end;
  }
  .container.header-container .header-wrapper .flex .country-selector {
    display: none;
  }
  .container.header-container .header-wrapper .flex-end .country-selector {
    display: block;
  }
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/hoc/landing/style.scss ***!
  \*********************************************************************************************************************/
.landing-container {
  background-color: #F6F1F1;
  font-family: Arial, Helvetica, sans-serif !important;
}
/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/layouts/WorkingHeader/style.scss ***!
  \*******************************************************************************************************************************/
.working-header-container {
  background-color: white;
  padding: 20px 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.working-header-container .mobile-header-contact-wrapper, .working-header-container .mobile-header-feature-wrapper {
  display: none;
}
.working-header-container .link {
  margin: 0px 12px;
  font-size: 24px;
  color: #005FB7;
  cursor: pointer;
}
.working-header-container .link:hover {
  color: #FFA048;
}
.working-header-container .link.active {
  color: #ffa048;
  font-weight: bold;
}
.working-header-container .country-selector {
  width: 140px;
  margin: 10px;
}
.working-header-container .country-selector button {
  border: none;
  justify-content: end;
}
.working-header-container .notification {
  margin-top: -10px;
}
.working-header-container .contact {
  font-size: 16px;
}
.working-header-container .contact a {
  font-size: 18px;
}
.working-header-container .contact a:hover {
  color: #F37121;
}
.working-header-container .contact i {
  color: #F37121;
}
.working-header-container .working-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.working-header-container .working-header-wrapper > div {
  display: flex;
  align-items: center;
}
.working-header-container .working-header-wrapper > div.contact {
  font-size: 16px;
}
.working-header-container .working-header-wrapper > div.contact > div {
  margin: 0px 20px;
}

@media (max-width: 1280px) {
  .working-header-container .working-header-wrapper > div.contact {
    flex-flow: column;
    align-items: flex-start;
  }
  .working-header-container .working-header-wrapper > div.contact a {
    font-size: 14px;
  }
  .working-header-container .working-header-wrapper > div .link {
    font-size: 18px;
  }
  .working-header-container .working-header-wrapper > div .button {
    font-size: 18px;
    text-align: center;
  }
  .working-header-container .working-header-wrapper > div .country-selector button {
    font-size: 14px !important;
  }
  .working-header-container .working-header-wrapper > div .notification .notification-icon.fa-regular.fa-bell {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .working-header-container {
    padding: 20px 20px;
  }
}
@media (max-width: 900px) {
  .working-header-container .link {
    font-size: 16px;
  }
  .working-header-container .button {
    padding: 12px;
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .working-header-container .working-header-wrapper > div.contact {
    display: none;
  }
  .working-header-container .working-header-wrapper > div.feature {
    display: none;
  }
  .working-header-container .mobile-header-contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
  }
  .working-header-container .mobile-header-contact-wrapper > div {
    display: block;
  }
  .working-header-container .mobile-header-contact-wrapper > div a {
    font-size: 14px;
  }
  .working-header-container .mobile-header-feature-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
  }
  .working-header-container .mobile-header-feature-wrapper > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
  }
  .working-header-container .mobile-header-feature-wrapper > div .country-selector {
    margin: 0px;
  }
  .working-header-container .mobile-header-feature-wrapper > div .country-selector button {
    font-size: 14px !important;
  }
  .working-header-container .mobile-header-feature-wrapper > div .notification .notification-icon.fa-regular.fa-bell {
    font-size: 30px;
  }
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/notification/style.scss ***!
  \**************************************************************************************************************************************************/
.notification .notification-icon.fa-regular.fa-bell {
  position: relative;
  font-size: 25pt;
  color: #F37121;
  cursor: pointer;
}
.notification .notification-icon.fa-regular.fa-bell.empty {
  color: #f5bf8a;
}
.notification .notification-icon.fa-regular.fa-bell .badge {
  position: absolute;
  top: -8px;
  right: -6px;
  border-radius: 50%;
  background-color: #C70039;
  color: white;
  font-size: 10px;
  width: 21px;
  height: 21px;
  display: table;
}
.notification .notification-icon.fa-regular.fa-bell .badge span {
  text-align: center;
  justify-content: center;
  display: table-cell;
  vertical-align: middle;
}

.ui.message.notification-message {
  background-color: white;
  color: #F37121;
  font-size: 14px;
  display: grid;
  position: relative;
  padding: 8px 12px;
  width: 300px;
  border-radius: 0%;
  cursor: pointer;
}
.ui.message.notification-message .message-header {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ui.message.notification-message .message-header .icon {
  border-radius: 50%;
  background-color: white;
  color: #F37121;
  width: 25px;
  height: 25px;
  display: table;
  border: 1pt solid #F37121;
}
.ui.message.notification-message .message-header .icon span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  display: table-cell;
  vertical-align: middle;
}
.ui.message.notification-message .message-text {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.ui.message.notification-message .message-time {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #A0A0A0;
}
.ui.message.notification-message .unread-markpoint {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 50%;
  background-color: #C70039;
  color: white;
  font-size: 10px;
  width: 15px;
  height: 15px;
  display: table;
}
.ui.message.notification-message .unread-markpoint span {
  text-align: center;
  justify-content: center;
  display: table-cell;
  vertical-align: middle;
}

.ui.popup.notification-popup.visible {
  margin-top: 12px;
  padding: 12px 12px;
  padding-right: 2px;
}

.ui.popup.notification-popup.visible .content {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
  padding-right: 10px;
}

.ui.popup.notification-popup.visible .content::-webkit-scrollbar {
  width: 5px;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/private-policy/style.scss ***!
  \**************************************************************************************************************************************/
.private-policy {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
}
.private-policy > div {
  margin: 0 auto;
  padding: 20px;
  width: 80%;
  max-width: 1200px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 0px rgb(214, 214, 214);
}
.private-policy > div > .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.private-policy > div > .content {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.private-policy > div .paragraph {
  margin: 50px 0px;
}
.private-policy > div .paragraph > .title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px 0px;
}
.private-policy > div .paragraph > .content {
  font-size: 18px;
  line-height: 30px;
}
.private-policy > div .paragraph > ul {
  font-size: 18px;
  line-height: 30px;
}
.private-policy > div .paragraph > .additional {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 700px) {
  .private-policy > div {
    width: 100%;
  }
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/mediaViewer/style.scss ***!
  \******************************************************************************************************************************************/
.media-viewer {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.media-viewer .content-display {
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.media-viewer .content-display img,
.media-viewer .content-display video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.media-viewer .slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 45px;
}
.media-viewer .slider .slider-button {
  cursor: pointer;
  background: none;
  color: #FFA048;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(-50%);
}
.media-viewer .slider .slider-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.media-viewer .slider .slider-button i.icon {
  font-size: 30px;
  width: auto;
}
.media-viewer .slider .slider-button.right {
  right: 0px;
}
.media-viewer .slider .slider-button.left {
  left: 30px;
}
.media-viewer .slider .thumbnails {
  display: flex;
  gap: 10px;
}
.media-viewer .slider .thumbnails .thumbnail {
  position: relative;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 4px;
  transition: border 0.3s ease;
}
.media-viewer .slider .thumbnails .thumbnail.active {
  border: 2px solid #FFA048;
}
.media-viewer .slider .thumbnails .thumbnail img,
.media-viewer .slider .thumbnails .thumbnail video {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.media-viewer .slider .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-viewer .slider .play-icon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent white;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/product-detail/style.scss ***!
  \**************************************************************************************************************************************/
.product-detail {
  background-color: #F6F1F1;
  height: 100%;
  padding: 30px;
  display: inline-table;
  justify-content: center;
}
.product-detail .product-overview {
  display: flex;
  width: 80%;
  min-width: 1100px;
  height: fit-content;
  padding: 40px 20px;
  background-color: white;
  border-radius: 5px;
  margin: auto;
}
.product-detail .product-overview .content {
  width: calc(100% - 500px);
  padding: 0px 40px;
  height: fit-content;
}
.product-detail .product-overview .content .product-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.product-detail .product-overview .content .product-sold-quantity {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0px;
}
.product-detail .product-overview .content .product-sold-quantity span {
  font-weight: bold;
  font-size: 24px;
}
.product-detail .product-overview .content .product-price {
  color: #FFA048;
  font-size: 60px;
  line-height: 60px;
  margin: 50px 0px;
}
.product-detail .product-overview .content .product-hotline {
  margin: 20px 0px;
  font-size: 20px;
}
.product-detail .product-overview .content .product-hotline i.icon {
  font-size: 24px;
  color: #FFA048;
}
.product-detail .product-overview .content .product-hotline a {
  color: #FFA048;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product-detail .product-overview .content .product-hotline span {
  margin: 0px 10px;
}
.product-detail .product-overview .content .product-shipping {
  margin: 20px 0px;
  font-size: 20px;
}
.product-detail .product-overview .content .product-shipping i.icon {
  font-size: 24px;
  color: #FFA048;
}
.product-detail .product-overview .content .product-shipping span {
  margin: 0px 10px;
}
.product-detail .product-overview .content .product-installation {
  margin: 20px 0px;
  font-size: 20px;
}
.product-detail .product-overview .content .product-installation i.icon {
  font-size: 24px;
  color: #FFA048;
}
.product-detail .product-overview .content .product-installation span {
  margin: 0px 10px;
}
.product-detail .product-overview .content .product-order-quantity {
  margin: 50px 0;
}
.product-detail .product-overview .content .product-order-quantity > span {
  font-size: 20px;
  margin-right: 20px;
}
.product-detail .product-overview .content .product-order-quantity .rc-input-number {
  font-size: 24px;
  height: 48px;
  width: 200px;
}
.product-detail .product-overview .content .product-order-quantity .rc-input-number-input {
  color: black;
}
.product-detail .product-overview .content .product-order-quantity .rc-input-number-handler {
  font-size: 28px;
  height: 24px;
  line-height: 20px;
}
.product-detail .product-overview .content .product-order-button .button-labeled-icon .ui.labeled.icon.button {
  width: fit-content;
  font-size: 20px;
  background-color: #FFA048;
  color: white;
}
.product-detail .media-viewer {
  width: 800px;
  max-height: 550px;
}
.product-detail .product-specification {
  display: flex;
  width: 80%;
  min-width: 1100px;
  height: fit-content;
  padding: 40px 20px;
  background-color: white;
  border-radius: 5px;
  margin: auto;
  min-height: 750px;
}
.product-detail .product-specification .io-tab {
  width: 100%;
}
.product-detail .product-specification .io-tab .ui.menu .item {
  font-size: 24px;
  padding: 20px 20px;
  color: black;
}
.product-detail .product-specification .io-tab .ui.menu .item.active {
  color: white;
  background-color: #FFA048;
  border-radius: 10px !important;
}
.product-detail .product-specification .product-specification-section .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0px;
}
.product-detail .product-specification .product-specification-section .detail {
  display: flex;
  flex-flow: column;
}
.product-detail .product-specification .product-specification-section .detail span.paragraph {
  margin: 5px 0px;
}
.product-detail .product-specification .product-reality-view {
  display: flex;
  flex-flow: column;
}
.product-detail .product-specification .product-reality-view img, .product-detail .product-specification .product-reality-view video {
  margin: 10px auto;
  display: flex;
  width: 80%;
}

@media (max-width: 1300px) {
  .product-detail .media-viewer {
    width: 400px;
  }
  .product-detail .media-viewer .content-display {
    height: 300px;
  }
  .product-detail .product-overview {
    width: 100%;
    min-width: auto;
  }
  .product-detail .product-specification {
    width: 100%;
    min-width: auto;
  }
  .product-detail .product-overview .content {
    width: auto;
    padding: 0px 40px;
    height: fit-content;
  }
  .media-viewer .slider .thumbnails .thumbnail img, .media-viewer .slider .thumbnails .thumbnail video {
    width: 40px;
    height: 30px;
    object-fit: cover;
  }
}
@media (max-width: 900px) {
  .product-detail {
    padding: 5px;
  }
  .product-detail .product-overview .content .product-title {
    font-size: 30px;
  }
  .product-detail .product-overview .content .product-price {
    font-size: 40px;
    line-height: 50px;
    margin: 40px 0px;
  }
  .product-detail .product-overview .content .product-hotline {
    margin: 18px 0px;
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-hotline i.icon {
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-shipping {
    margin: 18px 0px;
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-shipping i.icon {
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-installation {
    margin: 18px 0px;
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-installation i.icon {
    font-size: 18px;
  }
  .product-detail .product-overview .content .product-order-quantity {
    margin: 40px 0;
  }
  .product-detail .product-overview .content .product-order-quantity > span {
    font-size: 18px;
    margin-right: 18px;
  }
  .product-detail .product-overview .content .product-order-quantity .rc-input-number {
    font-size: 20px;
    height: 40px;
    width: 110px;
  }
  .product-detail .product-overview .content .product-order-quantity .rc-input-number-handler {
    font-size: 20px;
    height: 20px;
    line-height: 16px;
  }
  .product-detail .product-overview .content .product-order-button .button-labeled-icon .ui.labeled.icon.button {
    font-size: 18px;
    height: fit-content;
  }
  .product-detail .product-specification .io-tab .ui.menu .item {
    font-size: 20px;
  }
  .product-detail .product-specification .product-specification-section .title {
    font-size: 18px;
  }
  .product-detail .product-specification .product-specification-section .detail span.paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 700px) {
  .product-detail .product-overview {
    flex-flow: column;
    padding: 10px;
  }
  .product-detail .product-overview .content {
    padding: 0px;
  }
  .product-detail .product-specification {
    padding: 40px 10px;
  }
  .product-detail .media-viewer .content-display {
    height: 250px;
  }
  .product-detail .media-viewer {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 5px;
  }
  .product-detail .product-specification .io-tab .ui.menu .item {
    padding: 15px 10px;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .product-detail .media-viewer {
    width: 300px;
  }
  .product-detail .media-viewer .content-display {
    height: 200px;
  }
  .media-viewer .slider .slider-button.right {
    right: -45px;
  }
  .media-viewer .slider .slider-button.left {
    left: -16px;
  }
  .media-viewer .slider .slider-button i.icon {
    font-size: 20px;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/blog-management/style.scss ***!
  \***************************************************************************************************************************************/
.blog-management {
  background-color: white;
  height: 100%;
  display: table;
  padding: 20px 0px;
}
.blog-management .blog-management-container {
  display: flex;
  height: 100%;
}
.blog-management .blog-management-container .nav-bar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  position: relative;
  border-bottom: 1px solid;
}
.blog-management .blog-management-container .nav-bar-header i.icon.refresh {
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.blog-management .blog-management-container .nav-bar-header i.icon.angle.double {
  position: absolute;
  background-color: #FFA048;
  border-radius: 100%;
  font-size: 18px;
  right: -18px;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 0px 2px white;
}
.blog-management .blog-management-container .nav-bar-header i.icon.left {
  margin: 0px 5px;
  cursor: pointer;
}
.blog-management .blog-management-container .nav-bar-header i.icon.right {
  margin: 0px 5px;
  cursor: pointer;
}
.blog-management .blog-management-container .nav-bar {
  width: 300px;
  background-color: #FFA048;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
  overflow: visible;
  transition: width 0.5s ease-in-out;
}
.blog-management .blog-management-container .nav-bar.hide {
  width: 24px;
}
.blog-management .blog-management-container .nav-bar .react-datepicker__header {
  height: 55px;
}
.blog-management .blog-management-container .nav-bar i.link {
  width: 100%;
  margin: 10px 0px;
  cursor: pointer;
}
.blog-management .blog-management-container .add-section-title {
  line-height: 56px;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px;
}
.blog-management .blog-management-container .add-blog-button {
  display: flex;
  margin: 10px 10px;
}
.blog-management .blog-management-container .add-blog-button a {
  width: 100%;
}
.blog-management .blog-management-container .add-blog-button .button {
  background-color: white;
  color: #FFA048;
  width: 100%;
}
.blog-management .blog-management-container .filter-section-title {
  line-height: 56px;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px;
}
.blog-management .blog-management-container .vertical-filter-bar {
  margin: 0px 20px;
}
.blog-management .blog-management-container .vertical-filter-bar .option .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  background-color: #FFA048;
  padding: 0px 5px;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value {
  padding: 5px 10px;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value .ui.input {
  width: 100%;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value .multi-select-checkbox {
  color: black;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value .date-time-picker {
  margin-bottom: 5px;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value .date-time-picker .react-datepicker-wrapper {
  width: 100%;
}
.blog-management .blog-management-container .vertical-filter-bar .option .value .date-time-picker input {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.blog-management .blog-management-container .vertical-filter-bar .action {
  margin: 30px 0px;
  display: flex;
  justify-content: space-between;
}
.blog-management .blog-management-container .vertical-filter-bar .action .button {
  background-color: white;
  color: #FFA048;
  width: 110px;
}
.blog-management .blog-management-container .blog-table {
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  padding: 0px 20px;
}
.blog-management .blog-management-container .blog-table.expand {
  width: calc(100% - 40px);
}
.blog-management .blog-management-container .blog-table .publish-icon, .blog-management .blog-management-container .blog-table .delete-icon {
  cursor: pointer;
  font-size: 16px;
}
.blog-management .blog-management-container .blog-table .blog-tag {
  margin-bottom: 5px;
}
.blog-management .blog-management-container .blog-table .blog-status {
  text-transform: capitalize;
}
.blog-management .blog-management-container .blog-table tr.ant-table-row.ant-table-row-level-0.empty-row {
  height: 80px;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/ui/common/multiSelectCheckbox/style.scss ***!
  \**************************************************************************************************************************************************/
.multi-select-checkbox .item-padding {
  width: 20px;
  height: 10px;
  min-width: 20px;
}

.multi-select-checkbox .dropdown-container {
  border: 2px solid rgba(255, 160, 72, 0.2);
  border-radius: 12px;
  transition: border-color 0.3s;
}

.multi-select-checkbox .dropdown-container:focus-within,
.multi-select-checkbox .dropdown-container:focus,
.multi-select-checkbox .dropdown-container.open {
  border-color: #FFA048;
  box-shadow: 0 0 0 2px rgba(255, 160, 72, 0.15);
}

.multi-select-checkbox .searchBox {
  border-radius: 8px;
}

.multi-select-checkbox .searchBox:focus {
  border-color: #FFA048;
  box-shadow: 0 0 0 2px rgba(255, 160, 72, 0.15);
}

.multi-select-checkbox .rmsc .dropdown-container:focus-within {
  border-color: #FFA048;
  box-shadow: 0 0 0 2px rgba(255, 160, 72, 0.15);
}

.multi-select-checkbox .dropdown-content,
.multi-select-checkbox .dropdown-menu,
.multi-select-checkbox .rmsc .dropdown-content {
  z-index: 2147483647 !important;
}
/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/features/working/datetimepicker/style.scss ***!
  \****************************************************************************************************************************************************/
.date-time-picker input {
  border: 1px solid #a8cffc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #d9ebff;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 10px 5px;
  width: 154px;
}

.date-time-picker input:focus {
  border-color: #a8cffc;
  box-shadow: inset 0 2px 2px #d9ebff, 0 0 10px 0 rgba(142, 193, 221, 0.3);
  outline: none;
}

.react-datepicker__header {
  text-align: center;
  background-color: #00b0ff;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
  height: 35px;
}

.react-datepicker * {
  font-size: 15px;
}

.react-datepicker__header * {
  color: white !important;
}

.react-datepicker__navigation-icon::before {
  border-color: #fff;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/ai-image-dataset/style.scss ***!
  \****************************************************************************************************************************************/
.ai-image-dataset {
  background-color: white;
  height: 100%;
  display: table;
}
.ai-image-dataset .search-bar {
  width: 100%;
  justify-content: end;
  display: flex;
  padding: 10px 0px;
  max-width: 925px;
}
.ai-image-dataset .search-bar .search-input {
  width: 100%;
}
.ai-image-dataset .search-bar i.search.link.icon {
  color: #FFA048;
}
.ai-image-dataset .search-bar i.close.link.icon {
  color: #FFA048;
  margin: 0px;
}
.ai-image-dataset .filter-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
}
.ai-image-dataset .filter-buttons {
  display: flex;
  justify-content: center;
}
.ai-image-dataset .selected-filter-items {
  width: 100%;
  margin: 10px 0px;
  max-width: calc(100vw - 20px);
}
.ai-image-dataset .image-gallery {
  padding: 10px;
}
.ai-image-dataset .image-gallery .image-overlay__caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.ai-image-dataset .image-gallery .ReactGridGallery > div {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.ai-image-dataset .image-gallery .ReactGridGallery > div img {
  width: 100%;
}
.ai-image-dataset .image-gallery .ReactGridGallery_tile-icon-bar {
  display: none;
}
.ai-image-dataset .ai-image-dataset-container {
  height: fit-content;
}
.ai-image-dataset .multi-select-checkbox {
  min-width: 200px;
}
.ai-image-dataset .multi-select-checkbox .rmsc .dropdown-container {
  height: 41.13px;
}
.ai-image-dataset .button-labeled-icon .ui.labeled.icon.button {
  background-color: #FFA048;
  color: white;
}
.ai-image-dataset .button-labeled-icon .ui.labeled.icon.button.active {
  background-color: #ff7b00;
}
.ai-image-dataset .add-button {
  margin-right: 50px;
}
.ai-image-dataset .all-button .ui.labeled.icon.button {
  text-align: center;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.ai-image-dataset .unlabeled-button i::after {
  content: "?";
  font-size: 16px;
  color: #FFA048;
  font-weight: bolder;
}
.ai-image-dataset .pagination-container {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.ai-image-dataset .pagination-container .page-link {
  cursor: pointer;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/ai-image-dataset/components/image-details/style.scss ***!
  \*****************************************************************************************************************************************************************/
.image-details-modal {
  width: fit-content !important;
}
.image-details-modal .image-details-container {
  display: flex;
  flex-direction: row;
}
.image-details-modal .image-details-container .image-section {
  flex: 1;
  width: 600px;
}
.image-details-modal .image-details-container .image-section .image {
  width: 100%;
  min-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  object-fit: contain;
}
.image-details-modal .image-details-container .details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 500px;
}
.image-details-modal .image-details-container .details-section .details-content {
  flex: 1;
  padding: 20px;
}
.image-details-modal .image-details-container .details-section .details-actions {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}
.image-details-modal .image-details-container .details-section .details-actions button {
  margin-left: 10px;
}
.image-details-modal .image-details-container .details-section .react-tagsinput {
  margin-bottom: 10px;
}
.image-details-modal .image-details-container .details-section .image-title {
  margin-bottom: 20px;
}
.image-details-modal .image-details-container .details-section .image-title .ql-editor p, .image-details-modal .image-details-container .details-section .image-title .text-viewer {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.image-details-modal .image-details-container .details-section .delete-icon {
  font-size: 20px;
  cursor: pointer;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/pages/landing/shrimp-prices/style.scss (1) ***!
  \*****************************************************************************************************************************************/
.shrimp-prices-page {
  background: linear-gradient(135deg, #fff9f2 0%, #fff5eb 100%);
  display: flex;
  flex-direction: column;
  position: relative;
}

.shrimp-prices-hero {
  background: linear-gradient(135deg, #FFA048 0%, #ff8c1a 100%);
  color: white;
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
.shrimp-prices-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"rgba%28255,255,255,0.1%29\"/></svg>") repeat;
  opacity: 0.1;
}
.shrimp-prices-hero::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom right, transparent 49%, #fff9f2 50%);
}
.shrimp-prices-hero h1 {
  font-size: 3.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shrimp-prices-hero p {
  font-size: 1.4rem;
  opacity: 0.9;
  margin: 0;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.last-updated {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 1rem;
  transition: all 0.3s ease;
  color: white;
}
.last-updated .icon {
  margin: 0 !important;
  font-size: 1.4rem !important;
}
.last-updated:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.25);
}

.shrimp-prices-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.filter-section {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 1rem;
  z-index: 2;
}

.filter-wrapper {
  background: white;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(255, 160, 72, 0.08);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 160, 72, 0.15);
  backdrop-filter: blur(8px);
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  min-width: 200px;
}
.filter-group > label {
  font-weight: 600;
  color: #FFA048;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
}

.filter-icon {
  font-size: 1.3rem;
  background: rgba(255, 160, 72, 0.1);
  padding: 0.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFA048;
}
.filter-icon .icon {
  margin: 0 !important;
}

.type-select,
.date-select,
.size-group-select {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border: 2px solid rgba(255, 160, 72, 0.2);
  border-radius: 12px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  color: #333;
  box-shadow: 0 2px 8px rgba(255, 160, 72, 0.05);
}
.type-select:hover, .type-select:focus,
.date-select:hover,
.date-select:focus,
.size-group-select:hover,
.size-group-select:focus {
  border-color: #FFA048;
  outline: none;
  box-shadow: 0 4px 12px rgba(255, 160, 72, 0.1);
  transform: translateY(-1px);
}

.view-mode-toggle {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
  padding: 0.5rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(255, 160, 72, 0.08);
  border: 1px solid rgba(255, 160, 72, 0.1);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.view-mode-btn {
  background: white;
  border: 2px solid rgba(255, 160, 72, 0.2);
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.1rem;
}
.view-mode-btn .icon {
  margin: 0 !important;
  font-size: 1.2rem !important;
}
.view-mode-btn:hover {
  border-color: #FFA048;
  background: #fff9f2;
  transform: translateY(-1px);
}
.view-mode-btn.active {
  background: #FFA048;
  border-color: #FFA048;
  color: white;
  box-shadow: 0 4px 12px rgba(255, 160, 72, 0.2);
}

.shrimp-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  flex: 1;
  padding: 1rem;
}
.shrimp-cards-grid.list-mode {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}
.shrimp-cards-grid.list-mode .shrimp-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #fff9f2 100%);
  border: 1px solid rgba(255, 160, 72, 0.2);
  box-shadow: 0 8px 24px rgba(255, 160, 72, 0.08);
}
.shrimp-cards-grid.list-mode .shrimp-card:hover {
  transform: translateX(8px);
  box-shadow: 0 12px 32px rgba(255, 160, 72, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #fff5eb 100%);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header {
  width: 300px;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 160, 72, 0.2);
  border-bottom: none;
  padding: 1.5rem;
  background: linear-gradient(135deg, #FFA048 0%, #ff8c1a 100%);
  position: relative;
  overflow: hidden;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"rgba%28255,255,255,0.1%29\"/></svg>") repeat;
  opacity: 0.1;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header .shrimp-icon {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.shrimp-card:hover .shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header .shrimp-icon {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header .shrimp-name {
  color: white;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-header .shrimp-id {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.95);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 1.5rem;
  position: relative;
  background: white;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(255, 160, 72, 0.15);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-size,
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-price {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-size::after,
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-price::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(255, 160, 72, 0.15);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-size:last-child::after,
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .shrimp-price:last-child::after {
  display: none;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .size-info {
  gap: 0.25rem;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .size-value {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFA048;
  line-height: 1.3;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .size-category {
  font-size: 0.85rem;
  color: #FFA048;
  background: rgba(255, 160, 72, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
  border: 1px solid rgba(255, 160, 72, 0.15);
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .price-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.shrimp-cards-grid.list-mode .shrimp-card .shrimp-card-body .price-value {
  font-size: 1.2rem;
  color: #FFA048;
  font-weight: 700;
  background: rgba(255, 160, 72, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid rgba(255, 160, 72, 0.1);
}

.shrimp-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(255, 160, 72, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1px solid rgba(255, 160, 72, 0.2);
  will-change: transform;
  z-index: 1;
}
.shrimp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 160, 72, 0.2);
  background: white;
}
.shrimp-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #FFA048, #ff8c1a);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.shrimp-card:hover::before {
  opacity: 1;
}

.shrimp-card-header {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 160, 72, 0.2);
  background: #FFA048;
  color: white;
}

.shrimp-icon {
  font-size: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 1.25rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  will-change: transform;
  color: white;
}
.shrimp-icon .icon {
  margin: 0 !important;
  font-size: 2rem !important;
}
.shrimp-card:hover .shrimp-icon {
  transform: scale(1.1) rotate(8deg);
  background: rgba(255, 255, 255, 0.2);
}

.shrimp-card-body {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: white;
}

.shrimp-name {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.5px;
}

.shrimp-id {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-top: 0.35rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.size-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.size-value {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFA048;
  line-height: 1.3;
}

.size-category {
  font-size: 0.9rem;
  color: #FFA048;
  background: rgba(255, 160, 72, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
}

.shrimp-price {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 160, 72, 0.05);
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 160, 72, 0.1);
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.price-label {
  font-size: 1rem;
  color: #666;
  white-space: nowrap;
}

.price-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFA048;
  text-align: center;
}

.price-growth-indicator {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.25rem;
}
.price-growth-indicator .icon {
  font-size: 0.7rem !important;
}

.growth-up {
  color: #28a745;
}

.growth-down {
  color: #dc3545;
}

.growth-same {
  color: #6c757d;
}

.growth-na {
  color: #6c757d;
  font-style: italic;
}

.shrimp-table-container {
  background: white;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(255, 160, 72, 0.08);
  overflow: hidden;
  border: 1px solid rgba(255, 160, 72, 0.1);
  margin: 2rem 0;
}

.shrimp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.shrimp-table thead {
  background: linear-gradient(135deg, #FFA048 0%, #ff8c1a 100%);
  position: relative;
}
.shrimp-table thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"rgba%28255,255,255,0.1%29\"/></svg>") repeat;
  opacity: 0.1;
}
.shrimp-table thead th {
  color: white;
  font-weight: 600;
  text-align: left;
  padding: 1.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.shrimp-table thead th:nth-child(1) {
  width: 30%;
}
.shrimp-table thead th:nth-child(2) {
  width: 18%;
}
.shrimp-table thead th:nth-child(3) {
  width: 18%;
}
.shrimp-table thead th:nth-child(4) {
  width: 17%;
}
.shrimp-table thead th:nth-child(5) {
  width: 17%;
}
.shrimp-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.2);
}
.shrimp-table thead th:first-child {
  padding-left: 2rem;
}
.shrimp-table thead th:last-child {
  padding-right: 2rem;
}
.shrimp-table tbody tr {
  transition: background-color 0.3s ease;
}
.shrimp-table tbody tr:hover {
  background-color: rgba(255, 160, 72, 0.05);
}
.shrimp-table tbody tr td {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 160, 72, 0.1);
  color: #333;
  font-size: 1.1rem;
  vertical-align: middle;
}
.shrimp-table tbody tr td:first-child {
  padding-left: 2rem;
}
.shrimp-table tbody tr td:last-child {
  padding-right: 2rem;
}
.shrimp-table tbody tr:last-child td {
  border-bottom: none;
}

.shrimp-type-cell {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.shrimp-type-cell .shrimp-icon {
  background: rgba(255, 160, 72, 0.1);
  padding: 0.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border: 1px solid rgba(255, 160, 72, 0.15);
  flex-shrink: 0;
}
.shrimp-type-cell .shrimp-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  flex: 1;
}
.shrimp-type-cell .shrimp-info .shrimp-name {
  font-weight: 600;
  color: #FFA048;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shrimp-type-cell .shrimp-info .shrimp-id {
  font-size: 0.85rem;
  color: #666;
  background: rgba(255, 160, 72, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
}

.size-cell {
  font-weight: 500;
  white-space: nowrap;
}

.category-cell {
  text-align: center;
  white-space: nowrap;
  background: none;
  border-radius: 0;
  padding: 1.25rem 1.5rem;
}

.category-badge {
  display: inline-block;
  color: #FFA048;
  font-weight: 500;
  background: rgba(255, 160, 72, 0.08);
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 1rem;
}

.price-cell {
  text-align: center;
  background: none;
  border-radius: 0;
  padding: 1.25rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  white-space: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.price-cell .price-growth-indicator {
  font-size: 1.1rem;
}
.price-cell .price-growth-indicator .icon {
  font-size: 0.6rem !important;
}

.price-badge {
  display: inline-block;
  font-weight: 800;
  color: #FFA048;
  background: rgba(255, 160, 72, 0.05);
  padding: 0.5rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 160, 72, 0.1);
  font-size: 1.5rem;
  white-space: nowrap;
}

.price-note {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.note-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.note-item:last-child {
  margin-bottom: 0;
}

.note-icon {
  font-size: 1.2rem;
  background: #f8f9fa;
  padding: 0.5rem;
  border-radius: 8px;
}

.note-item p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

.loading-state,
.error-state,
.empty-state {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(255, 160, 72, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  border: 1px solid rgba(255, 160, 72, 0.1);
  margin: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.empty-state .empty-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
  opacity: 0.8;
  background: #fff9f2;
  padding: 2rem;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(255, 160, 72, 0.08);
  color: #FFA048;
}
.empty-state .empty-icon .icon {
  margin: 0 !important;
}
.empty-state h3 {
  font-size: 2rem;
  color: #FFA048;
  margin: 0 0 1.5rem;
  font-weight: 700;
}
.empty-state p {
  color: #666;
  margin: 0.75rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 400px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e4e8eb;
  border-top: 4px solid #2a5298;
  border-radius: 50%;
  margin: 0 auto 1rem;
  animation: spin 1s linear infinite;
}

.error-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-state p {
  color: #dc3545;
  margin-bottom: 1rem;
}

.retry-button {
  background: #2a5298;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.retry-button:hover {
  background: #1e3c72;
  transform: translateY(-1px);
}

.size-group-quick-select {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  justify-content: center;
}

.size-group-btn {
  background: #fff;
  border: 1px solid #FFA048;
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  color: #FFA048;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.size-group-btn:hover {
  background: #ffe3c2;
  color: #FFA048;
  border-color: #FFA048;
}
.size-group-btn.active {
  background: #FFA048;
  color: #fff;
  border-color: #FFA048;
  box-shadow: 0 2px 8px rgba(255, 160, 72, 0.2);
}

.growth-cell {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.growth-cell .icon {
  font-size: 0.9rem !important;
}

@media (max-width: 768px) {
  .shrimp-prices-hero {
    padding: 4rem 1rem;
  }
  .shrimp-prices-hero h1 {
    font-size: 2.5rem;
  }
  .shrimp-prices-hero p {
    font-size: 1.2rem;
  }
  .shrimp-prices-container {
    width: 100%;
    max-width: none;
    padding: 1rem 0;
    overflow-x: auto;
  }
  .filter-wrapper {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .filter-group {
    width: 100%;
    min-width: unset;
  }
  .type-select,
  .date-select,
  .size-group-select {
    width: 100%;
  }
  .view-mode-toggle {
    width: 100%;
    justify-content: center;
  }
  .shrimp-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    padding: 0.5rem;
  }
  .shrimp-cards-grid .shrimp-card {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(255, 160, 72, 0.12);
  }
  .shrimp-cards-grid .shrimp-card .shrimp-card-header {
    padding: 1.25rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-icon {
    padding: 0.75rem;
    font-size: 1.5rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-name {
    font-size: 1.1rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-id {
    font-size: 0.85rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-card-body {
    padding: 1.25rem;
    gap: 1rem;
  }
  .shrimp-cards-grid .shrimp-card .size-value {
    font-size: 2.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    color: #FFA048;
  }
  .shrimp-cards-grid .shrimp-card .size-category {
    font-size: 0.85rem;
  }
  .shrimp-cards-grid .shrimp-card .price-value {
    font-size: 1.2rem;
  }
  .shrimp-cards-grid .shrimp-card .price-growth-indicator {
    font-size: 0.9rem;
  }
  .empty-state {
    margin: 1rem;
    padding: 3rem 1.5rem;
  }
  .empty-state .empty-icon {
    font-size: 3rem;
    padding: 1.5rem;
  }
  .empty-state h3 {
    font-size: 1.75rem;
  }
  .empty-state p {
    font-size: 1.1rem;
  }
  .size-group-quick-select {
    width: fit-content;
    display: inline-flex;
    padding: 0 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .size-group-quick-select::-webkit-scrollbar {
    display: none;
  }
  .size-group-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (max-width: 480px) {
  .shrimp-prices-hero {
    padding: 3rem 1rem;
  }
  .shrimp-prices-hero h1 {
    font-size: 2rem;
  }
  .shrimp-prices-hero p {
    font-size: 1.1rem;
  }
  .shrimp-prices-container {
    width: 100%;
    max-width: none;
    padding: 1rem 0;
    overflow-x: auto;
  }
  .shrimp-cards-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.25rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-card-header {
    padding: 1rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-icon {
    padding: 0.5rem;
    font-size: 1.25rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-name {
    font-size: 1rem;
  }
  .shrimp-cards-grid .shrimp-card .shrimp-card-body {
    padding: 1rem;
  }
  .shrimp-cards-grid .shrimp-card .size-value {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #FFA048;
  }
  .size-group-btn {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
  .size-group-quick-select {
    width: fit-content;
    display: inline-flex;
    padding: 0 1rem;
  }
}
.filter-group .simple-multi-select-checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.filter-group .simple-multi-select-checkbox label {
  font-size: 15px;
}
/*!***************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/app.css ***!
  \***************************************************************/
html {
    overflow: hidden;
}

body {
    width: 100%;
    display: inline;
}

#root {
    background-color:  #f9f1da;
    height: 100%;
    font-family:Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/color.scss ***!
  \****************************************************************************************************************/
.blue {
  color: blue;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.gray {
  color: gray;
}

.black {
  color: black;
}

.green {
  color: green;
}
