/*
Theme Name: DevVN Theme mua bÃ¡n coin
Description: 
Author: DevVN Team
Template: flatsome
Version: 1.0.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSansRegular.eot');
    src: url('fonts/GoogleSansRegular.eot') format('embedded-opentype'),
    url('fonts/GoogleSansRegular.woff2') format('woff2'),
    url('fonts/GoogleSansRegular.woff') format('woff'),
    url('fonts/GoogleSansRegular.ttf') format('truetype'),
    url('fonts/GoogleSansRegular.svg#GoogleSansRegular') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSansItalic.eot');
    src: url('fonts/GoogleSansItalic.eot') format('embedded-opentype'),
    url('fonts/GoogleSansItalic.woff2') format('woff2'),
    url('fonts/GoogleSansItalic.woff') format('woff'),
    url('fonts/GoogleSansItalic.ttf') format('truetype'),
    url('fonts/GoogleSansItalic.svg#GoogleSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSansMedium.eot');
    src: url('fonts/GoogleSansMedium.eot') format('embedded-opentype'),
    url('fonts/GoogleSansMedium.woff2') format('woff2'),
    url('fonts/GoogleSansMedium.woff') format('woff'),
    url('fonts/GoogleSansMedium.ttf') format('truetype'),
    url('fonts/GoogleSansMedium.svg#GoogleSansMedium') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Google Sans';
    src: url('fonts/GoogleSansBold.eot');
    src: url('fonts/GoogleSansBold.eot') format('embedded-opentype'),
    url('fonts/GoogleSansBold.woff2') format('woff2'),
    url('fonts/GoogleSansBold.woff') format('woff'),
    url('fonts/GoogleSansBold.ttf') format('truetype'),
    url('fonts/GoogleSansBold.svg#GoogleSansBold') format('svg');
    font-weight: bold;
}

html,body,
.nav > li > a,
h1,h2,h3,h4,h5,h6, .heading-font{
    font-family: 'Google Sans', sans-serif !important;
}
body{
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    background: white;
}

b, strong{
    font-weight: 700;
}
p {
    margin-bottom: 10px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 20px 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1.h1_logo {
    height: 0;
    overflow: hidden;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
ul.menu>li>a, ul.menu>li>span:first-child, .widget>ul>li>a, .widget>ul>li>span:first-child {
    padding: 3px 0;
}
.footer ul.menu>li+li, .footer .widget>ul>li+li {
    border-top: 0;
}

.bg-body {
    width: 350px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 0;
    opacity: .3;
    transform: translateY(calc(50px - 50%));
    -webkit-transform: translateY(calc(50px - 50%));
    moz-transform: translateY(calc(50px - 50%));
    pointer-events: none;
}
.bg-body.right {
    left: initial;
    right: 0;
}
.header-button a.button {
    text-transform: inherit;
    font-weight: 500;
}
h1.page-title {
    font-size: 30px;
    margin: 0;
}
.box-image .image-cover img{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.entry-header-coin {
    padding: 50px 0 20px;
}
.entry-header-coin h1{
    margin-bottom: 0;
}

.header-single h1 {
    font-size: 30px;
    margin: 0;
}

.neo-block {
    background: white;
    box-shadow: 0 0 40px -3px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
.neo-block .block-content {
    padding: 20px;
}

.neo-block .block-header {
    border-width: 2px;
    background: #fff;
    border-color: #ece9f1;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding: 15px;
    border-bottom: 2px solid #ebebeb;
}
.neo-block .block-content {padding: 20px;}
.neo-block .block-content ul, .neo-block .block-content ol {padding-left: 20px;}
.neo-block .block-header img {
    height: 20px;
    margin-right: 10px;
    width: auto;
}
.neo-block .block-header .block-title {
    margin: 0;
    font-size: 20px;
}
.neo-block .list-currency {
    padding: 10px 0;
}
.neo-block .list-currency .wrap-item {
    display: flex;
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #efefef;
}
.neo-block .list-currency .wrap-item > div {
    display: flex;
    align-items: center;
}
.neo-block .list-currency .wrap-item .right {flex: 1;padding-left: 10px;display: flex;justify-content: flex-end;}
.neo-block .list-currency .thumb {
    overflow: hidden;
    width: 34px;
    margin-right: 5px;
}
.neo-block .list-currency .curreny-name {
    margin: 0;
    font-size: 14px;
}
.neo-block .list-currency .price {
    background: var(--primary-color, #00c48c);
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 7px;
    min-width: 100px;
    text-align: center;
    border-radius: 5px;
}
.neo-block .list-currency .sell.price {
    background: var(--second-color, #ff647c);
}
.list-currency .item-currency:last-child a {
    margin: 0;
}

.neo-form {
    padding: 10px 10px 0;
    margin: 0;
}
.neo-form button {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: inherit;
    border-radius: 3px;
}
.neo-form input {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    height: 46px;
    margin: 0 0 5px;
    box-shadow: none;
    outline: none;
}
.neo-form label {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0;
}
.coin-widget .widget .textwidget,
div#secondary .widget .textwidget
{
    padding: 15px 10px;
}
.form-row > .col {
    padding-bottom: 0;
}
.form-row {
    margin-bottom: 15px !important;
}
.neo-form label.error,
label.error{
    color: red;
    font-size: 80%;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.form_mess {
    padding-top: 5px;
}
.loading {
    position: relative;
    pointer-events: none;
}
.loading:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    z-index: 9;
}
.loading:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-animation: devvn_loading .6s linear;
    animation: devvn_loading .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    border-color: var(--primary-color, #00c48c) transparent transparent;
    border-style: solid;
    border-width: .3em;
    box-shadow: 0 0 0 1px transparent;
    z-index: 10;
}

@-webkit-keyframes devvn_loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes devvn_loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#currency-tab {
    padding: 5px 0 0;
    display: flex;
}
#currency-tab a {
    color: white;
    width: 100%;
    text-align: center;
    background: #1a2b26;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    display: block;
    font-size: 16px;
}
#currency-tab li {margin:0 3px 0;flex:1;}
#currency-tab li.active a {
    background: var(--primary-color, #00c48c);
}
#currency-tab li.active:last-child a {
    margin-right: 0;
    background: var(--second-color, #ff647c);
}

.search-giao-dich, .search-giao-dich-mb {
    margin-bottom: 0;
}
.search-giao-dich input, .search-giao-dich button, .search-giao-dich-mb input, .search-giao-dich-mb button {
    box-shadow: unset;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    border-color: var(--primary-color, #00c48c);
    text-align: center;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.search-giao-dich button, .search-giao-dich-mb button {
    color: white;
    text-transform: initial;
    margin: 0;
}

.border {
    border: 1px solid #dee2e6!important;
}
.border-detail {
    border-color: #d5e9fa !important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.p-2 {
    padding: 8px !important;
}

.transactionHandler {
    margin-bottom: 0;
}
.transactionHandler td {
    border-bottom: none;
    font-size: 16px;
    color: #333;
}
.copyIcon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.copyIcon:after {
    background-image: url(images/ios-copy.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 17px;
    height: 17px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    top: 0;
}
.copied-text {
    color: red;
}
.d-none {
    display: none !important;
}
.item-currency span.sub_price {
    font-size: 12px;
}
div#wrapper {
    z-index: 1;
}
#wrapper, #main{
    background-color: transparent;
}

.list-trade {
    padding: 0;
}
.item-trade {
    padding: 5px 0;
}
.item-trade .wrap-item {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #00000014;
}
.item-trade .wrap-item > div {
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.item-trade .wrap-item .t, .item-trade .wrap-item .c, .item-trade .wrap-item .price {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}
.item-trade .wrap-item .t img, .item-trade .wrap-item .price img {
    margin-right: 5px;
}
.item-trade .wrap-item .c, .item-trade .wrap-item .price {
    justify-content: flex-end;
}
.item-trade .wrap-item .c img {
    margin-left: 5px;
    width: 24px;
    height: 24px;
}
.item-trade .wrap-item .price {
    font-size: 14px;
    margin-top: 5px;
}

.item-review .star-rating {
    margin: 3px 0;
    width: 70px;
}
.star-rating span:before, .star-rating:before {
    color: #edc92b !important;
    font-size: 14px;
}
.item-review {
    padding: 5px 0;
}
.item-review .wrap-item {
    padding: 10px 15px;
    background: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.item-review .wrap-item .user-name {
    font-size: 16px;
    margin-bottom: 5px;
}
.item-review .wrap-item .review-content {
    font-size: 14px;
}

nav.coin-reviews-pagination:after {
    content: "";
    display: table;
    clear: both;
}
nav.coin-reviews-pagination ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
nav.coin-reviews-pagination ul li {
    list-style: none;
    margin: 0 5px 5px 0;
    float: left;
}
nav.coin-reviews-pagination li .page-numbers {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    background: #efefef;
    text-align: center;
    border-radius: 3px;
    color: #333;
}
nav.coin-reviews-pagination li .page-numbers.current, nav.coin-reviews-pagination li .page-numbers:hover {
    background: var(--primary-color, #00c48c);
    color: #fff;
}
.coin-reviews ol.comment-list, .coin-reviews ol.comment-list li {
    padding: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;
}
.coin-reviews .comment-inner {
    padding: 10px 15px;
    background: #ebebeb;
    border-radius: 5px;
}
.coin-reviews .comment-inner .strong.fn {
    margin-bottom: 5px;
    display: block;
    font-style: normal;
}
.coin-reviews .star-rating {
    margin: 0;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.coin-reviews .comment-content {
    font-size: 14px;
}

.tt .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 0 !important;
}
.form-inline form.search-giao-dich input.search-trade {
    border: 1px solid #ebebeb;
    border-radius: 5px !important;
    text-align: left;
    box-shadow: 0 0 40px -3px rgb(0 0 0 / 20%);
}
form.search-giao-dich button.submit-search{
    border-radius: 0 !important;
}
.form-inline form.search-giao-dich button.submit-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 0;
    margin: 0;
    border-radius: 0 5px 5px 0 !important;
}
.form-inline form.search-giao-dich {
    position: relative;
}
.neo-block.form-inline {
    background: transparent !important;
    box-shadow: none !important;
}
.neo-block.show-for-medium.form-inline {
    margin-top: 20px;
    margin-bottom: 0;
}

.grecaptcha-badge {
    opacity: 0.1 !important;
}
ul.menu>li, .widget>ul>li {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
}
@media screen and (min-width: 850px){
    .post-sidebar.large-3.col {
        padding-left: 10px;
    }
}

table.list_bank tr td:nth-child(1) {
    width: 50%;
}
table.list_bank {
    border-collapse: collapse;
}
table.list_bank, table.list_bank td {
    border: 1px solid #ccc;
}