@import 'https://fonts.googleapis.com/css2?family=Radio+Canada:wght@300;400;500;600;700&display=swap';

body {
    font-family: 'Radio Canada', sans-serif;
    font-size: 13px;
    background-color: #0d0d0d !important;
    color: #ffffff !important; /* Default text color white */
}

.ch-50 {
    height: 50px;
}

.steps-item-icon {
    font-size: 33px;
    width: 65px;
    height: 65px;
    min-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-drop {
    width: 352px;
}

.notification-drop .img-fluid {
    height: 42px;
}

.osahan-item-list .d-flex.justify-content-between {
    align-items: center;
}

.like-btn a {
    background: #ffebec;
    color: #dc3545;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    line-height: 0;
    font-size: 13px;
}

.like-btn a:hover,
.like-btn a:focus {
    background: #dc3545;
    color: #fff;
}

.osahan-nav .navbar-brand img {
    height: 40px;
}

.osahan-nav .navbar-nav.me-auto .nav-item .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    padding: 24px 18px;
    letter-spacing: .4px;
    font-weight: 600;
}

.dropdown-menu {
    border-radius: .5rem;
    padding: 5px;
}

.dropdown-item {
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 5px;
}

.top-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005ae3;
}

.messages-btn span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-danger {
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    border-radius: 5px !important;
}

.svg-border-rounded svg {
    height: 3rem;
    width: 100%;
}

.border-radius-five {
    border-radius: .5rem;
}

.btn {
    font-size: 14px;
    min-height: 45px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: .5px;
    border-radius: .5rem;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-sm {
    font-size: 13px;
    padding: 9px 22px;
    min-height: 40px !important;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 15px;
}

.form-control {
    font-size: 14px;
    min-height: 45px;
    padding: 8px 16px;
    border-radius: .5rem;
    outline: none !important;
    box-shadow: none !important;
}

.form-control-sm {
    font-size: 13px;
    min-height: 40px;
    padding: 9px 15px;
    border-radius: .5rem;
}

.form-select {
    font-size: 14px;
    min-height: 45px;
    padding: 8px 16px;
    border-radius: .5rem;
}

.footer-mid img.img-fluid {
    height: 35px;
}

.slick-track .slick-slide {
    margin: 6px 8px;
}

.slick-list {
    margin: 0 -8px;
}

.shadow-osahan {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.rounded {
    border-radius: 15px !important;
}

.card-img,
.card-img-top {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
}

.card-img-top.rounded-lg {
    border-radius: 9px !important;
}

.card-img-top.rounded-0 {
    border-radius: 9px !important;
}

#links li a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

#links li ul li a {
    color: #696969;
    font-size: 16px;
}

#links li a:hover {
    color: #696969;
}

#links li ul li a:hover {
    color: #000;
}

.my-dropdown-toggle::after {
    content: none;
}

.background-image {
    background: url(../img/dex-image.png);
    background-size: cover;
    display: flex;
    align-items: center;
}

.top-artistss .card-img-top {
    height: 70px;
    object-fit: cover;
}

.profile {
    width: 65px;
    margin-top: -33px;
    border: 4px solid #fff;
    position: relative;
}

.bluetick {
    position: absolute;
    top: 95px;
    right: 0;
    font-size: 17px;
    left: 0;
    margin: auto;
    text-align: center;
    width: 22px;
    background: #fff;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50px;
}

