body,
div,
html,
p {
    padding: 0;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1113px) {

    body .postnav_header .about_link,
    div .nav_header .about_link,
    html .nav_header .about_link,
    p .nav_header .about_link {
        display: none
    }

    body .nav_header .accept_policy,
    div .nav_header .accept_policy,
    html .nav_header .accept_policy,
    p .nav_header .accept_policy {
        display: none
    }

    body .nav_header .accept_policy,
    div .nav_header .accept_policy,
    html .nav_header .accept_policy,
    p .nav_header .accept_policy {
        display: none
    }

    body .nav_header .privacy_link,
    div .nav_header .privacy_link,
    html .nav_header .privacy_link,
    p .nav_header .privacy_link {
        display: none
    }

    body .nav_header .terms_link,
    div .nav_header .terms_link,
    html .nav_header .terms_link,
    p .nav_header .terms_link {
        display: none
    }

    body .nav_header .forum,
    div .nav_header .forum,
    html .nav_header .forum,
    p .nav_header .forum {
        display: none
    }

    body .nav_header .blogs,
    div .nav_header .blogs,
    html .nav_header .blogs,
    p .nav_header .blogs {
        display: none
    }

    body .nav_header .Help,
    div .nav_header .Help,
    html .nav_header .Help,
    p .nav_header .Help {
        display: none
    }

    body .nav_header .Exchange,
    div .nav_header .Exchange,
    html .nav_header .Exchange,
    p .nav_header .Exchange {
        display: none
    }
}

a,
button,
h1,
input,
textarea,
ul {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.loading_gif {
    background-image: url(../img/gif/giphy.gif);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    height: 37px
}

.container-content-my-stable-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-family: medium;
    font-size: 14px;
    color: #4d6999;
    height: 30px
}

.table_card {
    width: 100%;
    height: 85%
}

.container-content-card-title {
    font-family: book;
    font-size: 12px;
    color: #666d80;
    text-align: center;
    width: 130px;
    border-bottom: 1px solid #999fae;
    padding-top: 10px;
    padding-bottom: 10px
}

.container-content-s {
    font-family: book;
    font-size: 12px;
    color: #666d80
}

.container-content-card {
    font-family: book;
    font-size: 12px;
    color: #666d80;
    text-align: left;
    width: 130px;
    border-bottom: 1px solid #d1d3d9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px
}

.container-content-card-no {
    font-family: book;
    font-size: 12px;
    color: #666d80;
    text-align: center;
    width: 130px;
    border-bottom: 1px solid #d1d3d9;
    padding-top: 10px;
    padding-bottom: 10px
}

.sell_btc_container_gif {
    margin-top: 20px;
    text-align: center
}

.buy_btc_container {
    margin-top: 20px
}

.buy_btc_container .trade_btc {
    text-align: center;
    font-family: book;
    font-size: 14px;
    color: red;
    margin-top: 20px
}

.button-radius {
    border-radius: 4px
}

.green {
    color: #3ccc38
}

.red {
    color: #c4140e
}

.shadow {
    box-shadow: 0 4px 16px #000
}

.input-notification {
    text-align: center;
    height: 35px;
    padding-top: 12px;
    font-family: book;
    font-size: 12px;
    color: red
}

.container-title {
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.container-content-l {
    font-family: book;
    font-size: 24px;
    color: #4d6999
}

.container-content-m {
    font-family: medium;
    font-size: 14px;
    color: #1a1a1a
}

.container-content-s {
    font-family: book;
    font-size: 12px;
    color: #666d80
}

.circles {
    border-radius: 50%;
    background: #d1d3d9
}

.container-shadow {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff
}

.input-layout {
    width: 100%;
    height: 46px;
    background: #edeff3;
    padding-left: 14px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    border-radius: 4px
}

.is-disabled {
    opacity: .6;
    cursor: not-allowed;
    border: 1 !important
}

.is-hidden {
    display: none !important
}

.is-chosen {
    background: #4d6999 !important;
    color: #fff !important;
    border: 0 !important
}

.continue_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    margin-bottom: 15px;
    bottom: 0
}

.continue_btn button {
    width: 150px;
    height: 46px
}

.continue_btn button:first-child {
    background: 0 0;
    border: 2px solid #d1d3d9;
    font-family: medium;
    font-size: 14px;
    color: #666d80
}

