.dashCss * {
    font-family: "DM Sans", sans-serif;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
button,span,a,p {
    font-family: "DM Sans", sans-serif !important;
}

.dashCss h2 {
    font-size: 24px !important;
}

.notMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 1201px) {
    .notMargin > .sideWidthResponsive {
        flex: 0 0 270px;
    }

    .notMargin > .dash-main-content {
        flex: 1 1 auto;
        max-width: calc(100% - 270px);
    }
}

.sidebarButtonContainer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0.75rem;
    font-size: 16px;
}

.sidebarButtonContainer span{
    color: #1b1642;
}

.sidebarUl li {
    display: flex;
    align-items: center;
    padding: 0;
}

/* Dashboard sidebar – modern vertical nav */
.dashboard-sidebar {
    padding: 0.75rem 0;
    border: none !important;
}

.dashboard-sidebar .list-group-item {
    position: relative;
    border: none;
    border-radius: 8px;
    margin: 2px 8px;
    padding: 4px 0.75rem;
    background-color: transparent;
    color: #68717F;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.dashboard-sidebar .list-group-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.dashboard-sidebar .list-group-item.bg-primary {
    background-color: #f3f4ff !important;
    color: #111827 !important;
}

.dashboard-sidebar .list-group-item.bg-primary a {
    color: #111827 !important;
}

/* Keep active item text color on hover */
.dashboard-sidebar .list-group-item.bg-primary:hover {
    background-color: #f3f4ff !important;
    color: #111827 !important;
}

.dashboard-sidebar .list-group-item.bg-primary:hover a {
    color: #111827 !important;
}

/* Active indicator bar (like Figma example) */
.dashboard-sidebar .list-group-item.bg-primary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 999px;
    background-color: #4F39F6;
}

/* Sidebar column flush to the left */
.sideWidthResponsive {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: 1px solid #e5e7eb;
}

/* Lucide sidebar icons */
.sidebar-icon {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
    color: #68717F;
}

.dashboard-sidebar .list-group-item.bg-primary .sidebar-icon {
    color: #4F39F6;
}

/* Sidebar aligned with navbar, but stops before footer (sticky) */
.dashboard-sidebar-wrapper {
    position: sticky;
    top: 72px; /* same as navbar height */
    box-shadow: none;
    padding-right: 16px;
}

@media (max-width: 991.98px) {
    .dashboard-sidebar-wrapper {
        position: static;
        border-right: none;
    }
}

@media (min-width: 992px) {
    .dash-main-content {
        margin-left: 0;
    }
}

.sidebarUl a:hover {
    text-decoration: none;
}

.billingContainer .card-footer {
    padding: 15px !important;
}

.billingContainer .card-footer li {
    padding: 0 !important;
}

.billingButtonContainer {
    padding: 15px !important;
}

.billingButtonContainer a {
    width: 100%;
}

.progressContainer .containerResponsive,
.progressContainer .bg-lighter {
    width: 100%;
    max-width: 800px;
    margin-top: 1rem;
}

.progressContainer {
    display: flex;
    justify-content: center;
}

.detailsContainer {
    display: flex;
    padding: 0 0 0 2rem;
}

.onlyPaddingLeft {
    padding-left: 2rem;
}

.pricingUl li {
    display: flex;
}

.containerAll {
    margin-top: 1rem;
}

.specialButton {
    max-width: 85px;
}

.btn {
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: 0.3s all ease-in-out;
}

.btn:hover {
    text-decoration: none !important;
}



.sidebarUl .bg-primary a:hover {
    color: white !important;
}

.btn-gradient-primary:hover {
    color: white !important;
}

.slider {
    background: black !important;
}

.api-sample-code .text-primary {
    color: #6658ea !important;
}

.api-sample-code .method {
    padding: 0 !important;
    margin-right: 0.5rem;
}

.api-sample-code .method,
.api-sample-code a {
    color: #6658ea !important;
}

.api-sample-code .property {
    color: black !important;
}

.api-sample-code .endpoint {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.json-content .pl-8{
    padding-left: 2rem !important;
}

.json-content .text-primary{
    color: black !important;
}

.json-content .property{
    font-weight: bold;
}

.api-sample-code .line{
    margin-bottom: 0.25rem;
}

.text-underline-warning {
    background-image: linear-gradient(90deg, #9c86fc84, #9c86fc84);
}

@media (min-width: 768px) {
    .sideWidthResponsive {
        max-width: 270px;
    }

    .progressContainer .containerResponsive .text-right,
    .progressContainer .bg-lighter .text-right {
        text-align: end;
    }
}

@media (min-width: 768px) and (max-width: 1461px) {
    .containerButtons button {
        max-width: 85px;
    }

    .containerButtons {
        gap: 0.5rem;
    }

    .containerAll {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .containerQuickStart {
        flex-direction: column;
    }

    .containerQuickStart .col-6 {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .specialButton {
        max-width: 100% !important;
    }

    .codeInResponsive {
        width: 100% !important;
    }

    .columnInMobile {
        display: flex;
        flex-direction: column;
        font-size: 2.2rem !important;
    }

    .lowPadding {
        padding: 1rem !important;
    }

    .samePadding {
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    .switchResponsive {
        flex-direction: column;
        align-items: center;
        padding-left: 0 !important;
    }

    .divResponsive {
        gap: 2rem;
    }

    .switchResponsive label {
        margin: 0 !important;
    }
}

@media (max-width: 1200px) {
    .notMargin{
        flex-direction: column;
    }

    .notMargin .col-md-3{
        width: 100% !important;
        max-width: 100% !important;
    }

    .notMargin .col-md-9{
        width: 100% !important;
    }

}
