@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap"); body {
    font-family: Nunito, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0px auto;
    color: rgba(0,0,0,.9);
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

a:hover, a:focus, button:focus, button:hover, input:focus, select:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: rgb(102, 102, 102);
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(85, 85, 85);
}

.container-fluid {
    max-width: 1440px;
}

.header-top {
    height: 82px;
}

.logo {
    padding: 19px;
}

.logo img {
    max-height: 45px;
}

.header-right {
    width: 500px;
    float: right;
    margin-top: 10px;
}

.headright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-group input {
    border: 1px solid rgb(0, 58, 118);
    border-radius: 3px;
    width: 116px;
    height: 30px;
    padding: 0px 10px;
}

.login_btn {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.join_btn {
    background: rgb(204, 0, 27);
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.login_btn a, .join_btn a {
    color: rgb(255, 255, 255);
}

.languageToggle {
    cursor: pointer;
}

.languageToggle img {
    max-width: 29px;
}

.languageToggle i {
    font-size: 18px;
    vertical-align: sub;
    margin-left: 5px;
}

.btmtools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(109, 109, 109);
    font-size: 12px;
    padding: 5px 10px 0px;
}

.forgot-link a {
    color: rgb(109, 109, 109);
    text-decoration: underline;
}

.header-menu {
    background: rgb(1 59 122);
    position: relative;
}

.main-nav {
    display: flex;
    align-items: center;
    height: 47px;
}

.main-nav li.nav-item {
    margin: 0px 21px;
    padding: 9px 0px 14px;
}

.main-nav li.nav-item a.navlink {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
}

.main-nav li.nav-item:hover a.navlink {
    color: rgb(255, 223, 27);
}

.main-nav li.nav-item.menuimg a.navlink img {
    filter: contrast(0) brightness(5);
}

.main-nav li.nav-item.menuimg:hover a.navlink img {
    filter: none;
}

.position-inherit {
    position: inherit;
}

.dropdown-menu.language {
    padding: 0;
    min-width: auto;
}

.dropmenu {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform-origin: 0% 0%;
    transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    visibility: hidden;
}

.main-nav li.nav-item:hover .dropmenu {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.dropinner {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.dm-item {
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.gm_name {
    margin-top: 5px;
    color: #023c7a;
    transition: all 0.5s ease 0s;
}

.gm_name img {
    max-width: 35px;
    vertical-align: text-bottom;
}

.dm-item img.img-open {
    display: none;
}

.dm-item:hover img.img-open {
    display: block;
}

.dm-item:hover img.img-close {
    display: none;
}

.dropmenu:hover a {
    opacity: 0.5;
    transition: all 0.5s ease 0s;
}

.dropmenu:hover a:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.footer-sec {
    background: rgb(242, 242, 242);
    color: rgb(117, 117, 117);
    padding-bottom: 45px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px dotted rgb(80, 80, 80);
}

.footer-menu li {
    margin: 10px 20px 10px 0px;
    position: relative;
}

.footer-menu li a {
    color: rgb(117, 117, 117);
}

.footer-menu li a:hover {
    color: rgb(117, 117, 117);
    text-decoration: underline;
}

.footer-menu li::after {
    content: "";
    border-right: 1px solid rgb(68, 68, 68);
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -11px;
}

.footer-menu li:last-child::after {
    content: none;
}

.fp-btm {
    border-bottom: 1px dotted rgb(80, 80, 80);
}

.fp_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 15px;
}

.footer-point {
    text-align: center;
    max-width: 210px;
    margin: auto;
}

.ptitle {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0px 20px;
}

.fp_caption {
    margin-bottom: 10px;
}

.ftcol {
    margin: 15px 0px;
}

.footer-point a {
    color: rgb(0, 112, 209);
}

.footer-point a:hover {
    color: rgb(0, 112, 209);
    text-decoration: underline;
}

.ftittle {
    font-size: 12px;
    margin-bottom: 10px;
}

.ft_icon img {
    filter: grayscale(1);
    margin-right: 10px;
    opacity: 0.8;
}

.ft_icon img:hover {
    filter: none;
    opacity: 1;
}

.ft-top {
    border-top: 1px dotted rgb(80, 80, 80);
    padding-top: 30px;
    padding-bottom: 10px;
}

.home-featured {
    display: flex;
    grid-template-columns: 55% auto;
    gap: 10px;
    margin: 20px 0px;
}

.home-updated {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 10px;
    margin: 20px 0px;
}

.home-featured a:hover {
    filter: brightness(1.1);
}

.hfbox-1 img {
    height: auto;
    object-fit: fill;
}

.hfbox-2 a {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.hfbox-2 a:last-child {
    margin-bottom: 0px;
}

.casino-sec {
    padding: 30px 0px 45px;
}

.gamebox {
    display: block;
    max-width: 266px;
    transition: all 0.3s ease 0s;
    margin: 10px auto;
}

.gamebox .game-title {
    color: rgb(0, 0, 0);
    background: rgb(242, 242, 242);
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.gamebox .game_img {
    max-width: 266px;
    height: 174px;
    overflow: hidden;
}

.gamebox .game_img img {
    height: 100%;
    object-fit: cover;
}

.gamebox:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease 0s;
}

.gamebox .game_img .img-open {
    display: none;
}

.gamebox:hover .game_img .img-close {
    display: none;
}

.gamebox:hover .game_img .img-open {
    display: block;
}

.slots-sec {
    padding: 30px 0px 45px;
}

.slotgame_box {
    display: block;
    max-width: 266px;
}

.slotgame_img {
    position: relative;
    overflow: hidden;
}

.slotgame_img img {
    transition: all 0.3s ease 0s;
}

.pop_play {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: 100%;
    left: 0px;
    right: 0px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.playbtn {
    background: #023c7a;
    height: 33px;
    color: rgb(255, 255, 255);
    border: none;
    text-align: center;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}

.demobtn {
    background: rgb(255, 228, 24);
    height: 33px;
    color: rgb(0, 0, 0);
    border: none;
    text-align: center;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}

.playbtn:hover, .demobtn:hover {
    filter: brightness(1.1);
}

.slotgame_box:hover .pop_play {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all 0.3s ease 0s;
}

.slotgame_box:hover .slotgame_img img {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.sg-title {
    color: rgb(0, 0, 0);
    background: rgb(242, 242, 242);
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
}

.poker-sec {
    position: relative;
    background: url("../images/page/") center top no-repeat;
    height: 582px;
}

.lottery-sec {
    position: relative;
    background: url("../images/lottery/Product-2-lottery.jpg") center top no-repeat;
    height: 582px;
}

.fishing-1 {
    position: relative;
    background: url("../images/page/fish-gg.jpg") center top no-repeat;
    height: 500px;
}

.fishing-2 {
    position: relative;
    background: url("../images/page/fish-jdb.jpg") center top no-repeat;
    height: 500px;
}

.fish-btn {
    position: absolute;
    left: -100px;
    top: 295px;
}

.fish-btn button {
    margin-right: -15px;
    margin-left: 24px;
    margin-top: 32px;
}

.horse-sec {
    position: relative;
    background: url("../images/horse/Product-2-horse.jpg") center top no-repeat;
    height: 582px;
}

.p2p-sec {
    position: relative;
    background: url("../images/p2p/legaming-bg.jpg") center top no-repeat;
    height: 582px;
}

.info-sec {
    margin: 20px 0px;
}

.info-sec .container-fluid {
    max-width: 900px;
}

.inforow {
    background: rgb(242, 242, 242);
}

.title-info {
    text-align: center;
    background: #023c7a;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.info_item {
    display: block;
    color: rgb(141, 141, 141);
    text-align: center;
    font-size: 17px;
    padding: 15px 0px;
}

.info_item img {
    filter: grayscale(1);
    margin-bottom: 15px;
}

.info_item:hover, .info_item.active {
    color: #023c7a;
}

.info_item:hover img, .info_item.active img {
    filter: none;
}

.faq-card, .tnc-card {
    border-bottom: 1px solid rgb(211, 211, 211);
}

button.btn-tnc {
    background: rgb(225, 225, 225);
    color: rgb(97, 97, 97);
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
}

.tnc-body {
    padding: 20px 15px;
    color: rgb(141, 141, 141);
}

button.btn-tnc::after {
    content: ">";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s ease 0s;
}

button.btn-tnc.collapsed::after {
    content: ">";
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}

.copyright-info {
    padding: 15px;
    text-align: right;
    font-size: 12px;
    color: rgb(141, 141, 141);
}

.termcaps {
    color: rgb(126, 140, 141);
    font-size: 16px;
    margin: 10px 15px;
}

.afterlogin_bg {
    background: url("../images/afterlogin/bg.jpg") center top no-repeat;
    padding: 20px 0px;
}

.profilebox {
    background-color: rgb(255, 255, 255);
    height: 89px;
    padding: 14px;
    margin-bottom: 20px;
}

.profileinfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.profile_icon {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 0px 10px;
}

.wallet_custom {
    border-left: 1px dotted rgb(80, 80, 80);
    padding-left: 20px;
}

.profile_rank {
    color: rgb(204, 0, 1);
}

.wallet_bal {
    color: rgb(204, 0, 1);
}

.sidepanel {
    margin: 0px;
    padding: 0px;
    width: 195px;
    float: left;
    border-bottom: none;
}

.sidepanel ul {
    background-color: rgba(255, 255, 255, 0.5);
    list-style-type: none;
    padding: 20px;
}

.sidepanel ul li {
    background-image: -webkit-linear-gradient(top, rgb(244, 243, 243), rgb(230, 230, 230));
    margin-bottom: 10px;
    border-radius: 10px;
}

.sidepanel ul li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
    border-radius: 5px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    word-break: break-all;
    padding: 10px;
    background-image: -webkit-linear-gradient(top, rgb(244, 243, 243), rgb(230, 230, 230));
    color: rgb(133, 133, 133);
    box-shadow: rgb(216, 216, 216) 0px -1px 0px, rgba(255, 255, 255, 0.9) 0px 0px 0px 1px;
}

.sidepanel ul li.active a {
    background-image: none;
    background-color: rgb(204, 0, 1);
    color: rgb(255, 255, 255);
}

.sidepanel_icon_white {
    display: none;
}

.sidepanel ul li.active a .sidepanel_icon_white {
    display: block;
}

.sidepanel ul li.active a .sidepanel_icon_color {
    display: none;
}

.sidepanel ul li a img {
    margin-right: 5px;
    width: 24px;
}

.sidepanel_content {
    display: block;
    margin-left: 210px;
    min-height: 600px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.84);
    color: rgb(255, 255, 255);
}

.sidepanel_header {
    padding: 20px;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(196, 196, 196);
}

.setting_text {
    color: rgb(185, 140, 141);
}

.title_text {
    display: flex;
    padding-left: 50px;
    align-items: center;
}

.title_text02 {
    display: flex;
    padding-left: 50px;
    align-items: unset;
}

.nav-pills.afterlogin .nav-link.active, .nav-pills.afterlogin .show > .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 0, 1);
    background-image: url("../images/afterlogin/deposit/tContent_depositContent_largeActive.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 8px 0px;
}

.nav-pills.afterlogin .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    padding: 0px;
    margin: 8px 0px;
    border: 1px solid rgb(187, 187, 187);
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
    display: none;
}

.bank_select {
    display: flex;
    justify-content: left;
    width: 500px;
    font-size: 12px;
}

.bank_select_inner {
    display: flex;
    color: rgb(133, 133, 133);
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.bank_select_img {
    border: 1px solid rgb(133, 133, 133);
    border-radius: 5px;
    padding: 0px;
    margin: 8px 8px 8px 0px;
}

.nav-pills.afterlogin_bank .nav-link.active, .nav-pills.afterlogin_bank .show > .nav-link {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../images/afterlogin/deposit/tContent_depositContent_smallActive.png");
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0px;
}

.nav-pills.afterlogin_bank .nav-link {
    padding: 0px;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
    color: rgb(204, 0, 1);
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
    border: 1px solid rgb(204, 0, 1);
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
    display: none;
}

.inputDeposit {
    border: 1px solid silver;
    background-color: rgb(255, 255, 255);
    color: rgb(153, 153, 153);
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 300px;
}

.maxLimit {
    color: red;
}

.depositBtn {
    width: 80px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, rgb(244, 243, 243), rgb(230, 230, 230));
    transition: background-color 0.2s ease-out 0s;
    background-clip: padding-box;
    border-radius: 4px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: rgb(133, 133, 133);
    font-size: 14px;
}

.submit_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: linear-gradient(rgb(204, 0, 1) 0%, rgb(123, 0, 1) 102%);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: inherit;
    border: none;
}

.upload_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: linear-gradient(rgb(244, 243, 243) 0%, rgb(230, 230, 230) 102%);
    color: rgb(133, 133, 133);
    cursor: pointer;
    font-size: inherit;
    border: 1px solid rgb(230, 230, 230);
}

