.mfp-content {
    height: 100% !important;
    max-width: unset !important;
    /*overflow: hidden;*/
}

.mfp-iframe-scaler {
    padding-top: unset !important;
}

.kss-modifiers__modifier {
    padding: 8px 12px;
}

/*.kss-parameters__item {*/
/*    margin-bottom: 0;*/
/*    min-width: 100px;*/
/*    flex: 1 1 25%;*/
/*    display: block;*/
/*    padding: 20px;*/
/*}*/

/*.kss-section__content ol, .kss-section__content ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    max-width: 100%;*/
/*}*/

/*.kss-parameters {*/
/*    padding-left: 0;*/
/*    list-style-type: none;*/
/*}*/

.kss-navigation {
    padding-bottom: 20px;
}

.kss-markdown {

    max-width: unset;

}

.kss-header {

    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.kss-nav::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.kss-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.kss-nav::-webkit-scrollbar-thumb {
    background: var(--bs-theme);
    border-radius: 10px;
}

/* Handle on hover */
.kss-nav::-webkit-scrollbar-thumb:hover {
    background: var(--bs-theme);
}

.kss-title, .kss-nav__item a.kss-state-active, .kss-nav__item a:hover {
    color: var(--bs-theme);
}

.kss-header__hamburger,
.kss-header__hamburger:before,
.kss-header__hamburger:after {
    color: var(--bs-theme);
    background: var(--bs-theme);
}

.kss-section__source{
    display: none;
}
