body {
    background-color: #33698b;
}

.bg-dark {
    background-color: #353535 !important;
}

.navbar-brand {
    flex-grow: 1;
}

.navbar-brand img {
    height: 50px;
}

.navbar {
    font-family: 'lovemilk-med', sans-serif !important;
    width: 100%;
    height: 75px;
    background-color: rgba(24, 50, 67, 0.9) !important;
}

.navbar-nav li {
    padding: 10px;
}

@media screen and (max-width: 922px) {
    .navbar-collapse ul {
        background-color: rgba(24, 50, 67, 0.9) !important;
    }
}

.coin-table-container {
    border-radius: 20px;
    padding: 10px 25px;
}

.coin-table {
    border-spacing: 0;
    border-radius: 20px;
}

.coin-table thead tr {
    border-style: hidden;
}

.coin-table thead tr th {
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
}

.coin-table tbody {
    border-color: transparent;
}

.coin-table tbody tr:nth-child(2n + 1) {
    background-color: #cacaca;
    border-bottom-color: #9a9a9a;
}

.coin-table tbody tr:nth-child(2n) {
    background-color: #9a9a9a;
    border-bottom-color: #9a9a9a;
}

.coin-table tbody tr:last-child {
    border-bottom-color: transparent;
}

.coin-table tbody tr:first-child>th {
    border-top-left-radius: 20px;
}

.coin-table tbody tr:last-child>th {
    border-bottom-left-radius: 20px;
    border-bottom-width: 0;
}

.coin-table tbody tr:first-child>td:last-child {
    border-top-right-radius: 20px;
}

.coin-table tbody tr:last-child>td:last-child {
    border-bottom-right-radius: 20px;
}

.coin-table tbody tr td img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.coin-table tbody tr:hover {
    background-color: #6d666e;
}

.vote-for-coin {
    color: #000;
    transition: 0.2s;
}

.vote-for-coin:hover {
    cursor: pointer;
    color: #CD1818;
}

.vote-for-coin.voted {
    color: #CD1818 !important;
}

.favorite-btn {
    width: 40px;
    position: absolute;
    top: 8px;
    left: -22px;
    color: gold;
    opacity: 0;
    transition: 0.2s;
}

.coin-table tbody tr:hover {
    cursor: pointer;
}

.coin-table tbody tr:hover .favorite-btn {
    opacity: 100;
}

.coin-table tbody tr .favorite-btn.favorited {
    opacity: 100;
}

.coin-table tbody tr th {
    position: relative;
}

hr.new3 {
    height: 3px;
    padding: 2px;
    background: #111621;
    opacity: 1;
    font-size: 0;
    border: 0;
    width: 525px;
    border-radius: 4px;
    margin-top: 10px;
}

.coin-category-tabs a {
    padding: 10px;
    color: #7e9aaf;
    text-decoration: none;
}

.coin-category-tabs a.active,
.coin-category-tabs a:hover {
    color: #fff;
}

.chains-category {
    color: #fff;
}

.chains-category a {
    text-decoration: none;
    font-size: 12px;
    color: white;
    padding: 5px;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 800;
    padding: 5px 15px;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
}

.font-weight-bold {
    font-weight: bold;
}

.form-control {
    background-color: #949494 !important;
    border: 1px solid #949494 !important;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: .6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

.custom-file-input {
    color: transparent;
    margin-top: 5px;
    height: 130px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: '+';
    display: flex;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 48px;
    width: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.2);
}

.custom-file-input:hover::before {
    border-color: black;
}

.chains-category .active,
.chains-category a:hover {
    transition: .2s;
    background: #fff;
    color: #33698b;
}

.pagination {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pagination a {
    margin-left: 3px;
    padding: 3px 9px 3px 9px;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 400;
    line-height: 25px;
    color: white;
    height: 35px;
    text-decoration: none;
}

.pagination a.active,
.pagination a:hover {
    background: #fff;
    color: #33698b;
    transition: .2s;

}

.pagination span {
    margin-left: 3px;
    padding: 3px 7px 3px 7px;
    font-weight: 400;
    color: white;
    height: 35px;
    text-decoration: none;
}

#search,
#search-results {
    font-family: 'Exo 2', sans-serif;
}

#search.form-control::placeholder {
    color: #ffffff85 !important;
}

.hidden-web,
.hidden-web img {
    margin-top: 5px;
}

#search-result {
    background: #3c4e77;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;

}

.search-img {
    margin-right: 10px;
    width: 45px;
    object-fit: contain;
}

.search-item {
    display: flex;
    padding: 5px;
    color: #fff;
    border-top: 1px solid #626d7c;
    text-decoration: none;
}

.search-text {
    display: inline-block;
}

.search-item:first-child {
    border-top: unset;
}

.search-item:hover {
    background: #2a3753;
    color: #fff;
}

#search-result.hide {
    display: none;
}

.footer-bottom a {
    color: inherit;
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#search.form-control {
    background-color: unset !important;
}


@media screen and (max-width: 992px) {
    .header-right {
        margin-left: 25px;
    }
}

.footer-socials {
    padding-top: 10px;
}

.footer-top a {
    color: #fff;
    text-decoration: none;
}

.footer-socials .social-item {
    padding: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
}

.footer-socials .telegram {
    background: #0088cc;
}

.footer-socials .twitter {
    background: #1da1f2;
}

.submit-coin-btn {
    background-color: #12ba26;
    border-color: #0d961d;
    color: #fff;
}

