body {
    background-color: #111111;
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

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

.logo {
    width: 100px;
}

.arama-input {
    border-radius: 20px;
    background: #1d1d1d;
    border: 1px solid #575757;
    width: auto;
}
.arama-input:focus {
   background: #383838;
   border-color: #575757;
   box-shadow: none;
}

.btn-promote,
.btn-login {
    color: #fff;
    ;
}

.fs-14 {
    font-size: 14px;
}

.btn-promote:hover,
.btn-login:hover {
    color: #fff;
    ;
}

.icon-social img {
    width: 30px;
}

.clipboard-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.copy-clipboard {
    padding: 5px;
    padding-left: 0;
}

.copy-clipboard:hover {
    background-color: #1c1c1c;
    cursor: pointer;
}

.btn-warning {
    color: #000;
    background-color: #b5a56a;
    border-color: #b5a56a;
    border-radius: 20px;
    height: 30px;
    padding-top: 1px;
    font-weight: 500;
}

.favorite-btn {
    width: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: -22px;
    top: 0;
    color: gold;
    opacity: 0;
    transition: 0.2s;
}

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

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

.banner-plan {
    padding-top: 20px;
    text-align: center;
}

.arka-plan {
    background-color: #161616;
    border-radius: 20px;
}

.menu-link {
    font-size: 1.1rem !important;
    text-decoration: none;
    color: #fff !important;
    padding: 0px 10px;
}

.header-add-coin {
    background: rgb(201, 183, 119);
    background: linear-gradient(0deg, rgba(201, 183, 119, 1) 0%, rgba(171, 155, 101, 1) 100%);
    border-radius: 20px;
    padding: 5px 15px !important;
    font-weight: 600;
    color: #041524 !important;
    text-decoration: none;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.coin-table {
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.coin-table tbody {
    background-color: #161616;
}

.coin-table thead tr th {
    background-color: #161616;
    color: #ccb978;
    padding-top: 20px;
}

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

.coin-table thead tr th:last-child {
    border-top-right-radius: 20px;
}

.coin-table tbody tr td {
    color: #fff;
}

.coin-table tbody tr {
    border: 10px solid #161616;
    border-left: none;
    border-right: none;
}

.coin-table tbody tr td:first-child {
    border-left: 50px solid #161616;
    position: relative;
}

.coin-table tbody tr td:last-child {
    border-right: 30px solid #161616;
}

.coin-table tbody tr td {
    background-color: #272727;
}

.table-vote-btn-img {
    width: 15px;
    margin-right: 5px;
}

.table-vote-btn {
    background: #272727;
    border: 1px solid #ccb978;
    color: #fff;
    font-weight: 600;
    padding: 0;
    display: flex;
}

.table-vote-btn .table-vote-btn-count {
    padding: 5px 15px;
    display: flex;
}

.table-vote-btn:hover {
    color: #ccb978;
}

.table-coin-img {
    max-width: 32px;
    max-height: 32px;
}

.coin-name-badge {
    font-size: 1rem;
    border-radius: 20px;
    padding: 4px;
}

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

.badge-green {
    background-color: #20af0d;
}

.badge.badge-purple {
    background-color: #6816bb;
}

.badge.badge-blue {
    background-color: #1c8ad0;
}

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

.badge.badge-orange {
    background-color: #c76f11;
}

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

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

}

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

.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;
}

.table-divider {
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 35%);
    clear: both;
}

.table-title {
    font-size: 2rem;
}

.table-title-icon {
    width: 35px;
}

.chains-category a {
    border: 1px solid #ccb978;
    border-radius: 5px;
    font-size: 1.1rem;
    text-decoration: none;
    color: #ffffff8e;
    padding: 3px 10px;
    font-weight: 600;
    margin: 2px;
}

.chains-category a:hover,
.chains-category a.active {
    color: #000;
    background: #ccb978;
}

.coin-categories {
    width: fit-content;
    border-bottom: 1px solid rgba(255, 255, 255, 0.527);
}

.coin-categories a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffffff8e;
    margin-right: 20px;
}

.coin-categories a i {
    color: #ccb8788a;
}

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

.coin-categories a:hover i,
.coin-categories a.active i {
    color: #ccb978;
}

.info-section .info-title {
    font-size: 2rem;
    color: #c6a73a;
    font-weight: 500;
}

.info-section .info-list {
    list-style: none;
}

.info-section .info-list li i {
    color: #c6a73a;
}

.info-section .info-btn {
    font-size: 1.2rem;
}

.green-gradient-btn {
    background: rgb(201, 183, 119);
    background: linear-gradient(0deg, rgba(201, 183, 119, 1) 0%, rgba(171, 155, 101, 1) 100%);
    border-radius: 20px;
    padding: 5px 15px !important;
    font-weight: 700;
    color: #041524 !important;
    text-decoration: none;
}

.green-gradient-btn:hover {
    background: #c2b073;
}

.bg-dark-grey {
    background: #272727;
}

.bg-light-black {
    background: #161616;
}

.rounded-5 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.info-section .coins-img {
    position: absolute;
    bottom: -20px;
    width: 200px;
}

