body {
    /* background-color: #f8f8f8; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    /* color: rgb(34, 37, 49); */
}

section.menu {
    /* background: #000000; */
    /* border-bottom: 1px solid #ccc; */
}

section.menu .navbar {
    /* background: #000000; */
}

section.menu .navbar .has-search input {
    /* background-color: rgb(136 136 137); */
    /* border-color: rgb(182 182 182); */
    /* color: rgb(166, 176, 195); */
    border-radius: 8px;
    padding: 8px;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
    outline: 0;
    box-shadow: none;
}

section.menu .navbar .has-search input::-webkit-input-placeholder {
    /* Edge */
    /* color: #dbdbdb !important; */
}

section.menu .navbar .has-search input::-ms-input-placeholder {
    /* Internet Explorer */
    /* color: #dbdbdb !important; */
}

section.menu .navbar .has-search input::placeholder {
    /* color: #dbdbdb !important; */
}

.listings {
    /* background-color: #FFFFFF; */
}

table {
    /* color: #6e6b7b; */
    font-weight: 500;
}

table.table thead th {
    text-transform: uppercase;
}

table.table thead th,
table.table thead td,
table.table tbody th,
table.table tbody td {
    /* background-color: #FFFFFF; */
    vertical-align: top;
    /* text-transform: uppercase; */
    font-size: .857rem;
    letter-spacing: .5px;
    /* color: rgb(34, 37, 49); */
}

section.home .listings table tbody td {
    padding: .72rem .5rem;
    /* background-color: transparent !important; */
    font-weight: 500;
}

section.home .listings table .votes {
    /* color: #FFFFFF !important; */
}

.tabs ul {
    border: 0 !important;
}

.tabs.is-boxed a {
    /* background-color: transparent; */
    /* border-color: #dae1e7 #dae1e7 transparent; */
    position: relative;
    /* color: #6e6b7b; */
    border: none;
    padding: .61rem 1.2rem;
    border-radius: 0;
    min-width: auto;
    font-weight: 600;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

section.home .has-tabs .tabs.is-boxed li.is-active a {
    /* background-color: transparent; */
    /* border-color: #dae1e7 #dae1e7 transparent; */
}

.tabs.is-boxed li.is-active a {
    position: relative;
    /* color: #7367f0 !important; */
}

.navbar-item.has-dropdown {
    /* background: #000000; */
    border-radius: 2px;
}

section.menu .navbar .navbar-item.has-dropdown a.navbar-link {
    font-size: 1rem;
    /* color: #dedede; */
}

section.menu .navbar .navbar-item.has-dropdown .navbar-dropdown a.navbar-item {
    font-size: 1rem;
}

section.menu .navbar .navbar-item.has-dropdown:hover a.navbar-link {
    /* color: #FFFFFF; */
}

section.menu .navbar a.navbar-item {
    font-size: 1rem;
    /* color: #dedede; */
    font-weight: bold;
}

section.home .notice {
    /* background-color: #FFFFFF; */
}

section.listing-form .listing-form {
    /* background-color: #FFFFFF; */
    /* color: #6e6b7b; */
}

.listing-form input,
.listing-form textarea,
.listing-form select {
    /* background-color: #FFFFFF !important; */
    /* border-color: rgb(239, 242, 245) !important; */
    /* color: #6e6b7b; */
    border-radius: 8px;
    padding: 8px;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
    outline: 0 !important;
    box-shadow: none;
}

.listing-form input::-webkit-input-placeholder,
.listing-form textarea::-webkit-input-placeholder,
.listing-form select::-webkit-input-placeholder {
    /* Edge */
    /* color: #dbdbdb !important; */
}

.listing-form input::-ms-input-placeholder,
.listing-form textarea::-ms-input-placeholder,
.listing-form select::-ms-input-placeholder {
    /* Internet Explorer */
    /* color: #dbdbdb !important; */
}

.listing-form input::placeholder,
.listing-form textarea::placeholder,
.listing-form select::placeholder {
    /* color: #dbdbdb !important; */
}

.listing-form .select:not(.is-multiple):not(.is-loading)::after {
    /* border-color: #6e6b7b !important; */
    border-width: 1px;
    right: 3px;
    font-size: 12px;
}

.listing-form .field label {
    /* color: #6e6b7b; */
}

section.home .has-tabs .tabs.is-boxed li.is-active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    transition: transform .3s;
    left: 0;
    /* background: linear-gradient(
        30deg
        ,#7367f0,rgba(115,103,240,.5))!important; */
    transform: translateZ(0);
}

