.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: space-around;
}

.sidebarButtonContainer {
    width: 190px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 1rem;
}

.sidebarButtonContainer i {
    width: 24px;
}

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

.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: 330px;
    }

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

}
