::-webkit-scrollbar {
    border-radius: 6px;
    height: 6px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 6px;
}

::-webkit-scrollbar-corner {
    display: none;
}

.app-logo {
    margin-left: 35px;
}

.header-group .app-menu-btn_item:first-child {
    display: none;
}


@media screen and (min-width: 1024px) {
    .app-sider {
        overflow-y: hidden;
    }

    .app-sider:hover {
        overflow-y: auto;
    }
}

@media screen and (min-width: 1880px) {

    .responsive .gc-playground_description {
        max-height: 800px !important;
    }
}

.gc-playground_description,
.gc-playground_description p {
    font-size: 14px;
}

.btn_with-product-style {
    background: #4f3b88;
}

.btn_with-product-style:hover {
    background: #7456c6;
}

.description-title h1 {
    border-left: 4px solid #4f3b88;
}

.app-content-description h1 {
    border-left: 4px solid #4f3b88;
}

.gc-tree-item[data-selected="true"] {
    border-right-color: #4f3b88;
    color: #4f3b88;
}

.app-menu-text_item[data-isselected="true"]>a {
    border-bottom-color: #4f3b88;
}

.tab_item_selected_style2[data-selected="true"] {
    border-bottom-color: #4f3b88;
}


.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
    background-color: #4f3b88;
}


.loading-ring div {
    border-color: #4f3b88 transparent transparent transparent;
}


.app-breadcrumb {
    color: #4f3b88;
}

/* .app-nav {
    background: #4f3b88;
}

.app-nav .menu-icon-container {
    background: #423578;
    color: white;
} */

.gc-tree-item>a>div[ent="ent"]::before {
    content: 'Ent';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: rgb(247, 167, 17);
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: -0.1em;
    text-transform: uppercase;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th {
    padding: 0.25rem 0.5rem;
    text-align: left;
    background: #F0F0F0;
    border: 1px solid #D2D2D2;
    font-weight: normal;
}

td {
    padding: 0.25rem 0.5rem;
    border: 1px solid #D2D2D2;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.flexbox>* {
    margin: 0 1rem 1rem 0;
}

.flexbox>a {
    width: 300px;
    border: 1px solid #D2D2D2;
    text-decoration: none;
    color: inherit;
    min-height: 20rem;
}

.flexbox>a>h2 {
    font-size: 16px;
    margin: 0.5rem;
}

.flexbox>a>p {
    margin: 0.5rem;
}

/**SearchResultDialog */
.search-result-dialog {
    width: 480px;
    box-sizing: border-box;
    position: absolute;
    right: 0%;
    top: 70%;
}

.empty-result {
    line-height: 1.2em;
    font-size: .90em;
    color: #63676d;
    text-align: left;
    text-indent: 60px;
    font-weight: 700;
    height: 25px;
}

.highlight {
    color: #065cc2;
    background: rgba(143, 187, 237, .1);
    padding: .1em .05em;
    box-sizing: border-box;
}

.arrow {
    margin-left: 85%;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    z-index: 1000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    border-radius: 2px;
}

.content {
    padding: 16px 8px 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
}

.content-header {
    padding: 8px;
    font-size: 1em;
    color: #fff;
    background-color: #01c1d5;
}

.content-listitem {
    overflow: hidden;
    padding: 8px 0 0;
}

.content-listitem-header {
    float: left;
    width: 30%;
    text-align: right;
    position: relative;
    padding: 5.33333px 10.66667px;
    color: #a4a7ae;
    font-size: .9em;
    word-wrap: break-word;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content-listitem-header::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 1px;
    background: #ddd;
    right: 0;
}

.content-listitem-detail {
    display: block;
    float: right;
    width: 70%;
    position: relative;
    padding: 5.33333px 0 5.33333px 10.66667px;
    box-sizing: border-box;
    color: #02060c;
    font-size: .9em;
    font-weight: 700;
}

.content-listitem-detail:hover {
    background-color: rgba(69, 142, 225, 0.05);
}

.content-listitem .content-text {
    margin-bottom: 4px;

}

.content-listitem-link {
    display: block;
    cursor: pointer;
}

/**SearchResultDialog */

.gc-tree-item>a>div[new="new"]::before {
    content: 'New';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: #4f3b88;
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: bold;
}

.gc-tree-item>a>div[upd="upd"]::before {
    content: 'Upd';
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    background: #4f3b88;
    font-size: 10px;
    color: white;
    white-space: nowrap;
    font-weight: bold;
}

.btn-code_icon {
    background-color: #4f3b88;
}

.onPageNav .toc-headings-list-item-selected {
    color: #4f3b88;
}


/* in default.css */
/* COMMON */
body {
    font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif;
}

/* HEADER */

#site-header {
    font-size: 13px;
    background: #fff;
}

#site-header .row {
    padding-top: 25px;
    padding-bottom: 25px;
}

#site-header a:link,
#site-header a:visited,
#site-header a:hover,
#site-header a:active {
    text-decoration: none;
    text-transform: uppercase;
}

#site-header .brand {
    position: relative;
}

#site-header .brand .mesicon-logo-horiz {
    padding-left: 15px;
    font-size: 48px;
    color: #697683;
}

#site-header .brand .mesicon-logo-horiz span {
    display: none;
}

#site-header .brand .mesicon-hamb {
    color: #697683;
    font-size: 20px;
    display: none;
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;

    @media only screen and (max-width: 991px) {
        display: block;
    }
}

#site-header .navigation {
    @media only screen and (max-width: 991px) {
        display: none;
    }
}