section.listing .listing {
    /* background-color: #FFFFFF; */
}

section.menu .navbar .navbar-brand a.navbar-burger span {
    /* color: #6e6b7b; */
}

section.menu .navbar .navbar-brand a.navbar-item.mobile-search {
    /* color: #6e6b7b; */
}

section.menu .navbar .navbar-item.has-dropdown .navbar-link:not(.is-arrowless)::after {
    /* border-color: #6e6b7b; */
}

section.menu .navbar .navbar-item.has-dropdown:hover .navbar-link:not(.is-arrowless)::after {
    /* border-color: #FFFFFF; */
}

section.listing .listing .contract .copy {
    /* color: red; */
}

.coin-symbol {
    /* color: rgb(128, 138, 157); */
    font-size: 12px;
    padding-left: 7px;
}

.social {
    list-style: disc outside;
    width: 100%;
    margin: 0;
    padding: 2.5px 0;
    display: inline-block;
    vertical-align: middle;
}

.social li {
    width: 100%;
    margin: 0;
    padding: 2.5px 0;
    display: inline-block;
    vertical-align: middle;
}

.vote-button {
    display: inline-block;
    height: 32px;
    padding: 2px 15px;
    /* background-color: #23aa82 !important; */
    border-radius: 5px;
    line-height: 2em;
    /* color: #FFFFFF !important; */
    font-weight: 600 !important;
    font-size: 14px;
    vertical-align: top;
}

.vote-button:hover {
    text-decoration: none !important;
}

.social .votes,
.coin-status {
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
    /* color: white; */
    /* background-color: orange; */
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card-coin {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    /* background-color: #f8f9fa !important; */
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 1.25rem;
    font-weight: bold;
    /* color: #212529; */
}

.card-text {
    font-weight: bold;
    /* color: #212529; */
}

.comment-form .field input,
.comment-form .field textarea,
.comment-form .field select {
    /* background-color: #FFFFFF; */
    /* border-color: rgb(239, 242, 245); */
    /* color: #6e6b7b; */
    border-radius: 8px;
    padding: 8px;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 8px;
    outline: 0;
    box-shadow: none;
}

.sidebar-profile {
    /* background-color: #FFFFFF; */
    margin-top: -0.75rem;
}

.sidebar-auth {
    text-align: center;
    padding: 20px 0;
}

.sidebar-menu li a {
    /* color: rgb(34, 37, 49); */
    font-size: 17px;
}

.sidebar-menu li:hover a {
    /* color: #23aa82 !important; */
    text-decoration: none;
}

.profile-statistical {
    margin-bottom: 30px;
}

.profile-statistical-box {
    text-align: center;
    height: 100px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    /* color: #FFF; */
    font-size: 17px;
    font-weight: 600;
}

.btn-submit {
    -webkit-box-align: center;
    align-items: center;
    background: rgb(56, 97, 251);
    border: 0px;
    border-radius: 8px;
    display: inline-flex;
    /* color: rgb(255, 255, 255); */
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0px;
    font-weight: 600;
    width: auto;
    height: 32px;
    font-size: 14px;
    padding: 0px 16px;
    line-height: 18px;
}

section.menu .navbar .navbar-item.has-dropdown:hover {
    /* background-color: #FFFFFF; */
}

section.menu .navbar .navbar-item.has-dropdown:hover a.navbar-link {
    /* background-color: #FFFFFF; */
    /* color: rgb(56, 97, 251); */
}

section.menu .navbar .navbar-item.has-dropdown:hover .navbar-link:not(.is-arrowless)::after {
    /* border-color: rgb(56, 97, 251); */
}

section.menu .navbar .navbar-item.has-dropdown .navbar-dropdown {
    /* background-color: #FFFFFF; */
    /* border-color: #FFFFFF; */
}

section.menu .navbar .navbar-item.has-dropdown .navbar-dropdown a.navbar-item {
    /* color: #6e6b7b; */
}

section.menu .navbar a.navbar-item:hover {
    /* background-color: transparent; */
    /* color: rgb(56, 97, 251) !important; */
    text-decoration: none;
}

section.menu .navbar a.navbar-item.has-dropdown .navbar-item:hover {
    /* background-color: #f2f2f2; */
    /* color: rgb(56, 97, 251) !important; */
}

.list-card article {
    padding-top: 1rem;
}

.list-card article.column {
    padding-bottom: 0;
}

.list-card article .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: transparent; */
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    text-align: center;
    transition: .35s ease-out;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 3%);
}

