#navbarNotification::after {
    content: none !important;
}

 
#main-navbar .badge {
    position: absolute;
    font-size: .6rem;
    margin-top: -.1rem;
    margin-left: -.5rem;
    padding: .2em .45em;
}

 
#main-navbar .nav-link {
    color: rgba(0, 0, 0, .55) !important;
    font-size: 1rem !important;
    font-weight: 400;
}

#main-navbar .nav-link :hover {
    color: rgb(76, 76, 76);
}


 
[aria-labelledby=new-mdb-technologies-dropdown] li {
    background-color: rgb(255, 255, 255) !important;
}

[aria-labelledby=new-mdb-technologies-dropdown] li :hover {
    background-color: #EEEEEE !important;
    box-shadow: none !important;
}

[aria-labelledby=userDropdown] a {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
}

[aria-labelledby=userDropdown] a:hover {
    background-color: #EEEEEE !important;
}

#navbarNotificationContent a {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
}

#navbarNotificationContent a:hover {
    background-color: #EEEEEE !important;
}

.dropdown-item-pseudo-focus {
    background-color: rgba(0, 0, 0, 0.05) !important;
    box-shadow: none !important;
}
.docs-pills {
    border-radius: 0.5rem;
}

.docs-pills pre[class*="language-"] {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.docs-pills .btn-copy-code,
.docs-tab-content .export-to-snippet {
    position: absolute;
    top: 16px;
    right: 16px;
    box-shadow: none !important;
    color: #616161 !important;
    background-color: transparent !important;
    padding: 6px 15px !important;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.docs-pills {
    border-radius: 0.5rem;
}

.docs-pills pre[class*="language-"] {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.docs-pills .btn-copy-code,
.docs-tab-content .export-to-snippet {
    position: absolute;
    top: 16px;
    right: 16px;
    box-shadow: none !important;
    color: #616161 !important;
    background-color: transparent !important;
    padding: 6px 15px !important;
}
@media (max-width: 576px) {
    [id^=dpl-], [class^=dpl-], .mobile-hidden {
        display: none!important;
    }
}