#gototop {
    background-color: var(--wp--preset--color--kekizblue);
}

#gototop:hover {
    background-color: var(--wp--preset--color--kekizred);
}

.transparency-background .has-kekizblue-background-color {
    background-color: rgba(4, 73, 135, 0.83) !important;
}

.is-style-colored-number-bullets li:before {
    background-color: var(--wp--preset--color--kekizblue);
    color: #fff;
}

/* #site-header a[target="_blank"] {
    color: var(--wp--preset--color--fplus-blue);
}
 */
.wiki-template-wiki-main .gspagelist>li>ul>li.page_item_has_children::after,
.entry-content .gspagelist>li>ul>li.page_item_has_children::after {
    color: var(--wp--preset--color--kekizblue);
}

.wiki-template-wiki-main .gspagelist>li>ul>li.page_item_has_children.open::after,
.entry-content .gspagelist>li>ul>li.page_item_has_children.open::after {
    color: var(--wp--preset--color--kekizred);
}

.wiki-template-wiki-main .gspagelist>li>a,
.entry-content .gspagelist>li>a {
    color: var(--wp--preset--color--kekizblue) !important;
}