.list-card article .card .card__logo-wrapper {
    overflow: hidden;
    text-align: center;
    margin: auto;
    height: 180px;
}

.list-card article .card .card__logo-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.list-card article .card .card__coins {
    font-size: 1rem;
    margin-bottom: 10px;
}

.list-card article .card .card__body {
    /* background-color: #FFFFFF; */
}

.list-card article .card .card__description {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    height: 16ex;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0 10px;
    /* color: #666; */
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
}

.card-button {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #4abce6;
    /* color: #4abce6; */
}

.card-button:hover {
    /* background-color: #4abce6; */
    text-decoration: none;
    /* color: #fff; */
    box-shadow: none;
    border: 1px solid #4abce6;
}

.tip {
    /* color: #8f9499; */
    height: 55px;
    /* background-color: #f8f8f8; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
    margin-top: 12px;
}

.added-date {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 700;
    padding-bottom: 0;
    /* color: #8f9499; */
}

.card__date {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    /* color: #3d89ce; */
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
}

.card__title {
    font-size: 1.286rem;
    font-weight: 700;
    margin-top: 0;
    /* color: #345485; */
    padding: 0 5px;
    vertical-align: middle;
}

.event-show .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    transition: .35s ease-out;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 3%);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.event-show .validation-title {
    /* color: #8f9499; */
    font-weight: 700;
}

.event-show-box {
    border: 1px solid #4abce6;
    /* color: #4abce6; */
    padding: 1rem;
}

.validation-label {
    line-height: 13px;
    font-size: 13px;
    text-align: center;
}

.validation-label .ellipsis {
    margin: auto;
}

.validation-number {
    font-size: 30px;
    /* color: #4abce6; */
    text-align: center;
    font-weight: 600;
}

.vote-detail {
    text-align: center;
}

.button-vote-event {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    /* /* /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    */ */ padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    box-shadow: none;
    /* color: #8f9499!important; */
    background: #f4f6f7;
    display: block;
    width: 100%;
}

.btn-blue {
    /* background-color: #4abce6; */
    text-decoration: none;
    /* color: #fff !important; */
    box-shadow: none;
    border: 1px solid #4abce6;
}

a.button-vote-event:hover {
    /* background-color: #4abce6; */
    text-decoration: none;
    /* color: #fff !important; */
    box-shadow: none;
    border: 1px solid #4abce6;
}

.event-detail {
    /* background-color: #FFFFFF; */
    padding: 30px 15px;
}

.ido-show {
    /* background-color: #FFFFFF; */
}

.ido-box {
    padding: 24px;
    border: 1px solid #f8fafd;
    box-sizing: border-box;
    border-radius: 16px;
    position: relative;
    margin: 4px 0px;
}