.continue_btn button:last-child {
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.buy_btc_message_error {
    width: 150px;
    color: red;
    font-size: 14px;
    float: right;
    text-align: right
}

.sell_btc_message_error {
    width: 155px;
    color: red;
    font-size: 14px;
    float: right;
    text-align: right
}

.priority_type {
    font-family: book;
    font-size: 11px;
    color: #666d80;
    display: inline-block;
    width: 20%;
    margin-right: 10px;
    margin-left: 30px;
    padding-top: 20px
}

.cashout_btc_btc_enter_amount {
    width: 170px;
    color: red;
    font-size: 14px;
    float: right;
    text-align: right
}

.cashout_enter_btc_amount {
    width: 150px;
    color: red;
    font-size: 14px;
    float: right;
    text-align: right
}

.container-title-estimate-fee {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: book;
    font-size: 11px;
    color: #666d80;
    text-align: center
}

.lp_wrapper {
    width: 100%;
    background-color: #283655;
}

.lp_header{
    width: 100%;
    z-index: 5;
    text-align: center;
    display: ruby-text;
}
.mobile-nav{
    display: none;
}
.lp_header .mobile-nav{
    background-color: #283655;
}

.lp_wrapper .nav_header li {
    display: inline;
    font-family: medium;
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
    padding: 10px;
    gap: 5px;
}

.lp_wrapper .nav_header .compumatrix_logo {
    font-size: 50px;
    top: 15px;
    content: url(./../img/favicon-4.webp);
    position: relative
}

.lp_wrapper .lp_content_header {
    /* background: url(./../img/bgbg.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.lp_wrapper .lp_content_header .lp_header {
    width: 100%;
    z-index: 5;
    /* padding: 20px 0; */
    display: ruby-text;
    text-align: center;
}

.lp_wrapper .lp_content_header .lp_section1 {
    /* background: url(./../img/bg.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 100vh; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content {
    width: 100%;
    text-align: center
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_section_title {
    /* margin-top: 250px */
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_section_redeem {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .3);
    margin-top: 80px;
    padding: 52px 100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_section_redeem input {
    width: 370px;
    height: 46px;
    border: 1px solid #d1d3d9;
    margin-right: 20px;
    border-radius: 4px;
    padding: 14px 20px;
    font-family: medium;
    font-size: 14px;
    color: #2f3338
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_section_redeem .redeem_btn {
    margin-right: 0
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_section_redeem button {
    width: 220px;
    height: 46px;
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 14px 20px
}

.lp_wrapper .lp_content_header .lp_section1 .lp_section_content .lp_ticker {
    margin-top: 87px;
    font-family: medium;
    font-size: 18px;
    color: #fff
}

.lp_wrapper .lp_section2_wrapper {
    width: 100%;
    background: #283655;
    overflow: hidden
}

.lp_wrapper .lp_section2_wrapper .lp_section2_content {
    width: 1200px;
    height: 500px;
    margin: 0 auto
}

.lp_wrapper .lp_section2_wrapper .lp_section2_content .section_title {
    font-family: medium;
    font-size: 50px;
    color: #fff
}

.lp_wrapper .lp_section2_wrapper .lp_section2_content .section_desc {
    font-family: book;
    font-size: 14px;
    color: #fff;
    line-height: 30px
}

.lp_wrapper .lp_section3_wrapper {
    width: 100%;
    background: #f4f6f8
}

.lp_wrapper .lp_section3_wrapper .lp_section_content {
    width: 1200px;
    height: 1200px;
    margin: 0 auto
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper {
    width: 100%;
    height: 380px;
    background: #fff;
    position: relative;
    top: -100px;
    z-index: 2;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .3)
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper .e_wrappper {
    background: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
    width: 400px
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper .e_wrappper .e_title {
    font-family: medium;
    font-size: 30px;
    color: #4d6999;
    margin: 0 0 10px 0
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper .e_wrappper .e_desc {
    font-family: book;
    font-size: 14px;
    color: #666d80;
    margin: 0;
    line-height: 30px
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper .e_wrappper .eee_img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .eee_wrapper .e_wrappper:nth-child(2) {
    background: #f4f6f8
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper .dex_content1 {
    width: 600px;
    min-width: 600px;
    margin: 170px 40px 20px 0
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper .dex_content1 .dex_title {
    font-family: medium;
    font-size: 50px;
    color: #4d6999
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper .dex_content1 .dex_desc {
    font-family: book;
    font-size: 14px;
    color: #666d80;
    line-height: 30px;
    margin-bottom: 20px
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper .dex_content1 .exchange_btn {
    width: 200px;
    height: 46px;
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff;
    border-radius: 4px
}

.lp_wrapper .lp_section3_wrapper .lp_section_content .dex_wrapper .dex_content_img {
    width: 100%
}

.lp_wrapper .lp_section4_wrapper {
    min-height: 100vh;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .3);
    background-color: #33466f;
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%;
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content {
    margin: 0 auto;
    color: #d1d3d9;
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title {
    font-family: medium;
    font-size: 50px;
    margin: 10px 0 50px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1 {
    font-family: medium;
    font-size: 30px;
    margin: 10px 0 50px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_desc1 {
    font-family: book;
    font-size: 14px;
    line-height: 30px
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2_date_mod {
    font-family: medium;
    font-size: 14px;
    margin: 50px 0 50px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2_3_4 {
    font-family: medium;
    font-size: 14px;
    margin: 50px 0 30px 0;
    padding-left: 30px
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2_3 {
    font-family: medium;
    font-size: 14px;
    margin: 50px 0 30px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2_3 {
    font-family: medium;
    font-size: 14px;
    margin: 50px 0 30px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_desc1_2 {
    font-family: book;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: 50px
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2_team {
    font-family: medium;
    font-size: 16px;
    margin: 50px 0 50px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section_title1_2 {
    font-family: medium;
    font-size: 30px;
    margin: 50px 0 50px 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section4_icons li {
    display: inline;
    font-size: 42px;
    margin-right: 120px;
    padding-left: 40px;
    cursor: default
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section4_icons li:last-child {
    margin-right: 0
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section4_desc li {
    display: inline-block;
    width: 140px;
    margin-right: 50px;
    margin-top: 42px;
    text-align: center
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section4_desc li p {
    line-height: 30px;
    font-family: book;
    font-size: 14px;
    color: #666d80;
    cursor: default
}

.lp_wrapper .lp_section4_wrapper .lp_section4_content .section4_desc li:last-child {
    margin-right: 0
}

.lp_wrapper .lp_section5_wrapper {
    width: 100%;
    background: url(../img/stable_card_bg.webp);
    position: relative
}

.lp_wrapper .lp_section5_wrapper .lp_section5_content {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.lp_wrapper .lp_section5_wrapper .lp_section5_content .section_title {
    font-family: medium;
    font-size: 50px;
    color: #fff;
    width: 544px;
    margin: 212px 0 30px 0
}

.lp_wrapper .lp_section5_wrapper .lp_section5_content .section_desc {
    font-family: book;
    font-size: 14px;
    color: #fff;
    width: 544px;
    line-height: 30px
}

.lp_wrapper .lp_section5_wrapper .stable_img img {
    content: url(../img/Card.webp);
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    height: 600px
}

.lp_wrapper .lp_section6_wrapper {
    width: 100%
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content {
    width: 1200px;
    height: 800px;
    margin: 0 auto
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .section_title {
    font-family: medium;
    font-size: 50px;
    color: #4d6999;
    margin-top: 120px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .section_desc {
    font-family: book;
    font-size: 14px;
    color: #666d80;
    line-height: 30px;
    margin: 50px 0 40px 0
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_for_free {
    width: 1010px;
    height: 72px;
    margin: 0 auto
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_for_free .signup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_for_free .signup li {
    display: inline;
    font-size: 36px;
    border: 2px solid #999fae;
    border-radius: 50px;
    padding: 16px 18px 15px 18px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_for_free .signup .outline {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    border-bottom: 2px solid #999fae;
    padding-right: 240px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_for_free .signup .outline:last-child {
    border: 0
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_desc {
    width: 100%
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_desc li {
    display: inline-block;
    font-family: book;
    font-size: 14px;
    color: #666d80;
    margin-right: 65px;
    margin-top: 42px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_desc li span {
    width: 250px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
    text-align: center
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_desc li:last-child {
    margin-right: 0
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .signup_desc li:nth-child(3) {
    margin-right: 53px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_signup_btn {
    width: 200px;
    height: 46px;
    border-radius: 4px;
    background: #283655;
    margin-top: 76px;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 100px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media .social_media_title {
    font-family: medium;
    font-size: 30px;
    color: #4d6999;
    width: 600px;
    min-width: 600px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media .list_social_media {
    width: 100%;
    text-align: right
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media .list_social_media li {
    display: inline;
    margin-right: 15px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media .list_social_media li span {
    font-size: 24px
}

.lp_wrapper .lp_section6_wrapper .lp_section6_content .lp_social_media .list_social_media li:last-child {
    margin-right: 0
}

.lp_wrapper .lp_section7_wrapper {
    width: 100%;
    height: 100px
}

.lp_wrapper .lp_section7_wrapper .lp_section7_content {
    width: 1200px;
    margin: 0 auto
}

.lp_wrapper .lp_section7_wrapper .lp_section7_content .lp_section7_nav li {
    display: inline;
    font-family: medium;
    font-size: 14px;
    color: #666d80;
    margin: 0 10px;
    padding: 13px
}

.lp_wrapper .lp_section7_wrapper .lp_section7_content .lp_section7_nav .compumatrix_logo {
    font-size: 50px;
    top: 15px;
    content: url(../../img/favicon-4.webp);
    position: relative
}

.lp_wrapper .footer_wrapper {
    width: 100%;
    height: 50px
}

.lp_wrapper .footer_wrapper .footer_content {
    width: 1200px;
    margin: 0 auto;
    font-family: book;
    font-size: 12px;
    color: #666d80;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-top: 22px
}

.lp_wrapper .footer_wrapper .footer_content .powered_by {
    text-align: right
}

.login_wrapper {
    width: 100%;
    height: 100%;
    position: fixed
}

.login_wrapper .login_content {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.login_wrapper .login_content .login_left {
    width: 25%;
    height: 100%;
    background: #4d6999;
    padding: 80px 80px
}

.login_wrapper .login_content .login_left>img {
    height: 30px
}

.login_wrapper .login_content .login_right {
    padding-top: 3%;
    width: 55%
}

.login_wrapper .login_content .login_right .login_signup {
    font-family: medium;
    font-size: 18px;
    color: #2f3338;
    text-align: right;
    padding-right: 20%
}

.login_wrapper .login_content .login_right .login_signup span {
    color: #4d6999
}

.login_wrapper .login_content .login_right .login_form {
    width: 100%;
    height: 500px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.login_wrapper .login_content .login_right .login_form .login_welcome_back {
    font-family: medium;
    font-size: 24px;
    color: #4d6999;
    margin-bottom: 50px
}

.login_wrapper .login_content .login_right .login_form .login_inputs {
    width: 400px
}

.login_wrapper .login_content .login_right .login_form .login_inputs label {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    display: inline-block;
    padding-bottom: 6px
}

.login_wrapper .login_content .login_right .login_form .login_inputs input {
    width: 100%;
    height: 40px;
    background: #edeff3;
    border-radius: 4px;
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    padding-left: 14px;
    margin-bottom: 18px
}

.login_wrapper .login_content .login_right .login_form .login_inputs .login_login_btn {
    width: 100%;
    height: 46px;
    background: #283655;
    border-radius: 4px;
    margin-top: 20px;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.login_wrapper .login_content .login_right .login_form .login_inputs .login_fp {
    margin-top: 30px;
    font-family: book;
    font-size: 12px;
    color: #666d80;
    cursor: pointer;
    text-align: center
}

.signup_wrapper {
    width: 100%;
    height: 100vh
}

.signup_wrapper .signup_content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.signup_wrapper .signup_content .signup_left {
    width: 25%;
    height: 100%;
    background: #4d6999;
    padding: 80px 80px
}

.signup_wrapper .signup_content .signup_left>img {
    height: 30px
}

.signup_wrapper .signup_content .signup_right {
    padding-top: 3%;
    width: 55%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.signup_wrapper .signup_content .singup_form {
    width: 400px;
    height: 100%;
    margin-left: 18%
}

.signup_wrapper .signup_content .singup_form .signup_login {
    font-family: medium;
    font-size: 18px;
    color: #2f3338;
    text-align: right;
    width: 500px
}

.signup_wrapper .signup_content .singup_form .signup_login span {
    color: #4d6999
}

.signup_wrapper .signup_content .singup_form .email_verification {
    width: 400px;
    height: 100%
}

.signup_wrapper .signup_content .singup_form .email_verification p:nth-child(2) {
    margin: 40px 0
}

.signup_wrapper .signup_content .singup_form .email_verification button {
    width: 100%;
    height: 46px;
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff;
    border-radius: 4px
}

.signup_wrapper .signup_content .singup_form .signup_title {
    margin-top: 20px;
    font-family: medium;
    font-size: 24px;
    color: #4d6999
}

.signup_wrapper .signup_content .singup_form .signup_name {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 38px
}

.signup_wrapper .signup_content .singup_form .signup_name div {
    width: 195px;
    min-width: 195px
}

.signup_wrapper .signup_content .singup_form .signup_name div label {
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.signup_wrapper .signup_content .singup_form .signup_name div input {
    margin: 6px 0 18px 0;
    width: 100%;
    height: 46px;
    background: #edeff3;
    border-radius: 4px;
    padding: 14px 15px
}

.signup_wrapper .signup_content .singup_form .signup_name .first {
    margin-right: 10px
}

.signup_wrapper .signup_content .singup_form label {
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.signup_wrapper .signup_content .singup_form input {
    margin: 6px 0 18px 0;
    width: 100%;
    height: 46px;
    background: #edeff3;
    border-radius: 4px;
    padding: 14px 15px
}

.signup_wrapper .signup_content .singup_form .signup_terms {
    margin-top: 25px;
    font-family: book;
    font-size: 18px;
    color: #2f3338
}

.signup_wrapper .signup_content .singup_form .signup_terms span {
    color: #4d6999
}

.signup_wrapper .signup_content .singup_form .signup_submit_btn {
    width: 100%;
    height: 46px;
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px
}

.dashboard_wrapper {
    width: 100%;
    background: #f4f6f8
}

.dashboard_wrapper .dashboard_body {
    width: 1200px;
    margin: 0 auto
}

.dashboard_wrapper .dashboard_body .dashboard_section_notify p {
    background-color: gold;
    text-align: center
}

.dashboard_wrapper .dashboard_body .dashboard_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .dashboard_body .dashboard_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 500px;
    min-width: 220px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left {
    width: 780px;
    min-width: 780px;
    height: 100%;
    margin-right: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    border-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section1 div {
    width: 253px;
    height: 100px;
    margin-right: 10.5px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    padding: 28px 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section1 div sup {
    margin-right: 3px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section1 div sup>img {
    height: 27px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section1 div:last-child {
    margin: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section2 {
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 18px 30px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section2 ul li {
    list-style-type: none
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section3 {
    width: 100%;
    height: 130px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 {
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 12px;
    padding: 22px 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .table_transactions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    justify-content: left
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .table_transactions .sec4-title-transaction {
    color: #4d6999;
    text-decoration: underline;
    width: 90px;
    cursor: pointer
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .table_transactions .sec4-title-order {
    color: #4d6999;
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .sec4-title {
    color: #4d6999
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .transact_titles {
    margin: 0 -30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table {
    width: 100%;
    display: block
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 0 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr {
    padding: 14px 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr th:first-child {
    width: 120px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr th:nth-child(2) {
    width: 270px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr th:nth-child(3) {
    width: 150px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr th:last-child {
    width: 130px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table thead tr th {
    text-align: left
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody {
    width: 100%;
    display: block
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr td {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr td:first-child {
    width: 120px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr td:nth-child(2) {
    width: 270px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr td:nth-child(3) {
    width: 150px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 table tbody tr td:last-child {
    width: 130px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .transaction-navigator {
    font-family: book;
    font-size: 12px;
    color: #666d80;
    margin-top: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .transaction-navigator .next-transaction {
    float: right;
    width: 5%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .transaction-navigator .back-transaction {
    float: left;
    width: 5%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_l_section4 .transaction-navigator .container-content-t {
    font-family: book;
    font-size: 12px;
    color: #666d80;
    text-align: center;
    height: 0;
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_left .dashboard_r_section2 {
    height: 350px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding: 22px 30px;
    margin-bottom: 50px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right {
    width: 400px;
    min-width: 400px;
    height: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 {
    width: 100%;
    min-height: 590px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    padding: 18px 30px;
    overflow: hidden
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .sec1-title-cont {
    width: 400px;
    height: 40px;
    margin: 0 -30px;
    border-bottom: 1px solid #d1d3d9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .sec1-title-cont .sec1-title-r {
    color: #4d6999
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .sec1-title-cont span {
    margin-right: 10px;
    font-size: 24px;
    cursor: pointer
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 {
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul {
    margin: 30px 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul li {
    list-style-type: none;
    width: 340px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    font-family: medium;
    font-size: 12px;
    color: #666d80
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul li .icon-container {
    width: 48px;
    height: 48px;
    background: #f4f6f8;
    padding: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul li .icon-container p {
    font-size: 24px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul li .active_hover {
    font-family: medium;
    font-size: 9px;
    color: #fff;
    display: none
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul .dashboard_transact_li {
    transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #4d6999));
    background: linear-gradient(to left, transparent 50%, #4d6999 50%);
    background-size: 200% 100%;
    background-position: right bottom
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul .dashboard_transact_li:hover {
    background-position: left bottom;
    color: #fff
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .default_r_section1 ul .dashboard_transact_li:hover .active_hover {
    display: block
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 {
    width: 100%;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .subscribe_purchase_btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .subscribe_purchase_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .subscribe_purchase_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .subscribe_purchase_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content {
    width: 100%;
    height: 453px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_card_gif_container {
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 50%;
    background-position: center;
    color: red;
    float: left;
    font-family: book;
    font-size: 12px;
    text-align: center;
    height: 10%;
    margin-top: 40%;
    margin-bottom: 10%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_card_success_message_container {
    font-family: book;
    font-size: 12px;
    text-align: center;
    color: #2f3338;
    margin-top: 45%;
    margin-bottom: 10%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_amount p {
    margin-top: 30px;
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_amount ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_amount .stable_amount_li {
    text-align: center;
    width: 68px;
    height: 46px;
    border: 2px solid #d1d3d9;
    margin: 0;
    padding: 13px 15px;
    border-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    font-family: book;
    font-size: 14px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_amount .stable_amount_li:last-child {
    border-right: 2px solid #d1d3d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_amount .stable_amount_li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
    color: #1a1010
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container ul li {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    list-style-type: none
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container .li_title {
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container ul:first-child {
    width: 116px;
    margin-right: 10px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container ul:first-child li>input {
    width: 100%;
    height: 46px;
    background: #edeff3;
    text-align: center;
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container ul:last-child {
    width: 214px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .stable_quantity_container ul:last-child li>input {
    width: 100%;
    height: 46px;
    background: #fff;
    border: 2px solid #d1d3d9;
    padding: 15px;
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .pay_via_container {
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .pay_via_container .payvia_title {
    color: #2f3338;
    margin-top: 30px;
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .pay_via_container .select_container {
    width: 100%;
    height: 46px;
    background: #edeff3
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .stable_r_section1 .stable_cards_container .stable_card_content .pay_via_container .select_container p {
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    padding: 14px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 {
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_btn .active_btn {
    background: #4d6999;
    color: #fff;
    border: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content {
    width: 100%;
    height: 410px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .generate_btc_addr {
    width: 100%;
    height: 46px;
    margin-top: 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .generate_btc_addr button {
    width: 100%;
    height: 100%;
    background: #4d6999;
    font-family: book;
    font-size: 14px;
    color: #fff;
    border: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .qr {
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .qr .qr_square {
    width: 120px;
    height: 120px;
    background: #edeff3;
    margin: 40px auto 0 auto
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .qr .qr_square>img {
    width: 100%;
    height: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .address_clickto_copy {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-bottom: 6px;
    margin-top: 40px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .address_clickto_copy p:nth-child(2) {
    text-align: right
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .lowest_title {
    margin-bottom: -30px;
    margin-top: 35px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content input {
    width: 340px;
    height: 46px;
    border: 2px solid #d1d3d9;
    padding-left: 14px;
    background-color: #f4f6f8;
    font-family: book;
    font-size: 14px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content select {
    width: 340px;
    height: 46px;
    border: 2px solid #d1d3d9;
    padding-left: 14px;
    font-family: book;
    font-size: 14px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .address_r_section1 .address_transact_container .address_content .lowest_title {
    margin-bottom: -30px;
    margin-top: 35px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .transfer_r_section1 {
    width: 100%;
    height: 90%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .transfer_r_section1 .transfer_transact_container {
    width: 100%;
    height: 500px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 28px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .transfer_r_section1 .transfer_transact_container .container-title {
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .transfer_r_section1 .transfer_transact_container .message_container {
    margin-top: 130px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #4d6999
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 {
    width: 100%;
    height: 90%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container {
    width: 100%;
    height: 458px;
    padding-top: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .redeem_card_success_message_container {
    height: 40px;
    text-align: center;
    margin-top: 100px;
    font-family: book;
    font-size: 12px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .redeem_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .redeem_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .redeem_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .redeem_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container .container-title {
    margin-top: 30px;
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container ul li {
    text-align: center;
    width: 68px;
    height: 46px;
    border: 2px solid #d1d3d9;
    margin: 0;
    padding: 13px 15px;
    border-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    font-family: book;
    font-size: 14px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container ul li:last-child {
    border-right: 2px solid #d1d3d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .redeem_r_section1 .redeem_transact_container ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 {
    width: 100%;
    height: 90%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container {
    width: 100%;
    height: 600px;
    padding-top: 30px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_option {
    margin-top: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_option .trade_option_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_bitcoin_message {
    margin-top: 210px;
    margin-bottom: 6px;
    font-family: book;
    font-size: 12px;
    text-align: center;
    color: #2f3338;
    background: #fff
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .trade_r_section1 .trade_transact_container .trade_input p {
    margin-top: 30px;
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 {
    width: 100%;
    height: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container {
    width: 100%;
    height: 550px;
    padding-top: 30px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_transact_message {
    margin-top: 55%;
    margin-bottom: 10%;
    background-size: 35px;
    font-family: book;
    font-size: 12px;
    text-align: center;
    color: #2f3338;
    background: #fff
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_input {
    height: 380px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_input p {
    margin-top: 30px;
    margin-bottom: 6px;
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .cashout_r_section1 .cashout_transact_container .cashout_input p:last-child {
    margin-top: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 {
    width: 100%;
    height: 90%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container {
    width: 100%;
    height: 515px;
    position: relative;
    padding-top: 30px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .qr_bts {
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .qr_bts .qr_square {
    width: 120px;
    height: 120px;
    background: #edeff3;
    margin: 40px auto 0 auto
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .qr_bts .qr_square>img {
    width: 100%;
    height: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .feepool_message {
    height: 10%;
    margin-top: 25%;
    margin-bottom: 10%;
    float: left;
    text-align: center;
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    background: #fff
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .claim_btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .claim_btn button {
    width: 170px;
    height: 46px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    background: #fff;
    border: 2px solid #d1d3d9
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .claim_btn button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .claim_btn button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .claim_r_section1 .claim_transact_container .claim_input p {
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 {
    width: 100%;
    height: 90%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container {
    width: 100%;
    height: 550px;
    padding-top: 30px;
    position: relative
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container p {
    margin-bottom: 15px;
    font-family: book;
    font-size: 12px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .comp_rate {
    margin-top: 15px;
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    text-align: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_required_compute {
    margin-top: 10px;
    height: 55px;
    width: 100%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_compuceed_message {
    margin-top: 15px;
    font-family: book;
    font-size: 14px;
    color: #2f3338;
    text-align: center
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .action_message {
    width: 100%;
    height: 50px;
    text-align: center;
    color: red;
    padding-top: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container {
    width: 100%;
    height: 167px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container .comp_ph_blog {
    width: 100%;
    height: 165px;
    margin-top: 15px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container .comp_ph_blog .blog_label {
    height: 35px;
    display: inline-block
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container .comp_ph_blog .blog_label b {
    margin-bottom: 6px;
    color: #1785fc
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container .comp_ph_blog input {
    margin-bottom: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .points_message_container .comp_ph_blog p {
    margin-bottom: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .stable_amount {
    width: 100%;
    margin-bottom: 15px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .stable_amount ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 6px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .stable_amount .stable_amount_li {
    text-align: center;
    width: 68px;
    height: 46px;
    border: 2px solid #d1d3d9;
    margin: 0;
    padding: 13px 15px;
    border-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    font-family: book;
    font-size: 14px;
    color: #2f3338
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .stable_amount .stable_amount_li:last-child {
    border-right: 2px solid #d1d3d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section1 .bundle_r_section1 .bundle_transact_container .stable_amount .stable_amount_li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
    color: #1a1010
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section2_ads {
    width: 100%;
    height: 315px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section3 {
    width: 100%;
    height: 350px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 20px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section3 .p {
    background-color: #deb887
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section3 a {
    background-color: #d2691e
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section3 .container-content-logo {
    border-bottom: 1px solid #d1d3d9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-left: 30px;
    font-family: medium;
    font-size: 12px;
    color: #4d6999;
    margin-top: 23px;
    height: 50px
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section3 .container-content-bitshare-logo {
    content: url(../img/power/bitshares.webp);
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 12%
}

.dashboard_wrapper .dashboard_body .dashboard_section2_cont .dashboard_section2_right .dashboard_r_section4 {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    margin-top: 20px
}

.dashboard_wrapper .inventory_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .inventory_body .inventory_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .inventory_body .inventory_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .inventory_body .inventory_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 34px;
    min-width: 340px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .inventory_body .inventory_section2 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 {
    width: 100%;
    height: 690px;
    background: #fff;
    margin-bottom: 20px;
    padding: 22px 30px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 .container-content-m {
    color: #4d6999;
    margin-bottom: 14px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table {
    width: 100%;
    display: block
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table thead {
    width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding-left: 30px;
    padding-bottom: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table thead tr {
    padding: 14px 0
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table thead tr th:first-child {
    width: 120px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table thead tr th {
    text-align: left
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody {
    width: 100%;
    display: block
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr td {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr td:first-child {
    width: 120px;
    margin-right: 9px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr td:nth-child(2) {
    width: 490px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr td:nth-child(3) {
    width: 29px;
    margin-right: 20px;
    color: #4d6999;
    cursor: pointer
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section1 table tbody tr td:last-child {
    width: 49px;
    color: #4d6999;
    cursor: pointer
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_left .inventory_l_section2 {
    width: 100%;
    height: 130px;
    background: #fff
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right {
    width: 400px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 {
    width: 100%;
    height: 350px;
    background: #fff;
    padding: 22px 30px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont {
    width: 400px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding-left: 30px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont .section1_title {
    font-family: medium;
    font-size: 14px;
    color: #4d6999;
    margin-bottom: 14px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont ul li {
    list-style-type: none;
    margin-right: 80px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont ul li:nth-child(2) {
    margin-right: 44px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .inventory_r_section1_cont ul li:last-child {
    margin-right: 0
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont {
    width: 100%
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont ul {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont ul li {
    list-style-type: none;
    margin-right: 80px;
    width: 120px;
    min-width: 120px;
    margin-right: 9px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont ul li:nth-child(2) {
    width: 98px;
    min-width: 98px;
    margin-right: 4px
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont ul li:last-child {
    margin-right: 0
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section1 .subscribe_list_cont ul:last-child {
    border-bottom: 0
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section2 {
    width: 100%;
    height: 315px;
    background: #fff;
    margin: 15px 0
}

.dashboard_wrapper .inventory_body .inventory_section2 .inventory_container_right .inventory_r_section3 {
    width: 100%;
    height: 150px;
    background: #fff
}

.dashboard_wrapper .report_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .report_body .report_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .report_body .report_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .report_body .report_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 250px;
    min-width: 250px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .report_body .report_section2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .report_body .report_section2 .report_container_left {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 {
    width: 100%;
    height: 670px;
    margin-bottom: 20px;
    padding: 22px 30px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_nav ul li {
    list-style-type: none;
    margin-right: 30px;
    font-size: 14px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_nav ul .report_activated {
    font-family: medium;
    color: #4d6999
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_table_contents ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 50px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_table_contents ul li {
    list-style-type: none
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_table_contents ul li:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_table_contents ul li:nth-child(2) {
    width: 280px;
    margin-right: 2px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .report_table_contents ul li:nth-child(3) {
    width: 150px;
    margin-right: 9px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles {
    width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding-left: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles tr {
    padding: 14px 0
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles tr th:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles tr th:nth-child(2) {
    width: 280px;
    margin-right: 2px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles tr th:nth-child(3) {
    width: 150px;
    margin-right: 9px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table .report_p_titles tr th {
    text-align: left
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody tr td {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody tr td:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody tr td:nth-child(2) {
    width: 280px;
    margin-right: 2px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .hot_table tbody tr td:nth-child(3) {
    width: 150px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles {
    width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles tr {
    padding: 14px 0;
    width: 100%
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles tr th:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles tr th:nth-child(2) {
    width: 280px;
    margin-right: 2px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles tr th:nth-child(3) {
    width: 270px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table .report_p_titles tr th {
    text-align: left
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr td {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr td:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr td:nth-child(2) {
    width: 280px;
    margin-right: 2px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr td:nth-child(3) {
    width: 270px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr td:nth-child(4) {
    width: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr .cont-unpaid {
    color: #c4140e
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .bill_table tbody tr .cont-paid {
    color: #3ccc38
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles {
    width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr {
    padding: 14px 0;
    width: 100%
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr th:first-child {
    width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr th:nth-child(2) {
    width: 270px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr th:nth-child(3) {
    width: 120px;
    margin-right: 7px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr th:nth-child(4) {
    width: 150px;
    margin-right: 7px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table .report_p_titles tr th {
    text-align: left
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody {
    width: 100%;
    display: block
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td:first-child {
    width: 120px;
    min-width: 120px;
    margin-right: 6px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td:nth-child(2) {
    width: 270px;
    min-width: 270px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td:nth-child(3) {
    width: 120px;
    min-width: 120px;
    margin-right: 7px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td:nth-child(4) {
    width: 120px;
    min-width: 120px;
    margin-right: 7px
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr td:last-child {
    width: 50px;
    min-width: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr .cont-unpaid {
    color: #c4140e
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section1 .cashout_table tbody tr .cont-paid {
    color: #3ccc38
}

.dashboard_wrapper .report_body .report_section2 .report_container_left .report_l_section2 {
    width: 100%;
    height: 130px
}

.dashboard_wrapper .report_body .report_section2 .report_container_right {
    width: 400px
}

.dashboard_wrapper .report_body .report_section2 .report_container_right .report_r_section1 {
    width: 100%;
    height: 315px;
    margin-bottom: 20px
}

.dashboard_wrapper .report_body .report_section2 .report_container_right .report_r_section2 {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

.dashboard_wrapper .report_body .report_section2 .report_container_right .report_r_section3 {
    width: 100%;
    height: 100px
}

.dashboard_wrapper .retailers_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .retailers_body .retailer_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .retailers_body .retailer_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .retailers_body .retailer_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 250px;
    min-width: 250px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .retailers_body .retailer_section2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 {
    width: 100%;
    height: 670px;
    margin-bottom: 20px;
    padding: 22px 30px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .container-content-m {
    color: #4d6999
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title {
    width: 780px;
    margin: 15px -30px 0 -30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d1d3d9
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-left: 90px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title ul li {
    list-style-type: none
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title ul li:first-child {
    margin-right: 46px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title ul li:nth-child(2) {
    margin-right: 170px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_title ul li:nth-child(3) {
    margin-right: 255px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content {
    width: 100%
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li {
    list-style-type: none
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d1d3d9;
    margin-right: 20px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li:nth-child(2) {
    width: 50px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li:nth-child(3) {
    width: 200px;
    margin-right: 5px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li:nth-child(4) {
    width: 280px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont1 .retailer_list_content ul li:last-child {
    width: 116px;
    text-align: right
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_left .retailer_l_cont2 {
    width: 100%;
    height: 130px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_right {
    width: 400px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_right .retailer_r_cont1 {
    width: 100%;
    height: 315px;
    margin-bottom: 20px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_right .retailer_r_cont2 {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

.dashboard_wrapper .retailers_body .retailer_section2 .retailer_section2_right .retailer_r_cont3 {
    width: 100%;
    height: 100px
}

.dashboard_wrapper .settings_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .settings_body .container-padding {
    padding: 22px 30px;
    background: #fff;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .settings_body .setting_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .settings_body .setting_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .settings_body .setting_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 250px;
    min-width: 250px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .settings_body .setting_section2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .section_top_title {
    width: 780px;
    padding-bottom: 23px;
    margin: 0 -30px;
    padding-left: 30px;
    border-bottom: 1px solid #d1d3d9;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .section_top_title p {
    font-family: medium;
    font-size: 14px;
    color: #4d6999
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    width: 100%;
    height: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .main_profilephoto {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-left: 61px;
    margin-right: 250px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .other_photo_cont {
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .other_photo_cont .fb_profilephoto {
    content: url(../img/icons/Facebook.webp);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .other_photo_cont .google_profilephoto {
    content: url(../img/icons/Google+.webp);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .other_photo_cont .gravatae_profilephoto {
    content: url(../img/icons/gravtar.jpg);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section1 .profile_photo_container .other_photo_cont div {
    width: 100%;
    height: 50px;
    margin-bottom: 14px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section2 {
    width: 100%;
    height: 130px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 {
    width: 100%;
    height: 480px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    width: 780px;
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d3d9;
    margin: 0 -30px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .main_avatarphoto {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-left: 91px;
    margin-right: 250px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .other_avatar_cont {
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .other_avatar_cont .fb_profileavatar {
    content: url(../img/icons/Facebook.webp);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .other_avatar_cont .google_profileavatar {
    content: url(../img/icons/Google+.webp);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .other_avatar_cont .gravatae_profileavatar {
    content: url(../img/icons/gravtar.jpg);
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-right: 64px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_container .other_avatar_cont div {
    width: 100%;
    height: 50px;
    margin-bottom: 14px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection {
    padding-top: 30px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection ul {
    width: 100%;
    margin-left: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 64px;
    text-align: center
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection ul li div {
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection ul li p {
    margin-top: 12px;
    margin-bottom: 28px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .walter {
    content: url(../img/profile/v03_07@Brad.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .amber {
    content: url(../img/profile/v03_17@Amber.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .debbbie {
    content: url(../img/profile/v03_15@Debbie.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .mario {
    content: url(../img/profile/v03_11@Mario.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .kevin {
    content: url(../img/profile/v03_08@Kevin.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section3 .avatar_selection .lisa {
    content: url(../img/profile/v03_13@Lisa.webp);
    width: 50px;
    height: 50px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 {
    width: 100%;
    height: 651px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-top: 28px;
    height: 90%;
    position: relative
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container input {
    margin-bottom: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container p {
    margin-bottom: 6px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container .divider {
    width: 100%;
    height: 75px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container .divider .personal_info_left {
    width: 350px;
    margin-right: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container .divider .personal_info_right {
    width: 350px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section4 .personal_information_container .personal_info_container {
    width: 375px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    height: 17%
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 {
    width: 100%;
    height: 566px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 .business_information_container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-top: 28px;
    height: 90%;
    position: relative
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 .business_information_container input {
    margin-bottom: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 .business_information_container p {
    margin-bottom: 6px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 .business_information_container .business_info_left {
    width: 350px;
    margin-right: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section5 .business_information_container .business_info_right {
    width: 350px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 {
    width: 100%;
    height: 451px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-top: 28px;
    height: 90%;
    position: relative
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container input {
    margin-bottom: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container p {
    margin-bottom: 6px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_left {
    width: 350px;
    margin-right: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_right {
    width: 350px;
    padding-top: 28px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_right p:first-child {
    margin-bottom: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_right p {
    line-height: 24px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_right ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_left .setting_l_section6 .password_information_container .password_info_right ul li {
    line-height: 24px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right {
    width: 400px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .section_top_title_right {
    width: 400px;
    padding-bottom: 23px;
    margin: 0 -30px;
    padding-left: 30px;
    border-bottom: 1px solid #d1d3d9;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .section_top_title_right p {
    font-family: medium;
    font-size: 14px;
    color: #4d6999
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 {
    width: 100%;
    height: 300px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 .section_top_title_right p {
    color: #666d80
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 .section_right2 {
    padding-top: 22px;
    padding-left: 10px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 .section_right2 ul {
    padding-left: 10px;
    padding-top: 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 .section_right2 ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 9px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section1 .section_right2 ul li span {
    width: 12px;
    height: 12px;
    background: #b3bfb3;
    display: inline-block;
    margin-right: 7px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section2 {
    width: 100%;
    height: 315px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section3 {
    width: 100%;
    height: 281px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section3 .section_right2 {
    width: 100%;
    height: 82%;
    position: relative
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section3 .section_right2 p {
    padding-left: 10px;
    line-height: 15px;
    padding-top: 40px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 {
    width: 100%;
    height: 355px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 .section_top_title_right p {
    color: #666d80
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 .section_right2 {
    padding: 0 20px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 .section_right2 ul {
    width: 100%
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 .section_right2 ul li {
    width: 100%;
    height: 50px;
    padding-top: 15px;
    border-bottom: 1px solid #d1d3d9;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section4 .section_right2 p {
    margin-top: 15px;
    line-height: 15px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section5 {
    width: 100%;
    height: 150px
}

.dashboard_wrapper .settings_body .setting_section2 .setting_section2_right .setting_r_section6 {
    width: 100%;
    height: 100px
}

.dashboard_wrapper .message_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .message_body .message_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .message_body .message_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .message_body .message_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 250px;
    min-width: 250px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .message_body .message_section2_container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.dashboard_wrapper .message_body .message_section2_container .section_top_title {
    width: 390px;
    padding-bottom: 23px;
    padding-left: 30px;
    border-bottom: 1px solid #d1d3d9;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .message_body .message_section2_container .section_top_title p {
    font-family: medium;
    font-size: 14px;
    color: #4d6999
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 {
    width: 100%;
    height: 670px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container {
    width: 50%;
    border-right: 1px solid #d1d3d9;
    padding: 22px 0
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 .message_active {
    background: #4d6999
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 .message_active p {
    color: #fff !important
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d3d9;
    padding-left: 10px;
    padding-right: 30px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul .messaging_profile_pic {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #666d80;
    border-radius: 50%;
    margin-right: 20px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul .active {
    background: #4d6999
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul .unactive {
    background: 0 0
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li:first-child {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 10px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li {
    list-style-type: none
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li .m_name_date {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li .m_name_date .messaging_name {
    font-family: medium;
    font-size: 12px;
    color: #666d80
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li .m_name_date .messaging_date {
    text-align: right;
    font-size: 9px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_user_container .section_left_2 ul li .messaging_text {
    width: 270px;
    min-width: 270px;
    height: 33px;
    min-height: 33px;
    overflow: hidden
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container {
    width: 50%;
    padding-top: 22px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container .section_left_3 {
    width: 100%;
    height: 93%;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container .section_left_3 .read_msg_container {
    width: 100%;
    height: 80%
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container .section_left_3 .input_msg_container {
    position: absolute;
    bottom: 0;
    width: 390px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-top: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding-left: 30px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container .section_left_3 .input_msg_container input {
    width: 200px;
    height: 46px;
    border: 2px solid #d1d3d9;
    padding-left: 14px;
    margin-right: 10px
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section1 .message_text_container .section_left_3 .input_msg_container button {
    width: 120px;
    height: 46px;
    background: #4d6999;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.dashboard_wrapper .message_body .message_section2_container .message_left_container .message_l_section2 {
    width: 100%;
    height: 130px
}

.dashboard_wrapper .message_body .message_section2_container .message_right_container {
    width: 400px
}

.dashboard_wrapper .message_body .message_section2_container .message_right_container .message_r_section1 {
    width: 100%;
    height: 315px;
    margin-bottom: 20px
}

.dashboard_wrapper .message_body .message_section2_container .message_right_container .message_r_section2 {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

.dashboard_wrapper .message_body .message_section2_container .message_right_container .message_r_section3 {
    width: 100%;
    height: 100px
}

.dashboard_wrapper .notification_body {
    width: 1200px;
    background: #f4f6f8;
    margin: 0 auto
}

.dashboard_wrapper .notification_body .notification_section1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 40px 20px 10px 20px
}

.dashboard_wrapper .notification_body .notification_section1 .section1_title {
    font-family: book;
    font-size: 18px;
    color: #2f3338;
    width: 97px;
    padding-top: 10px
}

.dashboard_wrapper .notification_body .notification_section1 .section1_ticker {
    font-family: book;
    font-size: 12px;
    color: #2f3338;
    width: 250px;
    min-width: 250px;
    margin-left: auto;
    padding-top: 15px;
    text-align: right
}

.dashboard_wrapper .notification_body .section_top_title {
    width: 390px;
    padding-bottom: 23px;
    padding-left: 30px;
    border-bottom: 1px solid #d1d3d9;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dashboard_wrapper .notification_body .section_top_title p {
    font-family: medium;
    font-size: 14px;
    color: #4d6999
}

.dashboard_wrapper .notification_body .notification_section2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container {
    width: 780px;
    margin-right: 20px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 {
    width: 100%;
    height: 670px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container {
    width: 50%;
    border-right: 1px solid #d1d3d9;
    padding: 22px 0
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 .message_active {
    background: #4d6999
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 .message_active p {
    color: #fff !important
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d3d9;
    padding-left: 10px;
    padding-right: 30px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul .messaging_profile_pic {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #666d80;
    border-radius: 50%;
    margin-right: 20px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul .active {
    background: #4d6999
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul .unactive {
    background: 0 0
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li:first-child {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    margin-right: 10px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li {
    list-style-type: none
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li .m_name_date {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li .m_name_date .messaging_name {
    font-family: medium;
    font-size: 12px;
    color: #666d80
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li .m_name_date .messaging_date {
    text-align: right;
    font-size: 9px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_user_container .section_left_2 ul li .messaging_text {
    width: 270px;
    min-width: 270px;
    height: 33px;
    min-height: 33px;
    overflow: hidden
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container {
    width: 50%;
    padding-top: 22px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container .section_left_3 {
    width: 100%;
    height: 93%;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container .section_left_3 .read_msg_container {
    width: 100%;
    height: 80%
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container .section_left_3 .input_msg_container {
    position: absolute;
    bottom: 0;
    width: 390px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-top: 1px solid #d1d3d9;
    margin: 0 -30px;
    padding-left: 30px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container .section_left_3 .input_msg_container input {
    width: 200px;
    height: 46px;
    border: 2px solid #d1d3d9;
    padding-left: 14px;
    margin-right: 10px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section1 .message_text_container .section_left_3 .input_msg_container button {
    width: 120px;
    height: 46px;
    background: #4d6999;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_left_container .notif_l_section2 {
    width: 100%;
    height: 130px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_right_container {
    width: 400px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_right_container .notif_r_section1 {
    width: 100%;
    height: 315px;
    margin-bottom: 20px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_right_container .notif_r_section2 {
    width: 100%;
    height: 150px;
    margin-bottom: 20px
}

.dashboard_wrapper .notification_body .notification_section2 .notif_section2_right_container .notif_r_section3 {
    width: 100%;
    height: 100px
}

.dashboard_header {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background: #283655;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1)
}

.dashboard_header .dashboard_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.dashboard_header .dashboard_content .dashboard_logo {
    width: 150px;
    margin-right: 95px;
    margin-top: 23px
}

.dashboard_header .dashboard_content .dashboard_logo>img {
    width: 100%
}

.dashboard_header .dashboard_content .dashboard_nav_center {
    width: 440px;
    margin-top: 30px;
    margin-right: 200px
}

.dashboard_header .dashboard_content .dashboard_nav_center a {
    margin-right: 40px
}

.dashboard_header .dashboard_content .dashboard_nav_center li {
    display: inline;
    font-family: book;
    font-size: 12px;
    color: #fff;
    margin-right: 40px;
    padding-bottom: 9px
}

.dashboard_header .dashboard_content .dashboard_nav_center li:last-child {
    margin-right: 0
}

.dashboard_header .dashboard_content .dashboard_nav_center li:hover {
    border-bottom: 4px solid #fff
}

.dashboard_header .dashboard_content .inventory_activated .activated_inventory {
    border-bottom: 4px solid #fff
}

.dashboard_header .dashboard_content .dashboard_activated .activated_dashboard {
    border-bottom: 4px solid #fff
}

.dashboard_header .dashboard_content .report_activated .activated_report {
    border-bottom: 4px solid #fff
}

.dashboard_header .dashboard_content .retailer_activated .activated_retailers {
    border-bottom: 4px solid #fff
}

.dashboard_header .dashboard_content .dashboard_nav_right {
    width: 120px;
    margin-top: 22px
}

.dashboard_header .dashboard_content .dashboard_nav_right li {
    display: inline;
    font-size: 18px;
    margin-right: 19px
}

.dashboard_header .dashboard_content .dashboard_settings {
    width: 180px;
    height: 40px;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.dashboard_header .dashboard_content .dashboard_settings .profile_pic {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_verification {
    width: 20px;
    text-align: center
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_verification li {
    width: 100%;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 5px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_verification li .icon-check:before {
    color: #3ccc38;
    font-size: 12px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_verification li .icon-ellipse:before {
    color: #3ccc38;
    font-size: 4px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_names {
    width: 90px;
    min-width: 90px;
    margin-top: 4px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_names li {
    display: block;
    margin-top: 4px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_names .dashboard_name {
    font-family: book;
    font-size: 12px;
    color: #fff
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_names .dashboard_accountname {
    font-family: book;
    font-size: 9px;
    color: #fff
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_nav {
    margin-top: 12px;
    margin-left: 5px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_nav .icon-down:before {
    font-size: 24px;
    color: #fff
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down {
    width: 200px;
    height: 200px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 5
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul {
    width: 100%;
    padding: 0 20px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1d3d9;
    height: 49px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    list-style-type: none;
    height: 49px;
    min-height: 49px;
    border-bottom: 1px solid #d1d3d9;
    font-family: book;
    font-size: 12px;
    color: #666d80
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul li span {
    font-size: 24px;
    margin-right: 6px
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul li:last-child {
    border-bottom: 0
}

.dashboard_header .dashboard_content .dashboard_settings .dashboard_setting_drop_down ul li:hover {
    background: #edeff3;
    margin: 0 -20px;
    padding: 0 20px;
    border-bottom: 1px solid #edeff3
}

.dashboard_header .notification_1 {
    background-color: #46f941;
    width: 100%;
    height: 20px
}

.dashboard_header .notification_1 p {
    text-align: center
}

.dashboard_r_footer {
    height: 68px;
    text-align: center;
    margin-top: 20px
}

.dashboard_r_footer .section5 li {
    list-style-type: disc;
    float: left;
    margin-left: 25px;
    font-family: book;
    font-size: 12px;
    color: #666d80
}

.dashboard_r_footer .section5 li span {
    margin-left: -12px
}

.dashboard_r_footer .section5 li:first-child {
    list-style-type: none
}

.dashboard_r_footer .credits {
    margin-top: 10px;
    width: 350px;
    padding-left: 20px;
    text-align: center;
    font-family: book;
    font-size: 12px;
    color: #666d80
}

.fade-in {
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.open-button {
    background-color: #555;
    color: #fff;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: .8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    top: -80px;
    right: 15px;
    z-index: 9
}

.form-popup .site_checker {
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.form-container {
    max-width: 350px;
    padding: 10px;
    background-color: #fff;
    margin: 300px;
    margin-left: 42%;
    margin-right: 38%;
    font-family: book;
    font-size: 14px;
    color: #666d80;
    border: 4px solid #343a4a
}

.form-container input[type=password],
.form-container input[type=text] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1
}

.form-container input[type=password]:focus,
.form-container input[type=text]:focus {
    background-color: #ddd;
    outline: 0
}

.form-container .btn {
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: .8;
    background: #283655;
    font-family: medium;
    font-size: 14px;
    color: #fff
}

.form-container .cancel {
    background: 0 0;
    border: 2px solid #d1d3d9;
    font-family: medium;
    font-size: 14px;
    color: #666d80
}

.form-container .btn:hover,
.open-button:hover {
    opacity: 1
}