#site-header .navigation a:link,
#site-header .navigation a:visited,
#site-header .navigation a:hover,
#site-header .navigation a:active {
    font-weight: 600;
    color: #7C8894;
    text-decoration: none;
    text-transform: uppercase;
}

#site-header .navigation ul {
    list-style: none;
    text-align: right;
    padding: 15px 30px 0 0;
}

#site-header .navigation ul li {
    display: inline;
    padding-right: 10px;
}

#site-header .navigation ul li:before {
    content: "|";
    color: #7C8894;
    padding-right: 10px;
}

#site-header .navigation ul li:first-child:before {
    content: "";
}

@media only screen and (max-width: 991px) {

    /* Mobile Nav - Active State */

    .body-fix {
        position: fixed;
        width: 100%
    }

    #site-header .brand {
        max-height: 100px;
    }

    #site-header .navigation.active {
        display: block;
        background: #474D57;
        position: absolute;
        top: 100px;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #site-header .navigation.active a:link,
    #site-header .navigation.active a:visited,
    #site-header .navigation.active a:hover,
    #site-header .navigation.active a:active {
        font-weight: 400;
        color: #F4F5F7;
        text-decoration: none;
        text-transform: uppercase;
    }

    #site-header .navigation.active ul {
        text-align: left;
        padding: 0 15px;
        margin: 20px 0 0 0;
    }

    #site-header .navigation.active ul li {
        display: block;
        padding: 0 0 15px 15px;
        border-bottom: 1px solid #A7B1B9;
        margin-bottom: 15px;
    }

    #site-header .navigation.active ul li:before {
        content: "";
    }
}

/* .footer */
.footer {
    font-size: 13px;
    line-height: 1em;
    background: #697683 !important;
    color: rgba(255, 255, 255, 0.75);

    @media only screen and (max-width: 991px) {
        padding: 70px 15px;
    }
}

.footer a:link,
.footer a:visited {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer a:hover,
.footer a:active {
    color: #fff;
    text-decoration: underline;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.footer ul.company-info {
    font-size: 12px;
}

.footer ul.company-info li:first-child {
    padding: 10px 15px 10px 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
    margin: 0 10px 0 0;
}

.footer ul.company-info li:first-child a.logo {
    font-size: 44px;
    color: #fff;
    text-decoration: none;
}

.footer ul.company-info .mesicon-logo-horiz span {
    display: none;
}

.footer ul.util-nav {
    display: inline-block;
}

.footer ul.util-nav li {
    line-height: 1em;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.footer ul.util-nav li:first-child {
    padding-left: 5px;
}

.footer ul.util-nav li:last-child {
    border: 0;
}

.footer ul.util-nav {
    display: inline-block;
}

.footer ul.util-nav li {
    line-height: 1em;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.footer ul.util-nav li:first-child {
    padding-left: 5px;
}

.footer ul.util-nav li:last-child {
    border: 0;
}

.footer ul.util-social {
    font-size: 26px;
    position: relative;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin-top: 14px;
    width: 100%;
}

.footer ul.util-social li {
    padding: 0 4px;
}

.footer ul.util-social li a {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 50px 0;
    }

    .footer ul.company-info {
        margin-bottom: 30px;
    }

    .footer ul.company-info li {
        width: 49%;
        text-align: right;
        vertical-align: top;
    }

    .footer ul.company-info li:first-child {
        border: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 736px) {
    .footer ul.company-info {
        margin-bottom: 25px;
    }

    .footer ul.company-info li {
        display: block;
        width: auto;
        text-align: left;
    }
}

@media only screen and (max-width: 414px) {
    .footer ul.util-nav li {
        padding: 0 6px;
    }

    .footer ul.util-social {
        font-size: 20px;
    }
}

/* in fonts.css */
@font-face {
    font-family: "mesicon";
    src: url('icons/mesicon.ttf?display=swap&v=2') format('truetype'),
        url('icons/mesicon.eot?display=swap&v=2') format('embedded-opentype'),
        url('icons/mesicon.svg?display=swap&v=2') format('svg'),
        url('icons/mesicon.woff?display=swap&v=2') format('woff');
}

[class^="mesicon-"],
[class*="mesicon-"] {
    font-family: 'mesicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mesicon-name-en:before {
    content: "\e900";
}

.mesicon-name-jp:before {
    content: "\e901";
}

.mesicon-logo-stack:before {
    content: "\e902";
}

.mesicon-logo-stack-sm:before {
    content: "\e906";
}

.mesicon-logo-horiz:before {
    content: "\e90b";
}

.mesicon-logo-mark:before {
    content: "\e90c";
}

.mesicon-logo-name:before {
    content: "\e90d";
}

.mesicon-hamb:before {
    content: "\e9bd";
}

.mesicon-hamb.active:before {
    content: "\ea0f";
}

@font-face {
    font-family: "FontAwesome";
    src: url("icons/fontawesome-webfont.eot?v=4.7.0");
    src: url("icons/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("icons/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("icons/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("icons/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("icons/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 "FontAwesome";
    font-size: inherit;
    speak: never;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rss:before {
    content: "\f09e"
}

.gc-playground_description h1,
.card_container h1,
.content-text h1 {
    font-size: 24px;
    font-weight: 500;
}

.gc-playground_description h2,
.card_container h2,
.content-text h2 {
    font-size: 22px;
    font-weight: 500;
}

.gc-playground_description h3,
.card_container h3,
.content-text h3 {
    font-size: 20px;
    font-weight: 500;
}

.gc-playground_description h4,
.card_container h4,
.content-text h4 {
    font-size: 18px;
    font-weight: 500;
}