:root {
  --primary: #55b848;
  --secondary: #f6f8e8;
  --light: #fff;
  --dark: #000;
  --warning: #ffbd13;
  --danger: #d80027;
  --success: #28c76f;
  --background: #55b848de;
}

@font-face {
  font-family: "UID Deep Sea";
  src: url("/assets/font/UID Deep sea.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("/assets/font/LINESeedSansTH_Th.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("/assets/font/LINESeedSansTH_Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("/assets/font/LINESeedSansTH_Bd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("/assets/font/LINESeedSansTH_XBd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed Sans TH";
  src: url("/assets/font/LINESeedSansTH_He.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

body {
  position: relative;
  font-family: "UID Deep Sea", "LINE Seed Sans TH", "Poppins", "Noto Sans Thai";
  color: var(--light);
  background: var(--dark);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
h1 {
  margin: 0;
  /* letter-spacing: 1px; */
  line-height: 1;
}
p {
  margin: 0;
}
.bgPrimary {
  background: var(--primary);
}
.bgWhite {
  background: var(--light);
}
.bgNone {
  background: none !important;
}
.textWhite {
  color: #fff !important;
}
.top-0 {
  top: 0 !important;
}
.buttonCircle {
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms ease;
  border: none;
  padding: 0;
  cursor: pointer;
  animation: animationButton 2s ease infinite;
  animation-delay: 0.2s;
  background: #ffffff;
}
.buttonCircle:active {
  transform: scale(1.1);
  filter: drop-shadow(2px 0px 6px #77ff94);
}
@keyframes animationButton {
  0% {
    filter: drop-shadow(0px 0px 0px #77ff94);
  }
  50% {
    filter: drop-shadow(2px 0px 6px #77ff94);
  }
  100% {
    filter: drop-shadow(0px 0px 0px #77ff94);
  }
}
.mainLayoutContent {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  /* ===========1============== */
  /* min-height: calc(100dvh);
  height: 100%;
  display: flex;
  position: relative; */
  /* ===========2============== */
  /* display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; */
}
#mainReaction {
  animation: intro 0.25s ease-in;
}
@keyframes intro {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.topLayout {
  height: 324px;
  background: url(/assets/image/bg-header.png);
  background-size: 100%;
  background-position-y: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding-right: 40px;
  padding-left: 66px;
}
.topLayout .textTitle {
  color: #55b848;
  font-size: 108.585px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logoImageLoveEarth {
  width: 203.354px;
  height: 156.426px;
}
.contentLayout {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  gap: 20px;
  position: relative;
}
.bottomLayout {
  position: relative;
  top: 113px;
  height: 500px;
  /* background: url(/assets/image/footer.png); */
  /* background-size: 100%; */
  background-color: #fff;
}
.bottomLayout .titleLayout {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-top: 27px;
}
.bottomLayout .title-1 {
  color: #55b848;
  font-size: 71.784px;
  font-weight: 400;
  line-height: 104px;
}
.bottomLayout .title-2 {
  color: #000;
  font-family: "LINE Seed Sans TH";
  font-size: 55.125px;
  font-weight: 800;
}
.elementIcon {
  position: absolute;
  transform: scale(0.9);
}
.elementIcon.illus-1 {
  left: 0px;
  top: 110px;
}
.elementIcon.illus-2 {
  left: 346px;
  top: 333px;
  transform: scaleX(-1);
}
.elementIcon.illus-3 {
  left: 356px;
  top: 85px;
}
.elementIcon.illus-4 {
  left: 666px;
  top: 130px;
}
.elementIcon.illus-5 {
  left: 830px;
  top: 90px;
}
.classDetailLayout {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.popupSuggest {
  position: absolute;
  bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 70.2px;
  opacity: 0.9;
  background: #55b848;
  max-width: 936px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 27px;
}
.popupProcessing {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 674px;
  height: 674px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--background);
}
.popupProcessingContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.popupProcessingContent h1 {
  color: #fff;
  font-size: 90.242px;
  font-weight: 400;
}
.popupProcessingContent p {
  color: #fff;
  font-family: "LINE Seed Sans TH";
  font-size: 34.987px;
  font-weight: 800;
  line-height: 1;
}
.popupProcessingContent .countdownBox {
  box-sizing: border-box;
  width: 165px;
  height: 165px;
  margin-top: 24px;
  /* border: 12px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 162.946px;
  color: #fff; */
}
.popupProcessingContent .countdownBox img {
  width: 100%;
}

.popupError {
  position: absolute;
  background: var(--background);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
.popupError .errorContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.popupError .errorImage {
  width: 170px;
  height: 170px;
  margin-bottom: 24px;
}
.popupError .errorTitle {
  font-size: 128.086px;
  font-style: normal;
  font-weight: 400;
  width: 631px;
  text-align: center;
  line-height: 1.15;
}
.popupError .errorDes {
  font-family: "LINE Seed Sans TH";
  font-size: 40.203px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 36px;
  margin-top: -8px;
}
.btnTryAgain {
  border-radius: 50%;
  border: 0;
  background-color: #ffffff;
  width: 239px;
  height: 239px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.popupError .tryAgain {
  width: 239px;
  height: 239px;
}
.popupError .btnTryAgain:hover {
  cursor: pointer;
}
.popupError .btnTryAgain:active {
  transform: scale(1.1);
  filter: drop-shadow(2px 0px 6px #77ff94);
}
.example {
  position: absolute;
  top: 0;
  z-index: 999;
}
.centerSection {
  width: 100%;
}
.text-title {
  font-size: 54.878px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
}
.text-des {
  font-family: "LINE Seed Sans TH";
  font-size: 23.59px;
  margin-bottom: 0px;
  margin-top: 0;
}
/* .footerLayout {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1;
  background: url(/assets/image/footer/bg.png) repeat-x;
}

.footerLayout p {
  color: transparent;
} */

/* .recycleLayout {
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 0;
}

.recycleLayout img {
  width: 100%;
  height: 100%;
  min-width: 400px;
  max-width: 400px;
} */

/* ============================================================ */
/* ============================================================ */
/* =============================2============================== */
/* ============================================================ */
/* ============================================================ */

.reactionTopBar {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: space-between;
  padding-top: 16px;
  margin-bottom: 165px;
  padding-left: 66px;
  padding-right: 40px;
}
.logoImage {
  /* width: 467.499px; */
  height: 240px;
}
.loveTheEarthImage {
  width: 203.354px;
  height: 156.426px;
}
.loveTheEarthImageStart {
  width: 358.778px;
  height: 276px;
}
.reactionLabel {
  text-align: center;
  font-size: 66.454px;
  font-weight: 400;
}
.reactionType {
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 83.543px;
  font-weight: 900;
  line-height: 1;
}
.reactionTypeEN {
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.reactionContent {
  position: relative;
}
.reactionContentImage {
  position: relative;
  width: 784px;
  height: 784px;
  border-radius: 50%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  z-index: 1;
  margin-bottom: 80px;
}
.reactionContentImage::after {
  position: absolute;
  width: 784px;
  height: 784px;
  content: url(/assets/image/icons/element_line.gif);
  z-index: -1;
  top: -127px;
  left: -127px;
  transform: scale(0.88);
}
.showContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #0071bc;
}
.reactionContentImage .listData {
  display: flex;
  gap: 26px;
  margin-bottom: 28px;
}
.vr {
  font-weight: 400;
}
.showContent img {
  width: 100%;
  filter: drop-shadow(3px 3px 11px rgba(0, 0, 0, 0.15));
}
.showContent .textTitleTh {
  font-size: 55px;
  font-weight: 400;
  line-height: 80px;
  max-width: 450px;
  text-align: center;
}
.showContent .textTitleEn {
  font-family: "LINE Seed Sans TH";
  font-size: 29.2px;
  font-weight: 400;
  line-height: 37px;
}
.showContent .textDes {
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 29.2px;
  font-weight: 800;
  line-height: 37px;
  margin-top: 20px;
  margin-bottom: 26px;
}
.showContent .textFootTh {
  font-size: 49.317px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.425px;
}
.showContent .textFootEn {
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 29.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}

.ContentImageIcon {
  position: absolute;
}
.ContentImageIcon.icon-1 {
  top: -33px;
  left: -44px;
}
.ContentImageIcon.icon-2 {
  top: -40px;
  right: -90px;
}
.ContentImageIcon.icon-3 {
  bottom: -85px;
  left: -95px;
}
.ContentImageIcon.icon-4 {
  bottom: -75px;
  right: -51px;
}
/* .reactionContentButton {
  display: flex;
  gap: 166px;
  justify-content: center;
} */
.reactionContentButton {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -88%);
  z-index: 99;
}

.reactionSelectType {
  width: 197.189px;
  height: 197.189px;
  animation: fadeIn 0.15s ease-in both;
  animation-delay: 0.2s;
}
@keyframes fadeIn {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.selectLayoutContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 818px;
  height: 1025px;
  border-radius: 46px;
  background: #0071bc;
  margin-left: auto;
  margin-right: auto;
  top: -100px;
}
.selectLayoutTop {
  margin-bottom: 70px;
  text-align: center;
}
.selectLayoutTop img {
  margin-bottom: 16px;
}
.selectLayoutTop h1 {
  text-align: center;
  font-size: 105px;
  font-weight: 400;
  line-height: 115px;
}
.selectLayoutTop p {
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.selectLayout {
  display: flex;
  flex-wrap: wrap;
  width: 721px;
  gap: 53px 22px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 90px;
}
.selectLayout .iconGroups .iconBox {
  position: absolute;
}
.selectLayout .iconGroups .iconBox.icon-1 {
  top: 16px;
  left: -110px;
}
.selectLayout .iconGroups .iconBox.icon-2 {
  top: -30px;
  right: -105px;
}
.selectLayout .iconGroups .iconBox.icon-3 {
  left: -60px;
  bottom: -70px;
}
.selectLayout .iconGroups .iconBox.icon-4 {
  right: -55px;
  bottom: -80px;
}

.selectBinIcon {
  width: 163.561px;
  height: 163.561px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
}

.successContent {
  position: relative;
  width: 920px;
  height: 920px;
  border-radius: 50%;
  background: #0071bc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-bottom: 115px;
}
.successContent::after {
  position: absolute;
  width: 920px;
  height: 920px;
  content: url(/assets/image/icons/element_line.gif);
  z-index: -1;
  top: -80px;
  left: -80px;
}
.successContent h1 {
  font-size: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 115px;
}
.successContent p {
  font-family: "LINE Seed Sans TH";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.contactLayout {
  display: flex;
  width: 481px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 18px;
}
.successContentHead {
  margin-bottom: 60px;
  padding-top: 90px;
}
.contactLayout img {
  width: 156px;
  height: 171px;
  flex-shrink: 0;
}
.contactLayout .title {
  text-align: right;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px;
}
.contactLayout .des {
  text-align: right;
  font-family: "LINE Seed Sans TH";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.buttonHome {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -85%);
}
.iconGroups-3 .iconBox {
  position: absolute;
}
.iconGroups-3 .iconBox.icon-1 {
  top: 16px;
  left: -40px;
}
.iconGroups-3 .iconBox.icon-2 {
  top: -30px;
  right: -50px;
}
.iconGroups-3 .iconBox.icon-3 {
  left: -55px;
  bottom: -45px;
}
.iconGroups-3 .iconBox.icon-4 {
  right: -34px;
  bottom: -20px;
}

.successFooter {
  text-align: center;
  position: relative;
  min-height: 390px;
}
.successFooter img {
  margin-top: -100px;
}
/* /'''''''''''''''''''''''''' */
.mascotMainLayout {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mascotMainLayout img {
  width: 100%;
  height: auto;
  min-width: 300px;
  max-width: 350px;
}

.mascotTextTitle {
  width: 350px;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  text-align: center;
}

.cameraLayout {
  /* width: 450px; */
  height: 900px;
  /* border-radius: 30px; */
  background: #000;
  /* border: 3px solid #0a3446; */
  overflow: hidden;
}

.cameraBorderLayout {
  /* border: 5px solid #005128; */
  /* border-radius: 38px; */
  /* padding: 5px; */
  position: relative;
  /* margin-bottom: 50px; */
}

.cameraBorderSubLayout {
  position: absolute;
  background: #f7f8e9;
}

.cameraBorderSubLayout.top {
  top: -3%;
  left: 22%;
  width: 250px;
  height: 20px;
}

.cameraBorderSubLayout.bottom {
  bottom: -3%;
  left: 22%;
  width: 250px;
  height: 20px;
}

.cameraBorderSubLayout.left {
  width: 15px;
  height: 250px;
  top: 20%;
  left: -3%;
}

.cameraBorderSubLayout.right {
  width: 15px;
  height: 250px;
  top: 20%;
  right: -3%;
}

.statusMainLayout {
  width: 330px;
  height: 600px;
  position: relative;
  z-index: 3;
  overflow: auto;
  padding: 10px 10px;
}

.statusContentLayout {
  width: 100%;
  background: #f9faff;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 3px 5px 5px 0px #00000024;
  margin-bottom: 10px;
  position: relative;
}

/* Additional styles for functionality */
#videoFeed,
#resultImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#canvasElement {
  display: none;
}

.type-mainlayout {
  padding: 0 10px;
  width: fit-content;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.type-mainlayout.warning {
  background: #ffe9b3;
  color: #ff6a00 !important;
}

.cutline-text-01-150 {
  text-decoration: none;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
}

/* Utility classes */
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 1rem;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.fw-bold {
  font-weight: bold;
}

.fw-semibold {
  font-weight: 600;
}

.small {
  font-size: 12px;
}

.text-softDark {
  color: #6b6a74;
}

/* Scrollbar css  */
/* width */
::-webkit-scrollbar {
  width: 2px;
  scroll-behavior: smooth;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--secondary);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

::-webkit-scrollbar:horizontal {
  height: 2px;
  overflow: visible;
  width: 2px;
  background-color: transparent;
}

/* scorllbar over table  */
::-webkit-scrollbar {
  width: 2px;
  scroll-behavior: smooth;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--secondary);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* Popup */
.confirmMainLayout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.confirmContentLayout {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo-mainLayout img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

/* .btn-secondary {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
} */

.btn-secondary {
  background-color: #6c757d;
  color: white;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
}

#optionsPopup .button-group,
#previewPopup .button-group {
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

#optionsPopup .btn,
#previewPopup .btn {
  width: auto;
  padding: 10px 20px;
}

#previewImage {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin-bottom: 20px;
}

.preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}

.btn {
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-no {
  background-color: #ff4757;
  color: white;
}

.btn-yes {
  background-color: #2ed573;
  color: white;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn i {
  font-size: 18px;
}
.btnNo {
  position: absolute;
  left: -500px;
  bottom: -490px;
}
.btnYes {
  position: absolute;
  left: 260px;
  bottom: -490px;
}
.confirmContentLayout {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* .logo-mainLayout img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
} */

.type-mainlayout.warning {
  background-color: #ffeaa7;
  color: #fdcb6e;
  padding: 5px 0px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

/* ============================================================ */
/* ============================================================ */
/* =============================3============================== */
/* ============================================================ */
/* ============================================================ */
#homePage {
  background-image: url("/assets/image/bgStart.png");
  background-repeat: no-repeat;
  background-position: 50% 925px;
  /* animation: introHomePage 1s ease-in; */
}
@keyframes introHomePage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.startTitle {
  text-align: center;
  padding-top: 108px;
  margin-bottom: 38px;
}
.startTextTitle1 {
  color: #fff;
  text-align: center;
  font-size: 174.92px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.startTextTitle2 {
  color: #fff;
  font-size: 136.14px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.startTextTitle3 {
  color: #fff;
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 35.48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.startContent {
  margin-bottom: 100px;
}
.startLayoutBtn {
  text-align: center;
  position: relative;
  z-index: 1;
}
.startBtn {
  border-radius: 30.088px;
  background: #f18832;
  /* width: 500px; */
  padding-right: 40px;
  padding-left: 40px;
  height: 159.559px;
  color: #fff;
  text-align: center;
  font-family: "LINE Seed Sans TH";
  font-size: 114.732px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  border: 0;
  cursor: pointer;
}
.startLayoutLogo {
  text-align: center;
  position: relative;
}
.startLogoImageLayoutBg {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  height: calc(100% + 100px);
}
.startLogoImageLayoutBg img {
  width: 1716px;
  height: 1716px;
}

.startLogoImage {
  width: 900px;
  position: relative;
  z-index: 2;
}
.garbageTitle {
  position: absolute;
  width: 100%;
  top: -30%;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 24px solid;
  border-color: #ffffff #0000;
  animation: l1 1s infinite;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
/* @media only screen and (max-width: 1500px) {
  body {
    background-color: lightblue;
  }
} */

@media only screen and (max-width: 1400px) {
  .mascotMainLayout img {
    width: 100%;
    height: auto;
    min-width: 260px;
    max-width: 260px;
  }

  .recycleLayout img {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .mascotMainLayout {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .leftSection {
    position: absolute;
  }

  /* .cameraLayout {
    width: 400px;
  } */
}

@media only screen and (max-width: 991px) {
  /* .cameraLayout {
    width: 360px;
  } */

  /* .statusContentLayout {
    width: 280px;
  } */

  .cameraBorderSubLayout.bottom {
    left: 18%;
  }

  .cameraBorderSubLayout.top {
    left: 18%;
  }
}

@media screen and (max-width: 768px) {
  /* .contentLayout {
    flex-direction: column;
    align-items: center;
  } */
}

@media screen and (max-width: 767px) {
  .contentLayout {
    flex-direction: column;
    align-items: center;
  }

  .contentLayout {
    display: flex;
    flex-direction: column;
  }
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #333;
}
.close-button:hover {
  color: #000;
}
