* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e3e7ec;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    position: relative;
    display: block !important;
    color: rgba(0, 0, 0, 0.87);
    top: 0px !important;
    min-height: unset !important;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
    background: url(../images/loader.svg) 50% 50% no-repeat rgb(255, 255, 255);
}

#loader.loader_width {
    width: 78%;
    z-index: 2;
}

.skiptranslate,
#google_translate_element,
#goog-gt-tt {
    display: none !important;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

tr,
label {
    white-space: nowrap;
}

input[type="text"],
textarea {
    width: 100%;
    border: none;
    resize: none;
    outline: none;
}

::placeholder {
    color: #bbbbbb;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

::-ms-input-placeholder {
    color: #bbbbbb;
}

.clearfix::after,
.clearfix::before {
    content: "";
    clear: both;
    display: table;
}

code {
    padding: 2px 4px;
    color: #242729;
    background-color: #e4e6e8;
    border-radius: 3px;
}

kbd,
#codeon {
    display: inline-block;
    margin: 0 .1em;
    padding: 1px 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    line-height: var(--s-prose-line-height);
    color: #242729;
    text-shadow: 0 1px 0 var(--white);
    background-color: #e4e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(12, 13, 14, 0.15), inset 0 1px 0 0 #fff;
    overflow-wrap: break-word;
}

#codeon {
    outline: none;
    width: 50px;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTS55F-webfont.woff') format('woff'),
        url('fonts/PTS55F-webfont.ttf') format('truetype'),
        url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_regular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.overflowHide {
    overflow: hidden;
}

.wrapper {
    height: 100%;
    width: 100%;
}

.wrapper .wrap {
    position: relative;
    width: 78%;
}

nav {
    position: fixed;
    background: #465a73;
    padding: 11px 0;
    line-height: 2.2em;
    top: 0;
    width: 80%;
    z-index: 3;
}

nav.open_bar {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

#nav-icon,
.top_menu .home {
    display: none;
}

.mob_nav a.home {
    color: #9aa8b9;
}

.head_left {
    float: left;
}

.logo img {
    width: 115px;
    margin: 0 21px;
}

.head_right {
    float: right;
}

.top_menu {
    font-size: 13.4px;
    padding: 0 40px 0 0;
    margin: 0;
}

.top_menu li {
    display: inline-block;
    margin: 0 9px;
}

.top_menu li a {
    color: #fff;
    text-decoration: none;
}

.top_menu li a.green,
.mob_nav li a.green {
    color: #90d8b4;
}

.top_menu li a.blue,
.mob_nav li a.blue {
    color: #7DC6F1;
}

.top_menu li a.red,
.mob_nav li a.red {
    color: #f4a35e;
}

.mob_nav ul {
    margin-top: 55px;
    padding: 0;
}

.mob_nav li:not(:last-child) {
    border-bottom: solid 1px #405167;
}

.mob_nav a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}

section {
    min-height: 100%;
}

.no_promo .wrap {
    margin-top: 0px !important;
}

.no_promo nav {
    position: relative !important;
    margin-top: 0px !important;
}

.no_promo .coin_promo {
    display: none !important;
    height: 0px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted;
    border-color: inherit;
}

.promo_tag._info.tooltip {
    border: none;
}

.tooltip .tooltiptext {
    font-size: 12px;
    font-style: italic;
    width: 50vw;
    background: rgba(31, 39, 49, 0.92);
    color: #f6f7f8;
    text-align: center;
    border-radius: 8px;
    padding: 6px;
    position: absolute;
    z-index: 10;
    top: -5px;
    left: 120%;
    visibility: hidden;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
}

.promo_tag._info.tooltip .tooltiptext {
    max-width: 55vh;
}

.more_about.tooltip .tooltiptext {
    width: 200%;
    top: unset;
    bottom: 130%;
    left: 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(31, 39, 49, 0.92) transparent transparent;
}

.more_about.tooltip .tooltiptext::after {
    top: 105%;
    left: 25%;
    border-color: rgba(31, 39, 49, 0.92) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.coin_promo {
    position: absolute;
    height: 130px;
    width: 100%;
    margin-top: -130px;
    /*	background: url(../images/banner/12.jpg);
    background-size: 75%;*/
    background: url(../images/banner/6.jpg);
    background-size: 100% 130%;
    background-position-y: 33%;
}

.coin_promo:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #737682;
    background: linear-gradient(125deg, #2b3746 5%, #737682);
    opacity: 0.5;
}

.promo_fx {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/promo/btc_effect.png);
    -webkit-animation: btc_effect 38s ease infinite;
    -moz-animation: btc_effect 38s ease infinite;
    animation: btc_effect 38s ease infinite;
    overflow: hidden;
}

