.custom-notice { background: linear-gradient(to bottom, #0e0e0e, #000000); padding: 20px; margin: 10px; color: white; line-height: 1.5; border-radius: 10px; } .custom-notice-title { font-weight: bold; font-size: 18px; } .container.inline a:hover { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; } .container.inline a.active { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; } .mobile.mobile-footer-bar a.active { color: white !important; background: #720463; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 100px -20px inset, rgba(0, 0, 0, 0.3) 0px 18px 50px -20px inset; } .mobile-item-container { text-decoration: none; background: #141414; flex: none; display: flex; overflow-x: auto; overflow-y: hidden; white-space: nowrap; width: 100%; gap: 5px; padding: 5px; } .mobile-menu-item { min-width: 80px; display: flex; flex-direction: column; padding-top: 10px; padding-bottom: 10px; margin: 3px; text-decoration: none; justify-content: center; /* Center horizontally */ align-items: center; border-radius: 10px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .mobile-menu-item div.title { font-size: 11px; color: white; display: inline-block; margin: 10px auto auto; } .mobile-menu-item.active { box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 100px -20px inset, rgba(0, 0, 0, 0.3) 0px 18px 50px -20px inset; } .right.form-element input { background: #171717 !important; border-radius: 5px; margin-top: 5px; border: none; padding: 20px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; } .right.form-element input[type="file"] { padding: 10px; height: 40px; } .right.form-element select { background: #171717 !important; border-radius: 5px; margin-top: 5px; border: none; padding: 0px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; } .right.form-element a.action-button.form-button { width: 100%; text-align: center; font-weight: 400; border-radius: 5px; padding: 10px; text-decoration: none !important; } .right.form-element a.me-action-button.form-button { width: 100%; text-align: center; font-weight: 400; border-radius: 5px; padding: 10px; } .right.form-element a.pass-action-button.form-button { width: 100%; text-align: center; font-weight: 400; border-radius: 5px; padding: 10px; } .custom-desktop-menu-container { background: linear-gradient(to bottom, #242323, #0e0e0e, #000000); border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin: -10px; } .material-symbols-outlined { box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background: linear-gradient(to bottom, #121212, #0e0e0e); border-radius: 10px; padding: 8px; margin-left: 5px; color: white; } ::-webkit-scrollbar-thumb { display: none; } /* Optional: You can also style the scrollbar track to make it invisible */ ::-webkit-scrollbar-track { display: none; } /* Optional: Style the scrollbar and scrollbar corner if needed */ ::-webkit-scrollbar { width: 0; height: 0; } ::-webkit-scrollbar-corner { display: none; } .custom-popup { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1; } .custom-popup-content { position: absolute; border-radius: 10px; top: 50%; z-index: 1000; left: 50%; transform: translate(-50%, -50%); background: #0e0e0e; padding: 20px; text-align: center; color: white; } @media screen and (max-width: 768px) { .custom-popup-content { left: 10%; transform: translate(-5%, -50%); } } .custom-popup-close { position: absolute; top: 10px; right: 10px; font-size: 20px; cursor: pointer; } .custom-popup-title { font-size: 30px; font-weight: bold; margin-top: 20px; } .custom-popup-description { font-size: 20px; line-height: 1.5; margin: 10px; } .custom-popup-action-button { outline: none; border: none; cursor: pointer; background: #121212; width: 100%; border-radius: 10px; color: white; padding: 10px; } .application-layout { background: linear-gradient(to left, #0e0e0e, #000000);; flex-direction: row; display: flex; padding: 10px 20px; justify-content: space-between; align-items: center; color: white; } .application-layout-title { padding: 10px; background: linear-gradient(to left, #0e0e0e, #000000);; font-weight: bold; } .application-layout-description { margin-top: 5px; font-weight: 200; font-size: 12px; } .application-left-layout { float: left; display: flex; gap: 5px; flex-direction: row; align-items: center; justify-content: center; } .application-download-link { background: linear-gradient(to right, #06c234, #00751d); color: white; border-radius: 10px; font-size: 14px; font-weight: bold; padding: 5px 12px; text-decoration: none; flex: 1; box-shadow: rgba(200, 200, 200, 0.5) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; } .application-right-layout { display: flex; } .application-layout-icon { background: linear-gradient(to right, #00751d, #06c234); box-shadow: rgba(200, 200, 200, 0.5) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; font-size: 40px; border-radius: 50px; } @media screen and (max-width: 768px) { .application-layout-icon { font-size: 20px; } .application-layout { margin-top: 50px; padding: 20px 5px; } .application-layout-title { font-size: 12px; padding: 0px; } .application-layout-description { font-size: 10px; } .application-download-link { font-size: 13px; } .android-logo { width: 30px; height: 30px; } } .footer-download-link-container{ padding: 10px; background: #121921; border-radius: 10px; display: flex; flex-direction: column; text-decoration: none; gap: 20px; color: white; } .footer-download-link-icon{ background: linear-gradient(to right, #262626, #0f0f0f); font-size: 50px; border-radius: 50%; padding: 10px 0; } .footer-download-link-title{ font-size: 14px; margin: 10px; } .form-container{ background: linear-gradient(to bottom, #0e0e0e, #000000); } .form-title{ color: white !important; } .account-page-container { color: white !important; } .data-table td, .data-table th { color: white !important; } table{ background: linear-gradient(to right, #262626, #0f0f0f); padding: 10px; } .data-table tbody tr:nth-child(odd) td { background: linear-gradient(to right, #262626, #0f0f0f); } .withdraw-description { background: linear-gradient(to bottom, #0e0e0e, #000000); color: wheat; } .mobile-menu .items a { display: flex; color: #fff; text-decoration: none; text-align: start; padding: 15px 21px; border-top: none; font-weight: 400; font-size: 13px; min-height: 58px; background: #121212; margin: 11px; border-radius: 20px; align-items: center; gap: 10px; } .mobile-menu .items { width: 100%; padding: 0; margin-bottom: 400px; } .form-container .form-button{ text-decoration: none !important; } .form-container .form-button :hover{ text-decoration: none !important; color: white !important; } a { /*color: white !important; !* or any other color *!*/ text-decoration: none; cursor: pointer; } .c-blue{ color: green !important; } .data-table tbody tr:nth-child(even) td { background: #000 !important; } .data-table tbody tr:nth-child(odd) td { background: #000 !important; } .data-sub-table td, .data-sub-table th { background: #000 !important; } .data-sub-table a { color: #fff !important; }