﻿@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;
    max-width: 768px
}

.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: #666;
    width: 100%;
}

button:focus {
    outline: unset;
}

input:focus {
    outline: unset;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*header*/
.header-top {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 768px;
    z-index: 99;
    background: #d5d5d5;
}

.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
}

.header_logo img {
    width: 110px;
}

a.menu_btn i {
    color: #1e7ef5;
    font-size: 22px;
}

.header_sidebar {
    padding-top: 4px;
}

    .header_sidebar .dropdown-menu {
        background: rgb(32 32 41 / 80%);
        border-radius: 0;
        transform: translate3d(-153px, 38px, 0px) !important;
    }

        .header_sidebar .dropdown-menu a {
            color: #ffffff;
            font-size: 13px;
            display: flex;
            align-items: center;
            position: relative;
            justify-content: center;
        }

            .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;
            }

.header_top_right {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.header-r button {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
    font-weight: 500;
    font-size: 11px;
    box-shadow: 0px 1px #000;
    min-width: 74px;
}

    .header-r button.btn-sign {
        text-shadow: none;
        border: 2px solid #7196de;
        color: #393939;
        padding: 3px 2px;
        box-shadow: inset 0px 1px 2px 0px #000, inset 0px -1px 2px 0px #000;
    }

    .header-r button.btn-signup {
        border: 1px solid #7196de73;
        background: linear-gradient(to right, #20386e 0%, #456ebf 100%);
        box-shadow: unset;
        box-shadow: 0px 2px #000;
    }

a.menu_btn {
    display: flex;
}
/*headerEND*/

/*index*/
.body_main {
    margin-top: 57px;
    padding-bottom: 50px;
}

.body_wrap {
    display: grid;
    grid-template-columns: 90px auto;
    padding-top: 10px;
}

.content_container {
    max-width: 991px;
    margin: 0 auto;
    padding: 0 10px;
}

.nav-pills.game-nav {
    padding-right: 5px;
    height: fit-content;
}

    .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show > .nav-link {
        color: #fff;
        background-color: #1e7ef5;
        box-shadow: 0 0 13px 1px #2f89f9bd;
    }

.nav-pills li.nav-item {
    width: 100%;
    text-align: center;
}

.nav-pills.game-nav .nav-link {
    display: grid;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    margin-bottom: 6px;
    color: #525252;
    text-align: center;
    background: #f0f0f5;
    font-size: 10px;
    font-weight: 500;
    /* box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.58); */
    min-height: 52px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    word-break: break-word;
}

.game-nav .nav-link img {
    max-width: 24px;
    display: block;
    margin: auto;
    margin-bottom: 0px;
}

.game-nav .nav-link.active img {
    filter: brightness(12.5);
}

.index_con_title {
    text-align: left;
    font-size: 16px;
    color: #393939;
    font-weight: 700;
    margin: 0px 0 0px 0;
}

.body_r {
    padding-left: 10px;
}

.index_p_wrap {
    margin-bottom: 10px;
}

.body_wrap_sec {
    margin-top: 15px;
    text-align: center;
}

    .body_wrap_sec .index_con_title {
        text-align: center;
    }
/*indexEND*/

/*footer*/
.footer_intro_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0%;
    margin: 10px 0;
}

.footer_intro_title {
    color: #04beec;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.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;
    font-weight: 600;
}

ul.footer_bank_icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

    ul.footer_bank_icon li {
        margin-right: 8px;
    }

.t-footer {
    position: relative;
}

.f_livechat {
    position: fixed;
    right: 2%;
    bottom: 9%;
    width: 110px;
}

.menu-btm {
    position: fixed;
    max-width: 768px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    padding: 5px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 6px 18px 7px #2f89f9bd;
    background: #d5d5d5;
}

    .menu-wrapper a {
        color: #383838;
        font-size: 11px;
    }

        .menu-wrapper a img {
            max-width: 35%;
            display: block;
            margin: auto;
        }

        .menu-wrapper a .active-img {
            display: none;
        }

        .menu-wrapper a.active {
            color: #1e7ef5;
        }

            .menu-wrapper a.active .active-img {
                display: block;
            }

            .menu-wrapper a.active .com-img {
                display: none;
            }
/*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: auto;
    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: 16px;
}

.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: auto;
    margin: 0;
    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(1, 1fr);
    grid-gap: 1%;
}

    .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*/

/*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;
    grid-gap: 35px;
    padding: 0 10px;
}

.spin_bg {
    position: relative;
    display: flex;
    justify-content: center;
}

.spin_con {
    position: absolute;
    top: 8px;
    width: 83%;
}

.spin_con_box {
    /* width: 200px; */
    color: #fff;
    background-color: #000;
    font-size: 1rem;
    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: 0.8rem;
    margin-bottom: 2%;
}