.footer-socials {
    color: #1e1e1e;
    background-color: #3b85c7;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    width: 250px;
    max-width: 100%;
    justify-content: center;
    margin: 5px;
}

.footer-socials:hover {
    color: #fff;
}

.footer-socials i {
    font-size: 1.5rem;
    margin-right: 5px;
}

.footer-links a {
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    margin: 10px;
}

.footer-links a:hover {
    color: rgb(214, 214, 214)
}

.footer-bottom .copyright {
    font-size: 12px;
    font-weight: 600;
}

.footer-bottom-links a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 3px;
}

.footer-bottom {
    background-color: #151515;
}

.footer-bottom-links a:first-child {
    border-left: none;
}

.bg-dark-yellow {
    background-color: #b4a36a;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 800;
}

.table-coin-medias {
    justify-content: center;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.form-title {
    font-size: 23px;
    letter-spacing: 10px;
}

.form-container {
    background-color: #161616;
    position: relative;
    overflow: hidden;
}

.form-container label {
    color: #aaaaaa;
    font-size: 17px;
    font-weight: 500;
}

.custom-input,
.custom-input:focus {
    background-color: #ccb978 !important;
    border-radius: 10px;
    border-right: 2px solid #161616;
    border-bottom: 2px solid #161616;
    -webkit-box-shadow: 2px 1px 0px 1px rgba(135, 120, 67, 1);
    -moz-box-shadow: 2px 1px 0px 1px rgba(135, 120, 67, 1);
    box-shadow: 2px 1px 0px 1px rgba(135, 120, 67, 1);
    position: relative;
    font-size: 14px;
}

.custom-input-holder {
    position: relative;
}

.custom-input::placeholder {
    color: #a3935d;
}

.custom-input-holder:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #111111;
    top: 27px;
    width: 96%;
    left: 2%;
    z-index: 2;
}

