.navbar-header .navbar-right .dropdown-menu {
    border-top-width: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

@media (min-width: 992px) {
    .navbar-menu .nav-link svg {
        display: block;
    }
}

.nbr {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}

.df-title {
    font-size: 32px;
    font-weight: 400;
    color: #001737;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    text-indent: -2px;
}

@media (min-width: 576px) {
    .df-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .df-title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

.df-lead {
    color: #001737;
    letter-spacing: normal;
}

@media (min-width: 576px) {
    .df-lead {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .df-lead {
        font-size: 20px;
    }
}

.bold {
    font-weight: bold;
}

.page-link {
    padding-top: 10px !important;
}

@media (min-width: 992px) {

    .sidebar {
        width: 340px;
        background: #F8F9F9 !important;
    }

    .content-components {
        margin-left: 340px;
        padding-right: 20px;
        margin-right: 0;
    }

}

.sidebar-body {
    padding: 15px 10px;
}

.demo-static-toast {
    margin-top: 10px;
    cursor: pointer;
    opacity: 0.8;
}

.demo-static-toast:hover {
    opacity: 1;
}

.toast .toast-header {
    padding: 10px 10px 10px 10px;
}

.toast .toast-body {
    padding-bottom: 25px;
}

.mail-group-body .media {
    padding: 15px 20px;
    background-color: #f8f9fc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .mail-group-body .media {
        transition: none;
    }
}

.mail-group-body .media:hover, .mail-group-body .media:focus {
    background-color: #f3f8ff;
}

.mail-group-body .media.unread, .mail-group-body .media.unread:hover, .mail-group-body .media.unread:focus {
    background-color: #fff;
}

.mail-group-body .media.selected, .mail-group-body .media.selected:hover, .mail-group-body .media.selected:focus {
    background-color: #ecf4ff;
}

.mail-group-body .media + .media {
    margin-top: -1px;
    border-top: 1px solid #e5e9f2;
}

.nav-line-profile .nav-link {
    display: flex;
    align-items: center;
}

.nav-line-profile .nav-link.active {
    font-weight: 500;
}

.nav-line-profile .nav-link.active .badge {
    background-color: #00cccc;
    color: #fff;
}

.nav-line-profile .badge {
    margin-left: 10px;
    background-color: #e5e9f2;
    color: #8392a5;
}

.content-components {
    font-size: unset;
}

.footer-space {
    height: 60px
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.media-margin {
    margin: 5px;
}

.folder-chooser {
    cursor: pointer;
}

.ele-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #11070c;
}

.hidden {
    display: none;
}

.mg-t-0 {
    margin-top: 0 !important;
}

.btn-sharp {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

.no-border {
    border: 0;
}

.tx-ibm-plex-sans {
    font-family: "IBM Plex Sans", sans-serif;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.time-padd-fix {
    padding-top: 2px;
}

.clickable {
    cursor: pointer;
}

.navbar-header .btn-buy {
    padding: 7px 7px 7px 0 !important;
}

.h-42 {
    height: 42.20px;
}

.landing-img {
    width: 100%;
}

.home-slider {
    width: 100%;
    height: calc(100vh - 60px);
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

@media (min-width: 576px) {
    .home-slider {
        padding: 60px;
    }
}

@media (min-width: 992px) {
    .home-slider {
        align-items: center;
        justify-content: space-between;
        margin-top: 60px;
        padding: 80px 60px;
    }
}

.home-lead {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .home-lead {
        max-width: 340px;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    .home-lead {
        max-width: 420px;
    }
}

.home-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    color: #1b2e4b;
    letter-spacing: .5px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .home-text {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

.home-headline {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
    color: #475362;
}

@media (min-width: 576px) {
    .home-headline {
        font-size: 24px;
    }
}

.home-headline span {
    font-weight: 600;
    color: #001737;
}

.home-slider-img {
    position: relative;
    z-index: 200;
    display: none;
}

@media (min-width: 768px) {
    .home-slider-img {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .home-slider-img {
        transform: translateX(-6%);
    }
}

@media (min-width: 1360px) {
    .home-slider-img {
        transform: translateX(0);
    }
}

.home-slider-img > div {
    width: 360px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(3, 33, 122, 0.25);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home-slider-img > div:first-child {
    position: relative;
    z-index: 5;
    transform: translateX(40%);
}

@media (min-width: 992px) {
    .home-slider-img > div:first-child {
        transform: translateX(50%);
    }
}

@media (min-width: 1200px) {
    .home-slider-img > div:first-child {
        transform: translateX(80%);
    }
}

.home-slider-img > div:nth-child(2) {
    display: none;
}

@media (min-width: 1200px) {
    .home-slider-img > div:nth-child(2) {
        display: block;
    }
}

.home-slider-img > div:last-child {
    transform: translateX(-180%);
    display: none;
}

@media (min-width: 992px) {
    .home-slider-img > div:last-child {
        display: block;
        transform: translateX(-75%);
    }
}

@media (min-width: 1200px) {
    .home-slider-img > div:last-child {
        transform: translateX(-140%);
    }
}

.home-slider-img img {
    width: 100%;
    border: 1px solid #e5e9f2;
}

.home-slider-bg-one {
    position: absolute;
    top: -10%;
    right: 0;
    width: 200px;
    height: 200px;
    background-color: #00cccc;
    background-image: url("../img/home-bg.html");
    background-size: cover;
    border-radius: 20px;
    transform: rotate(30deg);
}

@media (min-width: 768px) {
    .home-slider-bg-one {
        top: -40%;
        right: -20%;
        width: 600px;
        height: 600px;
    }
}

@media (min-width: 992px) {
    .home-slider-bg-one {
        top: -45%;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .home-slider-bg-one {
        top: -70%;
        right: -10%;
        width: 800px;
        height: 800px;
    }
}

.home-slider-bg-one::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 250px;
    background-color: #00cccc;
    bottom: 0;
    left: -410px;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .home-slider-bg-one::before {
        right: -420px;
        border-radius: 20px;
    }
}

.home-slider-bg-one::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    background-color: #00cccc;
    bottom: 0;
    right: -410px;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .home-slider-bg-one::after {
        right: -420px;
        border-radius: 20px;
    }
}

.docs-logo {
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: -1px;
}

.docs-logo span {
    font-weight: 400;
    opacity: .7;
}

.docs-slogan {
    margin-bottom: 25px;
    font-size: 11px;
    opacity: .6;
}

.nav-docs {
    flex-direction: column;
    line-height: 1.7;
}

.nav-docs .nav-label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #001737;
}

.nav-docs .nav-link {
    padding: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    font-size: 13px;
}

.nav-docs .nav-link.active {
    color: #001737;
    font-weight: 500;
    letter-spacing: -.15px;
    position: relative;
}

.nav-docs .nav-link.active::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -2px;
    border-left: 3px solid #001737;
}

.file-structure {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto Mono', cursive;
    font-size: 13px;
}

.file-structure ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
}

.file-structure ul li {
    display: block;
    position: relative;
}

.file-structure ul li::before {
    content: '|--';
    display: inline-block;
    margin-right: 5px;
}

.table-docs th {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.table-docs td {
    font-size: 12px;
    font-family: 'Roboto Mono', cursive;
}

.f-fam {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.f-txt {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.navbar-menu .nav-link svg {
    color: unset;
    fill: none;
}

.bg-doge {
    background-color: #d9bd62;
}

.nav-tabs .nav-item {
    margin-right: 5px !important;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0 !important;
}