.top_bar {
    min-height: 75px;
    background: #000a17;
    padding: 0 30px;
    z-index: 232;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}
.logo {
    float: left;
    width: 70px;
    display: table;
}
.logo_sub {
    vertical-align: middle;
    display: table-cell;
    height: 75px;
}
.logo_utama {
    max-width: 50px;
}
.logo_title {
    color: white;
    width: calc(100% - 70px - 45%);
    float: left;
    display: grid;
    align-items: center;
    height: 75px;
}
.wa_mobile_menu {
    color: white;
    width: 45%;
    float: left;
    display: table
}
.wa_mobile_menu_sub {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
}
.wa_mobile_menu_sub_sub_front {
    float: right;
    padding-right: 0;
}
.wa_mobile_menu_sub_sub {
    float: right;
    padding-right: 30px;
}
#mobile_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px 30px;
}
#mobile_menu:hover {
    cursor: pointer;
    background: #172a42;
}
.daftar_online_sub {
    font-size: 15px;
    color: #0FF;
    padding: 12px 24px;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-color: #0FF;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.daftar_online_sub:hover {
    font-size: 15px;
    color: #0FF;
    padding: 12px 24px;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #0FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
@media (max-width: 950px) {
    #mobile_menu {
        display: inline-block;
    }
}
.main_container {
    width: 100%;
    display: flex;
    margin-top: 75px;
}
.menu {
    width: 450px;
    min-height: calc(100vh - 75px);
    float: left;
    z-index: 2;
    -webkit-box-shadow: 3px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px -1px 5px 0px rgba(0, 0, 0, 0.75);
    background: #071A37 url('../images/line-3poly2.png') repeat center;
}
@media (max-width: 950px) {
    .menu {
        max-width: 450px;
        width: 90%;
        min-height: calc(100vh - 75px);
        float: right;
        position: absolute;
        right: 0;
        height: 100%;
    }
}
.menu_container {
    width: 100%;
    padding: 30px;
    background: #071A37 url('../images/line-3poly2.png') repeat center;
    position: sticky;    
    top: 75px;
}

@media (max-width: 450px) {
    .menu_container {
        padding: 20px;
        position: initial;    

    }
}
.menu_profile {
    color: white;
    display: inline-flex;
}
.menu_profile_photo {
    width: 120px;
    float: left;
    display: table;
}
.menu_profile_photo_sub_sub {
    position: relative;
}
.menu_profile_photo_sub {
    display: table-cell;
    vertical-align: middle;
    height: 140px
}
.p_image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.circle img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.upload_photo {
    width: 100%;
    height: 100%;
    font-size: 1.2em;
}
.profile_pic {
    min-width: 102%;
    display: block;
}
.upload_photo:hover, .circle:hover {
    cursor: pointer;
}
.menu_profile_data {
    width: calc(100% - 120px);
    float: left;
    padding: 0 20px;
    display: table
}
.menu_profile_data_sub {
    display: table-cell;
    vertical-align: middle;
    height: 140px
}

@media(max-width: 480px){
    .menu_profile_data_sub h2 {
        text-align: left;
        margin-bottom: 10px;
        font-size:14px;
        font-weight: bold
    }

}
.menu_profile_data_sub p {
    margin-bottom: 0
}
/*menu navigation start*/

