@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&family=Inter+Tight:wght@900&family=Inter:wght@100..900&family=Staatliches&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.cdlabels,
.cdfigure {
    font-family: 'Inter Tight', sans-serif;
}

p,
label,
button,
.btn,
a,
small {
    font-family: 'Inter', sans-serif !important;
}

.table td,
.table th {
    background: none !important;
}

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

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

.w-55 {
    width: 712px;
}

.w-760 {
    width: 760px;
}

.w-40 {
    width: 40%;
}

main {
    background-image: linear-gradient(to right bottom, #191438, #272763, #303c93, #2f54c6, #0d6efd);
}

html,
body {
    height: 100%;
    margin: 0;
}

.indieboard {
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #eaeaea 0, #eaeaea 1px, #ffffff 0, #ffffff 50%);
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.indieboard main {
    background-image: none;
}

.indieboard a {
    text-decoration: none;
}

.indieboard .hub-col {
    background-color: #f9f9f9;
}

.idb_copy_link {
    color: rgb(13, 110, 253);
    cursor: pointer;
}

.indieboard footer {
    margin-top: auto !important;
}

.item_date {
    color: rgb(94, 94, 94);
    font-size: 0.8rem;
}

.mob-nav {
    display: none;
}

code {
    font-family: Consolas, monospace;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 14px;
}

.form-signin {
    max-width: 400px;
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 12rem;
}

.sim-bg {
    background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
}

.big-card {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.app-card {
    background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}

.code-short {
    font-family: Consolas, "courier new";
    color: crimson;
    background-color: #f1f1f1;
    padding: 2px;
    font-size: 105%;
    display: initial;
}

.category-section {
    border: 1px solid white;
    border-radius: 2rem;
    padding: 4rem;
    margin-bottom: 5rem !important;
    background-color: white;
}

.py-xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.result-box {
    display: none;
}

.ab_stats {
    background: rgb(230, 230, 230);
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.top-space {
    top: 180px;
    position: relative;
}

.top-space-fees {
    top: 110px;
    position: relative;
}

.aff_width {
    width: 70%;
}

.badge {
    vertical-align: top !important;
}

.fee-table {
    padding: 2rem;
    margin-top: 3rem;
    background: beige;
}

#sticky-modal {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.plotly .svg-container {
    margin: 0 auto !important;
}


.head-bg {
    background: linear-gradient(to right, #00de34, #2db2a9 62.18%);
}

.todoist-bg {
    background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
}

.tasks-bg {
    background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
}

.stmt-bg {
    background: #12216C;
    background: linear-gradient(135deg, #12216C, #5D21AD);
}

.sck-bg {
    background: #1FA2FF;
    background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
}

.stmt-bg-light {
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.mockup-bg {
    background-image: url("/pages/media/mockup.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai_vp {
    border: 2px dotted black;
    padding: 2rem;
    border-radius: 1.5rem;
}

.pulse {
    position: relative;
    top: 100px;
}

.p-btn-custom {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

/* Mobile */
@media screen and (max-width: 800px) {

    .w-55,
    .w-40,
    .w-760 {
        width: 100%;
    }

    .mockup-bg {
        background-image: none;
        background: rgb(231, 231, 231);
    }
}

@media screen and (max-width: 500px) {
    .aff_width {
        width: 100%;
    }

    .affiliate {
        background-size: auto;
    }

    .mob-nav {
        display: block;
    }

    .nav-link:hover {
        border-bottom: none;
    }

    .d-nav {
        display: none !important;
    }

    .py-xl {
        padding-top: 0rem !important;
        padding-bottom: 6rem;
    }

    .category-section {
        padding: 2rem !important;
        margin-bottom: 2rem !important;
    }

    footer small {
        padding-bottom: 1rem !important;
    }

    .mmt-0 {
        margin-top: 4rem !important;
    }

    .top-space,
    .top-space-fees {
        position: inherit !important;
    }
}