﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "futur";
    src: url("../webfonts/futura medium bt.ttf");
}

@font-face {
    font-family: "futur-bold";
    src: url("../webfonts/Futura XBlk BT.ttf");
}

body {
    font-family: "futur", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
}

.futur_bold {
    font-family: "futur-bold";
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus {
        text-decoration: 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: #c9c9c9;
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #1e7ef5;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
/*header*/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #d5d5d5;
    z-index: 1000;
    overflow: auto;
}

.logo {
    padding: 10px;
    text-align: center;
}

.sidebar .nav-links {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 200px;
}

    .sidebar .nav-links.nav-links-wrap {
        background-color: #b8b8b8;
        border-radius: 15px;
    }

    .sidebar .nav-links li {
        margin-bottom: 10px;
    }

        .sidebar .nav-links li a {
            display: flex;
            justify-content: left;
            align-items: center;
            grid-gap: 10px;
            padding: 5px 5px 5px 15px;
            border-radius: 13px;
        }

            .sidebar .nav-links li a.active, .sidebar .nav-links li a:hover {
                background-color: #1e7ef5;
                box-shadow: 0 0 13px 1px #2f89f9bd;
            }

            .sidebar .nav-links li a .link_name {
                font-size: 14px;
                font-weight: 400;
                color: #000;
            }

            .sidebar .nav-links li a.active .link_name, .sidebar .nav-links li a:hover .link_name {
                color: #fff;
            }

            .sidebar .nav-links li a.active .side-img, .sidebar .nav-links li a:hover .side-img {
                filter: brightness(12.5);
            }

.side-img {
    width: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-header {
    z-index: 100;
    height: 55px;
    box-shadow: 0px 1px 0px 0px #000;
    display: flex;
    justify-content: end;
    padding: 0px 20px;
    position: fixed;
    background: rgb(32 32 41 / 80%);
    width: calc(100% - 260px);
}

.header-r {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: right;
}

    .header-r button {
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.2vw 1vw;
        border-radius: 20px;
        color: #fff;
        text-shadow: 0px 1px 3px #000;
        font-weight: bold;
        font-size: 0.8vw;
        box-shadow: 0px 2px #000;
        min-width: 96px;
    }

        .header-r button.btn-sign {
            text-shadow: none;
            border: 2px solid #7196de;
        }

        .header-r button.btn-signup {
            border: 2px solid #7196de73;
            background: linear-gradient(to right, #20386e 0%, #456ebf 100%);
        }

.header_r_after {
    display: flex;
    align-items: center;
    background-color: #202029;
    padding: 0px 0px 0 18px;
    border-radius: 24px;
}

    .header_r_after span {
        color: #fff;
        margin-right: 10px;
    }
/*headerend*/
/*index*/
.home_content {
    padding-left: 260px;
}

.index_step {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 985px;
    height: 132px;
    background: linear-gradient(to bottom, #ffffff 0%,#f0f3f7 50%, #8ebcf6 100%);
    border-radius: 30px;
    position: relative;
    margin: auto;
}

    .index_step::before {
        border-radius: 30px;
        content: '';
        background-image: linear-gradient(to bottom, #8ebcf600 0%,#8ebcf600 18%, #1e7aed 100%);
        padding: 0px;
        height: 134px;
        top: 0px;
        left: -1px;
        position: absolute;
        z-index: -1;
        width: 988px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.index_step_wrap {
    position: relative;
    /* margin-right: -31px; */
    width: 239px;
}

.step_number {
    position: absolute;
    font-size: 94px;
    color: #58a3ff;
    top: 0;
    left: 0;
    font-weight: 600;
    font-family: "futur-bold";
}

.step_content {
    position: absolute;
    top: 42px;
    left: 75px;
    line-height: 1.2;
}

.step_content_tit {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.step_content_sub {
    font-size: 14px;
    width: 139px;
    text-align: left;
    font-weight: 500;
}

.index_step_wrap::before {
    content: '';
    background-image: linear-gradient(to bottom, #8ebcf600 0%,#8ebcf600 18%, #1e7aed 100%);
    width: 2px;
    height: 133px;
    z-index: 1;
    position: absolute;
    right: 9px;
}

.index_step .index_step_wrap:last-child::before {
    content: none;
}

.step_side_img {
    position: absolute;
    right: -26px;
    width: 23px;
    bottom: 17px;
}

.content_container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
}

.index_con_title {
    text-align: center;
    font-size: 24px;
    color: #393939;
    font-weight: 700;
    margin: 30px 0 0px 0;
}

.index_con_game {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5%;
}

.index_con_game_sin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5%;
}

.index_con_title_page {
    text-align: center;
    font-size: 24px;
    color: #393939;
    font-weight: 700;
    margin: 30px 0 0px 0;
}

.content_container_sub {
    padding-top: 50px;
}

.header_icon img {
    width: 33px;
}

.header_sidebar .dropdown-menu {
    background: rgb(32 32 41 / 80%);
}

    .header_sidebar .dropdown-menu a {
        color: #ffffff;
        font-size: 13px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .header_sidebar .dropdown-menu a::before {
            content: '';
            background: linear-gradient(to right, #1e7ef500 0%,#1e7ef5 50%, #1e7ef500 100%);
            width: 120px;
            height: 2px;
            position: absolute;
            bottom: 0;
            z-index: 1;
        }

        .header_sidebar .dropdown-menu a.dropdown-item:focus, .header_sidebar .dropdown-menu a.dropdown-item:hover {
            color: #1e7ef5;
            text-decoration: none;
            background-color: transparent;
        }
/*indexend*/

/*footer*/
.footer_intro_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5%;
    margin: 20px 0;
}

.footer_intro_title {
    color: #04beec;
    font-size: 19px;
    margin-bottom: 5px;
}

.footer_intro_con {
    color: #393939;
    font-size: 12px;
}

.footer_bank_wrap {
    text-align: center;
    margin: 20px 0;
}

.footer_bank_inn {
    color: #04beec;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer_bank_icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    ul.footer_bank_icon li {
        margin-right: 8px;
    }

.t-footer {
    position: relative;
}

.f_livechat {
    position: fixed;
    right: 2%;
    bottom: 9%;
    width: 110px;
}
/*footerEND*/

/*modal*/
.modal-wrap .modal-dialog {
    max-width: 455px;
}

.btn-item a {
    color: #ffffff;
    margin-right: 43px;
}

.btn-item .btn_join {
    min-width: 103px;
    background-color: #ee602a00;
    color: #fff;
    border: 2px solid #7196de73;
    background: linear-gradient(to right, #20386e 0%, #456ebf 100%);
    border-radius: 25px;
    box-shadow: 0px 2px #000;
}

.modal-wrap .modal-footer {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 13px;
    border-top: none;
}

    .modal-wrap .modal-footer a {
        color: #ee602a;
    }

.forgot_txt {
    max-width: 330px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 36px;
}

.modal_forgot_tit {
    font-size: 24px;
    font-weight: bold;
}

.forgot_txt a {
    color: #ee602a;
}

.modal-wrap .modal-content {
    background-color: #4d4d54;
    border-radius: 15px;
    border: 1px solid #ee602a00;
}

.modal-wrap .modal-header {
    border-bottom: none;
    padding: 7px 15px 0 15px;
}

.modal-wrap .close {
    opacity: 1;
    color: #fff;
    font-weight: 400;
    text-shadow: unset;
}

.modal-wrap .modal-body {
    padding-top: 0;
    padding-bottom: 60px;
    width: 400px;
    margin: auto;
    color: #fff;
}

.modal_logo {
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: 700;
}

.input-item {
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
}

.modal_input {
    background-color: #27272f;
    border: 1px solid #ee602a00;
    border-radius: 5px;
    height: 35px;
}

.input_wrap {
    margin-left: 10px;
    min-width: 272px;
}

.modal-wrap .input_wrap {
    margin: 0;
    margin-left: 0px;
}

input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    /* margin-left: 44px; */
    grid-gap: 4%;
}

.modal-body .input-item {
    margin-bottom: 15px;
}

.input_wrap_ver {
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

.ver_bg {
    width: 136px;
    background-color: #27272f;
    padding: 4px 10px;
    border-radius: 5px;
}

.for_a {
    border-bottom: 1px solid #1e7ef6;
}

.not_a_m {
    background-color: #27272f;
    border-radius: 5px;
    display: flex;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}

.btn-item .not_a_m a {
    margin-right: 0;
    margin-left: 10px;
    border-bottom: 1px solid #fff;
}

.modal_sec_tit {
    text-align: center;
    font-size: 20px;
}

.modal_thir_tit {
    text-align: center;
    margin-bottom: 20px;
}

.modal-wrap#loginmodal .modal-body, .modal-wrap#forgotmodal .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
    width: 400px;
    margin: auto;
    color: #fff;
}

#joinmodal.modal-wrap .modal-dialog {
    max-width: 750px;
}

#joinmodal.modal-wrap .modal-body {
    width: 750px;
}

.reg_modal_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4%;
}

    .reg_modal_wrap .form-check {
        padding-left: 0px;
    }

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px !important;
}

    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox .checkmark {
        position: absolute;
        top: 18px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #26282d;
        border: 1px solid #646d74;
        border-radius: 2px;
    }

    .container-checkbox input:checked ~ .checkmark {
        background-color: #26282d;
    }

    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        left: 6px;
        top: 1px;
        width: 7px;
        height: 12px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: none;
    }

    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

#joinmodal .btn-item {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    /* margin-left: 44px; */
    grid-gap: 4%;
}

#joinmodal .modal-body .input-item {
    margin-bottom: 0px;
}