.ido-header {
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.ido-header-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.ido-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ido-symbol {
    padding: 0px 8px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    /* color: rgb(255, 255, 255); */
    margin-left: 8px;
    background: #16c784;
}

.ido-date {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    /* color: #58667e; */
}

.ido-content {
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-top: #eff2f5;
}

.ido-detail {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}

.ido-item {
    margin: 0px;
    padding: 12px 0px;
    width: 47%;
    box-shadow: inset 0px -1px 0px #eff2f5;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ido-item span:first-child {
    font-size: 17px;
    /* color: #58667e; */
}

.ido-item span:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
}

.select-100,
.select-100 select {
    width: 100%;
}

.listings.profile {
    padding: 40px 15px 120px;
}

.listings.profile input {
    margin-left: 0;
}

.promote {
    text-align: center;
    margin: 40px auto;
    font-size: 19px;
}

.event-item {
    padding: 16px;
    overflow: hidden;
    border-bottom: 1px solid #eff2f5;
}

.event-header {
    width: 175px;
    float: left;
}

.event-header img {
    float: left;
}

.event-header span {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(34, 37, 49); */
    font-weight: 700;
    font-size: 14px;
    padding-left: 13px;
    float: left;
    width: calc(100% - 40px);
}

.event-body {
    width: calc(100% - 232px);
    float: left;
}

.event-body-content {
    float: left;
    display: block;
    width: calc(100% - 180px);
    padding-right: 32px;
}

.event-body-title p {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(34, 37, 49); */
    font-weight: 700;
    font-size: 14px;
}

.event-body-title p span {
    vertical-align: middle;
    margin-right: 5px;
}

.event-body-description {
    /* color: rgb(88, 102, 126); */
}

.event-body-tags {
    float: left;
    display: inline-block;
    width: 180px;
}

.event-body-tags-button {
    -webkit-box-align: center;
    align-items: center;
    background: rgb(239, 242, 245);
    border: 0px;
    border-radius: 8px;
    display: inline-flex;
    /* color: rgb(0, 0, 0); */
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0px;
    font-weight: 600;
    width: auto;
    font-size: 11px;
    height: 22px;
    line-height: 10px;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none !important;
}

.event-like {
    position: relative;
    cursor: pointer;
    float: left;
    width: 56px;
    height: 40px;
    background: #eff2f5;
    border-radius: 8px;
    padding: 6px 0px;
    text-align: center;
    box-sizing: border-box;
}

.event-like i {
    font-size: 12px;
    height: 18px;
    display: inline-block;
}

.event-like span {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}

.event-button-more {
    margin: 10px 0;
}

.event-trend-header {
    padding: 32px 15px 22px;
    border-radius: 10px;
}

.event-trend-header p {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(34, 37, 49); */
    font-weight: 700;
    font-size: 14px;
}

.event-trend-body {
    margin-top: 5px;
    /* background-color: #FFFFFF; */
    border-radius: 10px;
}

.event-trend-body .event-item {
    padding: 16px;
    overflow: hidden;
    border-bottom: 1px solid #eff2f5;
}

.event-trend-body .event-header {
    width: 35px;
}

.event-trend-body .event-body {
    width: calc(100% - 94px);
    ;
}

.event-trend-body .event-body-content {
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 32px;
}

.event-trend-body .event-body-tags {
    width: inherit;
}

.event-list-header {
    padding: 32px 0px 22px;
}

.event-list-header p {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(34, 37, 49); */
    font-weight: 700;
    font-size: 14px;
}

.event-list-header span {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(88, 102, 126); */
    font-size: 12px;
}

.event-date {
    line-height: 1.5;
    margin: 0px;
    /* color: rgb(88, 102, 126); */
    font-size: 12px;
    padding-left: 13px;
}

.event-body-texts {
    flex-grow: 1;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.coin-show-header-left {
    display: flex;
    align-items: center;
}

.coin-show-header-left img {
    max-width: 100px;
    margin-right: 5px !important;
}

.coin-show-header-text h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    transition: font-size 0s linear;
    margin-bottom: 6px;
    font-weight: 600;
}

.coin-show-table table.table thead th:nth-child(2) img,
.coin-show-table table.table thead td:nth-child(2) img,
.coin-show-table table.table tbody th:nth-child(2) img,
.coin-show-table table.table tbody td:nth-child(2) img {
    margin-right: 0;
    display: flex;
    height: auto;
    width: auto;
    max-width: 40px;
    max-height: 40px;
}