.spin_con_title2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

.spin_form {
    background-color: #000;
    font-size: 1rem;
    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(../images/spin/spin_btn.png);
    background-color: transparent;
    border: none;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 33px;
    color: #1e7ef5;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px auto 0 auto;
}

.spin_w {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 50% 50%;
}

    .spin_w .spin_con_title2 {
        font-size: 0.5rem;
    }

.spin_result {
    box-shadow: 0px 0px 8px 2px #c200d3, inset 0px 0px 6px 1px #0de7ffd9;
    border-radius: 11px;
    font-size: 0.6rem;
    text-align: center;
    /* width: 200px; */
    overflow: hidden;
    margin-top: 10px;
}

    .spin_result table {
        color: #fff;
        background-color: #000;
    }
/*spinEND*/

/*about*/
.aboutus_footer {
    border-top: 1px solid #1e7ef5;
    border-bottom: 1px solid #1e7ef5;
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    grid-gap: 0px;
    justify-content: center;
    grid-gap: 10px;
}

.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: 5px;
}

.index_con_title_page {
    text-align: center;
    font-size: 22px;
    color: #393939;
    font-weight: 700;
    margin: 10px 0 20px 0;
    line-height: 1.1;
}

.aboutus_wrap ol {
    padding-left: 20px;
}
/*aboutEND*/

/*contact*/
.contact_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
    grid-gap: 20px;
    padding-top: 20px;
}

.contact_wrap_inn {
}

.contact_wrap .contact_wrap_inn:last-child {
    border-right: unset;
}

.contact_info {
    display: flex;
    align-items: center;
    font-size: 12px;
}

    .contact_info img {
        width: 32px;
        margin-right: 5px;
    }

.contact_wrap_live {
    margin-bottom: 0px;
}

.contact_wrap_inn_l {
    width: 100%;
    display: grid;
    margin: 0 auto;
    justify-content: left;
}

.contact_wrap_inn_r {
    display: grid;
    text-align: center;
    justify-content: left;
}

.contact_wrap_live_img {
    margin-top: 10px;
}

    .contact_wrap_live_img img {
        filter: brightness(1.15) drop-shadow(0 0 4px #1e7ef5);
        cursor: pointer;
    }

.contact_m_wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
/*contactEND*/
/*aff*/
.aff_wrap h4 {
    font-weight: 700;
    font-size: 17px;
}

.aff_wrap ol {
    padding: 0 0px 0 20px;
}
/*affEND*/

/*promo*/
.promo_wrap .promo_inn {
    margin-bottom: 10px;
    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;
    font-size: 11px;
    font-weight: 600;
}

table.promo-table tr td {
    border: 1px solid #1e7ef5;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.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;
}

.promo_container {
    padding-right: 0;
}
/*promoEND*/
/*vip*/
.vip_logo {
    text-align: center;
}

table.vip_table {
    border: 1px solid #7196de;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
    font-size: 12px;
}

    table.vip_table tbody tr th {
        background-color: #4d4d54;
        color: #fff;
        padding: 5px;
    }

        table.vip_table tbody tr th:first-child {
            border-top-left-radius: 5px;
        }

        table.vip_table tbody tr th:last-child {
            border-top-right-radius: 5px;
            text-align: center;
        }

    table.vip_table tbody tr:last-child td {
        border-bottom-left-radius: 5px;
    }

        table.vip_table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 5px;
        }

    table.vip_table tbody tr td:last-child {
        text-align: center;
    }

    table.vip_table tbody tr td {
        padding: 5px;
    }

