@font-face {
    font-family: Arboria;
    src: url("/lottie-docs/fonts/Type-Ø-Tones-Arboria-Black.otf") ;
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: Arboria;
    src: url("/lottie-docs/fonts/Type-Ø-Tones-Arboria-Bold.otf") ;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Karla;
    src: url("/lottie-docs/fonts/Karla-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Karla;
    src: url("/lottie-docs/fonts/Karla-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Karla;
    src: url("/lottie-docs/fonts/Karla-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;

    padding-top: 0;
    font-family: Karla;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-container{
    width: 924px; 
    height: calc(100vh - 116px);
    overflow-y: scroll;
    position: relative;
}

#content-container::-webkit-scrollbar {
    display: none;
}

.content-container-row {
    padding: 0 24px;
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 192px;
}

h1, h2, h3, h4, h5 {
    font-family: Arboria;
    font-weight: 700;
    letter-spacing: 0em;
    font-style: normal;
}

h1 {
    font-size: 36px;
    line-height: 47px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 31px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h1, h2 {
    margin-bottom: 24px
}

h6 {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */

    letter-spacing: -0.02em;
}

a {
    color: #00C1A2;
}

.main {
    margin: 0 auto; 
    max-width: 1200px;
    padding: 0 24px;
    height: calc(100vh - 116px);
    overflow-y: scroll;
}

.base-container{
    display: flex;
    height: calc( 100vh - 136px);
    padding: 0;
    justify-content: center;
}

.navbar>.container .navbar-brand {
    padding: 0;
    margin: 0;
    width: 125px;
    height: 16px;
    
    font-family: 'Arboria';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;

    /* semantic-color/text-icon/primary */
    color: #20272C;
    
    
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.nav-container 
{
    flex: 0 0 276px;
    border-right: 1px solid #F3F6F8;
}

.top-header-container {

    display: flex;
    flex-flow: column;
    margin-right: 0px;
    margin-left: 0;
    background-color: #fff;
    padding: 0;
    width: 100%;
    align-items: center;
}

.logo-brand {
    /* Branding */
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;

    width: 100%;
    height: 48px;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    justify-content: space-between;
}

.navbar-header-top {
    height: 69px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding: 14.5px 0px;
    min-width: 1200px;
}

.navbar-header-top-full {
    padding: 14.5px 24px;
    min-width: 100%;
}

.navbar-header-bottom{
    padding: 6px 0px 16px !important;
    min-width: 1200px;
}

.navbar-header-bottom-full{
    padding: 6px 24px 16px 24px !important;
    min-width: 100%;
}

.top-left-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-right-header {
    width: 400px;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.top-left-header>a {
    font-size: 16px;
    font-weight: 400;
    color: #4C5863
}

.bs-sidebar .nav>li>a {
    font-family: Karla;
    font-style: normal;
    font-size: 14px;
    color: #4C5863
}

@media (min-width: 992px) {
    .bs-sidebar.affix {
        top: 135px;
    }
    .bs-sidebar.affix, .bs-sidebar.affix-bottom {
        width: 263px;
    }
}

/* navbar */
.navbar-nav > li > a
{
    padding-top: 16px;
    padding-bottom: 16px;
    color: #4C5863;
;
}

ul.nav.navbar-nav.navbar-right > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.nav.navbar-nav.navbar-right > li > a > img {
   height: 12px;
}

.navbar-fixed-top, .navbar-fixed-bottom
{
    margin: 0;
    position : static;

}

.navbar-default{
    color: #4C5863;
    border-bottom: 1px solid #F3F6F8;
    background-color: #fff;
}

.bs-sidebar .nav>.active>a, .bs-sidebar .nav>.active:hover>a, .bs-sidebar .nav>.active:focus>a {
    font-weight: normal;
    background-color: transparent;
    border-right: 1px solid #00C1A2;
    color: #00C1A2;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #4C5863;
    background-color: #fff;
}

.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover
{
    background-color: #F3F6F8;
    border-radius: 4px;
    font-weight: 400;
    color: #4C5863;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
    /* color: #4C5863; */
    color: black;
    background-color: #fff;
    /* Body/03/Regular */

    font-family: 'Karla';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    letter-spacing: -0.02em;

    padding: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #019D91;
    background-color: #fff;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a
{
    color: #4C5863;
    /* Body/03/Regular */

    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    letter-spacing: -0.02em;
    padding: 0;
}

.navbar-collapse:before, .navbar-collapse:after {
    display: none;
    content: none;
}

.navbar-nav {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.nav:before, .nav:after{
    table-layout: none;
    content: none;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 1px rgba(61, 72, 83, 0.36), 0px 2px 8px rgba(61, 72, 83, 0.1), 0px 8px 48px rgba(243, 246, 248, 0.15);
}

.navbar-default .dropdown-menu>li>a, .navbar-default .dropdown-menu>li>a:focus{
    color: #4C5863;
    font-weight: 400;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4C5863;
}
@media (max-width: 1200px) {

    .navbar-header-top {
        width: 100%;
        padding: 14.5px 12px;
        min-width: 0;
    }

    .navbar-header-bottom{
        padding: 6px 12px 16px !important;
        width: 100%;
        min-width: 0;
    }

    .main {
        padding: 0 16px;
    }

}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
        align-items: center;
        padding: 12px 12px;
    }
    .top-right-header {
        width: auto;
        align-self: center;
     }

     .top-left-header {
        display: none;
     }

     .logo-brand {
        width: auto;
        justify-content: end;
     }

     .navbar-nav.navbar-right {
        display: none;
     }

     .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
        margin-left: 12px;
        order: 1;
        margin-right: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #4C5863;
    }
   
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #4C5863;
        background-color: #F3F6F8;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 8px;
        box-shadow: 0px 0px 1px rgb(61 72 83 / 36%), 0px 2px 8px rgb(61 72 83 / 10%), 0px 8px 48px rgb(243 246 248 / 15%);
    }
    .container>.navbar-header, .container>.navbar-collapse {
        justify-content: space-between;
    }
    .navbar-nav {
        margin: 7.5px 0;
        flex-direction: column;
    }
    .navbar-header:before, .navbar-header:after {
        display: none;
    }

     .base-container{
        display: flex;
        flex-direction: row;
        padding-right: 0;
        padding-left: 0;
    }

    .nav-container 
    {
        display: none;
    }

    .content-container{
        margin-bottom: 0;
        height: calc(100vh - 70px);
    }

    .content-container-row{
        padding: 0 8px;
    }

    .main {
        margin: 0 0; 
        max-width: 1024px;
        height: calc(100vh - 70px);
    }

}