.live-left-arrow {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 100%;
    background-color: #0e6dfd;
    border: 1px solid rgb(14, 109, 253);
    top: 45%;
    left: -22px;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.live-right-arrow {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 100%;
    background-color: #0e6dfd;
    border: 1px solid rgb(14, 109, 253);
    top: 45%;
    right: -22px;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.explore-tabs button {
    border: none;
    color: #0d6efd;
    border-radius: 8px;
    font-size: 13px;
    background: #e8f1ff;
}

.explore-tabs button:hover {
    background: #0d6efd;
    color: #fff;
}

.explore-tabs button.active {
    background: #0d6efd;
    color: #fff;
}

.activity-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.activity-card a > div:hover {
    background-color: #f3f3f3;
}

.activity-card-item .img-fluid {
    height: 90px;
    border-radius: 14px;
    width: 90px;
}

.activity-card-item {
    position: relative;
}

.activity-card-item .position-absolute {
    font-size: 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    margin: 18px 19px;
    border-radius: 10px !important;
}

@media (min-width: 480px) {
    .help-tabs button {
        padding: 35px;
    }
}

@media (min-width: 780px) {
    .help-tabs button {
        padding: 30px;
        margin: 0 5px;
    }
}

@media (min-width: 1280px) {
    .help-tabs button {
        padding: 35px;
        min-width: 204px;
    }
}

.help-tabs button {
    border: none;
    border-radius: 10px;
    margin: 7px;
    color: #696969;
    background-color: #858585 !important;
    padding: 50px;
}

.help-tabs button:hover {
    color: #000;
}

.help-tabs button.active {
    background-color: #0d6efd !important;
    color: #fff;
}

.authors-card-list .card-img-top {
    height: 170px;
    object-fit: cover;
    padding: 6px;
    border-radius: 16px !important;
}

.authors-card-list .rounde-circle {
    height: 60px;
    margin: -45px 0 0;
    position: absolute;
    right: 25px;
}

.top-artistss {
    position: relative;
}

.auther-tabs button {
    border: none;
    color: #0d6efd;
    border-radius: 8px;
    font-size: 13px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.auther-tabs button:hover {
    background: #0d6efd;
    color: #fff;
}

.auther-tabs button.active {
    background: #0d6efd;
    color: #fff;
}

.auther-tabs button span {
    font-weight: 500;
    margin: 0 0 0 11px;
    font-size: 12px;
    color: #999ea4 !important;
}

.auther-tabs button.active span,
.auther-tabs button:hover span {
    color: #f6c244 !important;
}

.followers-items .img-fluid {
    height: 47px;
}

.btn-icon {
    font-size: 14px;
    padding: 0;
    width: 40px;
    height: 40px;
    min-height: 40px !important;
    display: flex;
    color: #0d6efd;
    align-items: center;
    justify-content: center;
}

.author-sidebar .card-body.text-center img {
    height: 160px;
    margin: -122px 0 0;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}

.features_icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}

footer.footer {
    background-color: #000000 !important;
}

footer.footer * {
    color: #ffffff !important;
}

footer.footer h6.fw-bold {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff !important;
}

footer.footer .nav-link {
    padding: 6px 0;
    color: #ffffff !important;
    font-size: 13px;
}

footer.footer .nav-link:hover,
footer.footer .nav-link:focus {
    color: #0e6dfd !important;
}

footer.footer img.img-fluid {
    height: 45px;
}

.card.shadow-sm.p-3 {
    background-color: #000000 !important;
}

#crypto-feed {
    background-color: #000000 !important;
}

#crypto-feed,
#crypto-feed * {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#crypto-feed .col-md-12.col-lg-4.col-12 {
    background-color: #000000 !important;
}

#crypto-feed .col-md-12.col-lg-4.col-12 * {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Target CryptoCompare widget specifically */
.col-md-12.col-lg-4.col-12.crypto-feed-container {
    background-color: #000000 !important;
}

