/* Customize sidebar width */

/* Customize sidebar font size */
.navbar-vertical .navbar-nav .nav-link {
    font-size: 18px; /* Adjust this value to change the font size */
}


:root {
    --tblr-font-sans-serif: 'JetBrains Mono', monospace;
  }
/* Your custom styles go here */



.force-wrap {
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 1px;
}

#categories-badges .badge {
    font-size: 0.7rem;
    padding: 0.5em 0.5em;
    background-color: #b8cfec;
    color:#32445b;
}

#categories-badges .btn-close {
    font-size: 0.4rem;
    margin-left: 0.3em;
    color:#32445b;
}

.google-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}




#coinBoxContainer {
    margin-top: auto;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coinbox-wrapper {
    position: relative;
    display: inline-block;
}

#coinBox {
    width: 50px;
    height: auto;
    max-width: 80px;
    cursor: pointer;
    transition: transform 0.1s;
}

#coinBox:active {
    transform: scale(0.95);
}

.free-credit-text {
    position: absolute;
    left: -120px; /* Adjust this value as needed */
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
}

#creditMessage {
    transition: opacity 0.3s ease-in-out;
}


/* Keep your existing styles and add/modify the following */