.vip_table_wrap {
    margin-bottom: 10px;
}

.vip_re_title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.vip_with {
    text-align: center;
}

table.vip_with tr th {
    color: #1e7ef5;
}
/*vipEND*/

/*afterlogin*/
.wrapper_main {
    padding: 5px 0;
    min-height: 0;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #4d4d54;
    align-items: center;
    display: flex;
}

.userlogin_username {
    color: #8b8b8b;
}

    .userlogin_username img {
        width: 31px;
    }

.vip_custom_tag {
    color: #f85c2b;
    font-size: 10px;
}

.vip_custom_tag_me {
    color: #ffffff;
    font-size: 10px;
}

.userlogin_name_index {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.wrapper_playinfo_border {
    border-right: 1px solid #85bbff;
}

.slct-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 12px;
    align-items: center;
}

    .slct-wrapper a {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 11px;
        font-weight: 500;
    }

        .slct-wrapper a img {
            display: block;
            margin: auto;
            max-width: 32px;
        }

.index_mem {
    color: #85bbff;
}

.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;
    }

.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: 10px;
    border-radius: 10px;
}

.wallet_title span {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.wallet_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
    grid-gap: 5px 10px;
}

.wallet_box {
    display: grid;
    grid-template-columns: 88px auto;
    align-items: center;
}

    .wallet_box span {
        color: #fff;
        font-size: 10px;
    }

.wallet_amt_pr {
    color: #fff;
    background-color: #2b2b33;
    border-radius: 5px;
    padding: 5px;
    text-align: end;
    font-size: 11px;
}

.afterlogin_b_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 0px 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;
    width: 100%;
    font-size: 12px;
}

.form_wrap label {
    width: 98px;
    color: #fff;
    margin-bottom: 0;
    font-size: 11px;
}

.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: 8px;
    text-align: center;
    line-height: 1;
}

    table.payment_table tr td {
        padding: 4px;
    }

    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: 500;
    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: 3.5vw;
    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: 13px;
}

.afterlogin_display_r {
    display: grid;
    grid-gap: 15px;
}

.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: 98px;
}

.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;
}

.afterlogin_wrap_out {
    padding-top: 12px;
}

.body_wrap.after_body {
    padding-bottom: 36px;
}

.afterlogin_form input.form-control.upload_rep {
    background-color: transparent;
    padding: 5px 0;
}
/*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(../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;
}

.app-bnr {
    display: flex;
    /* justify-content: space-between; */
    z-index: 100;
    /* position: fixed; */
    top: 0;
    width: 100%;
    height: 50px;
    align-items: center;
    background: #1e7ff5;
    border-radius: 0px 0px 10px 10px;
}

.app-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    height: 50px;
}

button.btn-close.remove_download {
    display: flex;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 0px 8px;
    font-weight: bold;
    margin-left: 8px;
}

.btn-logo {
    background: #fff;
    border-radius: 10px;
}

.app-top {
    font-size: 10px;
    color: #fff;
    /* width: 70%; */
}

.app-ico {
    display: flex;
    width: 16%;
    gap: 10px;
    color: #fff;
    font-size: 20px;
}

.btn-logo img {
    height: 38px;
    padding: 7px;
}

.app-top h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.app-top p {
    margin: 0px;
    font-size: 8px;
}

.app-bnr.hideit {
    display: none;
}

.body_main_custom {
    margin-top: 107px;
}
