 .body {
     background-color: #ffffff;
     width: 100%;
 }

 .screen {
     overflow: scroll;
 }

 .navigator {
     width: 100%;
     height: 50px;
     align-items: center;
     display: flex;
     position: fixed;
     background-color: white;
 }

 .nav-title {
     font-family: "Inter-Bold", Helvetica;
     width: 100%;
     text-align: center;
     color: #000000;
 }

 .language {
     width: 24px;
     height: 24px;
 }

 .language:hover {
     color: #2980B9;
 }

 .dropdown {
     display: inline-block;
     margin-right: 16px;
 }

 .dropdown-content {
     display: none;
     position: absolute;
     background-color: white;
     min-width: 120px;
     overflow: auto;
     border-radius: 6px;
     right: 12px;
     box-shadow: 1px 8px 16px 1px rgba(0, 0, 0, 0.2);
     z-index: 1;
 }

 .dropdown-content li {
     color: black;
     padding: 12px 16px;
     text-decoration: none;
     display: block;
 }

 .dropdown-content li:hover {
     background-color: #ddd;
 }

 .show {
     display: block;
 }

 #firstItem {
     margin-top: 60px;
 }

 .bold-text {
     font-weight: bold;
     width: 100%;
 }

 .listItem {
     width: 100%;
 }

 .longtext {
     display: inline;
     line-height: 24px;
     height: auto;
     word-break: break-all;
     word-wrap: break-word;
 }



 .titleIcon {
     width: 36px;
     height: 36px;
     padding-right: 8px;
     padding-left: 8px;
     margin-top: 20px;
 }

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

 .bettingIntroductionBox {
     font-family: "Inter-Bold", Helvetica;
     color: #262626;
     font-size: 14px;
     margin-left: 16px;
     line-height: 1.3;
     word-wrap: break-word;
     margin-right: 16px;
 }

 .gameRule {
     margin-left: 16px;
     line-height: 1.3;
     margin-right: 16px;
     background-color: #dcdcdc;
     margin-top: 16px;
     padding-top: 10px;
     padding-left: 16px;
     padding-right: 16px;
     padding-bottom: 16px;
     border-radius: 10px;
 }

 .gameRuleItem {
     word-wrap: break-word;
     width: 100%;
 }

 .lotterySource {
     width: 100%;
     font-family: "Inter-Regular", Helvetica;
     font-weight: 400;
     color: #000000;
     font-size: 16px;

     word-wrap: break-word;
     margin-left: 16px;
     margin-right: 16px;
 }

 .LotterResultBalls {
     width: 100%;
     display: flex;
     padding-top: 8px;
     gap: 12px;
     padding-bottom: 20px;
     align-items: center;
 }

 .LotteryResultBox {
     font-family: "Inter-Bold", Helvetica;
     color: #262626;
     margin-left: 20px;
     margin-top: 20px;
     line-height: 1.3;
     word-wrap: break-word;
     margin-right: 16px;
 }

 .LotteryResultDescript {
     font-family: "Inter-Bold", Helvetica;
     color: #262626;
     margin-top: 32px;
     margin-left: 16px;
     line-height: 1.3;
     word-wrap: break-word;
     margin-right: 16px;
 }

 .betFormattingTitle {
     font-family: "Inter-Bold", Helvetica;
     color: #131313;
     font-size: 18px;
 }

 .bettingIntroductionTitle {
     font-family: "Inter-Bold", Helvetica;
     color: #131313;
     margin-top: 20px;
     font-size: 18px;
 }

 .bettingIntroduction {
     width: 100%;
     padding: 16px;
     margin-top: 8px;
     background-color: #dcdcdc;
     border-radius: 10px;
 }

 .liWithMargin {
     margin-top: 12px;
 }

 .overlap {
     width: 100%;
     padding-left: 8px;
     padding-right: 8px;
     display: block;
     flex-direction: column;
     background-color: #ededed;
     border-radius: 20px;
 }

 .overlap-group {
     position: relative;
     width: 327px;
     height: 86px;
     border-radius: 10px;
 }

 .subtract {
     width: 10px;
     height: 86px;
     top: 0;
     left: 0;
 }

 .element {
     position: absolute;
     width: 250px;
     top: 7px;
     left: 11px;
     font-family: "Inter-Regular", Helvetica;
     font-weight: 400;
     color: #000000;
     font-size: 16px;
     letter-spacing: 0;
     line-height: 24px;
 }

 .text-wrapper {
     position: absolute;
     width: 324px;
     top: 19px;
     left: 22px;
     font-family: "Inter-Regular", Helvetica;
     font-weight: 400;
     color: #000000;
     font-size: 16px;
     letter-spacing: 0;
     line-height: normal;
 }

 .text-wrapper-2 {
     position: absolute;
     width: 315px;
     top: 67px;
     left: 22px;
     font-family: "Inter-Regular", Helvetica;
     font-weight: 400;
     color: #000000;
     font-size: 16px;
     letter-spacing: 0;
     line-height: normal;
 }

 .group-2 {
     position: absolute;
     width: 100%;
     height: 156px;
     top: 989px;
     left: 19px;
 }

 .title {
     font-weight: bold;
     font-size: large;
 }

 #example {
     margin-top: 10px;
 }

 .TraonScanBlock {
     display: flex;
     align-items: center;
     gap: 8px;
     padding: 8px;
     position: relative;
     align-self: stretch;
     width: 100%;
     flex: 0 0 auto;
     background-color: #ffffff;
     border-radius: 10px;
 }

 #TronWithTop {
     margin-top: 10px;
 }

 .tronscan {
     position: relative;
     width: 24px;
     height: 19.52px;
 }

 .frame-3 {
     display: flex;
     flex-direction: column;
     width: 331px;
     align-items: flex-start;
     gap: 12px;
     position: relative;
     margin-right: -12px;
 }

 .text-wrapper-13 {
     position: relative;
     width: fit-content;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: #000000;
     font-size: 14px;
     letter-spacing: 0;
     line-height: normal;
 }

 .element-dg {
     position: relative;
     width: fit-content;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: transparent;
     font-size: 14px;
     letter-spacing: 0;
     line-height: normal;
 }

 .span {
     color: #000000;
 }

 .text-wrapper-14 {
     color: #b026ff;
 }

 .text-wrapper-15 {
     color: #7b00ff;
 }

 .text-wrapper-16 {
     color: #26c1ff;
 }

 .text-wrapper-17 {
     color: #0dd901;
 }

 .text-wrapper-18 {
     color: #ff9900;
 }

 .text-wrapper-19 {
     color: #ff4040;
 }

 .icon {
     position: relative;
     width: 24px;
     height: 23.95px;
 }

 .frame-4 {
     display: flex;
     flex-direction: column;
     width: 331px;
     align-items: flex-start;
     gap: 10px;
     position: relative;
     margin-right: -12px;
 }

 .text-wrapper-20 {
     position: relative;
     align-self: stretch;
     margin-top: -1px;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: #000000;
     font-size: 14px;
     letter-spacing: 0;
     line-height: normal;
 }

 .element-xfac {
     position: relative;
     align-self: stretch;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: transparent;
     font-size: 14px;
     letter-spacing: 0;
     line-height: normal;
 }

 .LotteryResult {
     display: flex;
     flex-direction: column;
     width: 100%;
     margin-top: 10px;
     align-items: flex-start;
     gap: 4px;
     padding-left: 16px;
     left: 0;
 }

 .view {
     display: flex;
     width: 324px;
     align-items: center;
     gap: 10px;
     margin-left: 6px;
     flex: 0 0 auto;
 }

 .fxemojibilliards {
     width: 32px;
     height: 32px;
 }

 .overlap-group-2 {
     position: relative;
     height: 32px;

     background-size: 100% 100%;
 }

 .vector {
     position: absolute;
     width: 32px;
     height: 32px;
 }

 .img {
     position: absolute;
     width: 6px;
     height: 4px;
     top: 3px;
     left: 5px;
 }

 .text-wrapper-21 {
     height: 15px;
     top: 8px;
     color: #000000;
     font-size: 12.8px;
     position: absolute;
     left: 13px;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     letter-spacing: 0;
     line-height: normal;
     white-space: nowrap;
 }

 .p {
     position: relative;
     width: fit-content;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: transparent;
     font-size: 16px;
     letter-spacing: 0;
     line-height: normal;
     white-space: nowrap;
 }

 .text-wrapper-22 {
     color: #000000;
     font-size: 16px;
 }

 #betNicknames::before {
     content: url("/img/bet.svg");
 }

 .overlap-group {
     position: relative;
     height: 32px;
     background-size: 100% 100%;
 }

 .betmethod {
     margin-top: 20px;
     border-radius: 10px;
     padding-left: 10px;
     border-left: 6px #b026ff solid;
     padding-top: 8px;
     padding-bottom: 12px;
     background-color: #ffffff;
 }

 .text-wrapper-23 {
     color: #ff9901;
 }

 .group-4 {
     width: 310px;
     height: 66px;
 }

 .text-wrapper-24 {
     position: absolute;
     height: 19px;
     top: 0;
     left: 3px;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     color: #000000;
     font-size: 16px;
     letter-spacing: 0;
     line-height: normal;
     white-space: nowrap;
 }

 .div-wrapper {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #b026ff;
     border-radius: 8px;
 }

 .text-wrapper-25 {
     height: 24px;
     top: 6px;
     color: #ffffff;
     font-size: 20px;
     position: absolute;
     left: 13px;
     font-family: "Inter-Medium", Helvetica;
     font-weight: 500;
     letter-spacing: 0;
     line-height: normal;
     white-space: nowrap;
 }

 .overlap-wrapper {
     position: absolute;
     width: 40px;
     height: 36px;
     top: 30px;
     left: 54px;
 }

 .overlap-4 {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #7b00ff;
     border-radius: 8px;
 }

 .group-5 {
     position: absolute;
     width: 40px;
     height: 36px;
     top: 30px;
     left: 108px;
 }

 .overlap-5 {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #26c1ff;
     border-radius: 8px;
 }

 .group-6 {
     position: absolute;
     width: 40px;
     height: 36px;
     top: 30px;
     left: 162px;
 }

 .overlap-6 {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #0dd901;
     border-radius: 8px;
 }

 .group-7 {
     position: absolute;
     width: 40px;
     height: 36px;
     top: 30px;
     left: 216px;
 }

 .overlap-7 {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #ff9900;
     border-radius: 8px;
 }

 .group-8 {
     position: absolute;
     width: 40px;
     height: 36px;
     top: 30px;
     left: 270px;
 }

 .overlap-8 {
     position: relative;
     width: 38px;
     height: 36px;
     background-color: #ff4040;
     border-radius: 8px;
 }