.menu_nav {
    color: #fff;
    padding: 20px 0
}
.menu_nav ul {
    padding: 0;
    margin-bottom: 0;
}
.main_menu {
    list-style-type: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.main_menu img {
    width: 15px;
    margin-right: 5px;
}
.submenu {
    padding: 0px;
    display: none;
    z-index: 100;
    margin-left: 10px;
}
.submenu li {
    display: block;
    padding: 0.5em 2em;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    opacity: 1;
}
.fa-sign-out-alt {
    margin-right: 5px
}
.contact_info {
    color: #fff;
}
.contact_info_sub {
    display: inline-grid;
}
.contact_row {
    display: inline-flex;
    margin-bottom: 10px;
}
.contact_row div {
    margin: auto 0 auto 20px;
}
/*menu navigation end*/

.message_top_content {
    background: #276512;
    padding: 20px;
    border-radius: 13px;
    color: #fff;
    margin-bottom: 20px
}
.content {
    width: calc(100% - 450px);
    min-height: calc(100vh - 75px);
    float: left;
    background: #fff;
    padding: 40px 40px 100px 40px;
}
@media (max-width: 950px) {
    .menu {
        display: none
    }
    .content {
        width: 100%;
        min-height: calc(100vh - 75px);
        float: left;
        background: #fff;
        padding: 40px 40px 100px 40px;
    }
}
@media (max-width: 950px) {
    .content {
        padding: 20px;
    }
}
.form_align {
    /*    display: flex;
    */
}
.update_form {
    max-width: 350px;
    width: 100%;
    margin: auto;
    margin-top: 100px;
}
.update_form h1 {
    color: #000;
}
.update_form_sub {
    display: inline-grid;
    background: #d7dce2;
    padding: 20px;
    border-radius: 13px;
}
.update_form_sub h2 {
    color: #000;
}
/*order list*/

.form_content {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 2px #77797B;
    width: 100%;
    margin-top: 20px;
    line-height: 2;
    font-size: 16px;
    display: inline-flex;
    text-align: left
}
.order_container {
    text-transform: capitalize;
    padding: 20px;
    border-radius: 13px;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    box-shadow: rgba(49, 53, 59, 0.12) -6px -1px 6px 0px;
    background: #d7dce2;
    display: flow-root;
    background-image: url(../images/background-order.png);
}
.order__container_sub {
    width: 100%
}
.br_title_order {
    display: none;
}
@media (max-width: 468px) {
    .br_title_order {
        display: block;
    }
}
.order_main_title {
    background: #071a37;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 10px 20px;
    position: relative;
}
.order_title_container {
    width: 50%;
    float: left;
}
.order_title {
    text-align: left;
    color: #fff;
}
.order_date {
    float: right;
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 17px 40px;
}
.order_row_detail {
    width: 100%;
    display: flex
}
.order_row_detail_col_1 {
    float: left;
    min-width: 180px;
}
.order_row_detail_col_2 {
    float: left
}
.order_row_detail_col_3 {
    padding-left: 10px
}
.order_container .btn {
    margin: 20px 0 0 0;
}




@media (max-width: 500px) {

    .titlegroup{

        padding: 20px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #b1b1b1;

    }

    .order_title {}
    .order_row_detail {
        width: 100%;
        display: inline-grid;
        text-align: center;
        margin-bottom: 10px;
    }
    .order_row_detail_col_1 {
        font-weight: bold;
    }
    .order_row_detail_col_2 {
        display: none
    }

    .order_row_detail_col_3 {
        padding-left: 0px
    }
}
.confirm_content {
    background: #fff;
    width: 100%;
    display: flex;
    padding: 10px;
    border-radius: 13px;
    margin-bottom: 20px
}
.confirm_row_title {
    float: left;
    min-width: 180px;
    text-align: left;
}
.confirm_row_divider {
    float: left
}
.confirm_row_content {
    padding-left: 10px
}
@media (max-width: 500px) {
    .confirm_content {
        width: 100%;
        display: inline-grid;
        text-align: center;
        margin-bottom: 20px;
    }
    .confirm_row_title {
        text-align: center;
        font-weight: bold;
    }
    .confirm_row_divider {
        display: none
    }
    .confirm_row_content {
        padding-left: 10px
    }
}
/*dev only*/

.fa-arrow-down {
    padding: 20px 0;
}
.fa-arrow-down:hover {
    cursor: pointer;
}
/*inbox design start*/

.inbox_container {
    padding: 20px;
}
.inbox_container h1 {
    color: #000;
    text-align: left;
}
.inbox_row {
    width: 100%;
    background: #e4e4e4;
    padding: 10px;
    margin-bottom: 10px;
    display: flex
}
.inbox_row:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.75);
}
.inbox_row_title {
    width: 70%;
    float: left;
    overflow: hidden;
}
.inbox_row_date {
    width: 30%;
    float: left;
    text-align: right
}
.inbox_container .modal-content {
    background: #fff;
}
.inbox_container .modal-header {
    background: #fff;
}
.inbox_container .modal-title {
    background: #fff;
    color: #000;
}
.inbox_container .modal-body {
    background: #fff;
}
.inbox_container .modal-footer {
    background: #fff;
}
.inbox_container .close:not(:disabled):not(.disabled) {
    color: #5d5d5d;
}
/*inbox design end*/

