* {
  margin: 0px;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0px;
  color: #996034;
  background: #000;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
main {
  max-width: 411px;
  position: relative;
}
header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  position: relative;
}
.ichjbacc {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}
.ichjbgmb {
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-top: 3px;
  left: 0;
}
.ichjbgmb img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #ffc107;
  background: #cb7645;
}
.knhjbnam {
  max-width: 70%;
  min-width: 220px;
}
.nmhjbkn {
  background: #cb7645;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.2px 30px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  border-radius: 0px 5px 25px 0px;
  padding-left: 30px;
  margin-left: 30px;
}
hjb {
  padding: 2px 20px;
  background: #994932;
  border-radius: 5px;
  margin: 1px 0px;
  box-shadow: 0px 0px 0px 0px #fff;
  min-width: 84px;
  font-size: 16px;
  text-align: center;
  color: #ffe5b5;
  position: relative;
  max-width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

hjb:after {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background: #cb7645;
  width: 11px;
  height: 17px;
  position: absolute;
  right: -1px;
  top: 18%;
  z-index: 1;
  display: block;
  content: "";
}
hjb:before {
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background: #994932;
  width: 9px;
  height: 10px;
  position: absolute;
  right: -4px;
  top: 37%;
  z-index: 2;
  display: block;
  content: "";
}
.duaxhjbgmb {
  text-align: center;
  margin-right: 10px;
}
banner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  position: relative;
}
.bnhjbanim {
  border-radius: 5px;
  border: 20px solid #994932;
  position: relative;
  border-top: 10px solid #994932;
  border-bottom: 10px solid #994932;
}
#hjbblb1 {
  position: absolute;
  left: -18px;
  top: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
}
#hjbblb2 {
  position: absolute;
  left: -18px;
  top: 30%;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 1s;
}
#hjbblb3 {
  position: absolute;
  left: -18px;
  bottom: 30%;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 2s;
}
#hjbblb4 {
  position: absolute;
  left: -18px;
  bottom: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 3s;
}
#hjbblb5 {
  position: absolute;
  right: -18px;
  top: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 2s;
}
#hjbblb6 {
  position: absolute;
  right: -18px;
  top: 30%;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 3s;
}
#hjbblb7 {
  position: absolute;
  right: -18px;
  bottom: 30%;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
}
#hjbblb8 {
  position: absolute;
  right: -18px;
  bottom: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff40;
  z-index: 1;
  border-radius: 100%;
  animation: blinker 2s linear infinite;
  animation-delay: 1s;
}
.hjbslidebn img {
  width: 100%;
}
.hjbgmblist img {
  width: 80px;
  position: absolute;
  left: 0;
  top: 12%;
  z-index: 2;
}
menus {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.btnmnhjb {
  background-color: #a8602e;
  background-image: linear-gradient(0deg, #a8602e 0%, #d1984e 100%);
  font-weight: bolder;
  font-size: 20px;
  box-shadow: inset 0px 1px 1px 1px #0000006e;
  border: none;
  padding: 5px 10px;
  min-width: 25%;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  min-height: 24px;
  cursor: pointer;
}
.btnmnhjb p {
  color: #793211;
  position: absolute;
  z-index: 3;
  width: 85%;
}
.activehjbmn p {
  color: #87eed3 !important;
}
.activehjbmn:after {
  content: "";
  position: absolute;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  display: block;
  z-index: 3;
  background: #87eed3;
  width: 15px;
  height: 4px;
  left: 45%;
  bottom: -3px;
}
section {
  padding: 10px;
  background: #ac6631;
  box-shadow: inset 0px 1px 1px 1px #ffffff;
  margin: -13px 5px 10px 5px;
  border-radius: 10px;
  padding-top: 25px;
}

#hjbkn,
#hjbdr,
#hjbdm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.hdhjbitm {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffebc6fa;
  box-shadow: inset 0px 1px 1px 1px #ffffff;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 5px;
}
.gmbhjbitm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.gmbhjbitm img {
  width: 100%;
  height: auto;
}
.hdhjbitm button {
  background: url(../img/bhjbks.png) no-repeat center;
  background-size: 100%;
  color: #126d03;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  outline: none;
  font-family: "Inter", sans-serif;
  width: 80%;
  cursor: pointer;
}
footer {
  background: #7a4621;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.tophjbft {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.krhjbft {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
}
.krhjbft img {
  width: 35px;
  height: auto;
}
.knhjbft img {
  width: 37px;
  height: auto;
}
footer span {
  font-size: 10px;
  text-align: center;
}
hjbdt {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #0000008a;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  align-content: center;
  justify-content: center;
}
.bxhjbdt {
  max-width: 360px;
  width: 90%;
  background: #682f1e;
  color: #ffe5b5;
  padding: 8px 10px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #c56347;
  border-radius: 5px;
}
hjbdaily {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #000000bf;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bxhjbdly {
  position: relative;
}
.bgbxhjbdly img {
  max-width: 250px;
  width: 100%;
}
.sphjbdlybr {
  z-index: 2;
  position: absolute;
  left: 17.5px;
  top: 35px;
}
.sphjbdlybr img {
  width: 215px;
}
.btnhjbdly {
  position: absolute;
  z-index: 3;
  left: 90px;
  top: 96px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.btnhjbdly img {
  width: 70px;
}
.hjbspnih {
  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.gprhjbdly {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.gprhjbdly img {
  width: 160px;
}
.spnbghjbdly {
  margin-top: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.spnbghjbdly img {
  width: 165px;
  height: 165px;
  opacity: 0.23;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hdlaxdly {
  position: absolute;
  left: 35px;
  top: 45px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.hdlaxdly img {
  width: 95px;
  height: auto;
  opacity: unset;
  animation-name: uset;
  animation-duration: uset;
  animation-iteration-count: uset;
  animation-timing-function: uset;
}
.hdlaxdly p {
  background: -webkit-linear-gradient(#fbf083, #fbf083, #9d343a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9d343a;
}
.bthjbhddly {
  margin-top: 20px;
  text-align: center;
}
.bthjbhddly button {
  background: url(../img/bhjbtnt.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  outline: none;
  width: 105px;
  height: 35px;
}
#hjbhddly {
  position: absolute !important;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000000d1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.clhjbdly {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}
.clhjbdly img {
  width: 25px;
  height: 25px;
}
hjbid {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bxhjbtid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  position: relative;
}
.imghjbbgida {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.bxhjbida {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.ihjbida {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.ihjbida label {
  color: #ffe2a7;
  font-size: 15px;
  font-weight: 500;
}
.ihjbida input {
  width: 70%;
  padding: 7px 5px;
  background: #8e4925;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  color: #e9c67f;
  font-size: 16px;
  font-weight: 500;
}
.ihjbida input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffecc6;
}
.ihjbida input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffecc6;
}
.ihjbida input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffecc6;
}
.ihjbida input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffecc6;
}
.btnthjbida {
  margin-top: 15px;
}
.btnthjbida button {
  background: url(../img/bhjbtntk.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  outline: none;
  width: 100px;
  height: 35px;
  margin-top: 10px;
  cursor: pointer;
  outline: none;
}
.slhhjbida {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #0000009e;
}
.dschjbslh {
  min-height: 145px;
  background: #60261f;
  min-width: 240px;
  border: 3px solid #d97124;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.dschjbslh p {
  color: #ffe1a5;
}
.dschjbslh button {
  margin-top: 20px;
  background: url(../img/bhjbtnt.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  outline: none;
  width: 105px;
  height: 35px;
}
hjbhadiah,
hjbclm {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #000000bf;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
hjbpilih {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #000000bf;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bxhjbplh {
  min-height: 145px;
  background: #60261f;
  min-width: 270px;
  border: 3px solid #d97124;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0px;
}
.txhjbplh {
  color: #ffe1a5;
  margin-bottom: 20px;
}
.fhjbl {
  background: #196bff;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
  padding: 7px 10px;
  border-radius: 5px;
  padding-right: 25px;
  cursor: pointer;
  margin-bottom: 15px;
}
.fhjbl i {
  font-size: 25px;
}
.ribhjbfl {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ribhjbfl p {
  position: absolute;
  display: block;
  background: #b326cb;
  background-color: #b326cb;
  background-image: linear-gradient(
    180deg,
    #b326cb 0%,
    #b326cb 33%,
    #b326cb 66%,
    #673ab7 100%
  );
  font-family: arial;
  font-size: 10px;
  color: #ffe1a5;
  text-align: center;
  font-weight: 700;
  line-height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 38%;
  height: 47%;
  top: 3px;
  right: -28px;
}
.ihjbl {
  min-width: 185px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  background: #994932;
  padding: 5px 0px;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid #d5613f;
  text-align: left;
}
.ichjbli {
  margin-left: 10px;
  padding: 3px;
  background-color: #9d512c;
  background-image: linear-gradient(0deg, #9d512c 0%, #b97c55 100%);
  box-shadow: inset 0px 0px 2px 0px #60261f;
  color: #ffcc7c;
  border: 2px solid #cb684c;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  font-size: 18px;
  border-radius: 100%;
}
.ichjbli span {
  -webkit-text-stroke-color: #005e04;
  -webkit-text-stroke-width: 0.2px;
  color: #fff;
}
.hjbidl {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
  z-index: 7;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.bxhjbidl {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.clhjbidl {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 100%;
}
.gmbhjbidl {
  position: relative;
}
.hjbbgidl {
  max-width: 335px;
}
.ishjbidl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.inhjbidl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.inbxhjbidl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
.inbxhjbidl label {
  color: #ffd071;
  font-weight: 500;
  font-size: 14px;
}
.inbxhjbidl input {
  background: #642e1f;
  border: none;
  padding: 7px 5px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 3px 0px #722e23;
  color: #ffd071;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  width: 52%;
}
.inbxhjbidl input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
}
.inbxhjbidl input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
.inbxhjbidl input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
}
.inbxhjbidl input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
.btnhjbidl {
  text-align: center;
}
.btnhjbidl button {
  background: url(../img/bhjbks.png) no-repeat center;
  background-size: 100%;
  color: #126d03;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 0px 20px;
  outline: none;
  cursor: pointer;
}
.isp {
  position: fixed;
  left: 0;
  top: 0;
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}
hjbvrf {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #f4d9aa;
  color: #b86d49;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.bxhjbvrf {
  position: relative;
  max-width: 411px;
}
.hhjbvrf {
  color: #996028;
  background: #cb9758;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  padding: 10px 0px;
}
.dschjbvrf {
  width: 80%;
  outline: none;
  cursor: pointer;
  background: #d5b184;
  color: #996034;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  font-style: roboto;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 3px white;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.dschjbvrf p span {
  color: #dd5729;
}
.fhjbvrf {
  margin: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.nhjbvrfs {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ihjbvrfs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 7.5px;
}
.ihjbvrfs label {
  color: #996028;
  padding: 1px 4px;
  border-radius: 3px 3px 3px 0px;
  font-weight: 700;
  background: #ffb34370;
  position: relative;
}
.ihjbvrfs label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 11px;
  height: 8px;
  background: #ffb34370;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.ihjbvrfs select {
  background: #d5b184;
  border: none;
  color: #996034;
  padding: 8px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.ihjbvrfi {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 7.5px;
}
.ihjbvrfi label {
  color: #85501c;
  padding: 1px 4px;
  border-radius: 3px 3px 0px 3px;
  font-weight: 700;
  background: #ff5722a6;
  position: relative;
}
.ihjbvrfi label::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 11px;
  height: 8px;
  background: #ff5722a6;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.ihjbvrfi input {
  background: #d5b184;
  border: none;
  color: #996034;
  padding: 8px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.ihjbvrfi input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f4d9aa;
}
.ihjbvrfi input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f4d9aa;
}
.ihjbvrfi input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f4d9aa;
}
.ihjbvrfi input:-moz-placeholder {
  /* Firefox 18- */
  color: #f4d9aa;
}
.ihjboptvrf {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  margin-top: 20px;
}
.ihjbopt {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 5px;
}
.ihjbopt label {
  font-size: 17px;
}
.ihjbopt input {
  width: 80%;
  border: 2px solid #996034; /* Menambahkan border dengan warna yang lebih gelap */
  outline: none;
  cursor: pointer;
  background: #d5b184;
  color: #996034;
  padding: 10px 5px; /* Menambahkan padding lebih nyaman */
  font-size: 18px; /* Menambah ukuran font untuk keterbacaan lebih baik */
  border-radius: 10px; /* Membuat sudut lebih melengkung agar lebih modern */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan agar elemen terlihat lebih naik */
  margin-bottom: 4px;
}
.ihjbopt input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f4d9aa;
}
.ihjbopt input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f4d9aa;
}
.ihjbopt input:-ms-input-placeholder {
  /* IE 10+ */
  color: #f4d9aa;
}
.ihjbopt input:-moz-placeholder {
  /* Firefox 18- */
  color: #f4d9aa;
}
.tihjbopt {
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 5px;
}
.tihjbopt select {
  background: #d5b184;
  border: none;
  color: #996034;
  padding: 8px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.bnhjbvrf {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.bnhjbvrf button {
  background: url(../img/bhjbks.png) no-repeat center;
  background-size: 100% 100%;
  color: #126d03;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  outline: none;
  padding: 18px 40px;
}

.bhjbg {
  position: fixed;
  z-index: -1;
  max-width: 411px;
}
.bhjbg img {
  max-width: 411px;
  width: 100%;
  filter: brightness(0.5);
}
.krhjbanm {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -10px;
}
.krhjbanm img {
  height: 37px;
  animation: krhjbanm 1s infinite;
}
.hjbsld {
  -webkit-animation: slide-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
schjbs {
  background: #f4d9aa;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 15px;
  border-radius: 10px;
  margin-top: 5px;
}
.gmhjbscs {
  text-align: center;
  margin-top: 5px;
}
.gmhjbscs img {
  max-width: 300px;
  text-align: center;
}
.hjbdscs {
  text-align: center;
  max-width: 80%;
}
.hjbdscs p {
  color: #996028;
  font-weight: 800;
  font-size: 20px;
}
.hjbdscs span {
  color: #b86d49;
  margin-top: 10px;
  display: block;
}
schjbs button {
  background: url(../img/btnb.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  width: 120px;
  height: 45px;
  cursor: pointer;
  outline: none;
  margin: 10px 1px 10px;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes blinker {
  50% {
    background: #fff7df;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes krhjbanm {
  0% {
    box-shadow: 20px 0px 2px 0px #fff9e5;
  }
  50% {
    box-shadow: 20px 0px 9px 0px #fff9e5;
  }
  100% {
    box-shadow: 20px 0px 2px 0px #fff9e5;
  }
}
@media only screen and (max-width: 361px) {
  .dschjbvrf {
    display: none;
  }
  .ihjbopt label {
    font-size: 14px;
  }
}
.hdhjbitm {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffebc6fa;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 5px;
}
.itemnanjg select {
  width: 80%;
  margin-left: 20px;
  border: 2px solid #996034;
  outline: none;
  cursor: pointer;
  background: #d5b184;
  color: #996034;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 800;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.itembabi select {
  width: 80%;
  text-align: center;
  margin-left: 36px;
  border: 2px solid #996034;
  outline: none;
  cursor: pointer;
  background: #d5b184;
  color: #996034;
  padding: 10x 15px;
  font-size: 28px;
  border-radius: 10px;
  font-weight: 800;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.popidhjb {
  background: #0000007a;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.contidhjb {
  top: 50%;
  right: 50%;
  margin: 50% auto;
  background: url(https://sdomino.boxiangyx.com/images/website/webShop/exchange_box.png)
    no-repeat center;
  background-size: 90% 90%;
  width: 80%;
}

.closebtnpopid {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.closebtnhjb {
  background: url() no-repeat center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}

.ucapanloginidhjb {
  color: #ffb82b;
  font-size: 20px;
  font-weight: 600;
}

.buttonloginhjb {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 30px 20px;
}

.loginfbhjbdong {
  font-size: 23px;
  background: #4867aa;
  color: #fff;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #79bfbf;
}
.loginpghjbdong {
  font-size: 23px;
  background: #118b8b;
  color: #fff;
  line-height: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #79bfbf;
}

.screenshot-container {
  text-align: center;
  margin-top: 6px;
}

.upload-label {
  font-size: 18px;
  background-color: #d5b184;
  color: #ffffff;
  box-shadow: 0px 0px 1px 3px white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.upload-label:hover {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 0px 7px white;
  border: white;
  text-align: center;
  position: relative;
  transform: translateY(-12px);
}

.file-input {
  display: none;
}

.file-input:focus + .upload-label {
  background-color: #d5b184;
}

.popup-ariandi {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.close-hjb-facebook {
  background: #000;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1.5px solid #fff;
  position: absolute;
  top: -8px;
  right: -10px;
  display: block;
}

.close-hjb-facebook i {
  color: #fff;
  padding-top: 1px;
}

.container-box-fb {
  background: #eceff6;
  max-width: 330px;
  height: auto;
  position: relative;
  margin: 50px auto;
  margin-top: 1.9%;
  text-align: center;
  font-family: system-ui;
  color: #000;
  border-radius: 10px;
}

.atasan-fb {
  background: #3b5998;
  width: 100%;
  height: auto;
  padding: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.atasan-fb img {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.isi-facebook {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.isi-facebook .kaget {
  display: none;
  left: -15px;
  position: relative;
  width: 330px;
  padding: 5px;
  background: red;
  color: #fff;
  font-size: 13px;
  font-family: system-ui;
}

.isi-facebook img {
  width: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  display: block;
}

.txt-ucapan-fb {
  width: 270px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  padding: 8px;
  color: #90949c;
  font-size: 16px;
  font-family: system-ui;
  text-align: center;
  display: block;
}

.form-login-fb input[type="text"],
.form-login-fb input[type="password"] {
  width: 100%;
  height: auto;
  padding: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #bdbebf;
  cursor: pointer;
  outline: none;
}

.form-login-fb input[type="text"] {
  margin: 0;
  padding-bottom: 13px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -1px 0 #e0e0e0 inset, 0 0px 0px rgba(0, 0, 0, 0.23) inset;
}

.form-login-fb input[type="password"] {
  margin: 0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 -0px 0 rgba(0, 0, 0, 0.23) inset,
    0 0px 0px rgba(255, 255, 255, 0.1);
}

.btn-login-fb {
  background: #1778f2;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-family: system-ui;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #3578e5;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  display: block;
}

.txt-buat-akun {
  width: 100%;
  height: auto;
  padding: 5px;
  color: #3b5998;
  font-size: 13.5px;
  font-family: system-ui;
  text-align: center;
}

.txt-tidak-sekarang {
  width: 100%;
  height: auto;
  padding: 5px;
  color: #3b5998;
  font-size: 13.5px;
  font-family: Roboto;
  text-align: center;
}

.txt-lupa-password {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 5px;
  color: #7596c8;
  font-size: 13.5px;
  font-family: system-ui;
  text-align: center;
}

.isi-bahasa {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nama-bahasa {
  width: 40%;
  height: auto;
  margin: 5px;
  margin-bottom: 0px;
  color: #3b5998;
  font-size: 12px;
  font-family: system-ui;
  text-align: center;
  display: inline-block;
}

.nama-bahasa i {
  width: 23px;
  padding: 4px;
  color: #90949c;
  border: 1px solid #3b5998;
  border-radius: 3px;
}

.bahasa-aktif {
  color: #90949c;
  font-weight: bold;
}

.textbawah {
  width: 40%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #90949c;
  font-size: 12px;
  font-family: system-ui;
  text-align: center;
  display: block;
}
.duaxhjbgmb img {
  width: 100px;
  align-items: center;
}

#btn-tutorial {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

#btn-tutorial:hover {
  background-color: #329b7b;
  color: white;
  border-color: #329b7b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#notifications-container {
  position: fixed;
  color: #ffffff;
  top: 5px;
  right: -10;
  z-index: 1000;
}

.notification {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(45deg, #118b8b, #ffd700);
  border: 2px solid white;
  border-radius: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.notification-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.notification-content {
  flex: 1;
}

.notification-title {
  font-weight: bold;
}

.notification-message {
  margin-top: 5px;
}
/* Container untuk memastikan elemen berada di tengah */
.container {
  display: flex; /* Menggunakan Flexbox */
  justify-content: center; /* Menengahkan secara horizontal */
  align-items: center; /* Menengahkan secara vertikal */
  height: 100vh; /* Tinggi penuh layar */
  background-color: #a0522d; /* Warna latar belakang coklat */
}

/* Gaya untuk teks */
#rekeningPencairan {
  color: white; /* Warna teks putih */
  font-family: "Roboto", sans-serif; /* Font Roboto */
  font-size: 20px; /* Ukuran font */
  font-weight: bold; /* Tebal */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Efek bayangan teks */
  padding: 10px 20px; /* Padding dalam teks */
  border-radius: 8px; /* Sudut melengkung */
  box-shadow: 0 0px 7px white;
  border: white;
  text-align: center; /* Perataan teks */
  position: relative;
  transform: translateY(-12px); /* Geser ke atas dengan transform */
}
.btn-tutorial {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  margin: 10px auto; /* agar tombol di tengah dengan jarak antar tombol */
  background-color: #a0522d;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.btn-tutorial:hover {
  background-color: #8b4513;
}