#forgotmodal .btn-item {
    justify-content: center;
}

.forgot_m_wrap {
    font-size: 12px;
    margin-top: 15px;
}
/*modalend*/

/*promo*/
.promo_wrap .promo_inn {
    margin-bottom: 20px;
    cursor: pointer;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
    border-radius: 0;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #4d4d54;
    color: #fff;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 23px;
    padding: 17px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
    background: #363636;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table tr th {
    color: #fff;
    background: #1e7ef5;
    padding: 4px;
    border: 1px solid #1e7ef5;
}

table.promo-table tr td {
    border: 1px solid #1e7ef5;
    color: #fff;
    text-align: center;
}

.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;
    }

.promo_body {
    padding-top: 100px;
}

.promo_wrap {
    min-height: 600px;
}
/*promoEND*/

/*slots*/
.product_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0%;
}

    .product_wrap .product_inn {
        cursor: pointer;
    }
    /*slotsEND*/

    /*horse*/
    .product_wrap.horse_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0%;
    }
/*horseEND*/

/*spin*/
.spin_img {
    width: 100%;
}

.spin_wrap {
    position: relative;
}

.spin_wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
}

.spin_bg {
    position: relative;
    display: flex;
    justify-content: center;
}

.spin_con {
    position: absolute;
    top: 28px;
}