.col-md-12.col-lg-4.col-12.crypto-feed-container * {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Ensure iframes and widget-specific classes have a black background */
.col-md-12.col-lg-4.col-12.crypto-feed-container iframe,
.col-md-12.col-lg-4.col-12.crypto-feed-container [class*="cryptocompare"],
.col-md-12.col-lg-4.col-12.crypto-feed-container [class*="widget"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

/* Force black background on any nested elements */
.col-md-12.col-lg-4.col-12.crypto-feed-container div,
.col-md-12.col-lg-4.col-12.crypto-feed-container span,
.col-md-12.col-lg-4.col-12.crypto-feed-container p {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Additional fallback for CryptoCompare widget */
.col-md-12.col-lg-4.col-12 {
    background-color: #000000 !important;
}

.col-md-12.col-lg-4.col-12 * {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Target any dynamically loaded widget containers */
[class*="cryptocompare-widget"],
[class*="crypto-feed"],
[class*="ccc-widget"] {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Ensure iframe content inherits black background */
iframe[src*="cryptocompare.com"] {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.osahan-item-list .card-header .img-fluid {
    height: 39px;
}

.osahan-item-list .card-header .small.fw-bold {
    font-size: 14px;
    font-weight: 500 !important;
    padding-left: 6px;
}

.osahan-item-list img.card-img-top.rounded-lg {
    height: 240px;
    object-fit: cover;
}

.sidebar-fix {
    position: sticky;
    top: 30px;
}

.collection-btn .img-fluid {
    height: 32px;
    margin-bottom: 5px;
}

.collection-btn .btn {
    padding: 6px 0 12px 15px;
    min-width: 120px;
}

.coll-page .d-flex.gap-2 .card-img-top {
    height: 106px;
    width: 31.3%;
    object-fit: cover;
}

.rounded-start {
    border-bottom-left-radius: 9px !important;
    border-top-left-radius: 9px !important;
}

.rounded-end {
    border-top-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
}

.crypto_price_scroll {
    background-color: #000000 !important;
}

.crypto_price_scroll * {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.steps-item {
    background-color: transparent !important;
}

.steps-item .text-muted {
    color: #ffffff !important;
}

.d-flex.align-items-center.justify-content-between.mb-3 .h4.fw-bold {
    color: #ffffff !important;
}

.footer-end {
    background-color: #000000 !important;
}

.footer-end p,
.footer-end a,
.footer-end span {
    color: #ffffff !important;
}

.row .col-lg-7.col-12 .mb-4 .fs-5.text-white-50 {
    color: #ffffff !important;
}

.selected_features .card {
    background-color: #000000 !important;
}

.selected_features .card-title {
    color: #ffffff !important;
}

/* Ensure white text for terms.html content */
.container.py-4.pt-1,
.container.py-4.pt-1 * {
    color: #ffffff !important;
}

/* Target specific classes in terms.html */
.container.py-4.pt-1 h1.terms-heading,
.container.py-4.pt-1 h2.terms-subheading,
.container.py-4.pt-1 p.lead,
.container.py-4.pt-1 p,
.container.py-4.pt-1 ul,
.container.py-4.pt-1 li,
.container.py-4.pt-1 a {
    color: #ffffff !important;
}

/* Override specific text color classes */
.container.py-4.pt-1 .text-gray-500,
.container.py-4.pt-1 .text-blue-600 {
    color: #ffffff !important;
}

/* Ensure links in terms content are white with hover effect */
.container.py-4.pt-1 a:not(.nav-link):not(.footer-end .text-blue-600) {
    color: #ffffff !important;
}

.container.py-4.pt-1 a:not(.nav-link):not(.footer-end .text-blue-600):hover {
    color: #0e6dfd !important;
}

/* Override footer-end bg-white to match dark theme */
.footer-end.bg-white {
    background-color: #000000 !important;
}

.footer-end.bg-white * {
    color: #ffffff !important;
}

.footer-end.bg-white a.text-blue-600 {
    color: #ffffff !important;
}

.footer-end.bg-white a.text-blue-600:hover {
    color: #0e6dfd !important;
}

.footer-end.bg-white .text-success {
    color: #ffffff !important;
}

@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    .navbar-toggler {
        padding: 2px 5px;
        background: #212529;
    }

    .osahan-nav .navbar-nav.me-auto .nav-item .nav-link {
        padding: 11px 18px;
        text-align: center;
    }

    .steps-item {
        display: block !important;
        text-align: center;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .steps-item-icon {
        margin: auto;
        background: #212529 !important;
    }

    .steps-item .fw-bold.fs-6.mb-1 {
        margin: 12px 0 0;
        font-size: 13px !important;
        color: #fff !important;
        font-weight: 400 !important;
    }

    footer.footer.bg-white.py-5 {
        background-color: #000000 !important;
    }

    footer.footer.bg-white.py-5 * {
        color: #ffffff !important;
    }

    footer.footer.bg-white.py-5 h6.fw-bold {
        margin-top: 39px !important;
        color: #ffffff !important;
    }

    .filter-nav-page .row.justify-content-between.align-items-center {
        display: block;
        width: 100%;
        margin: 0;
    }

    .filter-nav-page .row.justify-content-between.align-items-center .col-2 {
        width: 100%;
        padding: 0;
    }

    .filter-nav-page .row.justify-content-between.align-items-center .col-6 {
        width: 100%;
        padding: 9px 0 !important;
        border-top: 1px solid #e2e4e6;
        border-bottom: 1px solid #e2e4e6;
    }

    .osahan-nav .navbar-nav.ms-auto.gap-3 li.nav-item.dropdown {
        display: none;
    }

    .help-tabs button {
        padding: 24px;
        min-width: 168px;
    }

    .collection-btn .btn {
        padding: 6px 0 12px 15px;
        min-width: auto;
    }

    .author-sidebar .card-body.text-center img {
        height: 160px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1260px;
    }
}
/* style.css, replace the previously added #modalPaymentProtocol styles */

/* Modal content styling */
#modalPaymentProtocol .modal-content {
    background-color: #ffffff !important; /* White background */
    color: #000000 !important; /* Black text for readability on white background */
    min-height: 200px; /* Ensure enough space for content */
    padding: 20px;
    border-radius: .5rem; /* Match site's rounded corners (e.g., .btn, .dropdown-menu) */
    font-family: 'Radio Canada', sans-serif; /* Match site's font */
    border: none; /* Remove default border for clean look */
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Match .shadow-osahan for subtle shadow */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#modalPaymentProtocol .connection_loading,
#modalPaymentProtocol .can_not_connect,
#modalPaymentProtocol .waiting_for_connection {
    display: none; /* Default hidden, controlled by JS */
    text-align: center;
}

#modalPaymentProtocol .connection_loading.active,
#modalPaymentProtocol .can_not_connect.active,
#modalPaymentProtocol .waiting_for_connection.active {
    display: block !important; /* Ensure visibility when active */
}

#modalPaymentProtocol img#selected_wallet_logo {
    max-width: 50px; /* Match img_width from sitePaymentProtocols */
    margin: 10px auto;
    display: block;
}

#modalPaymentProtocol p {
    font-size: 14px; /* Match .btn font-size */
    margin: 10px 0;
    color: #000000 !important; /* Black text for readability */
}

/* Modal footer styling */
#modalPaymentProtocol .modal-footer {
    border-top: none !important;
    padding: 10px;
    min-height: 40px; /* Ensure enough space */
}

#modalPaymentProtocol .modal-footer p {
    color: #000000 !important; /* Black text for visibility on white background */
    font-size: 12px; /* Match footer font-size (e.g., footer .nav-link) */
    margin: 0;
    padding: 10px;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word;
}

/* Countdown timer styling */
#modalPaymentProtocol .can_not_connect .seconds_count_to_manual {
    display: inline-block;
    color: #000000 !important; /* Black text for visibility */
    font-size: 16px;
    font-weight: bold; /* Match .fw-bold */
    margin: 0 5px;
}

/* Style for buttons in the modal (e.g., Try again) */
#modalPaymentProtocol .btn {
    font-size: 14px; /* Match .btn font-size */
    min-height: 45px; /* Match .btn min-height */
    padding: 12px 16px; /* Match .btn padding */
    text-transform: uppercase; /* Match .btn text-transform */
    font-weight: 500 !important; /* Match .btn font-weight */
    letter-spacing: .5px; /* Match .btn letter-spacing */
    border-radius: .5rem; /* Match .btn border-radius */
    background-color: #e8f1ff !important; /* Match .help-tabs button background */
    color: #000000 !important; /* Black text for readability */
}

#modalPaymentProtocol .btn:hover {
    background-color: #0d6efd !important; /* Match .help-tabs button hover */
    color: #ffffff !important; /* White text on hover */
}