/*capthca logo*/

.grecaptcha-badge {
    opacity: 0;
}
/*style button*/

.btn {
    color: #000;
    padding: 10px 20px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0FF;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #0FF;
    background: #00ffff;
    float: right;
    box-shadow: 0 0 8px 0 #0FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.btn:hover {
    /*    margin: 20px 0 0 0;
    */
    color: #fff;
    background: #029292;
    padding: 10px 20px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #fff;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #0FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
@media (max-width: 500px) {
    .btn_order {
        width: 100%;
    }
}
.btn_full {
    color: #000000;
    padding: 10px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0FF;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #0FF;
    background: #00FFFF;
    float: right;
    box-shadow: 0 0 8px 0 #0FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}
.btn_full:hover {
    color: #ffffff;
    background: #029292;
    padding: 10px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 0 8px 0 #0FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    width: 100%
}
/*terima kasih*/

.terima_kasih {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}
.terima_kasih>span {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}
h1 .terima_kasih {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
h1.message {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
/*form basic*/

.form_container {
    background: #071A37;
    padding: 40px 40px 60px 40px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}
.form_row {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 2px #77797B;
    width: 100%;
    margin-top: 20px;
    line-height: 2;
    font-size: 16px;
    display: inline-table;
    text-align: left;
}
.form_title {
    width: 40%;
    float: left;
}
.form_divider {
    width: 20px;
    float: left;
}
.form_content_raw {
    width: calc(60% - 20px);
    float: left;
}
@media (max-width: 500px) {
    .form_container {
        padding: 20px 20px 40px 20px;
    }
    .form_title {
        width: 100%;
        float: left;
        text-align: center
    }
    .form_divider {
        display: none;
    }
    .form_content_raw {
        width: 100%;
        float: left;
        text-align: center
    }
}
@media (max-width: 1200px) {
    .break {
        display: none
    }
}
/*homedesign*/

.flow_title {
    color: #071A37;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 70px 0 50px 0;
}
.flow_col {
    background: #fff;
    float: left;
    width: calc(100% / 3);
    text-align: center;
    padding-bottom: 60px;
    height: auto;
}
.logo_partner {
    padding: 320px 0 50px;
    min-height: 300px;
    overflow: hidden;
    background: #071a37;
}
@media (max-width: 1050px) {
    .logo_partner {
        padding: 400px 0 50px;
    }
}
@media (max-width: 700px) {
    .logo_partner {
        padding: 700px 0 50px;
    }
}
@media (max-width: 600px) {
    .logo_partner {
        padding: 800px 0 50px;
    }
}
.flow_container_top {
    position: absolute;
    width: 100%;
    margin-top: -100px;
}
.flow_container {
    width: 68%;
    margin: auto;
    display: flow-root;
    background: white;
    padding: 0 40px;
    border-radius: 10px
}
@media (max-width: 1200px) {
    .flow_container {
        width: 90%;
    }
}
@media (max-width: 800px) {
    .flow_container {
        width: 90%;
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .flow_container {
        width: 80%;
    }
}
@media (max-width: 700px) {
    .flow_col {
        float: none;
        width: 100%;
    }
}
@media (max-width: 800px) and (orientation: landscape) {
    .flow_container {
        width: 90%;
    }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
    .flow_container_top {
        position: absolute;
        width: 100%;
        margin-top: -30px;
    }
    .flow_title {
        padding: 40px;
    }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
    .flow_container_top {
        position: absolute;
        width: 100%;
        margin-top: 0px;
    }
    .flow_title {
        padding: 40px;
    }
}
/*homedesign*/

img.payment_logo {
    max-height: 35px;
    margin-left: 20px;
}
.choose-payment-method {
    margin-top: 20px;
    border: 1px solid black;
    border-radius: 13px;
    padding: 12px;
    cursor: not-allowed;
}
.check {
    margin-left: 10px;
}
@media (max-width: 500px) {
    .order_container h3 {
        text-align: center;
    }
}
.daftar_program_baru {
    display: flow-root;
    margin-bottom: 20px;
}
/*link*/

a {
    color: #fff;
}
a:hover {
    color: #0FF;
    text-decoration: none
}
/*design menu*/

li.main_menu:hover {
    color: #0FF;
    text-decoration: none
}
.submenu li:hover {
    color: #0FF;
    text-decoration: none
}
.main_menu i {
    min-width: 30px;
}
/*design menu*/

.content_merchant .active {
    background: none;
    color: #000;
    width: 100%;
    display: block;
}
.content_merchant .tabs .active {
    background: red;
    color: #000;
}
.nav-tabs li {}
a.active.show {
    background: red;
    margin: 0;
}
.actives {
    background: yellow;
}
.tab_button {
    padding: 10px 10px;
}
.tab_button:hover {
    cursor: pointer
}
.content_tab {
    background: #d7dce2;
    width: 100%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 10px;
}
.default_tab {
    border-top-left-radius: 13px;
}
.end_tab {
    border-top-right-radius: 13px;
}
.content_merchant img {
    max-width: 180px;
}
/*homepage design*/

.intro {
    position: relative;
    background: url('../images/bg-section-blue-pattern.png') repeat center;
    background-size: cover;
    height: calc(100vh - 75px);
    z-index: -1;
    margin-top: 75px
}
.dashboard_cara_bayar img {
    max-width: 80%;
}
.dashboard_cara_bayar .modal-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dashboard_cara_bayar .modal-header, .dashboard_cara_bayar .modal-body, .dashboard_cara_bayar .modal-footer {
    background: #fff;
}
.dashboard_cara_bayar .modal-header {
    color: #000;
}
.dashboard_cara_bayar .close:not(:disabled):not(.disabled) {
    color: #000
}
.cara_bayar_link {
    font-weight: bold
}
.cara_bayar_link:hover {
    color: #0ff;
    cursor: pointer;
}
.btn_daftar_dashboard {
    background: transparent;
    color: #fff;
}
.add_info_cara_bayar {
    font-size: 10px;
    font-style: italic
}
.payment_info {
    font-weight: bold
}
.info_cara_bayar_container {
    padding: 0;
    width: 50%;
    margin: auto
}
@media screen and (max-width: 1500px) {
    .info_cara_bayar_container {
        padding: 0;
        width: 80%;
    }
}
@media screen and (max-width: 1050px) {
    .info_cara_bayar_container {
        padding: 0;
        width: 80%;
    }
}
@media screen and (max-width: 450px) {
    .info_cara_bayar_container {
        padding: 0;
        width: 100%;
    }
    .content_merchant {
        padding: 20px;
    }
    #va_bni_info div, #alfamart_info div, #indomaret_info div {
        padding: 5px
    }
    .tab_button {
        font-size: 8px;
        min-height: 45px;
    }
}
.info_cara_bayar_content {
    background: #d7dce2;
    padding: 20px;
    border-radius: 13px;
    color: #000;
    margin-bottom: 20px;
    display: grid
}
.norek_va {
    font-weight: bold
}

.bgoldvalue{

    background: #dee2e6;
    display: grid
}

.title_update{
    font-size:16px;
}

.formSection{
    max-width: 100%;
}


@media (max-width: 450px) {


    .fs_mobile{
        font-size: 10px
    }    


    .fs_mobile_group{
        font-size: 10px;
        font-weight: bold

    }

}




.fa-camera:hover{
    cursor: pointer

}