.spin_con_box {
    width: 200px;
    color: #fff;
    background-color: #000;
    font-size: 1vw;
    border-radius: 25px;
    padding: 4px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #c200d3, inset 0px 0px 6px 1px #0de7ffad;
}

.spin_con_title {
    color: #1e7ef5;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.spin_con_title2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.spin_form {
    background-color: #000;
    font-size: 1vw;
    border-radius: 25px;
    padding: 4px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #c200d3, inset 0px 0px 6px 1px #0de7ffad;
    border: none;
    color: #fff;
}

    .spin_form:focus {
        background-color: #000;
        color: #fff;
        border-color: unset;
        box-shadow: 0px 0px 8px 2px #c200d3, inset 0px 0px 6px 1px #0de7ffad;
    }

.btn_spin {
    background-image: url(/web/assets/96sgd/images/spin/spin_btn.png);
    background-color: transparent;
    border: none;
    width: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 42px;
    color: #1e7ef5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0 auto;
}

.spin_w {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 51% 42%;
}

    .spin_w .spin_con_title2 {
        font-size: 16px;
    }

.spin_result {
    box-shadow: 0px 0px 8px 2px #c200d3, inset 0px 0px 6px 1px #0de7ffd9;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    overflow: hidden;
    margin-top: 10px;
}

    .spin_result table {
        color: #fff;
        background-color: #000;
    }
