* {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  font-family: Source Sans Pro, Helvetica, Arial, Nimbus Sans L, Liberation Sans, FreeSans, clean, sans-serif;
}

html {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #191919;
}
html > body {
  width: 100%;
  max-width: 100%;
  height: auto;
}
html > body > .menu {
  width: 100%;
  height: 105px;
  background: linear-gradient(90deg, #294c0b 0, #203d08);
  border-bottom: 5px solid #f9c408;
  padding: 0 1rem;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 9;
}
html > body > .menu > .allmenus {
  width: 100%;
  max-width: 1700px;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
html > body > .menu > .allmenus > .logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
html > body > .menu > .allmenus > .logo > #formobilclass {
  display: none;
}
html > body > .menu > .allmenus > .logo > .hamburger {
  width: 35px;
  height: 10px;
  display: block;
}
html > body > .menu > .allmenus > .logo > .hamburger > .inmask {
  position: fixed;
  height: 40px;
  width: 28px;
  top: 0;
  left: 15px;
  z-index: 15;
  cursor: pointer;
}
html > body > .menu > .allmenus > .logo > .hamburger > .inmask > .tomato {
  width: 28px;
  height: 4px;
  background-color: #f9c408;
  border: 0;
  display: flex;
  margin: 4px 0;
  border-radius: 12px;
  transition: 0.2s linear;
  position: fixed;
}
html > body > .menu > .allmenus > .logo > .hamburger > .inmask > .tomato:nth-child(1) {
  top: 11px;
}
html > body > .menu > .allmenus > .logo > .hamburger > .inmask > .tomato:nth-child(2) {
  top: 19px;
}
html > body > .menu > .allmenus > .logo > .hamburger > .inmask > .tomato:nth-child(3) {
  top: 27px;
}
html > body > .menu > .allmenus > .logo > .hamburger > .windowcontents {
  width: 60px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: black;
  display: none;
  justify-content: center;
}
html > body > .menu > .allmenus > .logo > .hamburger > .windowcontents > p {
  color: white;
  font-size: 14px;
  position: relative;
  top: 45px;
  max-height: 20px;
  cursor: pointer;
}
html > body > .menu > .allmenus > .logo > img {
  width: 187px;
  transform: translate(-0.5, 0);
  overflow: visible;
  cursor: pointer;
}
html > body > .menu > .allmenus > .logo > img:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 1410px) {
  html > body > .menu > .allmenus .logo > img {
    width: 110px;
  }
  html > body > .menu > .allmenus .logo > #formobilclass {
    display: block;
    color: #f9c408;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
  }
}
html > body > .menu > .allmenus > .menucontents {
  width: 100%;
  height: 100%;
}
html > body > .menu > .allmenus > .menucontents > .upcontent {
  width: 100%;
  float: right;
  height: 55%;
  display: flex;
  justify-content: right;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content {
  float: right;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 15px;
  align-items: center;
  margin-right: 30px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > #formobil {
  display: none;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > p {
  line-height: 1;
  height: 26px;
  padding: 5px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  gap: 20px;
  color: #294c0b;
  cursor: pointer;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > p > svg {
  width: 10px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > p:nth-child(4) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
  color: white;
  font-weight: 700;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > p:nth-child(3) {
  background-color: #f9c408;
  border-radius: 8px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > p:nth-child(3):hover {
  background-color: #f9f108;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > #forpcm {
  font-size: 14px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > svg {
  border: 2px solid #f9c408;
  border-radius: 6px;
  width: 27px;
  height: 26px;
  color: #f9c408;
  padding: 3px;
  line-height: 1;
  cursor: pointer;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > svg:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > #degadre {
  fill: #f9c408;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .flag {
  width: 58px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(249, 197, 8, 0.168627451);
  cursor: pointer;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .flag > svg {
  width: 30px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails {
  width: 340px;
  height: 540px;
  background-color: #fff;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  margin: 60px 100px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > h1 {
  font-weight: 500;
  font-size: 23px;
  color: #294c0b;
  margin-top: 10px;
  margin-left: 20px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms {
  display: flex;
  justify-content: space-between;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms > p {
  font-weight: 100;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 20px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms > .smscontrol {
  width: auto;
  height: auto;
  margin-right: 20px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms > .smscontrol > .insms {
  width: 92px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 0 solid #bbb;
  border-radius: 2rem;
  margin: 0;
  border-radius: 20px;
  background-color: #a1a2a5;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms > .smscontrol > .insms > .box {
  width: 26px;
  height: 26px;
  background: #e5e6e6;
  border-radius: 100%;
  position: relative;
  left: 3px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .sms > .smscontrol > .insms > p {
  position: relative;
  right: 10px;
  font-size: 15px;
  color: #fff;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .balancedetails {
  width: 100%;
  height: 95px;
  background-color: #294c0b;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .balancedetails > .det {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .balancedetails > .det > .indet > h1 {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .balancedetails > .det > .indet > h1 > span {
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 100;
  font-size: 17px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .menuitems {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .menuitems > .menuitem {
  width: 80px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .menuitems > .menuitem > .initem > svg {
  width: 35px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 5px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .menuitems > .menuitem > .initem > p {
  font-weight: 100;
  font-size: 14px;
  text-align: center;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .lastdetails {
  width: 100%;
  height: 50px;
  background-color: #294c0b;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .lastdetails > p {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .lastdetails > p > span {
  font-weight: 400;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .letquit {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}
html > body > .menu > .allmenus > .menucontents > .upcontent > .content > .downerprofiledetails > .letquit > h1 {
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  padding: 13px 20px;
  border: 2px solid black;
  border-radius: 6px;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1410px) {
  html > body > .menu > .allmenus > .menucontents > .upcontent > .content .downerprofiledetails {
    margin: 65px 15px;
  }
}
@media only screen and (max-width: 700px) {
  html > body > .menu > .allmenus > .menucontents > .upcontent > .content .downerprofiledetails {
    width: 100%;
    margin: 55px 0;
  }
}
html > body > .menu > .allmenus > .menucontents > .downcontent {
  width: 90%;
  min-width: 1200px;
  float: right;
  height: 45%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
html > body > .menu > .allmenus > .menucontents > .downcontent > .content {
  float: right;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
  align-items: center;
  margin-right: 30px;
  overflow: hidden;
}
html > body > .menu > .allmenus > .menucontents > .downcontent > .content > p {
  color: white;
  font-weight: 500;
  padding: 0 6px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
html > body > .menu > .allmenus > .menucontents > .downcontent > .content > p:hover {
  border-bottom: 9px solid #f9c408;
  color: #f9c408;
  height: 100%;
}
@media only screen and (max-width: 1410px) {
  html > body > .menu > .allmenus > .menucontents .downcontent {
    display: none;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent {
    height: 100%;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content {
    gap: 6px;
    margin-right: 0px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > #current2, html > body > .menu > .allmenus > .menucontents .upcontent > .content #current1 {
    display: none;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > p {
    font-size: 13px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > p:nth-child(5) {
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 5px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > #forpc {
    display: none;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > #formobil {
    display: flex;
    background-color: #f9c408;
    border-radius: 8px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > #formobil:hover {
    background-color: #f9f108;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > p:nth-child(4) {
    border-right: 0px;
    padding-right: 5px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > svg {
    width: 18px;
    height: 17px;
    border: 2px solid #f9c408;
    padding: 4px;
    margin-left: 5px;
  }
  html > body > .menu > .allmenus > .menucontents .upcontent > .content > .flag {
    display: none;
  }
}
@media only screen and (max-width: 1410px) {
  html > body > .menu > .allmenus .menucontents {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 800px) {
  html > body > .menu > .allmenus .menucontents {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 400px) {
  html > body > .menu > .allmenus .menucontents {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 400px) {
  html > body .menu {
    width: 93%;
  }
}
@media only screen and (max-width: 1410px) {
  html > body .menu {
    height: 50px;
  }
}

.main {
  width: 100%;
  height: auto;
  display: flex;
  background-color: #1e1e20;
  margin-top: 110px;
}
.main > .leftbar {
  width: 230px;
  height: auto;
  background-color: #1b2612;
  margin-right: 2px;
}
.main > .leftbar > img {
  width: 230px;
  line-height: 1;
  margin: 0;
  margin-bottom: 0px;
  cursor: pointer;
  padding: 0;
}
.main > .leftbar > .searchbox {
  width: 100%;
  min-height: 40px;
  background-color: rgba(88, 128, 54, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-style: dashed;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main > .leftbar > .searchbox > i {
  height: 100%;
  padding: 10px;
  color: white;
  font-size: 13px;
  background-color: rgba(90, 160, 29, 0.1);
}
.main > .leftbar > .searchbox > p {
  font-family: sans-serif;
  margin-left: 4px;
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 12px;
}
.main > .leftbar > .inbox {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-style: dashed;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main > .leftbar > .inbox > i {
  height: 100%;
  padding: 10px;
  color: white;
  font-size: 15px;
  opacity: 0.6;
}
.main > .leftbar > .inbox > svg {
  width: 20px;
  fill: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
}
.main > .leftbar > .inbox > img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main > .leftbar > .inbox > p {
  font-family: sans-serif;
  margin-left: 10px;
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 12px;
}
.main > .leftbar > .fav {
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(88, 128, 54, 0.2);
  border-bottom-style: dashed;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main > .leftbar > .fav > svg {
  width: 20px;
  fill: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
}
.main > .leftbar > .fav > p {
  font-family: sans-serif;
  margin-left: 10px;
  color: white;
  opacity: 0.8;
  font-weight: 100;
  font-size: 12px;
}
@media only screen and (max-width: 1250px) {
  .main .leftbar {
    display: none;
  }
  .main .widget-iddaa-events__cell--first-in-market {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .main .rightbar {
    display: none;
  }
  .main .widget-iddaa-events__cell--middle-in-market {
    display: none;
  }
}
.main > .center {
  width: 100%;
  height: auto;
  max-height: 1700px;
  overflow: hidden;
  padding: 0 6px;
}
.main > .center > .framelist {
  width: 100%;
  height: 35px;
  background-color: #242424;
  margin-top: 10px;
}
.main > .center > .framelist > .frames {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.main > .center > .framelist > .frames > .centerframe {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main > .center > .framelist > .frames > .centerframe > .inframes {
  min-width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.main > .center > .framelist > .frames > .centerframe > .inframes > p {
  cursor: pointer;
  min-width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c2c2c2;
  transition: 0.3s linear;
  overflow: hidden;
}
.main > .center > .framelist > .frames > .centerframe > .inframes > p:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.main > .center > .framelist > .frames > .centerframe > .inframes > p:nth-child(1) {
  color: #628e3c;
  border-color: #628e3c;
  background-color: #2c2c2c;
}
.main > .center > .framelist > .frames > .inframe {
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid hsla(0, 0%, 67.8%, 0.3);
}
.main > .center > .framelist > .frames > .inframe > svg {
  fill: hsla(0, 0%, 67.8%, 0.8);
  width: 22px;
}
.main > .center > .downbanner {
  width: auto;
  height: auto;
  margin-top: 8px;
  position: relative;
  top: 4px;
}
.main > .center > .downbanner > img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main > .center > .downerdet {
  width: 100%;
  height: auto;
  display: flex;
}
.main > .center > .downerdet > .det1 {
  background-color: #588036;
  color: #fff;
  border-color: #fff;
  border-bottom: 4px solid white;
}
.main > .center > .downerdet > .det2 {
  background-color: #191919;
  color: #ccc;
  border-style: solid;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 0;
  border-bottom: 4px solid hsla(0, 0%, 80%, 0.2);
}
.main > .center > .downerdet > .det2:hover {
  background-color: #202020;
}
.main > .center > .downerdet > .det1, .main > .center > .downerdet .det2 {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s linear;
}
.main > .center > .downerdet > .det1 > h1, .main > .center > .downerdet .det2 > h1 {
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1;
}
.main > .center > .downerdet > .det1 > h1 > span, .main > .center > .downerdet .det2 > h1 > span {
  position: absolute;
  font-size: 12px;
  margin: -3px 5px;
}
.main > .rightbar {
  margin-left: 2px;
  width: 450px;
  height: auto;
}
.main > .rightbar > .upit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
}
.main > .rightbar > .upit > p {
  font-size: 17px;
  margin-left: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main > .rightbar > .upit > a {
  margin-right: 10px;
  position: relative;
  padding: 10px 5px;
  margin-right: 1px;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.main > .rightbar > .downit {
  width: 100%;
  height: 130px;
  background-color: #242424;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main > .rightbar > .downit > .indown {
  margin: auto;
}
.main > .rightbar > .downit > .indown > p {
  color: white;
  text-align: center;
  font-size: 13px;
  margin: 0 20px;
  opacity: 0.7;
  font-weight: 100;
}
.main > .rightbar > .downit > .indown > p > a {
  color: white;
}
.main > .rightbar > #most {
  margin-top: 9px;
  width: 100%;
}
.main > .rightbar > #cs {
  width: 100%;
  margin-top: 2px;
  cursor: pointer;
}
.main > .rightbar #s1, .main > .rightbar #s2, .main > .rightbar #s3, .main > .rightbar #s4, .main > .rightbar #s5, .main > .rightbar #s6, .main > .rightbar #s7, .main > .rightbar #s8, .main > .rightbar #s9, .main > .rightbar #s10, .main > .rightbar #s11 {
  width: 100%;
  cursor: pointer;
}
.main > .rightbar > .mostgifs {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.main > .rightbar > .mostgifs > img {
  max-width: 100px;
  cursor: pointer;
}

@media only screen and (max-width: 1410px) {
  .main {
    margin-top: 56px;
  }
}
.upchoose {
  width: 100%;
  height: 55px;
  background-color: #242424;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.upchoose > .goleft {
  background-color: #292929;
}
.upchoose > .goright {
  background-color: #2e2e2e;
}
.upchoose > .goleft, .upchoose .goright {
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.upchoose > .goleft > svg, .upchoose .goright > svg {
  fill: #b0b0b0;
  width: 20px;
  border-color: transparent;
}
.upchoose > .inline {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.upchoose > .inline .chooseContents {
  display: flex;
  max-width: 600px;
  height: 100%;
}
.upchoose > .inline .chooseContents > #section {
  min-width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  cursor: pointer;
}
.upchoose > .inline .chooseContents > #section:hover {
  background-color: #191919;
}
.upchoose > .inline .chooseContents > #section:hover > .innerContents > img {
  scale: 1.2;
  transform: rotate(10deg);
}
.upchoose > .inline .chooseContents > #section > .innerContents > img {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  margin: 9px auto;
  transition: 0.2s linear;
}
.upchoose > .inline .chooseContents > #section > .innerContents > span {
  position: absolute;
  background-color: #191919;
  width: 20px;
  height: 15px;
  color: #588036;
  border-radius: 100%;
  margin-top: -30px;
  font-size: 12px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #futbollin {
  margin-left: 20px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #basketbollin {
  margin-left: 32px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #tenisin {
  margin-left: 17px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #masatenisin {
  margin-left: 32px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #voleybolin {
  margin-left: 27px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #amfin {
  margin-left: 22px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #kriketin {
  margin-left: 22px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > #dotain {
  margin-left: 22px;
}
.upchoose > .inline .chooseContents > #section > .innerContents > p {
  line-height: 1;
  color: #588036;
  font-weight: 600;
  font-size: 14px;
  margin: 4px auto;
}

/* upsection 2 */
.upchoose2 {
  width: 100%;
  height: 34px;
  background-color: #242424;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid rgba(173, 173, 173, 0.3);
  margin-top: 8px;
}
.upchoose2 > .goleft {
  background-color: #292929;
}
.upchoose2 > .goright {
  background-color: #2e2e2e;
}
.upchoose2 > .goleft, .upchoose2 .goright {
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upchoose2 > .goleft > svg, .upchoose2 .goright > svg {
  fill: #b0b0b0;
  width: 20px;
  border-color: transparent;
}
.upchoose2 > .inline {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.upchoose2 > .inline .chooseContents {
  display: flex;
  max-width: 600px;
  height: 100%;
}
.upchoose2 > .inline .chooseContents > #section {
  min-width: 90px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  cursor: pointer;
}
.upchoose2 > .inline .chooseContents > #section:hover {
  background-color: #191919;
}
.upchoose2 > .inline .chooseContents > #section > .innerContents > p {
  color: rgb(194, 194, 194);
  line-height: 1;
  font-weight: 200;
  font-size: 13px;
  margin: 4px auto;
}

.allfiltermatchs {
  width: 97%;
  height: auto;
  margin: 12px auto;
}
.allfiltermatchs > .misc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.allfiltermatchs > .misc > p {
  color: hsla(0, 0%, 72.2%, 0.6);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.allfiltermatchs > .misc > p:nth-child(4) {
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s linear;
  padding: 0px 15px;
  padding-right: 6px;
}
.allfiltermatchs > .misc > p:nth-child(4):hover {
  background-color: hsla(0, 0%, 9%, 0.6);
  color: hsla(0, 0%, 100%, 0.7);
}
.allfiltermatchs > .misc > p:nth-child(4):hover > svg {
  fill: hsla(0, 0%, 100%, 0.7);
}
.allfiltermatchs > .misc > p:nth-child(4) > svg {
  width: 20px;
  transition: 0.2s linear;
  fill: hsla(0, 0%, 72.2%, 0.6);
}
@media only screen and (max-width: 600px) {
  .allfiltermatchs .misc > p:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .allfiltermatchs .misc > p:nth-child(3) {
    display: none;
  }
}
.allfiltermatchs > .filter {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.allfiltermatchs > .filter > p, .allfiltermatchs > .filter > .chooses > p {
  color: rgb(194, 194, 194);
  font-weight: 200;
  font-size: 13px;
}
.allfiltermatchs > .filter > .chooses {
  display: flex;
  align-items: center;
  gap: 10px;
}
.allfiltermatchs > .filter > .chooses > .filterchoose {
  width: 27px;
  border-radius: 60px;
  height: 10px;
  background-color: #191919;
}
.allfiltermatchs > .filter > .chooses > .filterchoose > .inbox {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #ccc;
  border: 2px solid #ccc;
  position: relative;
  top: -3px;
  left: 1px;
}

tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget-iddaa-events__row--markets-summary {
  width: 100%;
  background-color: #242424;
  padding: 5px 8px;
  display: flex;
  justify-content: space-between;
}
.widget-iddaa-events__row--markets-summary a {
  text-decoration: none;
  color: white;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  float: left;
}

.widget-iddaa-events__cell--middle-in-market, .widget-iddaa-events__cell--first-in-market, .widget-iddaa-events__cell--last-in-market {
  min-width: 60px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e1e1e;
  border: 1px solid #333;
  cursor: pointer;
  float: right;
  margin: auto 2px;
}
.widget-iddaa-events__cell--middle-in-market > a, .widget-iddaa-events__cell--first-in-market > a, .widget-iddaa-events__cell--last-in-market > a {
  color: #f9bb11;
}

.widget-iddaa-events__cell--middle-in-market:nth-child(5) {
  margin: auto 30px;
}

.lasttd {
  display: flex;
  justify-content: flex-end;
}

.firsttd {
  display: flex;
  align-items: center;
}

.fullsuc {
  width: 320px;
  height: auto;
  margin: 0 auto;
  display: none;
  margin-top: 10px;
  position: relative;
  top: 10px;
  gap: 15px;
  scale: 0.9;
}
.fullsuc > div {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .fullsuc > div {
    color: white;
  }
}
.loginpage {
  width: 100%;
  height: 100vh;
  background: rgba(35, 38, 43, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.loginpage > #logincontent {
  width: 362px;
  height: 640px;
  background-color: #fff;
  margin: auto;
  position: relative;
  top: 0;
}
@keyframes getanim {
  0% {
    top: -40px;
    opacity: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
.loginpage > #logincontent > form {
  width: 100%;
  height: auto;
}
.loginpage > #logincontent > form > .submitbuttondiv {
  width: 320px;
  height: 40px;
  background: #f9c408;
  margin: 0 auto;
  margin-top: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.loginpage > #logincontent > form > .submitbuttondiv:hover {
  background-color: #294c0b;
}
.loginpage > #logincontent > form > a {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  color: #f9c408;
  font-size: 14px;
}
.loginpage > #logincontent > form > a:hover {
  color: #f9d908;
}
.loginpage > #logincontent > form > #formobreg {
  display: none;
}
.loginpage > #logincontent > form > .sm {
  display: flex;
  width: 360px;
  margin: 0 auto;
  margin-top: 3px;
  gap: 2px;
}
.loginpage > #logincontent > form > .sm > img {
  width: 35px;
}
.loginpage > #logincontent > form > .sm > img:nth-child(1) {
  margin-left: 18px;
}
.loginpage > #logincontent > form > p {
  width: 320px;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 10px;
}
.loginpage > #logincontent > form > p:nth-child(1) {
  margin-top: 50px;
}
.loginpage > #logincontent > form > p:nth-child(1)::before {
  content: "*";
  color: #c23b21;
}
.loginpage > #logincontent > form > p:nth-child(4) {
  margin-top: 40px;
}
.loginpage > #logincontent > form > p:nth-child(4)::before {
  content: "*";
  color: #c23b21;
}
.loginpage > #logincontent > form > p:nth-child(7) {
  margin-top: 40px;
  font-size: 15px;
  padding: 0 20px;
  margin-bottom: 0;
  color: #294c0b;
  line-height: 1.3;
}
.loginpage > #logincontent > form > p:nth-child(7) > span {
  font-weight: bold;
}
.loginpage > #logincontent > form > p:nth-child(7) > a {
  color: #f9c408;
  text-decoration: none;
  font-weight: bold;
}
.loginpage > #logincontent > form > p:nth-child(7) > a:hover {
  filter: brightness(0.8);
}
.loginpage > #logincontent > form > input {
  width: 320px;
  height: 40px;
  text-overflow: ellipsis;
  padding: 0 5px;
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  border: 1px solid #dedede;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  outline: none;
  padding-left: 10px;
}
.loginpage > #logincontent > form > #formobillogin {
  display: none;
}
@media only screen and (max-width: 600px) {
  .loginpage > #logincontent form {
    width: 88%;
    margin: 0 auto;
  }
  .loginpage > #logincontent form > .submitbuttondiv {
    width: 60px;
    padding: 0 6px;
    margin: 7px 0;
  }
  .loginpage > #logincontent form > #formobillogin {
    color: #cacaca;
    border: 0.1rem solid #cacaca;
    text-align: center;
    box-sizing: border-box;
    background-color: transparent;
    width: 120px;
    font-size: 14px;
    padding: 0;
    margin: 40px 0;
    display: flex;
  }
  .loginpage > #logincontent form > #inmobwhite {
    color: #cacaca;
    margin: 0;
    margin-bottom: 17px;
    font-size: 14px;
  }
  .loginpage > #logincontent form > #inmobwhite:nth-child(1) {
    margin-top: 33px;
  }
  .loginpage > #logincontent form > #notusername, .loginpage > #logincontent form #notpassword {
    margin: 0;
    margin-bottom: 20px;
  }
  .loginpage > #logincontent form > #inmob {
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .loginpage > #logincontent form > .sm {
    width: 100%;
    margin: 0;
  }
  .loginpage > #logincontent form > .sm > img:nth-child(1) {
    margin-left: 0;
  }
  .loginpage > #logincontent form > a {
    margin: 0;
    padding: 0;
    text-align: left;
    justify-content: left;
  }
  .loginpage > #logincontent form > #forpcreg {
    display: none;
  }
  .loginpage > #logincontent form > #formobreg {
    display: flex;
    margin-bottom: 50px;
  }
  .loginpage > #logincontent form > input {
    width: 100%;
    border-radius: 4px;
  }
}
.loginpage > #logincontent > .upform {
  width: 100%;
  height: 90px;
  background-image: linear-gradient(90deg, #294c0b 0, #203d08);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginpage > #logincontent > .upform > .close {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 33, 33, 0.6);
  box-sizing: border-box;
  margin-left: 312px;
  margin-top: -40px;
  cursor: pointer;
}
.loginpage > #logincontent > .upform > .close:hover {
  background-color: #f9c408;
}
.loginpage > #logincontent > .upform > .close > svg {
  margin: auto;
  width: 20px;
  fill: #fff;
}
@media only screen and (max-width: 600px) {
  .loginpage > #logincontent > .upform .close {
    top: 0;
    right: 0;
    margin: 15px;
  }
}
.loginpage > #logincontent > .upform > .incontents > h1 {
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}
.loginpage > #logincontent > .upform > .incontents > p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #cacaca;
}
.loginpage > #logincontent > .upform > .incontents > p > a {
  color: #f9c408;
  text-decoration: none;
}
.loginpage > #logincontent > .upform > .incontents > p > a:hover {
  opacity: 0.7;
}
.loginpage > #logincontent > .upform > .incontents > h1, .loginpage > #logincontent > .upform > .incontents p {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .loginpage > #logincontent > .upform .incontents > #nonmob {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .loginpage > #logincontent .upform {
    background: none;
    height: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .loginpage {
    width: 100%;
    max-width: 100%;
  }
  .loginpage > #logincontent {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: none;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  @keyframes getanim {
    0% {
      top: 0px;
      opacity: 1;
    }
    50% {
      top: 0px;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 400px) {
  .loginpage {
    width: 100%;
    max-width: 100%;
  }
  .loginpage > #logincontent {
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }
}
.jojospecial {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  height: auto;
  margin-top: 40px;
  padding: 0 15px;
  overflow: hidden;
}
.jojospecial > #mobilclass {
  display: none;
}
.jojospecial > h1 {
  color: white;
  font-family: "Source Code Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-left: 20px;
}
.jojospecial > .rincontents {
  width: 98%;
  height: auto;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(7, 2fr);
  gap: 20px;
}
.jojospecial > .rincontents > .rincontent > .fullcontent {
  width: auto;
  height: auto;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > img {
  width: 190px;
  height: 120px;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent {
  position: absolute;
  width: 190px;
  height: 120px;
  -webkit-backdrop-filter: blur(2px) brightness(0.8);
          backdrop-filter: blur(2px) brightness(0.8);
  opacity: 0;
  transition: 0.4s linear;
  cursor: pointer;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent:hover {
  opacity: 1;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent > .spons {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent > .spons > p {
  font-size: 11px;
  height: 22px;
  padding: 0 5px;
  background: #f9c408;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 7px;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent > .play {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jojospecial > .rincontents > .rincontent > .fullcontent > .incontent > .play > p {
  font-size: 16px;
  padding: 10px 15px;
  background: #f9c408;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 7px;
  font-weight: 600;
}
.jojospecial > .rincontents > .rincontent > p {
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .jojospecial {
    padding: 0;
    justify-content: center;
  }
  .jojospecial > #pcclass {
    display: none;
  }
  .jojospecial > #mobilclass {
    display: flex;
  }
  .jojospecial > .rincontents {
    display: grid;
    gap: 0px;
    justify-content: center;
    grid-template-columns: repeat(2, 2fr);
  }
  .jojospecial > .rincontents > .rincontent {
    width: auto;
    height: auto;
    margin: 10px auto;
  }
  .jojospecial > .rincontents > .rincontent > .fullcontent > .incontent {
    display: none;
  }
}
.footer {
  width: 100%;
  height: 310px;
  background-color: #000;
  margin-top: 60px;
  display: flex;
  border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.1);
}
.footer > .container {
  width: 280px;
  height: auto;
  padding: 30px;
}
.footer > .container > img {
  width: 200px;
}
.footer > .container > .downermedias {
  width: auto;
  height: auto;
  display: flex;
  margin-top: 15px;
  gap: 6px;
}
.footer > .container > .downermedias > img {
  width: 30px;
}
.footer > .rules {
  padding-top: 30px;
  width: 60%;
  height: 90%;
}
.footer > .rules > a {
  color: #f9c408;
  text-decoration: none;
}
.footer > .sponsores {
  width: auto;
  height: auto;
}
.footer > .sponsores > p {
  padding-top: 30px;
  color: #fff;
}
.footer > .sponsores > .insocontent {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 40px;
}
.footer > .sponsores > .insocontent > img {
  width: 65px;
}

@media only screen and (max-width: 1410px) {
  .footer {
    display: block;
  }
  .footer > .sponsores {
    display: none;
  }
  .footer > .container {
    padding: 30px 0;
    width: 100%;
  }
  .footer > .container > img {
    display: flex;
    margin: 0 auto;
  }
  .footer > .container > .downermedias {
    justify-content: center;
  }
  .footer > .rules {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.downfooter {
  width: 100%;
  height: 200px;
  background-color: #000;
  display: flex;
}
.downfooter > .leftmain {
  width: 70%;
}
.downfooter > .leftmain > .uptext {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.downfooter > .leftmain > .uptext > p {
  color: #fff;
  text-align: center;
  width: 320px;
  height: auto;
  font-size: 11px;
}
.downfooter > .leftmain > .uptext > p > span {
  font-weight: bold;
}
.downfooter > .leftmain > .downtext {
  width: 100%;
  height: auto;
}
.downfooter > .leftmain > .downtext > p {
  color: #fff;
  width: 90%;
  font-size: 11px;
  margin: 0 auto;
}
.downfooter > .leftmain > .downtext > p > span {
  color: #f9c408;
}
.downfooter > .rightmain {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.downfooter > .rightmain > img {
  max-width: 75px;
  position: relative;
  top: -30px;
}

.mobilothermenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -10000000000px;
  left: 0;
  display: none;
  background: rgba(41, 76, 11, 0.7);
}
.mobilothermenu > .conf {
  width: 0%;
  height: 100%;
  background-color: #294c0b;
  transition: 0.5s linear;
  overflow: hidden;
}
.mobilothermenu > .conf > .upconf {
  width: auto;
  height: 90px;
  overflow-y: hidden;
  overflow-x: auto;
  margin-left: 60px;
  display: flex;
}
.mobilothermenu > .conf > .upconf > .upconfig {
  min-width: 100px;
  max-width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobilothermenu > .conf > .upconf > .upconfig:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.3);
}
.mobilothermenu > .conf > .upconf > .upconfig > .inconf > svg {
  width: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.mobilothermenu > .conf > .upconf > .upconfig > .inconf > p {
  text-align: center;
  color: white;
  font-size: 14px;
}
.mobilothermenu > .conf > .downconf {
  width: 100%;
  height: 80%;
  overflow: auto;
}
.mobilothermenu > .conf > .downconf > label {
  width: 100%;
  height: auto;
}
.mobilothermenu > .conf > .downconf > label > .searchgame {
  width: 90%;
  height: 30px;
  border: 0.1rem solid hsla(0, 0%, 100%, 0.05);
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 6px;
}
.mobilothermenu > .conf > .downconf > label > .searchgame > input {
  width: 100%;
  outline: none;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 16px;
  color: white;
}
.mobilothermenu > .conf > .downconf > label > .searchgame > input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.mobilothermenu > .conf > .downconf > label > .searchgame > input::placeholder {
  color: white;
  opacity: 1;
}
.mobilothermenu > .conf > .downconf > label > .searchgame > svg {
  fill: white;
  padding: 5px;
  width: 20px;
}
.mobilothermenu > .conf > .downconf > label > .searchgame > svg:nth-child(3) {
  cursor: pointer;
}
.mobilothermenu > .conf > .downconf > .downitems {
  width: 92%;
  height: 50px;
  border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.05);
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 12px;
}
.mobilothermenu > .conf > .downconf > .downitems > .initem {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
}
.mobilothermenu > .conf > .downconf > .downitems > .initem > p {
  color: white;
}
.mobilothermenu > .conf > .downconf > .downitems > .initem > svg {
  width: 30px;
}

@media only screen and (max-width: 1410px) {
  .mobilothermenu {
    display: block;
  }
  .downfooter {
    display: block;
    height: auto;
  }
  .downfooter > .leftmain {
    width: 100%;
  }
  .downfooter > .rightmain {
    width: 100%;
    margin-top: 60px;
  }
  .downfooter > .rightmain > img {
    max-width: 40px;
  }
}
#forpcmike {
  display: none;
  scale: 1.1;
}

.registerpage {
  width: 1180px;
  height: 770px;
  background-color: #fff;
  margin: 70px auto;
  margin-top: 155px;
  display: flex;
}
.registerpage > .registercontent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registerpage > .registercontent > .inregistercontent {
  width: 390px;
  height: 650px;
}
.registerpage > .registercontent > .inregistercontent p {
  color: #212121;
  font-size: 14px;
  margin-bottom: 5px;
}
.registerpage > .registercontent > .inregistercontent p::before {
  content: "*";
  color: #c23b21;
}
.registerpage > .registercontent > .inregistercontent > h1 {
  font-size: 17px;
  font-weight: 600;
  color: #203d08;
}
.registerpage > .registercontent > .inregistercontent > form {
  width: 100%;
}
.registerpage > .registercontent > .inregistercontent > form > .formcontent {
  margin: 20px 0;
}
.registerpage > .registercontent > .inregistercontent > form > .formcontent:nth-child(2) {
  margin: 10px 0;
}
.registerpage > .registercontent > .inregistercontent > form > .formcontent > input {
  display: inline-block;
  width: 100%;
  height: 38px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: 4px;
  margin-top: 7px;
  font-size: 15px;
  padding-left: 10px;
}
.registerpage > .registercontent > .inregistercontent > form > .formcontent:nth-child(6) > input {
  font-size: 15px;
  padding: 0 10px;
}
.registerpage > .registercontent > .inregistercontent > form > input {
  width: 100%;
  height: 50px;
  border: none;
  background: #f9c408;
  color: #294c0b;
  border-radius: 6px;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
}
.registerpage > .registercontent > .inregistercontent > form > p {
  color: #212121;
  margin-top: 30px;
}
.registerpage > .registercontent > .inregistercontent > form > p::before {
  content: "";
}
.registerpage > .registercontent > .inregistercontent > form > p > a {
  color: #f9c408;
}

@media only screen and (max-width: 600px) {
  .registerpage {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent {
    width: 100%;
    padding: 0;
    margin: 0;
    scale: 0.9;
  }
  .registerpage > .registercontent > .inregistercontent {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent > .inregistercontent > form {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent > .inregistercontent > form > input {
    width: 100%;
  }
  .registerpage > .registercontent > .inregistercontent > form > p {
    width: 100%;
    text-align: center;
  }
  .registerpage > .registercontent > .inregistercontent > form .formcontent {
    width: 100%;
    padding: 0;
    padding-right: 0px;
  }
}
.warn {
  color: #c03928;
}

#warnmes {
  color: #c03928;
  position: absolute;
}
#warnmes::before {
  content: "";
}

@media only screen and (max-width: 1200px) {
  #forpcmike {
    margin-top: 55px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  .registerpage {
    margin: 0;
  }
  .registerpage > img {
    display: none;
  }
  .registerpage > .registercontent {
    width: 100%;
    margin: 0;
  }
  .registerpage > .registercontent > .inregistercontent {
    width: 100%;
    height: auto;
  }
  .registerpage {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent {
    width: 100%;
    padding: 0;
    margin: 0;
    scale: 0.9;
  }
  .registerpage > .registercontent > .inregistercontent {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent > .inregistercontent > form {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .registerpage > .registercontent > .inregistercontent > form > input {
    width: 100%;
  }
  .registerpage > .registercontent > .inregistercontent > form > p {
    width: 100%;
    text-align: center;
  }
  .registerpage > .registercontent > .inregistercontent > form .formcontent {
    width: 100%;
    padding: 0;
    padding-right: 0px;
  }
}
.depositpage {
  width: 94%;
  height: 600px;
  background-color: #eee;
  margin: 50px auto;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.depositpage > .inpage {
  width: 670px;
  height: auto;
  background-color: #fff;
}
.depositpage > .inpage > .genpage {
  padding: 20px;
}
.depositpage > .inpage > .genpage > h1 {
  color: #516183;
  font-weight: 600;
  font-size: 24px;
}
.depositpage > .inpage > .genpage > .methods {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  height: auto;
  gap: 6px;
  margin-top: 22px;
  padding: 0 10px;
}
.depositpage > .inpage > .genpage > .methods > .method {
  height: 140px;
  background-color: #f3f6f9;
  cursor: pointer;
}
.depositpage > .inpage > .genpage > .methods > .method > img {
  margin: 0 auto;
  display: flex;
}
.depositpage > .inpage > .genpage > .methods > .method > p {
  text-align: center;
  font-size: 13px;
  color: #516183;
  line-height: 1;
}
.depositpage > .inpage > .genpage > .methods > .method > p:nth-child(2) {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  .depositpage {
    width: 100%;
    height: auto;
  }
  .depositpage > .inpage {
    height: 100%;
  }
  .depositpage > .inpage > .genpage > .methods {
    grid-template-columns: repeat(4, 2fr);
  }
}
@media only screen and (max-width: 700px) {
  .depositpage {
    width: 100%;
  }
  .depositpage > .inpage > .genpage > .methods {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media only screen and (max-width: 350px) {
  .depositpage {
    width: 100%;
  }
  .depositpage > .inpage > .genpage > .methods {
    grid-template-columns: repeat(1, 2fr);
  }
}
.paymentdata {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paymentdata > .payment {
  max-width: 480px;
  margin: 0 auto;
  padding: 2em;
  background-color: #fff;
  color: #1e2329;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.paymentdata > .payment > .title {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1em;
  gap: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  max-width: 160px;
  position: relative;
  padding: 1em;
  background: #fff;
  border: 1px solid #d1b75f;
  background-color: #fef6d8;
  margin: 0 auto;
  scale: 0.9;
}
.paymentdata > .payment > .valueof {
  width: 100%;
  height: 50px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}
.paymentdata > .payment > .valueof > input {
  width: 60%;
  height: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  font-size: 16px;
}
.paymentdata > .payment > .valueof > .valuedetail {
  background: #eee;
  color: #000;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  display: grid;
  place-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
}
.paymentdata > .payment > .detailbox {
  width: 100%;
  height: 45px;
  background-color: #fef6d8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.paymentdata > .payment > .detailbox > p {
  font-size: 12px;
}
.paymentdata > .payment > p {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #848e9c;
  margin-bottom: 80px;
}
.paymentdata > .payment > .gopay {
  width: 100%;
  height: 40px;
  background-color: #fcd535;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.lastpayment {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
}
.lastpayment > .inpayment {
  width: 360px;
  height: 95vh;
  max-height: 800px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.lastpayment > .inpayment > svg {
  width: 140px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
}
.lastpayment > .inpayment > p {
  text-align: center;
  color: #848e9c;
  margin-top: 20px;
  font-size: 12px;
}
.lastpayment > .inpayment > img {
  width: 110px;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
.lastpayment > .inpayment #qr {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  background-color: #fafafa;
  color: #1e2329;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
.lastpayment > .inpayment #qr > svg {
  width: 15px;
  padding: 5px 20px;
  cursor: pointer;
  opacity: 0.5;
}
.lastpayment > .inpayment > .warn {
  width: 90%;
  height: 50px;
  background-color: #fef6d8;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lastpayment > .inpayment > .warn > p {
  font-size: 12px;
  color: #1e2329;
}
.lastpayment > .inpayment > .warn > p > span {
  font-weight: bold;
}
.lastpayment > .inpayment > .timecontent {
  background-color: #fafafa;
  width: 90%;
  height: 100px;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
.lastpayment > .inpayment > .timecontent > .zones {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}
.lastpayment > .inpayment > .timecontent > .zones > .zone {
  height: auto;
}
.lastpayment > .inpayment > .timecontent > .zones > .zone > p {
  width: 100%;
  display: flex;
  font-size: 13px;
  margin-top: 5px;
  color: rgb(32, 32, 32);
  font-weight: 600;
}
.lastpayment > .inpayment > .timecontent > .zones > .zone > span {
  float: right;
  color: #848e9c;
  font-size: 12px;
  line-height: 1;
}

.cancel-or-suc {
  width: 100%;
  height: auto;
  margin-top: 140px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cancel-or-suc > h1, .cancel-or-suc input {
  display: flex;
  font-size: 13px;
  color: #1e2329;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: 200;
  cursor: pointer;
  border: 0;
  text-align: center;
}
.cancel-or-suc > h1:nth-child(1), .cancel-or-suc input:nth-child(1) {
  background-color: #eaecef;
}
.cancel-or-suc > h1:nth-child(2), .cancel-or-suc input:nth-child(2) {
  background-color: #fcd535;
}

.havalecontent {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.havalecontent > .incontent {
  width: 900px;
  height: 470px;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.havalecontent > .incontent > .upcontent {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dddfeb;
}
.havalecontent > .incontent > .upcontent > img {
  width: 140px;
}
.havalecontent > .incontent > .downcontent {
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.havalecontent > .incontent > .downcontent > .allcontents > p {
  margin-bottom: 15px;
}
.havalecontent > .incontent > .downcontent > .allcontents > label {
  width: auto;
  height: auto;
}
.havalecontent > .incontent > .downcontent > .allcontents > label > .balancevalue {
  width: 400px;
  height: 60px;
  border: 1px solid #dddfeb;
  cursor: text;
}
.havalecontent > .incontent > .downcontent > .allcontents > label > .balancevalue > p {
  width: 100%;
  font-size: 12px;
  margin: 8px;
  opacity: 0.7;
}
.havalecontent > .incontent > .downcontent > .allcontents > label > .balancevalue > input {
  width: 90%;
  border: 0;
  outline: none;
  padding-right: 10px;
  display: flex;
  float: right;
  text-align: right;
  font-size: 17px;
}
.havalecontent > .incontent > .downcontent > .allcontents > .result {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.havalecontent > .incontent > .downcontent > .allcontents > .result > p {
  width: 100px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.havalecontent > .incontent > .downcontent > .allcontents > .result > p:nth-child(1) {
  color: #dc3545 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.havalecontent > .incontent > .downcontent > .allcontents > .result > p:nth-child(2) {
  background-color: #2e4da7 !important;
  border-color: #2e4da7 !important;
  color: #fff;
}
.havalecontent > .incontent > .downcontent > .allcontents > .warn {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: rgba(13, 110, 253, 0.25) !important;
  border: 2px solid #0a58ca !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.havalecontent > .incontent > .downcontent > .allcontents > .warn > p {
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  font-size: 13px;
  margin: 0 5px;
}
.havalecontent > .incontent > .downcontent > .allcontents > .warn > p > span {
  color: #c70a0e !important;
  font-weight: bold;
}
.havalecontent > .incontent > .downcontent > .allcontents > .warn > p > #bold {
  color: #212529 !important;
}

@media only screen and (max-width: 500px) {
  .havalecontent {
    scale: 0.9;
  }
}
.goresult {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.goresult > p > span {
  color: red;
}
.goresult > input {
  padding: 10px 12px;
  font-size: 14px;
  position: relative;
  top: -5px;
  color: #fff;
  background-color: #2e4da7 !important;
  border: 2px solid #2e4da7 !important;
  cursor: pointer;
  line-height: 1;
  font-weight: 600;
}

#two-step {
  display: none;
}
#two-step > h1 {
  color: #0a58ca;
  font-weight: 200;
  font-size: 21px;
}

#first-step {
  display: block;
}/*# sourceMappingURL=main.css.map */