@font-face {
    font-family: 'robotoReg';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto_regular.ttf);
}

@font-face {
    font-family: 'robotoSemiBold';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/roboto_medium.ttf);
}

@font-face {
    font-family: 'robotoBold';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/roboto_bold.ttf);
}

body {
    --fontFamily: 'robotoReg';
    --semiBoldFont: 'robotoSemiBold';
    --boldFont: 'robotoBold';
}

body {
    font-family: var(--fontFamily);
    margin: 0;
    background-color: #f8f9fa;
    font-size: 16px;
}

.app-header {
    background-color: #404e68;
    position: fixed;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    top: 0;
    padding-left: 16px;
    z-index: 100;
}

.logo-image {
    border-radius: 4px;
    margin: 4px;
    background: white;
    border: 7px solid white;
}

.app-footer {
    background-color: #404e68;
    color: #f9f5f5;
    padding: 10px 12px;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 14px;
    z-index: 100;
}

.main-sec {
    margin: 40px;
    padding: 40px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.headingOm {
    margin-top: 16px;
    margin-bottom: 32px;
}

.headingOm h1 {
    width: auto;
    font-size: 32px;
    text-align: center;
    font-family: var(--boldFont) !important;
}

.docs-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.list {
    font-size: 16px;
    display: block;
    padding: 0;
}

.list li {
    list-style: none;
    background-image: url(../img/bullet-point.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 19px;
    padding-left: 26px;
}

.doc-label-border {
    margin-top: 10px;
    margin-left: 40px;
    font-size: 12px;
    text-align: center;
}

.doc-label-title {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 14px;
    text-align: center;
}

.botton-heading {
    margin-left: 10px;
    font-size: 13px;
}

.feature-points {
    font-size: 12px;
    padding-bottom: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.docs-background {
    margin-left: auto;
    margin-right: auto;
}

.learn-more-btn {
    color: white;
    width: fit-content;
    padding: 5px 12px;
}

.learn-more-btn:hover {
    color: white;
}

.sub-content-italic {
    font-style: italic;
    font-size: 14px;
    color: gray;
}

.cards-sec {
    background-color: #e2e8f0;
}

.card:not(pre) {
    box-shadow: 0 5px 30px -10px rgba(18, 63, 82, .3);
    border-radius: 6px;
    border: none;
}

.table>:not(:first-child) {
    border-top: 0px none #e3e7ea;
}

a {
    text-decoration: none;
}

/* Finpro Integration */
.sub-heading {
    font-size: 20px;
    color: gray;
    font-family: var(--semiBoldFont) !important;
    line-height: 20px;
}

.main-heading {
    font-size: 24px;
    font-family: var(--semiBoldFont) !important;
}

b {
    font-family: var(--boldFont);
}

p {
    margin: 0px;
}

.fiu-feature-img {
    height: fit-content;
}

.title-text {
    font-family: var(--boldFont);
    font-size: 18px;
    min-height: 60px;
}

.diff-card {
    max-width: 300px;
    text-align: center;
    min-height: 150px;
}

.docs-card {
    max-width: 400px;
    text-align: center;
    min-height: 150px;
}

.list-of-cont {
    font-size: 18px;
}

.code-block {
    border-left: 20px solid #855085;
    background: rgba(247, 247, 247);
    font-size: 14px;
    line-height: 20px;
}

.notification-table-td {
    width: 240px;
}

/* Index Page */
.fiu-docs-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.card-title {
    font-family: var(--semiBoldFont);
    font-size: 20px;
}

/* AA Integration */
.card-image {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}

.card-left-sec {
    width: 208px;
}

.card-right-sec {
    margin-left: 32px;
    width: 208px;
}

.sdk-card {
    max-width: 510px;
}

.row {
    --bs-gutter-x: 0
}

@media (max-width: 768px) {
    .main-sec {
        margin: 40px 20px 20px;
        padding: 20px;
    }

    .logo-image {
        width: 75px;
    }

    .sdk-card-details {
        flex-direction: column;
    }

    .card-left-sec {
        width: 100%;
    }

    .card-right-sec {
        margin-left: 0;
        margin-top: 16px;
    }

    .notification-table-td {
        width: auto;
    }
}

@media (max-width: 425px) {
    .main-sec {
        margin: 26px 0px 20px;
        padding: 16px;
        border: 0;
        box-shadow: none;
    }

    .headingOm {
        margin-bottom: 16px;
    }

    .app-footer {
        padding: 8px 10px;
        font-size: 12px;
    }

    .logo-image {
        width: 75px;
    }
}

.noselect {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}