/*spinEND*/

/*vip*/
.vip-in-table {
    /* background:rgb(0 0 0 / 70%); */
    /* border-radius:10px; */
    /* margin-top:20px; */
    padding: 20px;
    margin-bottom: 20px;
    max-width: 1366px;
    margin: 0px auto;
}

.vip-all tr td {
    text-align: center;
    padding: 6px;
    background: rgb(255 255 255 / 16%);
    color: #000;
    font-weight: 600;
}

    .vip-all tr td h3 {
        text-align: left;
        color: #ffffff;
    }

    .vip-all tr td:first-child {
        text-align: left;
        /* background: #55040e; */
        color: #000000;
        font-weight: bold;
        width: 22%;
    }

    .vip-all tr td:last-child {
        width: 16%;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
    }

table.vip-all tr:nth-child(even) {
    color: #000;
    border-radius: 15px;
    background: linear-gradient(to right, #1e7ef500 0%,#1e7ef5 50%, #1e7ef500 100%);
}

.vip-img img {
    filter: brightness(1.15) drop-shadow(0 0 4px #1e7ef5);
}
/*vipEND*/

/*about*/
.aboutus_footer {
    border-top: 1px solid #1e7ef5;
    border-bottom: 1px solid #1e7ef5;
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 0px;
    justify-content: center;
}

.aboutus_footer_l {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus_footer_l_con {
    margin-left: 10px;
    width: 60%;
    font-weight: 600;
}

.aboutus_wrap {
    margin-top: 15px;
}
/*aboutEND*/

/*contact*/
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 20px;
}

.contact_wrap_inn {
    border-right: 1px solid #1e7ef5;
}

.contact_wrap .contact_wrap_inn:last-child {
    border-right: unset;
}

.contact_info {
    display: flex;
    align-items: center;
}

    .contact_info img {
        width: 45px;
        margin-right: 20px;
    }

.contact_wrap_live {
    margin-bottom: 0px;
}

.contact_wrap_inn_l {
    width: 100%;
    display: grid;
    margin: 0 auto;
    justify-content: center;
}

.contact_wrap_inn_r {
    display: grid;
    text-align: center;
    justify-content: end;
}

.contact_wrap_live_img {
    margin-top: 10px;
}

    .contact_wrap_live_img img {
        filter: brightness(1.15) drop-shadow(0 0 4px #1e7ef5);
        cursor: pointer;
    }
/*contactEND*/
/*aff*/
.aff_wrap h4 {
    font-weight: 700;
}

.aff_wrap ol {
    padding: 0 0px 0 20px;
}
/*affEND*/
/*afterlogin*/
.afterlogin_container {
    padding-top: 100px;
}

.afterlogin_wrap {
    display: grid;
    grid-template-columns: 235px auto;
}

    .afterlogin_wrap .nav-links {
        list-style: none;
        padding: 0;
        /* margin: auto; */
        width: 200px;
    }

        .afterlogin_wrap .nav-links.nav-links-wrap {
            background-color: #b8b8b8;
            border-radius: 15px;
        }

        .afterlogin_wrap .nav-links li {
            margin-bottom: 10px;
        }

            .afterlogin_wrap .nav-links li a {
                display: flex;
                justify-content: left;
                align-items: center;
                grid-gap: 10px;
                padding: 5px 5px 5px 15px;
                border-radius: 13px;
            }

                .afterlogin_wrap .nav-links li a.active, .afterlogin_wrap .nav-links li a:hover {
                    background-color: #1e7ef5;
                    box-shadow: 0 0 13px 1px #2f89f9bd;
                }

                .afterlogin_wrap .nav-links li a .link_name {
                    font-size: 14px;
                    font-weight: 400;
                    color: #000;
                }

                .afterlogin_wrap .nav-links li a.active .link_name, .afterlogin_wrap .nav-links li a:hover .link_name {
                    color: #fff;
                }

                .afterlogin_wrap .nav-links li a.active .side-img, .afterlogin_wrap .nav-links li a:hover .side-img {
                    filter: brightness(12.5);
                }

.afterlogin_display_wrap {
    background-color: #3c3c43;
    padding: 20px;
    border-radius: 10px;
}

.wallet_title span {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}

.wallet_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 0;
    grid-gap: 5px 15px;
}

.wallet_box {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
}

    .wallet_box span {
        color: #fff;
        font-size: 12px;
    }

.wallet_amt_pr {
    color: #fff;
    background-color: #2b2b33;
    border-radius: 5px;
    padding: 5px;
    text-align: end;
}

.afterlogin_b_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding: 20px 0 0 0;
}

.form_wrap {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.afterlogin_form input.form-control, .afterlogin_form select.form-control {
    background-color: #27272f;
    border: 1px solid #ee602a00;
    border-radius: 6px;
    color: #fff;
}

.form_wrap label {
    width: 150px;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.notice {
    color: #fff;
    font-size: 11px;
    padding: 10px 0;
}

    .notice span {
        color: red;
    }

table.payment_table {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

    table.payment_table tr td {
        padding: 5px;
    }

    table.payment_table tr:first-child {
        border-bottom: 1px solid #fff;
    }

.default_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2vw 1vw;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
    font-weight: bold;
    font-size: 10px;
    box-shadow: 0px 2px #000;
    border: 2px solid #7196de73;
    background: linear-gradient(to right, #20386e 0%, #456ebf 100%);
}

.form_wrap .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2vw 1vw;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
    font-weight: 500;
    font-size: 0.8vw;
    box-shadow: 0px 2px #000;
    border: 2px solid #7196de73;
    background: linear-gradient(to right, #20386e 0%, #456ebf 100%);
}

.submitbtn_wrap {
    display: flex;
    justify-content: right;
    padding-top: 20px;
}

.afterlogin_display_r {
    display: grid;
    grid-gap: 20px;
}

.fast_d_wrap {
    display: flex;
    align-items: center;
}

    .fast_d_wrap a.active img, .fast_d_wrap a:hover img {
        filter: brightness(1.15) drop-shadow(0 0 4px #1e7ef5);
    }

    .fast_d_wrap a {
        margin-right: 10px;
    }

.form_wrap_fast label {
    width: 117px;
}

.transfer_wrap_sub {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 100%;
}

.transfer_wrap_btn {
    width: 100%;
    background-color: #27272f;
    color: #fff;
    border: none;
    height: 35px;
    border-radius: 6px;
}

.afterlogin_display_wrap_coming {
    text-align: center;
}

.coming_s {
    color: #fff;
    text-shadow: 0px 2px 7px #4799ff;
}
/*afterloginEND*/
/** Download **/
button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

    button.close-modal:focus {
        outline: none;
        box-shadow: none;
    }

.modal-dialog.dl-dialog {
    top: 0%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #161616;
    color: #fff;
    border: 1px solid #1e7ef5;
    overflow: hidden;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #000;
    border: 1px solid #1e7ef5;
    color: #fff;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #ECE2D8;
}

.dld-wrap {
    position: relative;
    margin: 0 -15px;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(/web/assets/96sgd/images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

    .dl-device:hover {
        color: #fff;
    }

    .dl-device img {
        max-width: 18px;
        vertical-align: sub;
    }

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #1e7ef5;
    border: 1px solid #1e7ef5;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 1281px) {
    .spin_wrapper {
        justify-content: space-around;
        grid-gap: 16%;
    }
}

@media only screen and (max-width: 1279px) {
    .index_step::before {
        width: 800px;
    }

    .index_step {
        width: 800px;
    }

    .index_step_wrap {
        width: 193px;
    }

    .step_number {
        font-size: 65px;
        top: 13px;
    }

    .step_content {
        position: absolute;
        top: 43px;
        left: 50px;
        line-height: 1.2;
    }

    .step_content_tit {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }

    .step_content_sub {
        font-size: 12px;
        width: 141px;
        text-align: left;
        font-weight: 500;
    }

    .step_side_img {
        position: absolute;
        right: -4px;
        width: 23px;
        bottom: 17px;
    }
}