@media screen and (max-width: 768px) {

    .coin-table tr th:nth-child(9),
    .coin-table tr th:nth-child(10),
    .coin-table tr td:nth-child(9),
    .coin-table tr td:nth-child(10) {
        padding: 0;
    }

    .favorite-btn {
        position: unset;
        margin-top: 10px;
        opacity: 1;
        color: #ffffff;
        width: 10px;
    }

    .coin-table tbody tr td.votes {
        line-height: 40px !important;
    }

    .footer-socials .social-item {
        width: 100%;
    }

    .hidden-mobile {
        display: none;
    }

    .coin-table tbody tr td img {
        width: 20px;
        height: 20px;
    }

    .vote-for-coin {
        padding: 10px;
        display: block;
    }

}

@media screen and (min-width: 768px) {
    .hidden-web {
        display: none;
    }

    .coin-table tbody tr {
        line-height: 45px;
    }

}

.coin-info-buttons {
    margin: 20px 10px 10px 10px;
    text-align: center;
}

.coin-info-buttons a {
    background: #fff;
    padding: 10px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    float: left;
    border-radius: 3px;
    margin: 3px;
}

.coin-info-buttons a img {
    width: 20px;
    height: 20px;
    float: left;
}

.coin-info-buttons a b {
    float: left;
    margin-left: 5px;
}

.badge.color-purple {
    background-color: purple;
}

.badge.color-red {
    background-color: red;
}

.badge.color-green {
    background-color: green;
}

.badge.color-blue {
    background-color: blue;
}

.badge.color-yellow {
    background-color: yellow;
}

.badge.color-black {
    background-color: #000;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
    font-size: 44px;
    line-height: 44px;
    margin-top: 20px;
}

.counter-header {
    font-size: 16px;
}

.counter-icon {
    font-size: 75px;
}

.coin-menu li:nth-child(1) a i {
    color: #04ef75;
}

.coin-menu li:nth-child(2) a i {
    color: #cc0000;
}

.coin-menu li:nth-child(3) a i {
    color: #01a6ba;
}

.coin-menu li:nth-child(4) a i {
    color: #f1d451;
}

.coin-menu li:nth-child(5) a i {
    color: #ee6500;
}

.account-menu li:nth-child(1) a i {
    color: #ffd700;
}

.account-menu li:nth-child(2) a i {
    color: #9dfbfa;
}

.account-menu li:nth-child(3) a i {
    color: #bf78cc;
}


.animet-child-li-5 {
    transform-origin: top center;
    animation: scaleZ 600ms 100ms ease-out forwards;
    background-color: #343a40;
    margin-bottom: 2px;
}
.animet-child-li-4 {
    transform-origin: top center;
    animation: scaleZ 600ms 200ms ease-out forwards;
    background-color: #343a40;
    margin-bottom: 2px;
}
.animet-child-li-3 {
    transform-origin: top center;
    animation: scaleZ 600ms 350ms ease-out forwards;
    background-color: #343a40;
    margin-bottom: 2px;
}
.animet-child-li-2 {
    transform-origin: top center;
    animation: scaleZ 600ms 450ms ease-out forwards;
    background-color: #343a40;
    margin-bottom: 2px;
}
.animet-child-li-1 {
    transform-origin: top center;
    animation: scaleZ 600ms 590ms ease-out forwards;
    background-color: #343a40;
    margin-bottom: 2px;
}

.animet-parent-li:hover .animet-child-li-1{
    opacity: 0;
    transform-origin: top center;
    animation: scaleZin  600ms 100ms ease-in forwards;
}
.animet-parent-li:hover .animet-child-li-2{
    opacity: 0;
    transform-origin: top center;
    animation: scaleZin 600ms 200ms ease-in forwards;
}
.animet-parent-li:hover .animet-child-li-3{
    opacity: 0;
    transform-origin: top center;
    animation: scaleZin 600ms 350ms ease-in forwards;
}
.animet-parent-li:hover .animet-child-li-4{
    opacity: 0;
    transform-origin: top center;
    animation: scaleZin 600ms 450ms ease-in forwards;
}
.animet-parent-li:hover .animet-child-li-5{
    opacity: 0;
    transform-origin: top center;
    animation: scaleZin 600ms 590ms ease-in forwards;
}

.animate-dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transform-origin: top center;
    animation: scaleZ 600ms 400ms ease-out forwards;
  }
  .animet-parent-li:hover .animate-dropdown-menu {
    opacity: 0;
    transform-origin: top center;
    display: block !important;
    animation: scaleZin 600ms 1ms ease-in forwards;
  }

@keyframes scaleZ {
    0% {
      opacity: 1;
      transform: scale(1.07);
    }
    80% {
      transform: scale(0.5);
    }
    100% {
      opacity: 0;
      transform: scale(0);
    }
  }

  @keyframes scaleZin {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    80% {
      transform: scale(1.07);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

.copy-clipboard .clipboard-text {
    font-weight: bold;
}

.copy-clipboard:hover {
    background: #ffffff4d;
    cursor: pointer;
}
.coin-val-detail {
   background-color:#2d5b79;
   border-radius: 5px;
   font-size: 16px;
   text-align: -webkit-center;
   padding:5px;
   margin-top:20px;
}

@media screen and (max-width: 768px) {
   .coin-val-detail div {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .coin-detail .coin-label img {
      width: 20%;
   }
}