.bank_details_copy {
    background-color: rgb(204, 0, 1);
    color: white;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid silver;
    width: 250px;
    height: 30px;
    justify-content: center;
}

.tab-pane-bank {
    margin-left: auto;
    margin-right: 0px;
}

.important-notice {
    background: rgb(238, 238, 238);
    padding: 20px;
    margin: 20px;
    font-size: 12px;
    height: fit-content;
}

.important-notice-title {
    color: rgb(0, 0, 0);
}

.important-notice-content {
    color: rgb(133, 133, 133);
}

.important-notice-content ol {
    padding: 0px;
}

.exchangeIcon {
    color: rgb(153, 153, 153);
    display: flex;
    align-items: center;
}

.weekly {
    background: rgb(226, 226, 226);
    padding: 10px;
    margin-left: auto;
    margin-right: 0px;
    color: rgb(0, 0, 0);
    display: flex;
    border-radius: 5px;
}

.text_title_transfer {
    color: rgb(191, 191, 191);
}

.transfer_game_main {
    font-size: 12px;
}

.transfer_box {
    display: flex;
    border: 1px solid rgb(226, 226, 226);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.transfer_box_sec {
    color: rgb(0, 0, 0);
    padding: 0px 2px;
    background-color: rgb(226, 226, 226);
    display: flex;
    min-height: 27px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.transfer_btn {
    height: 22px;
    width: 64px;
    border: 1px solid rgb(204, 0, 1);
    color: rgb(204, 0, 1);
    background: none;
    border-radius: 5px;
}

.transfer_btn:hover {
    background: rgb(204, 0, 1);
    color: rgb(255, 255, 255);
}

.text-blue {
    color: rgb(204, 0, 1);
}

.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: rgb(0, 0, 0);
}

.withdrawal table th {
    border: 1px solid rgb(213, 213, 213);
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    background-color: rgba(129, 157, 187, 0.15);
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
}

.withdrawal table td:first-child {
    text-align: right;
}

.history_main {
    display: flex;
    align-items: center;
}

.history_btn {
    border: none;
    padding: 5px;
    background-color: transparent;
    color: rgb(133, 133, 133);
    margin: 0px 5px;
}

.history_btn.active {
    border: 1px solid rgb(204, 0, 1);
    border-radius: 4px;
    color: rgb(204, 0, 1);
    background: white;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.history_table table {
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
}

.history_table table tr:first-child {
    background-color: rgba(129, 157, 187, 0.15);
}

.history_table table tr td {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(208, 208, 208);
    min-width: 200px;
}

.history_table table tr td i {
    font-size: 20px;
}

.history_table table tr th {
    padding: 8px;
}

.history_to {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}

.form-control.date_custom {
    padding: 0px 10px;
}

.inbox_msg_text {
    color: rgb(204, 0, 1);
    cursor: pointer;
}

.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: rgb(133, 133, 133);
    column-gap: 5px;
}

.profile_main_title {
    color: rgb(106, 140, 176);
}

.profile_main_bg {
    background-color: rgb(226, 226, 226);
    padding: 20px;
}

.bank_details_content {
    display: flex;
    align-items: center;
}

.deposit_btn {
    background: rgb(204, 0, 1);
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.deposit_btn a {
    color: rgb(255, 255, 255);
}

.logout_btn {
    background: rgb(149, 149, 149);
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.btmtools_after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(109, 109, 109);
    font-size: 12px;
    padding: 5px 10px 0px;
    float: right;
}

.log-group a {
    color: rgb(109, 109, 109);
}

.three_dot {
    font-size: 10px;
}

.msg_head {
    font-size: 20px;
    color: rgb(204, 0, 1);
}

.about-us-header, .contact-us-header {
    background: rgb(239, 239, 239);
    padding: 5px 0px 5px 15px;
    font-weight: bold;
    font-size: 18px;
}

.contact-us-header_inner {
    margin: 50px 0px;
}

.contact_dotted {
    border-right: 1px dotted;
}

.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0px;
    background-color: rgb(225, 225, 225);
    display: flex;
    justify-content: space-between;
}

.pmbox {
    background: none;
    color: rgb(143, 143, 143);
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.pmbox.active {
    background: #023c7a;
    color: rgb(255, 255, 255);
}

.promo-content {
    display: grid;
    gap: 0px;
}

.pm-boxer {
    display: grid;
    grid-template-columns: 25% 75%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 0px;
    gap: 10px;
}

.pm-boxer_inner {
    display: grid;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.moreinfo_btn {
    background-color: #023c7a;
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 19px;
    padding: 8px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
}

.pmtable-wrapper {
    margin: 15px 0px;
}

table.promo-table tr th {
    color: rgb(255, 255, 255);
    background: rgb(1, 59, 122);
    padding: 4px;
    border: 1px solid rgb(1, 59, 122);
}

table.promo-table tr td {
    border: 1px solid rgba(1, 59, 122, 0.33);
}

.gr-title {
    font-weight: 700;
    font-size: 16px;
}

.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}

.grlist ul li {
    padding-bottom: 3px;
    font-size: 14px;
}

.index_products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    column-gap: 10px;
}

.hotgame_main {
    border: 1px solid grey;
}

.hotgame_main a {
    color: grey;
}

.hotgame {
    padding: 6px;
    text-align: center;
}

.slider_jackpot {
    position: relative;
}

.jackpot_text {
    position: absolute;
    bottom: 12%;
    font-weight: 700;
    font-size: 35px;
    color: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.index_logo_provider {
    padding: 15px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    background-color: rgb(235, 235, 235);
    align-items: center;
}

.index_logo_provider li img {
    filter: grayscale(1);
    opacity: 0.8;
}

.index_logo_provider li img:hover {
    filter: none;
    opacity: 1;
}

.downloadTab {
    margin: 20px 0px;
}

.downloadTab .nav-pills .nav-link {
    background: -webkit-linear-gradient(top, rgb(244, 243, 243), rgb(230, 230, 230));
    margin-bottom: 5px;
    height: 50px;
    color: rgb(133, 133, 133);
    align-items: center;
    display: flex;
}

.downloadTab .nav-pills .nav-link.active, .downloadTab .nav-pills .nav-link:hover {
    background: linear-gradient(to bottom, #0062c9 0%, #003679 102%);
    color: rgb(255, 255, 255);
}

.downloadbody {
    text-align: center;
}

.downloadbox {
    text-align: center;
    width: 23%;
    margin: 0px 5px;
    display: inline-block;
    height: 173px;
}

.ndl-btn {
    background: linear-gradient(rgb(209, 230, 224) 0%, rgb(161, 228, 207) 100%);
    color: rgb(0, 28, 60);
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: 4px auto auto;
    width: 78%;
}

.ndl-btn:hover, .ndl-btn:focus {
    color: rgb(64, 103, 148);
}

.adl-btn {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(212, 212, 212) 100%);
    color: rgb(0, 28, 60);
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: 4px auto auto;
    width: 78%;
}

.adl-btn:hover, .adl-btn:focus {
    color: rgb(64, 103, 148);
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid rgb(213, 213, 213);
    text-align: center;
    padding: 8px;
    background-color: rgba(129, 157, 187, 0.15);
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
    color: rgb(0, 0, 0);
}

.dl .username_custom {
    color: rgb(106, 140, 176);
}

.downloadboxContent {
    padding: 10px;
    border: 1px solid rgb(196, 196, 196);
    background: rgba(129, 157, 187, 0.15);
}

.sup_wrap_main {
    margin: 20px 0px;
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.sub-side-nav {
    margin: 0px;
    padding: 0px;
    width: 195px;
    float: left;
    border-bottom: none;
    color: rgb(255, 255, 255);
    list-style-type: none;
}

.sub-side-nav li {
    background: -webkit-linear-gradient(top, rgb(244, 243, 243), rgb(230, 230, 230));
    cursor: pointer;
    border-radius: 0.25rem;
    margin-bottom: 5px;
}

.sub-side-nav li:hover, .sub-side-nav li.active {
    background: linear-gradient(rgb(0, 98, 201) 0%, rgb(0, 54, 121) 102%);
}

.sub-side-nav li:hover a, .sub-side-nav li.active a {
    color: rgb(255, 255, 255);
}

.sub-side-nav li a {
    color: rgb(133, 133, 133);
    padding: 20px;
    display: block;
}

.sub-side-right {
    display: block;
    padding: 10px;
    margin-left: 196px;
    min-height: 400px;
    border: 1px solid rgb(196, 196, 196);
    background: rgba(129, 157, 187, 0.15);
}

.sub-side-right-title {
    border-bottom: 1px solid rgb(196, 196, 196);
    margin-bottom: 10px;
}

.sub-side-right .form-group .form-control {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(68, 71, 76);
    border-radius: 2px;
    color: rgb(25, 25, 25);
    height: 31px;
    padding: 0px 10px;
}

.vcode {
    position: absolute;
    right: 20px;
    top: 30px;
}

.reg-sec {
    padding: 30px 0px;
    background: rgb(239, 239, 239);
}

.fg-wrapper {
    background: rgb(255, 255, 255);
    padding: 30px;
    max-width: 959px;
    margin: auto;
    display: grid;
    grid-template-columns: 34% auto;
    gap: 30px;
}

.fg-form {
    max-width: 400px;
}

.enter-remind {
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
    font-size: 17px;
    height: 120px;
    color: rgb(80, 80, 80);
    display: flex;
    align-items: center;
}

.bk-title {
    background: #023c7a;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.regfield {
    display: grid;
    grid-template-columns: 145px auto;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.rgfeild {
    position: relative;
}

.regfield .label {
    align-self: center;
}

span.manred {
    color: red;
    float: right;
}

.regfield input {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid rgb(214, 214, 214);
    height: 34px;
}

.vericode {
    position: absolute;
    top: 5px;
    right: 7px;
}

button.reg-btn {
    background: linear-gradient(#023c7a 0%, rgb(7 56 40) 102%);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 20px;
    height: 34px;
}

button.reg-btn:hover {
    background: linear-gradient(to top, #023c7a 0%, rgb(8 45 33) 102%);
    color: rgb(255, 255, 255);
}

.benefit-box {
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
}

.benefit-box h4 {
    font-size: 16px;
    font-weight: 700;
}

.benefit-box ul {
    padding: 0px 0px 0px 15px;
    color: rgb(126, 126, 126);
    font-size: 13px;
}

.benefit-box ul li {
    padding-bottom: 5px;
}

.accept-field {
    font-size: 13px;
    color: rgb(99, 99, 99);
}

.regbn {
    grid-column: 1 / 3;
}

.blog-wrapper {
    max-width: 1000px;
    margin: 20px auto;
    background: rgb(242, 242, 242);
    padding: 30px;
}

.blog-title-box {
    background: rgb(255, 255, 255);
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: rgb(34, 164, 225);
    margin-left: 10px;
    margin-right: 10px;
}

.blog-title-box i {
    font-size: 28px;
    color: rgb(34, 164, 225);
    margin-left: 10px;
    margin-right: 10px;
}

.blog-title-box i {
    font-size: 28px;
    color: #023c7a;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0px;
    gap: 10px;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-time-title {
    color: #023c7a;
}

.blog-content {
    color: rgb(103, 103, 103);
    margin-bottom: 15px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.blog-boxer .moreinfo_btn i {
    background: rgb(255, 255, 255);
    color: #023c7a;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}

.seperate-line {
    height: 1px;
    width: 100%;
    margin: 0px auto;
    background: rgb(208, 206, 206);
    border-radius: 10px;
}

.annouc-txt {
    background: rgba(0, 0, 0, 0.1);
    color: rgb(73, 80, 87);
    height: 30px;
    padding: 5px;
}