@keyframes btc_effect {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

._info {
    position: absolute;
    font-size: 12px;
    margin: 2px 10px;
    color: #a7a7a7;
}

.promo_tag {
    bottom: 0;
    font-style: italic;
}

.dev_box_tag {
    top: 0;
    color: #dedede;
}

.promo_coin_details {
    position: relative;
    width: 50%;
    margin-left: 16%;
    padding: 10px;
    color: #24b4f1;
    text-align: center;
}

.promo_coin_name {
    width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
}

.promo_coin_price {
    font-size: 15px;
    background-image: linear-gradient(to right, #ffffff 85%, #F75535);
    color: rgba(255, 255, 255, 0.67);
    -webkit-background-clip: text;
    background-clip: text;
}

.promo_logo {
    position: absolute;
    width: 130px;
    height: 100%;
    right: 10%;
    /* top: -1px; */
    /* width: 134px; */
    /* height: 102%;*/
    background: url(../images/promo/yo.png) no-repeat;
    background-size: contain;
    border-radius: 100%;
    box-shadow: inset -5px 5px 10px 0px #232323;
    transition: 1s;
}

.p_down .promo_logo {
    box-shadow: inset -5px 5px 10px 0px #9f375a;
}

.p_up .promo_logo {
    box-shadow: inset -5px 5px 10px 0px #379e90;
}

.coin_nav {
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.coin_nav ul {
    width: 69%;
    position: relative;
    margin: 3px auto;
    padding: 0;
    /* padding: 0 15.5%;*/
    display: inline-block;
}

.owl-carousel ul {
    display: none;
}

.owl-carousel ul:first-child {
    display: block;
}

.owl-carousel .owl-item ul {
    display: block !important;
}

.coin_nav .market-list:first-child {
    border: none;
}

.coin_nav .market-list {
    height: 100%;
    width: 33.333%;
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    padding: 15px;
}

.coin_nav .market-list img {
    width: 33%;
    padding: 14px 0 15px 8px;
}

.price-detail {
    width: 65%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.trade-green {
    color: #00A45B !important;
}

.trade-red {
    color: #F75535 !important;
}

.trade {
    color: #1b1b1b;
    font-size: 16px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price {
    line-height: 19px;
    font-weight: bold;
    max-width: 100%;
}

.market-name {
    line-height: 19px;
    max-width: 100%;
}

.percent {
    color: #000;
    text-align: right;
}




.dev_box {
    position: absolute;
    width: 100%;
    background-color: #f6f7f8;
}

.content {
    position: relative;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #e5e5e5;
}

.tools .content {
    background: #f6f7f8;
}

.dev_chat .content {
    width: 70%;
    height: 460px;
    margin: 100px auto;
    padding: 10px;
}

.alert_content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.alert_form {
    width: 100%;
}

.alert_pairs>* {
    display: inline-block;
}

.alert_content input {
    padding: 7px 10px !important;
    text-align: center;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.14), 0 1px 3px -1px rgba(0, 0, 0, 0.12);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.alert_content .message_types,
input.pair,
input#alert {
    margin: 0 10px;
    max-width: 25%;
}

.alert_content .message_types span:after {
    right: 15px;
    top: 16px;
}

/*
		margin: 10px 10px 30px;
		text-align: left;
		background: #f6f7f8;
		padding: 10px;
*/
.submit_alert {
    position: unset;
    width: unset;
    height: unset;
    padding: 7px 20px;
    margin: 20px auto 10px;
    color: #fff;
    background: #24b4f1;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0px 2px 4px #797979;
}

.submit_alert:hover {
    background: #2bc2ff;
}

.chart .content {
    width: 80%;
}

.chart .content:after {
    content: '';
    width: 5%;
    min-width: 38px;
    height: 21%;
    left: 70px;
    bottom: 0;
    position: absolute;
    /* background: aliceblue; */
    z-index: 50;
}

.dev_chat .dev_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    transform: skewY(-10deg);
    top: 25%;
    align-content: space-between;
    background: linear-gradient(192deg, #f6f9fc, #fff 42%);
}

.dev_chat .news_widget {
    width: 100%;
    background: unset;
    border: unset;
    padding-left: 0;
    padding-right: 0;
    margin: 85px auto;
}

.track_news {
    padding: 13px 13px 23px;
    background: #fff;
    height: 100%;
    display: block;
    /* flex-direction: column; */
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.news__footer {
    position: absolute;
    bottom: 11px;
    left: 12px;
    right: 12px;
    display: block;
    color: #758696;
}

.news__description {
    position: relative;
    font-size: 15px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    overflow: auto;
    line-height: 24px;
    color: #4c525e;
    word-wrap: break-word;
}

.news__title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #0aadef;
}

.news__description_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 140px;
}

.news__footer {
    display: block;
    font-size: 10px;
    line-height: 22px;
    color: #758696;
}

.news_widget .owl-carousel .owl-stage-outer {
    padding: 5px 0;
}

.owl-carousel .owl-item {
    opacity: .6;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}


.dev_log {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 100%
}

.dev_cat {
    position: relative;
    padding: 10px;
}

.dev_pic {
    width: 7vw;
    height: 7vw;
    max-width: 80px;
    max-height: 80px;
    min-width: 65px;
    min-height: 65px;
    float: left;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.dev_pic div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.dev_pic span {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.dev_info {
    max-width: 80px;
    width: 48%;
    float: left;
    font-size: 11px;
    padding-left: 25px;
    padding-left: 13%;
}
 
.dev_info li {
    white-space: nowrap;
}


.dev_nav {
    position: absolute;
    width: 100%;
    height: 176px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dev_nav a {
    display: block;
    padding: 12px;
    color: #272727;
    background: #f6f7f8;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.dev_nav a:hover {
    background-color: #eee;
}

.dev_nav .active,
.dev_nav .active:hover {
    position: relative;
    background-color: #ffffff;
    box-shadow: inset 3px 0px 4px -3px #6b6b6b;
}

.dev_nav .active:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 20px;
    height: 42px;
    background: #ffffff;
    top: 1px;
    right: -5px;
}

.coin_pred {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    padding: 5px;
    color: #a0a0a0;
}



.int_box {
    float: right;
    width: 70%;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    /* background: linear-gradient(85deg, #000000, #ffffff 50%); */
    box-shadow: inset 4px 0 4px -6px black;
}

.dev_chat_box {
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.chat_head {
    display: flex;
    height: 15%;
    padding: 0 10px;
    text-transform: capitalize;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.topup_btn {
    margin-left: 10px;
    padding: 5px 12px;
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.dev_stat .dev_status,
.dev_stat .dev_info {
    position: relative;
    width: 25%;
    height: 100%; 
    padding: 10px;
}

.dev_stat div,
.dev_stat li {
    font-size: 0.86em;
    line-height: 15px;
}

.dev_stat div {    
    height: auto !important;
    margin: 0 !important;
    text-align: right;
}

.chat_body {
    height: 70%;
    margin: 0 5px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.chat_body:before {
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}

.chat_foot {
    position: relative;
    height: 15%;
    padding: 10px;
}

.chat_post {
    position: relative;
    width: 85%;
    height: 100%;
    padding: 6px 0;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.14), 0 1px 3px -1px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

#chat-input {
    font: 400 13.3333px Arial;
    width: 85%;
    height: 100%;
    padding: 7px 20px;
    background: none;
}

#chat-input.red::placeholder {
    color: #ff4d4f;
}

.chat-submit {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 15px;
    padding: 15px;
    border-radius: 28px;
    cursor: pointer;
    background: #24b4f1;
    box-shadow: -1px 2px 4px #797979;
}

.chat-submit:hover {
    background: #2bc2ff;
}

.chat-content-head {
    margin-bottom: 20px;
}

.o.active {
    display: block;
}

.o {
    display: none;
}

.chat_date {
    text-align: center;
    line-height: 30pt;
    color: #39547A;
    font-style: italic;
    font-weight: 700;
}

.chat-group {
    width: 100%;
    margin: 8px 0px;
    position: relative;
    margin-bottom: 20px;
}

.chat-group.fm {
    margin-top: -15px;
    z-index: 1;
}

.fm input {
    color: #717171 !important;
}

.chat-group:after {
    content: '';
    display: block;
    clear: both;
}

.chat-group-head {
    position: absolute;
    left: 20px;
    color: #39547A;
    font-weight: 600;
    opacity: 0.8;
    font-size: 9pt;
}

.group_content {
    -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    margin-top: 30px;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    float: left;
}

.chat-group-right .group_content {
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    float: right;
}

.chat-group-right .chat-group-head {
    right: 20px;
    left: auto;
}

.chat-group-left .chat_bobble {
    background: #36befd;
    background: linear-gradient(135deg, #36befd 1%, #6461f6 750px);
    box-shadow: 0 15px 20px -15px rgba(0, 0, 255, 0.3), 0 55px 50px -35px rgba(0, 0, 255, 0.3);
    text-shadow: 0px 1px 3px rgba(0, 0, 255, 0.15);
    text-align: left;
    color: #fff;
}

.chat-group-left input {
    max-width: 150px;
}

.chat-group-right .chat_bobble {
    background: #EAEEF7;
    box-shadow: 0 15px 20px -15px rgba(35, 35, 129, 0.09), 0 55px 50px -35px rgba(35, 35, 129, 0.08);
    float: right;
    text-align: right;
    color: #425E88;
    border: 1px solid #e5e5e5;

}

.chat_bobble {
    float: left;
    padding: 10px 10px;
    border-radius: 10px;
    position: relative;
    width: auto;
    max-width: 70%;
    min-width: 220px;
    margin-bottom: 3px;
    clear: both;
}

.chat-group-right .item-status {
    right: auto;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.chat_bobble:hover .item-status {
    display: block;
}

.item-status {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    padding: 10px 10px;
    color: #39547A;
    font-weight: 400;
    opacity: 0.4;
    font-size: 9pt;
    display: none;
}

.chat_message {
    word-break: break-all;
    white-space: pre-wrap;
    word-break: break-word;
}

.user-details .chat_bobble {
    margin-left: 33px;
}
.chat_bobble.user_details span {
    padding: 0 6px;
}
.chat_bobble.user_details .user_name > span {
    text-transform: capitalize;
}

.user-details img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 3px solid #F6F8F9;
    position: absolute;
    bottom: 0;
    left: 1px;
}

.user-details input[type="text"],
.user_select {
    font-size: 13px;
    border-radius: 10px;
    margin: 5px 0;
    padding: 2px 9px;
}

.chat-report {
    padding: 0 10px;
    color: #0aadef;
    text-align: center;
    font-size: 12px;
}

.chat-report a {
    color: #51ca68;
}


/*uuu*/

.message_types, .message_type {
    position: relative; 
}

.user_select {
    width: 100%;
    padding: 3px 9px !important;
    margin-bottom: 1px !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    border: 1px solid #B7B1B1;
    text-overflow: ellipsis;
    cursor: pointer;
}

.message_types span.opened:after {
    border-top: 4px solid transparent;
    border-bottom: 7px solid #B7B1B1;
    top: 7px;
}

.message_types span:after {
    content: '';
    border: 4px solid transparent;
    border-top: 7px solid #B7B1B1;
    position: absolute;
    top: 12px;
    right: 10px;
}

.select-content {
    position: absolute;
    width: calc(100% - 20px);
    background: #f6f7f8;
    color: #4c4c4c;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: 0px 6px 11px -4px rgba(50, 50, 93, 0.14), 0 1px 3px -1px rgba(0, 0, 0, 0.12);
}

.select-content ul {
    padding: 0;
    margin: 0;
}

.select-content li {
    list-style-type: none;
    padding: 5px 15px;
    cursor: pointer;
}

.select-content li:not(.addlist):hover,
.select-content .thishover:hover {
    background-color: #59adef;
    color: #fff;
}

.thishover:before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    margin: 6px 0;
    border: 4px solid transparent;
    border-left: 7px solid #B7B1B1;
}

.right_bar {
    box-shadow: 0 4px 4px 0 rgba(60, 64, 67, 0.302), 0 8px 12px 6px rgba(60, 64, 67, 0.149);
    background-color: #fff;
    bottom: 0;
    height: 100%;
    right: -45px;
    position: fixed;
    top: 0;
    width: 0;
    padding: 1rem;
    z-index: 52;
    transition: .45s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-property: right, width;
}

.right_bar.open_bar {
    width: 22.3%;
    right: 0;
}

.chat_box,
.news_box {
    align-items: center;
    cursor: alias;
    position: relative;
    background: #f6f7f8;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.pub_chat {
    height: 100%;
}

.right_bar .chat_box {
    height: 70.4%;
    padding: 10px;
    margin-bottom: 2.5vh;
    font-family: 'pt_sansregular';
}

.right_bar .news_box {
    height: 21%;
    padding: 10px;
}

.all_title {
    padding-left: 30px;
    margin-bottom: 14px;
    margin-bottom: 2vh;
    background-image: url(../images/content_ico.png);
    background-position: 0 -673px;
    background-repeat: no-repeat;
    color: #0aadef;
    text-transform: uppercase;
    white-space: nowrap
}

.locales {
    float: right;
    font-size: 10px;
    padding-right: 5px;
    color: black;
    cursor: pointer;
}

.right_bar .locales {
    display: none;
}

.open_bar .locales {
    display: block;
}

.chat_box>div {
    height: 100%;
}

.c_body.translate {
    height: 90%;
}

.chat_box .users_view .simplebar-content>span,
.content .panel_body>span {
    display: block;
    background: url(../images/loader.gif);
    height: 30px;
    width: 30px;
    margin: 30vh auto 0;
    border-radius: 50px;
    opacity: 0.2;
}

.chat_translate {
    font-size: 12px;
    color: #5e5e5e !important;
    padding: 10px 0 0;
}

.chat_translate .chat_post {
    display: inline-block;
    width: 70%;
    height: 25px;
    padding: 0;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
}

.chat_translate .chat_post input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    resize: none;
    outline: none;
    background: rgba(4, 4, 4, 0);
}

.chat_translate button {
    float: right;
    color: #fff;
    padding: 5px;
    width: 27%;
    text-align: center;
    background: #8194ac;
    vertical-align: top;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
}

.content .panel_body>span {
    margin: 25vh auto 0;
}

.chat_box p.sys {
    font-size: 11px;
    font-weight: normal;
    color: #83355e;
}

footer {
    width: 95%;
    margin: auto;
    padding: 20px 30px;
    border-top: 1px solid #e5e5e5;
}

.chat_box p {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 16px;
    margin: 0 0 6px;
    word-wrap: break-word;
}

.chat_box p a.pm {
    padding: 0px 2px 0px 0px;
    width: 10px;
    height: 10px;
}

.chat_box p a {
    color: #9aa8b9;
    text-decoration: none;
}

.chat_box p a.mod,
a.mod.active {
    font-weight: bold;
    color: #51ca68;
}

.chat_box p a.adm,
a.adm.active {
    font-weight: bold;
    color: #0aadef;
}

a.adm.active,
a.mod.active {
    pointer-events: none;
}


.open_box {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
}

._bar {
    width: 50px;
    height: 50px;
    background: #ffffff;
    margin: 2px 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    box-shadow: -2px 0px 5px -1px rgba(50, 50, 93, 0.14), -1px 0px 3px -1px rgba(0, 0, 0, 0.12);

}

.open_box .open_pub {
    background-image: url(../images/content_ico.png);
    background-position: 16px -707px;
    background-repeat: no-repeat;
    background-size: 45%;
}

/* faq */

.ieo .content,
.faq .content {
    width: 85%;
    min-height: 428px;
    margin: 80px auto;
    padding: 16px;
}

.panel_heading {
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #f6f7f8;
    border-radius: inherit;
    border: inherit;
}

.dev_chat .panel_heading {
    background-color: #fff;
    margin: 20px 20px 60px;
    border: 1px solid #e5e5e5;
}

.panel_heading h3,
.panel_heading div {
    display: inline-block;
}

.panel_title {
    margin: 0;
    padding-left: 34px;
    color: #99a8b9;
    text-transform: uppercase;
}

.panel_body {
    padding: 15px;
}


.article_list {
    margin-bottom: 5px;
}

.ieo .article_list {
    margin: 50px 2% 5px;
}

.ieo .article_list:last-child {
    margin-top: 0;
}

.topic {
    font-weight: bold;
    color: #0aadef;
}

.article_topic {
    padding: 20px;
    display: block;
    margin-bottom: 2px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    cursor: pointer;
}

.ieo .article_topic {
    color: #5e5e5e;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.article_body {
    padding: 20px;
    margin-bottom: 20px;
    display: none;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-radius: 7px;
}

.ieo .panel_title,
.faq .panel_title {
    background: url(../images/h1_ico.png) no-repeat scroll;
    background-position: 0 -75px;
}

.ieo .panel_title {
    background-position: 0 -150px;
}

.grey_box {
    width: 80% !important;
    min-width: 250px;
    font-size: 15px !important;
    background: #f6f7f8;
    border: 1px solid #d9dfe7;
    padding: 23px 20px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}


.tools .panel_heading {
    margin: 0;
}

.tools .panel_body {
    display: inline-block;
    width: 50%;
    min-height: 51vh;
    margin-top: 40px;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: inherit;
}

.tools .content .panel_body>span {
    margin: 22vh auto 0;
}

.tools .panel_body.js-notification {
    position: absolute;
    right: 0;
    width: 44%;
    min-width: 200px;
    background: unset;
    margin-right: 3%;
    border: unset;
    z-index: 1;
}

.investbox .panel_title,
.tools .panel_title {
    background: url(../images/h1_ico.png) no-repeat scroll;
    background-position: 0 -375px;
}

.notifications:after {
    content: "";
    height: 26%;
    width: calc(100% + 20px);
    position: absolute;
    bottom: -12%;
    left: 50%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #f6f7f8), to(rgba(246, 249, 252, 0)));
    background-image: linear-gradient(0deg, #f6f7f8 70%, rgba(246, 249, 252, 0));
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.notification--new {
    opacity: 0;
    -webkit-transform: translateY(-60px) scale(.9);
    transform: translateY(-60px) scale(.9);
}

.notification {
    position: absolute;
    left: 0;
    right: 0;
    color: #5e5e5e;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    padding: 1.15em 1.5em;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 21.8%;
    overflow: hidden;
    z-index: 2;
    font-size: 15px;
    font-family: 'pt_sansregular';
}

.notification:nth-child(n+2)>* {
    opacity: 0.7;
}

.notification:nth-child(2),
.notification:nth-child(3),
.notification:nth-child(4) {
    -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
}

.notification:nth-child(2) {
    -webkit-transform: translateY(100%) translateY(10px) scale(.96);
    transform: translateY(100%) translateY(10px) scale(.96);
    z-index: 1;
}

.notification:nth-child(3) {
    -webkit-transform: translateY(200%) translateY(20px) scale(.96);
    transform: translateY(200%) translateY(20px) scale(.96);
}

.notification:nth-child(4) {
    -webkit-transform: translateY(300%) translateY(30px) scale(.96);
    transform: translateY(300%) translateY(30px) scale(.96);
}

.notification:nth-child(5) {
    -webkit-transform: translateY(400%) translateY(40px) scale(.96);
    transform: translateY(400%) translateY(40px) scale(.96);
}

.ticker_data {
    min-width: 30%;
    margin: 0 5px;
    text-align: center;
}

.ticker_data div:nth-child(1) {
    font-weight: bold;
    opacity: 0.8;
    letter-spacing: 1px;
}

.notification>div:nth-child(2) {
    margin: 0 20px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.notifications div:nth-child(2)>span:nth-child(1) {
    /* font-weight: bold;*/
}

.trend._up {
    background: url(../images/arrow_up.svg) no-repeat;
    background-size: 10px 10px;
    background-position: top right;
    color: #00a45b;
}

.trend._down {
    background: url(../images/arrow_down.svg) no-repeat;
    background-size: 10px 10px;
    background-position: bottom right;
    color: #f75535;
}

.trend._center {
    background: url(../images/arrow_center.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center right;
    color: #000;
}

.trend {
    position: absolute;
    width: 20%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
    text-align: left;
    line-height: 54px;
    opacity: 0.7;
    font-size: 25px;
    font-weight: bold;
}







.investbox .content,
.freecoins .content,
.coinsinfo .content,
.tools .content {
    border-left: unset;
    border-radius: unset;
    min-height: 72vh;
}

.investbox .panel_heading,
.freecoins .panel_heading,
.coinsinfo .panel_heading,
.tools .panel_heading {
    padding: 15px 4%;
}

input#myInput {
    position: relative;
    width: 30%;
    max-width: 200px;
    height: 20px;
    margin-right: 1.5%;
    padding: 5px;
    float: right;
    border-radius: 3px;
}

.dev_chat .panel_title,
.freecoins .panel_title,
.coinsinfo .panel_title {
    background: url(../images/h1_ico.png) no-repeat scroll;
    background-position: 0 -149px;
}

.investbox .quote,
.freecoins .quote,
.coinsinfo .quote {
    text-align: center;
    color: #9aa8b9;
    padding: 10px 6%;
}

.investbox .quote {
    text-align: left;
    font-family: 'pt_sansregular';
    font-size: 14px;
    line-height: 18px;
}

.investbox .quote p {
    margin: 0 0 8px;
}

.freecoins table,
.coinsinfo table,
.tools table {
    margin: 20px auto;
    width: 80%;
    text-align: center;
}

.tools table {
    color: #7e7e7e;
    width: 85%;
}

.freecoins tr:nth-child(even),
.tools tr:nth-child(even) {
    background-color: #f8f8f8
}

.clGetFreeCoins,
.clFreecoinsDonate {
    background: #0aadef;
    cursor: pointer;
    width: 130px;
    height: 32px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin: 5px 10px 5px 0px;
}

.tools th {
    padding-bottom: 5px !important;
}

.tools td,
.tools th {
    padding: 0 12px;
}

.tools .panel_body input {
    max-width: 100px !important;
    width: 20vw !important;
    border-radius: 4px;
}

.clFreecoinsDonate {
    background: #25B02B;
    margin-right: 0;
}

#qu_ieo .green span {
    color: #6b6b6b;
    font-size: 30px !important;
    line-height: normal;
    text-transform: uppercase;
}

#qu_ieo .green {
    color: #25B02B !important;
    margin-bottom: 20px !important;
}

.freecoins .countdown.green {
    color: #25B02B;
}

.modal_sd {
    display: none;
    background: url(../images/opacity.png) repeat scroll;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 55;
}

.open.modal {
    display: block;
}

.modal .modal_content {
    position: absolute;
    width: 40%;
    min-width: 340px;
    top: 50%;
    right: 50%;
    padding: 45px;
    font-family: 'pt_sansregular';
    font-size: 12px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    transform: translate(50%, -50%);
}

.toggle_modal:hover {
    background-position: 0 -19px;
}

.toggle_modal {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background: url(../images/close.png) no-repeat scroll top left;
    cursor: pointer;
}

.wincont {
    position: relative;
}

.more_about {
    position: absolute;
    left: -5%;
    bottom: -7%;
    color: #b2b2b2;
    font-style: italic;
    font-size: 11px;
}

.modal_content .title {
    font-size: 18px;
    color: #0aadef;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.modal_content .lnatt {
    padding-bottom: 10px;
}

.modal_content span.att1,
#v_fee {
    color: #25B02B;
}

.modal_content span.att {
    color: red;
}

.modal_content .ln p {
    color: #b2b2b2;
    margin: 0;
    padding-bottom: 9px;
}

.modal_content .ln {
    padding-bottom: 15px;
}

.modal_content .ln input[type=text] {
    width: 300px;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    color: #5e5e5e;
    font-size: 13px;
    border: 1px solid #d9dfe7;
    border-radius: 2px;
}

.ln img {
    max-width: 33%;
    min-width: 100px;
}

._bt .btn-waiting {
    display: inline-block;
    padding: 1.1em 2em;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #fff;
    cursor: progress;
    background: #949ca3;
    border: 1px solid #949ca3;
    border-radius: 2px;
    transition: background 0.2s ease;
    animation: waiting-glow 1.5s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

@keyframes waiting-glow {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.6
    }
}


.panel_body .big_table {
    margin-bottom: 40px;
}

.ieo .panel_body .big_table {
    margin-bottom: 10px;
}

.big_table tbody tr a {
    color: #0aadef;
}

thead,
tbody,
tr,
td,
th {
    font-weight: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.big_table thead,
.big_table tbody,
.big_table tr {
    display: block;
}

.big_table table {
    font-size: 14px;
    text-align: left;
}

.big_table thead {
    background: #465a73;
    border-radius: 5px;
}

.big_table tr:nth-child(even) {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.ieo tr:nth-child(even) {
    background-color: #fff;
    border: unset;
}

.big_table tr {
    padding: 0 10px;
}

.big_table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.big_table thead th {
    height: 51px;
    line-height: 40px;
    color: #fff;
}

.big_table tbody {
    height: 58vh;
    overflow-y: auto;
}

.ieo .big_table tbody {
    height: 45vh;
}

.ieo table {
    margin: 0;
    width: 100%;
    text-align: center;
}

.big_table tbody td,
.big_table thead th {
    width: 11.1%;
    float: left;
    padding: 5px;
}

.coinsinfo tbody td:nth-child(2),
.coinsinfo thead th:nth-child(2),
.ieo tbody td:nth-child(8),
.ieo thead th:nth-child(8) {
    width: 14.1%;
}

.coinsinfo tbody td:nth-child(4),
.coinsinfo thead th:nth-child(4) {
    text-align: left !important;
}

.coinsinfo tbody td:nth-child(7),
.coinsinfo thead th:nth-child(7),
.ieo tbody td:last-child,
.ieo thead th:last-child {
    width: 8%;
}

.ieo tbody td:nth-child(3),
.ieo thead th:nth-child(3) {
    width: 9%;
}

.coinsinfo tbody td:nth-child(5),
.coinsinfo thead th:nth-child(5),
.ieo tbody td:nth-child(4),
.ieo thead th:nth-child(4),
.ieo tbody td:nth-child(5),
.ieo thead th:nth-child(5),
.ieo tbody td:nth-child(8),
.ieo thead th:nth-child(8) {
    width: 16.4%;
}

.coinsinfo tbody td:last-child,
.coinsinfo thead th:last-child,
.ieo tbody td:last-child,
.ieo thead th:last-child {
    border-right: none;
    width: 6%;
}

.ieo tbody td:nth-child(10),
.ieo thead th:nth-child(10),
.ieo tbody td:nth-child(9),
.ieo thead th:nth-child(9),
.ieo tbody td:nth-child(2),
.ieo thead th:nth-child(2) {
    display: none;
}


.BrandedInvoiceScreen__body {
    position: relative;
    font-family: 'pt_sansregular';
    font-size: 12px;
    margin: 4em auto;
    width: 85.2495379%;
    max-width: 350px;
    background-color: #fff;
    box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 5px;
}

.BrandedInvoiceScreen__logo {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: .1875em solid #fff;
    position: absolute;
    top: -1.2em;
    left: calc(50% - 4em/2);
    background-image: url(../images/promo/bonus_platinum.jpg);
    background-size: cover;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.BrandedInvoiceScreen__form {
    background-color: #f6f7f8;
    -webkit-box-flex: 0.6;
    flex: 0.6;
    padding: 1.4em 0 1.5em;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.BrandedInvoiceScreen__top {
    padding: 4em 0 1em;
    position: relative;
}

.BrandedInvoiceScreen__form,
.BrandedInvoiceScreen__top {
    -webkit-box-align: center;
    align-items: center;
}

.BrandedInvoiceScreen__form,
.BrandedInvoiceScreen__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

button.BrandedInvoiceScreen__label,
.BrandedInvoiceScreen__input {
    background-color: #0aadef;
    color: #fff;
    width: 72.8045326%;
    margin: 0 0 1em;
    padding: .5em .8em;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: .3s;
}

button.BrandedInvoiceScreen__label:hover {
    background: #15d61d;
}

.ib_login button.BrandedInvoiceScreen__label:hover {
    background: #2bc2ff;
}

.BrandedInvoiceScreen__input {
    background-color: #fff;
    margin: 0 0 .5em;
}

input.investScreen__input {
    display: inline;
    width: 45%;
    height: 25px;
    padding: .5em .8em;
    text-align: center;
    outline: 0;
    border: 0;
}

input.investScreen__input:last-child {
    width: 55%;
    border-left: 1px solid gainsboro;
}

.BrandedInvoiceScreen__ach {
    position: relative;
    text-align: center;
    width: 100%;
}

.invest__warn,
.invest__w,
.pwd__warn {
    position: absolute;
    width: 100%;
    color: red;
    background: #f6f7f8;
    transition: .3s;
}

.pwd__warn {
    bottom: -185%;
    text-align: right;
    padding-right: 7.5%;
}

div.checker {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: left;
}

div.checker,
div.checker * {
    margin: 0;
    padding: 0;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center;
    background-position: left top;
}

div.checker span {
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
}

div.checker,
div.checker span,
div.checker input {
    width: 16px;
    height: 16px;
}

span.checked {
    background-position: left bottom !important;
}

div.checker input {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.open_box {
    display: none;
}


@media screen and (max-width:1000px) {
    .open_box {
        display: block;
    }

    .wrapper .wrap,
    #loader.loader_width {
        width: 100%;
    }

    nav,
    .freecoins .coin_nav {
        width: 100%;
    }

    .right_bar.open_bar {
        width: calc(250px + 3%);
    }

    .modal .modal_content {
        width: 60%;
    }
}

@media screen and (max-width:880px) {
    .item-status {
        top: unset;
        right: unset;
        left: 0;
        bottom: -40px;
        transform: unset;
    }
}

@media screen and (max-width:740px) {
    #loader.loader_width {
        width: 100%;
    }

    .modal .modal_content {
        padding: 35px 15px;
    }

    .logo img {
        width: 130px;
    }

    .promo_coin_details {
        width: unset;
        margin-left: 0;
        color: #fff;
    }

    #nav-icon {
        display: block;
        width: 25px;
        margin: 0 25px;
        float: right;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: relative;
        height: 3px;
        margin: 5px 0;
        background: #ffffff;
        border-radius: 9px;
    }

    .head_right ul {
        display: none;
    }

    .dev_chat .content {
        width: 85%;
        min-width: 350px;
    }

    .chat-submit {
        width: 45px;
        height: 45px;
        top: 10px;
        right: 10px;
        padding: 13px;
    }

    .alert_content {
        flex-direction: column;
        align-items: stretch;
    }

    .freecoins table,
    .coinsinfo table,
    .tools table {
        width: 90%;
    }

    .freecoins td.cl:nth-child(4) input {
        display: block;
        margin: 5px auto;
    }

    .ieo .content,
    .faq .content {
        width: 90%;
    }

    .coinsinfo tbody td:nth-child(2),
    .coinsinfo thead th:nth-child(2) {
        width: 20.1%;
    }

    .coinsinfo tbody td:nth-child(4),
    .coinsinfo thead th:nth-child(4) {
        width: 21.5%;
    }

    .coinsinfo tbody td:nth-child(6),
    .coinsinfo thead th:nth-child(6),
    .coinsinfo tbody td:nth-child(5),
    .coinsinfo thead th:nth-child(5) {
        display: none;
    }

    .coinsinfo tbody td:last-child,
    .coinsinfo thead th:last-child,
    .ieo tbody td:last-child,
    .ieo thead th:last-child {
        width: 8%;
    }

    .coinsinfo tbody td,
    .coinsinfo thead th,
    .ieo tbody td:nth-child(1),
    .ieo thead th:nth-child(1) {
        width: 14.1%;
    }

    .ieo tbody td:nth-child(6),
    .ieo thead th:nth-child(6) {
        width: 15%;
    }

    .ieo tbody td:nth-child(3),
    .ieo thead th:nth-child(3) {
        display: none;
    }

    .ieo thead th:nth-child(5),
    .ieo tbody td:nth-child(5) {
        width: 19%;
    }

    .tools .panel_heading {
        border: unset;
    }

    .tools .panel_body {
        display: block;
        width: 100%;
        margin: auto;
        border-radius: unset;
        border-left: 0;
        border-right: 0;
    }

    .tools .panel_body.js-notification {
        position: relative;
        width: 90%;
        margin: 30px auto 35px;
        box-shadow: unset;
    }

    .notification {
        font-size: 12px;
    }

    .notifications:after {
        height: 24%;
        bottom: -10%;
    }

    .notification>div:nth-child(2) {
        position: absolute;
        right: 0;
        left: 0;
    }

    .trend {
        font-size: 20px;
    }

    .more_about {
        left: 1%;
        bottom: -5%;
        font-size: 9px;
    }

}

@media screen and (max-width:630px) {
    .coin_nav ul {
        width: 80%;
    }

    .dev_chat .content {
        width: 95%;
        padding: 6px;
    }

    .dev_cat {
        margin-top: 17px;
    }

    .dev_pic {
        float: unset;
        margin: auto;
    }

    .dev_log {
        width: 25%;
    }

    .dev_log .dev_info {
        display: none;
    }

    .int_box {
        width: 75%;
        padding: 6px;
        padding-left: 9px;
    }

    .dev_nav .active:after {
        right: -4px;
    }

    footer {
        font-size: 11px;
    }

    .modal .modal_content {
        font-size: 10px;
    }

    .ieo tbody td:nth-child(8),
    .ieo thead th:nth-child(8),
    .ieo tbody td:nth-child(4),
    .ieo thead th:nth-child(4) {
        display: none;
    }

    .ieo tbody td:nth-child(7),
    .ieo thead th:nth-child(7) {
        width: 16%;
    }

    .ieo tbody td:nth-child(6),
    .ieo thead th:nth-child(6) {
        width: 21%;
    }

    .ieo thead th:nth-child(5),
    .ieo tbody td:nth-child(5) {
        width: 29%;
    }

    .ieo tbody td:nth-child(1),
    .ieo thead th:nth-child(1) {
        width: 21%;
    }

    .ieo tbody td:last-child,
    .ieo thead th:last-child {
        width: 13%;
    }
}

@media screen and (max-width:540px) {

    .coinsinfo tbody td:nth-child(2),
    .coinsinfo thead th:nth-child(2) {
        display: none;
    }

    .coinsinfo tbody td,
    .coinsinfo thead th {
        width: 18.5%;
    }

    .coinsinfo tbody td:last-child,
    .coinsinfo thead th:last-child {
        width: 11%;
    }

    .coinsinfo tbody td:nth-child(7),
    .coinsinfo thead th:nth-child(7) {
        width: 12%;
    }

    .selfservice .grey_box {
        width: 100% !important;
    }
}

@media screen and (max-width:450px) {
    .coin_nav .market-list {
        padding: 10px;
    }

    .coin_nav ul {
        width: 90%;
    }

    .price-detail {
        width: unset;
        font-size: 13px;
    }

    .trade {
        font-size: 12px;
    }

    .dev_chat .content {
        width: 93%;
        height: 600px;
        padding: 8px;
        margin: 80px auto;
    }

    .dev_log {
        width: 100%;
        height: unset;
        padding: 10px 0;
    }

    .dev_cat {
        float: left;
        margin-top: 0;
    }

    .dev_nav {
        position: unset;
        width: unset;
        height: unset;
        font-size: 12px;
    }

    .dev_nav a {
        float: left;
        display: unset;
        padding: 10px;
        margin: 1px;
        border-radius: 10px;
    }

    .dev_nav .active:after {
        display: none;
    }

    /*.chat_box p a.adm, a.adm.active,.chat_box p a.mod, a.mod.active*/
    p a.adm,
    a.adm.active,
    p a.mod,
    a.mod.active {
        font-weight: unset;
    }

    .coin_pred {
        display: none;
    }

    .int_box {
        width: 100%;
        height: 81%;
        padding: 10px 9px;
        box-shadow: inset 0 4px 4px -6px black;
    }

    .chat_post {
        width: 82%;
    }

    .ieo .content,
    .faq .content {
        margin: 60px auto;
        padding: 10px;
    }

    .coinsinfo table {
        font-size: 13px;
    }

    .panel_body {
        padding: 10px;
    }

    .ieo .grey_box {
        width: 85% !important;
    }

    .ieo .panel_body {
        padding: 10px 0;
    }

    .ieo .content {
        width: 95%;
    }

    .ieo .article_list {
        margin: 50px 1% 5px;
    }

    .ieo .article_body {
        padding: 15px 10px;
    }

    .clGetFreeCoins,
    .clFreecoinsDonate {
        width: 100px;
    }

    .ticker_data>div:nth-child(2)>span {
        display: none;
    }

    .notification>div:nth-child(2) {
        position: unset;
        right: unset;
        left: unset;
        margin: 0 10px;
        font-size: 12px;
    }

    footer {
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .freecoins td.cl:nth-child(2) {
        margin: 32px 0;
    }

    .freecoins td.cl:nth-child(2),
    .freecoins th.topic:nth-child(2) {
        width: 15vw;
        display: block;
    }
}