.coin-show-table table.table thead a.button,
.coin-show-table table.table tbody a.button {
    padding: 0;
    background: transparent;
    line-height: 30px;
    font-size: 0.9rem;
}

.coin-show-table table.table thead a.button span,
.coin-show-table table.table tbody a.button span {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 0;
    border-radius: 0;
    height: 40px;
    background: green;
}

.coin-show-table table.table thead a.button span:last-of-type,
.coin-show-table table.table tbody a.button span:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coin-show-table table.table thead a.button span.votes,
.coin-show-table table.table tbody a.button span.votes {
    background: #0a9fc4;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.coin-show-table .vote-button {
    display: inline-flex;
    /* background-color: transparent !important; */
}

.coin-show-chart-box {
    text-align: center;
}

.button-chart {
    text-align: center;
    font-size: 12px;
    display: inline-block !important;
    margin-bottom: 10px;
}

.coin-show table {
    box-shadow: none;
}

.coin-show-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #4c5c75; */
    /* padding-bottom: 24px; */
    line-height: 1.5;
    /* color: rgb(34, 37, 49); */
}

.header-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 15px;
    line-height: 1.5;
    /* color: rgb(34, 37, 49); */
}

.coin-show-no-review {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.coin-show table thead th {
    border-bottom: 1px solid #4c5c75;
}

.coin-show table tbody td {
    /* border-bottom: 1px solid #fafafa; */
}

.coin-show-event-trending .event-item {
    padding: 15px 0;
}

.coin-show-event-trending .event-body {
    width: calc(100% - 60px);
}

.coin-show-event-trending .event-body-content {
    width: 100%;
}

.coin-show-event-trending .event-item {
    padding: 15px 0;
}

.coin-show-event-trending .event-body {
    width: calc(100% - 60px);
}

.coin-show-event-trending .event-body-content {
    width: 100%;
}

.coin-show section.home {
    padding: 0;
}

.coin-show-hr {
    background-color: #4c5c75;
    height: 1px;
}

.load-more-container {
    background: #fff;
    width: 500px;
    min-height: 500px;
    margin: 20px auto;
    position: relative;
}

.load-more-container ul {
    list-style-type: none;
    padding: 0;
}

.load-more-container ul:after {
    content: "";
    display: table;
    clear: both;
}

.load-more-container ul li {
    width: calc(25% - 10px);
    margin: 10px 5px 0;
    height: 100px;
    background: #1D95F8;
    /* color: #fff; */
    float: left;
    border-radius: 2px;
}

.load-more-container ul li:nth-child(1n + 5) {
    max-height: 0;
    opacity: 0;
    transition: 0.1s ease-in;
}

.load-more-container .load-more-btn {
    width: 150px;
    line-height: 40px;
    border-radius: 2px;
    margin: 0 auto;
    display: block;
    background: #494747;
    /* color: #fff; */
    cursor: pointer;
    text-align: center;
}

.load-more-container .load-more-btn:hover {
    background: #333;
}

.load-more-container .load-more-btn .loaded {
    display: none;
}

.load-more-container #load-more {
    display: none;
}

.load-more-container #load-more:checked~ul li:nth-child(1n + 5) {
    max-height: 999px;
    opacity: 1;
    transition: 0.2s ease-in;
}

.load-more-container #load-more:checked~.load-more-btn .loaded {
    display: block;
}

.load-more-container #load-more:checked~.load-more-btn .unloaded {
    display: none;
}

.coin-show .description {
    flex-grow: 1;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.coin-show .description::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #dddddd);
}

.coin-show .read-more {
    font-weight: 600;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    border: none;
    /* background-color: transparent; */
    /* color: #3861fb; */
    font-size: 16px;
    line-height: 26px;
    justify-content: flex-start;
    width: initial;
    height: auto;
}

.coin-show .description.read-more-active {
    height: auto;
}

