/* Inter Variable – Roman */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Inter Variable – Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

body {
    background: var(--color-base-white, #FFFFFF);
    --bs-body-font-family: 'Inter';
    --bs-body-color: #374151;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-padding-x: 24px;
    --bs-offcanvas-padding-y: 24px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 24px;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: #D1D5DB;
}

body .c1x1-content-inner>div:first-of-type:not(.background-image) {
    margin-top: 0;
}



h1 {
    font-family: 'Biryani';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #111827;
}

h2 {
    font-family: 'Biryani';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #111827;
}

h3 {
    font-family: 'Biryani';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    color: #111827;
}

h4 {
    font-family: 'Biryani';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #111827;
}

a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

dl,
ol,
ul {
    margin-bottom: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

.scmf_offcanvas_container {
    height: 3.5rem;
}

.scmf_offcanvas {
    --bs-offcanvas-width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0px;
    margin: 0.5rem;
}

.scmf_sidebar_outer {
    width: 320px;

}

.scmf_sidebar {
    width: 320px;
    background: #FFFFFF;
    border-right: 1px solid #E5E7EB;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem;
}

.scmf_navbar {
    height: 3.5rem;
    padding: 0 2rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 320px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    z-index: 1;
}



@media (min-width: 1200px) {
    .scmf_navbar {
        border-bottom: 1px solid rgba(15, 24, 40, 0.1);
    }
}

.scmf_framework_title {
    margin-bottom: 1.5rem;
}

.scmf_framework_title a {
    font-size: 20px;
}

.scmf_sidebar_framework_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.scmf_sidebar_list {
    list-style: none;
    padding-left: 0;
}

.scmf_sidebar_list li {
    border-left: 2px solid #E5E7EB;
    margin-bottom: 0px;
    padding: 6px 0px 6px 0px;
}

.scmf_sidebar_list li.active::before {
    background: linear-gradient(180deg, #00C94F 0%, #00B9D8 50%, #9359FF 100%);
    background: linear-gradient(180deg, color(display-p3 0.133 0.773 0.369) 0%, color(display-p3 0.024 0.714 0.831) 50%, color(display-p3 0.545 0.361 0.965) 100%);
    width: 2px;
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    left: -2px;
    top: 0px;
}
.scmf_sidebar_list li.active {
    position: relative;
    display: flex;

}

.scmf_chapter {
    font-size: 14px;
    color: #4B5563;
    padding-left: 1rem;
    font-weight: 350;
}

.fa_active a {
    color: #111827;
    font-weight: 400;

}
.scmf_sidebar_list li.active .scmf_chapter {
    color: #111827;
}


.chapter_icon {
    max-width: 20px;
}

.scmf_main_outer {
    margin: 0px;
    padding: 0px;
}

@media(min-width: 1200px)
{
    .scmf_main_outer {
        width: calc(100% - 320px);
    }
}
.scmf_main {
    min-height: 100vh;
    border-top: 1px solid rgba(15, 24, 40, 0.1);
}

.scmf_main > .container { position: relative; }

@media (min-width: 1200px) {
    .scmf_main {
        padding: 3.5rem 2rem 0;
    }
}

.scmf_footer {
    padding: 1.5rem 0;
    border-top: 1px solid #E5E7EB;
}

article {
    padding-top: 3.5rem;
}

article img {
    max-width: 100%;
    height: auto;
}

article a {
    font-size: 16px;
    font-weight: 400;
    color: #00B9D8;
}

.scmf_breadcrumb a {
    font-size: 14px;
    color: #4B5563;
}

table {
    --bs-table-bg: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1.5rem !important;
}

table th {
    background: #697281 !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    border: 1px solid #9AA3B0;
    color: #FFFFFF !important;
}

table td {
    font-weight: 400 !important;
    padding: 1rem !important;
    border: 1px solid #E5E7EB;
    color: #374151 !important;
}

.alert-info {
    background-color: #e6fdff;
    border: 1px solid #00B9D8;
    color: #00727c;
}

.accordion-button {
    background: #F9FAFB !important;
}

.accordion-collapse {
    background: #FFFFFF !important;
}

.btn-pagination {
    background: #F9FAFB;
    color: #111827;
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 9999px;
}

.btn-pagination:hover {
    background-color: #F3F4F6;
}

.scmf_deco {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -2;
    height: 320px;
    display: flex;
    justify-content: center;
    pointer-events: none;
    max-width: 100%;
}


.scmf_childern_hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #E5E7EB;
}


/*
.scmf_childern_list>.col-xl-4:not(:nth-child(3n)) {
    margin-right: 1.5rem;
}

.scmf_childern_list>.col-xl-4 {
    width: calc(33.333% - 16px);
}
*/

.scmf_childern_item_outer {
    height: 100%;
    border-radius: 12px;
    padding: 2px;
}

.scmf_childern_item_outer:hover {
    background: linear-gradient(137.88deg, #9359FF 0%, #00B9D8 50%, #00C94F 100%);
}

.scmf_childern_item_outer:hover .scmf_childern_item {
    background: linear-gradient(137.88deg, #F5F3FF 0%, #E8FFFF 50%, #EDFEF3 100%);
}

.scmf_childern_item_outer_disabled {
    height: 100%;
    border-radius: 12px;
    padding: 2px;
    cursor: not-allowed;
}

.scmf_childern_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 2.25rem 1rem 1rem;
    /*gap: 1rem;*/
    background: #F9FAFB;
    border: 1px solid rgba(15, 24, 40, 0.1);
    border-radius: 12px;
}

.scmf_childern_item_disabled {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.25rem 1rem 1rem;
    gap: 1rem;
    background-color: rgba(249, 250, 251, 1);
    border: 1px solid rgba(17, 24, 40, 0.1);
    opacity: 0.6;
    border-radius: 12px;
}

.scmf_child_teaser {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #344153;
    margin-bottom: 14px;
}

.scmf_child_update_note {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1rem 0 0;
    gap: 1rem;
    margin-top: auto;
    color: #4B5563;
    border-top: 1px solid rgba(15, 24, 40, 0.1);
}

.scmf_requirements_list {
    padding: 1.5rem 0;
    border-top: 1px solid #E5E7EB;
}

.scmf_requirements_item_outer {
    border-radius: 12px;
    padding: 2px;
    margin-bottom: 1rem;
    opacity: .5;
}

a .scmf_requirements_item_outer {
    opacity: 1;
}

a .scmf_requirements_item_outer:hover {
    background: linear-gradient(90deg, #9359FF 0%, #00B9D8 50%, #00C94F 100%);
}

.scmf_requirements_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    background: #F9FAFB;
    color: #111827;
    border: 1px solid rgba(15, 24, 40, 0.1);
    border-radius: 12px;
}

.scmf_requirements_item small {
    color: #4B5563;
}

a .scmf_requirements_item:hover {
    background: linear-gradient(90deg, #F5F3FF 0%, #E8FFFF 50%, #EDFEF3 100%);
}


.scmf_requirements_item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    border: 1px solid rgba(15, 24, 40, 0.1);
    border-radius: 9999px;
}

.scmf_requirements_item .icon span {
    text-align: center;
    background: #374151;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 18px;
}

.codex-editor__redactor {
    padding-bottom: 5rem !important;
}

.scmf_main .modallink {
    background: #FEF3C7;
    border-bottom: 2px solid #C9A045;
    color: #111827;
    padding: 0.25rem 0;
    margin-right: 0.25rem;
}


.modal {
    --bs-modal-bg: #FFFFFF;
    --bs-modal-border-radius: 0.75rem;
    --bs-modal-inner-border-radius: 0.75rem;
    --bs-modal-margin: 0.5rem;
}

.modal-backdrop {
    --bs-backdrop-opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
}

.modal-dialog {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-right: 12px;
}

.modal-header .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    background: rgba(15, 24, 40, 0.05);
    border-radius: 6px;
}

.modal-header .btn-close::before {
    content: '×';
    color: #111827;
    font-size: 16px;
}

td.header-sub-substance {
    background-color: #CCC;
    font-weight: 600 !important;
    font-size: 1.0rem;
}