.form-container::before {
    content: " ";
    background-color: #ccb978;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form-button-holder .custom-btn,
.form-button-holder .custom-btn:focus {
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #9e8e57;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 30px;
    color: #e7e7e7;
}

.form-container .form-link {
    font-size: 13px;
}

.c-yellow-1 {
    color: #eabc25;
}

.c-yellow-2 {
    color: #ccb978;
}

.c-blue-1 {
    color: #88acd4;
}

.c-black {
    color: #000;
}

.c-grey {
    color: #aaaaaa;
}

.bg-yellow-1 {
    background-color: #ccb978;
}


.custom-input-file-label {
    background-color: #484848;
    background-size: cover;
    display: flex;
    height: 205px;
    justify-content: center;
    align-items: center;
    font-size: 60px !important;
    color: #161616 !important;
    border-radius: 10px;
    transition: .2s;
}

.custom-input-file-label:hover {
    color: #fff !important;
    cursor: pointer;
}

.yellow-list {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.promote-yellow-list ul {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.yellow-list li,
.promote-yellow-list li {
    margin-bottom: 5px;
}

.yellow-list li::before,
.promote-yellow-list li::before {
    content: "";
    background-color: #ccb978;
    width: 15px;
    height: 15px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin-top: 5px;
}

.custom-select,
.custom-select:focus {
    background-color: #ccb978;
    border-radius: 10px;
    position: relative;
    padding-right: 2rem;
}

.custom-select-holder {
    position: relative;
}

.custom-select-holder::before {
    /* content: '<i class="fa-solid fa-caret-down"></i>'; */
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 5;
    color: #000;
}

.custom-radio::before {
    content: " ";
    width: 15px;
    height: 15px;
    background-color: #ccb978;
    position: absolute;
    border-radius: 50%;
}

.custom-radio:checked:before {
    background-color: #968755;
    border: 4px solid #fff;
}

.custom-check {
    position: relative;
}

.custom-check::before {
    content: " ";
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background-color: #ccb978;
    position: absolute;
}

.custom-check:checked:before {
    background: border-box;
}

.custom-check-label {
    font-size: 13px !important;
    font-weight: 600;
    color: #e7e7e7 !important;
}

.submit-coin-form {
    border: 2px solid #ccb978;
}

.custom-textarea,
.custom-textarea:focus {
    background: #ccb978;
    line-height: 42px;
    background-image: linear-gradient(transparent, transparent calc(42px - 1px), #000000 0px);
    background-size: 100% 42px;
}

.coin-page .coin-logo {
    width: 130px;
    margin-left: 70px;
}

.coin-page .social-btn {
    padding: 5px 20px;
    background: #b2a169;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin: 0 15px;
}

.border-yellow {
    border-color: #b2a169 !important;
}

.border-yellow-2 {
    border-color: #ccb978 !important;
}

.coin-page .social-img {
    height: 34px;
    margin: 0 5px;
}

.coin-info {
    background-color: #1c1c1c;
    border-radius: 25px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.45);
}

.promote-contact-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccb978;
    left: 0;
    top: 50%;
    z-index: -1;
}

.promote-contact-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* .promote-contact-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccb978;
    left: 0;
    top: 50%;
} */

.vote-btn {
    background: #b2a169;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    border-radius: 30px;
    padding: 5px 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(178, 161, 105, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(178, 161, 105, 1);
    box-shadow: 0px 0px 30px 0px rgba(178, 161, 105, 1);
}

.coin-info {
    color: #e7e7e7;
}

.coin-info h3 {
    color: #fff;
}

.telegram-logo {
    color: #1e96c8;
    background: #fff;
    border-radius: 50%;
}

.twitter-logo {
    color: #29a0d3;
}

.mobile-header-social {
    font-size: 1.5rem;
}

.header-search-toggler .search-toggler-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.header-search-toggler[aria-expanded="false"] .search-toggler-icon::before {
    /* content: "\f002"; */
    content: "";
    background-image: url("../img/search-icon.png");
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-search-toggler[aria-expanded="true"] .search-toggler-icon::before {
    /* content: "\f00d";
    color: #ad9d67; */
    content: "";
    background-image: url("../img/xmark.png");
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.mobile-menu-btn {
    border-radius: 50%;
    padding: 0.25rem;
    background: #c4b274;
    width: 35px;
    height: 35px;
}

.mobile-menu-btn .custom-navbar-toggler-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #161616;
}

.mobile-menu-btn[aria-expanded="false"] .custom-navbar-toggler-icon::before {
    content: "\f0c9";
}

.mobile-menu-btn[aria-expanded="true"] .custom-navbar-toggler-icon::before {
    content: "\f00d";
}

.logged-dropdown li:not(:last-child) {
    border-bottom: 1px solid #998b5c;
}

.logged-dropdown .dropdown-item {
    color: #fff;
}

.logged-dropdown .dropdown-item:focus,
.logged-dropdown .dropdown-item:hover {
    background-color: #111111;
}

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

.copy-clipboard p:hover {
    cursor: pointer;
    background-color: #202020;
}

.submit-coin-title {
    font-weight: 700;
}

.coin-desc>* {
    max-width: 100%;
    word-break: break-all;
}


@media screen and (max-width: 768px) {
    .coin-page .social-btn {
        padding: 5px 15px;
        margin: 0 5px;
        margin-bottom: 0;
    }

    .coin-page .social-img {
        margin-bottom: 10px;
    }

    .header-add-coin {
        border-radius: 5px;
        padding: 5px 10px;
    }

    .logo {
        width: 80px;
    }

    .footer-socials {
        width: 180px;
        font-size: 11px;
        padding: 5px;
    }

    .footer-links a {
        font-size: 11px;
        margin: 7px 3px;
    }

    .coin-categories {
        overflow-x: scroll;
        border-bottom: none;
        width: 100%;
    }

    .chains-category {
        overflow-x: scroll;
        border-bottom: none;
        width: 100%;
    }

    .coin-categories a {
        font-size: 15px;
        min-width: fit-content;
        margin-bottom: 10px;
    }

    .coin-table tbody tr td:first-child {
        border-left: none;
    }

    .coin-table tbody tr td:last-child {
        border-right: none;
    }

    .coin-table .coin-name-badge {
        font-size: 12px;
    }

    .coin-table tbody tr {
        border: none;
    }

    .coin-table>:not(caption)>*>* {
        border-bottom-width: 0px;
    }

    .coin-table tbody tr:nth-child(even) td {
        background-color: #2f2f2f;
    }

    .table-vote-btn-img {
        width: 13px;
    }

    .table-vote-btn {
        font-size: 12px;
        padding: 0;
    }

    .table-vote-btn .table-vote-btn-count {
        color: #ccb978;
        padding: 4px 7px;
    }

    .table-vote-btn .table-vote-btn-mobile {
        padding: 5px 10px;
        background: #ccb978;
        color: #272727;
    }

    .table-chain-mobile {
        font-size: 11px;
    }

    .table-coin-medias img {
        width: 23px;
        padding: 2px;
    }

    .coin-table thead tr th {
        padding: 0;
        color: #fff;
    }

    .table-coin-img {
        max-width: 35px;
        max-height: 35px;
    }

    .info-section .info-container {
        background-color: transparent;
    }

    .info-section .info-favorite-coin,
    .info-section .info-new-listing {
        background-color: #272727;
        border-radius: 20px;
        padding: 10px;
    }

    .watchlist-link {
        font-size: 11px;
    }

    .promote-section {
        background-color: #1c1c1c;
        border-radius: 20px;
        margin: -5px;
        padding: 10px;
    }

    .promote-section .yellow-list {
        font-size: 13px;
    }

    .submit-coin-title {
        font-size: 11px !important;
    }

    .chains-category a {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .watchlist-link-container {
        width: 100%;
    }

    .coin-page .coin-logo {
        max-width: 100%;
        margin-left: 10px;
    }

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

    .coin-table>:not(caption)>*>* {
        padding: 0.5rem 0.2rem;
    }

    .table-coin-medias {
        margin-top: 5px !important;
        flex-direction: row-reverse;
    }

    .mobile-header-social img {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        width: 60px;
    }
}

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

    /* For mobile phones: */
    /* .adsimg {
        height: 100px !important;
    } */
}