.coin-show .description.read-more-active::before {
    content: inherit;
}

.home-header {
    margin-right: -15px;
    margin-left: -15px;
}

.home-header-box {
    flex: 1;
    /* padding: 15px 15px 0; */
}

.home-header-box .event-body-content {
    width: 100%;
}

@media (max-width: 991px) {
    section.menu .navbar .navbar-item.has-dropdown .navbar-dropdown a.navbar-item {
        padding: 0.5rem 1.5rem;
    }

    .ido-item {
        width: 100%;
    }


    .event-mobile .event-body-content {
        width: 100%;
    }

    section.menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    section.menu .navbar .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    section.menu .navbar .navbar-brand {
        margin-right: 0;
        position: relative;
    }

    section.menu .navbar .navbar-brand a.navbar-burger {
        height: 72px;
        width: 60px;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    section.menu .navbar .navbar-brand a.navbar-item.mobile-search {
        position: absolute;
        height: 72px;
        width: 60px;
        right: 60px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    section.menu .navbar .navbar-brand a.navbar-item.mobile-search:hover,
    section.menu .navbar .navbar-brand a.navbar-item.mobile-search:active {
        text-decoration: none;
    }

    section.menu .navbar .navbar-brand img {
        max-width: 60vw;
    }

    section.menu .navbar .has-search .results {
        margin: 0.5rem;
    }

    section.menu .navbar .navbar-dropdown {
        text-align: center;
    }

    section.menu .navbar .navbar-dropdown a.navbar-item {
        text-align: center;
    }

    section.menu .navbar .navbar-menu.is-open {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        /* background-color: #1F2634; */
        border-bottom: 1px solid black;
        padding: 0;
        top: 71px;
    }

    section.menu .navbar .navbar-menu.is-open .has-search {
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #4c5c75;
    }

    section.menu .navbar .navbar-menu.is-open .has-search .control {
        width: 100%;
    }

    section.menu .navbar .navbar-menu.is-open .has-search .control input {
        width: 100%;
        border: none;
        font-size: 1.5rem;
        padding: 1rem 1.5rem 1rem 60px;
    }

    section.menu .navbar .navbar-menu.is-open .has-search .control input:active,
    section.menu .navbar .navbar-menu.is-open .has-search .control input:focus {
        border: none;
        box-shadow: none;
    }

    section.menu .navbar .navbar-menu.is-open .has-search .control .icon {
        height: 100%;
        width: 60px;
        padding: 0;
        /* color: white !important; */
    }

    section.menu .navbar .navbar-menu.is-open .button {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    section.menu .navbar .navbar-menu.is-open .twitter {
        width: 100%;
        border-radius: 0;
        margin: 0;
        padding: 1rem;
        height: auto;
    }

    section.menu .navbar .navbar-menu.is-open .twitter i {
        margin-left: 1rem;
    }

    section.menu .navbar .navbar-menu.is-open .navbar-item {
        padding-left: 0;
        padding-right: 0;
    }

    section.menu .navbar .navbar-menu.is-open .buttons {
        padding: 0 1rem;
    }

    section.menu .navbar .navbar-menu.is-open .buttons .button+.button {
        margin-top: 0.5rem;
    }

    .pro {
        margin-top: 1rem;
    }

    section.home {
        padding: 2rem 1rem;
    }
}

@media (min-width: 768px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card-coin {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .vote-button {
        display: inline-flex;
        /* background-color: transparent !important; */
    }

    .event-header {
        width: 35px;
    }

    .event-body {
        width: calc(100% - 92px);
    }

    .event-like {
        width: 56px;
        height: 40px;
        padding: 6px 14px;
    }

    .coin-show-header-left {
        display: block;
    }

    .event-mobile .event-body-content {
        width: 100%;
    }

    .coin-show-review .image {
        width: 40px;
        height: 40px;
    }

    .coin-show-review .listing {
        padding: 0 !important;
    }

    .media-content.comment-form {
        overflow-x: inherit;
    }
}

.img-rocket {
    height: 18px !important;
}