:root {
    --color-yellow-100: #FFF0B1;
    --color-yellow-200: #FFC610;
    --color-white: #ffffff;
    --color-black: #000000;
    --text-color: var(--color-black);
    --font-family-sans: "Zoho Puvi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --swiper-theme-color: var(--color-yellow-200)
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

@media only screen and (max-width: 575.98px) {
    .btn-group a {
        width: 100%
    }
}

.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-decoration: none
}

.btn-white:hover {
    background-color: #fcfbfb;
    border-color: #fcfbfb;
    text-decoration: none
}

.apiPlugin-main-wrapper .m-0 {
    margin: 0 !important
}

.apiPlugin-main-wrapper .mb-0 {
    margin-bottom: 0 !important
}

.apiPlugin-main-wrapper .text-red {
    color: red
}

.apiPlugin-main-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 0
}

.apiPlugin-main-wrapper .banner-section {
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: var(--color-yellow-200)
}

.apiPlugin-main-wrapper .banner-section .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.apiPlugin-main-wrapper .banner-section .banner-content h1 {
    margin: 0 0 4px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0
}

@media only screen and (min-width: 1080px) {
    .apiPlugin-main-wrapper .banner-section .banner-content h1 span {
        display: block
    }
}

.apiPlugin-main-wrapper .banner-section .banner-content p {
    margin: 2px 0 12px;
    font-size: 16px
}

.apiPlugin-main-wrapper .banner-section .banner-content .btn-black {
    background: #01070b;
    color: var(--color-white);
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: middle;
    padding: 12px 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: unset;
    justify-content: center;
    cursor: pointer
}

.apiPlugin-main-wrapper .banner-section .banner-content .btn-black:hover,
.apiPlugin-main-wrapper .banner-section .banner-content .btn-black:focus,
.apiPlugin-main-wrapper .banner-section .banner-content .btn-black:focus-within,
.apiPlugin-main-wrapper .banner-section .banner-content .btn-black:active {
    background: #1a1a1a;
    -webkit-transition: all .15s;
    transition: all .15s
}

.apiPlugin-main-wrapper .apiPlugin-content-section {
    padding: 0 0 24px
}

.apiPlugin-main-wrapper .apiPlugin-content-section p {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 30px
}

.apiPlugin-main-wrapper .apiPlugin-content-section p:last-child {
    margin-bottom: 0
}

.apiPlugin-main-wrapper .apiPlugin-content-section h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 0
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul {
    margin: 0;
    padding: 0 !important
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.unorder-list {
    padding: 0 0 0 15px !important
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.unorder-list li {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 1rem;
    line-height: 30px
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.check-list {
    padding: 0;
    list-style-type: none
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.check-list li {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 30px;
    padding-left: 32px !important;
    position: relative
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.check-list li::before {
    position: absolute;
    content: "";
    left: 8px;
    top: 7px;
    width: 5px;
    height: 11px;
    border-right: 1.25px solid #989898;
    border-bottom: 1.25px solid #989898;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul.check-list li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 1.25px solid #989898
}

.apiPlugin-main-wrapper .apiPlugin-content-section ul li:last-child {
    margin-bottom: 0
}

.apiPlugin-main-wrapper .metrics-card {
    background: var(--color-yellow-100);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px
}

.apiPlugin-main-wrapper .metrics-card h4 {
    margin-bottom: 24px;
    font-size: 20px
}

.apiPlugin-main-wrapper .metrics-card .metrics-card-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 40px
}

@media only screen and (max-width: 991.98px) {
    .apiPlugin-main-wrapper .metrics-card .metrics-card-grid {
        grid-template-columns: repeat(2, auto);
        grid-gap: 0
    }
}

@media only screen and (max-width: 575.98px) {
    .apiPlugin-main-wrapper .metrics-card .metrics-card-grid {
        grid-template-columns: 1fr;
        grid-gap: 0
    }
}

.apiPlugin-main-wrapper .metrics-card ul.metrics-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.apiPlugin-main-wrapper .metrics-card ul.metrics-list li {
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 12px;
    font-size: 16px
}

.apiPlugin-main-wrapper .metrics-card ul.metrics-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 1.5px;
    background: var(--text-color)
}

.apiPlugin-main-wrapper .metrics-card ul.metrics-list li::after {
    content: "";
    position: absolute;
    left: 6.5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid var(--text-color);
    border-bottom: 1.5px solid var(--text-color);
    -webkit-transform: rotate(-45deg) translateY(-60%);
    transform: rotate(-45deg) translateY(-60%)
}

.apiPlugin-main-wrapper .database-grid {
    margin-top: 20px
}

.apiPlugin-main-wrapper .database-grid ul {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin: 0
}

@media only screen and (max-width: 991.98px) {
    .apiPlugin-main-wrapper .database-grid ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media only screen and (max-width: 767.98px) {
    .apiPlugin-main-wrapper .database-grid ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 475.98px) {
    .apiPlugin-main-wrapper .database-grid ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 375.98px) {
    .apiPlugin-main-wrapper .database-grid ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.apiPlugin-main-wrapper .database-grid ul li {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 10px 8px;
    text-align: center
}

.apiPlugin-main-wrapper .database-grid ul li:hover a {
    color: inherit !important
}

.apiPlugin-content-section .database-grid ul li:hover {
    -webkit-box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    box-shadow: 2px 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.apiPlugin-content-section .database-grid ul li a {
    font-size: 15px;
    height: 100%;
    width: 100%;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: unset
}

.apiPlugin-content-section .database-grid ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apiPlugin-content-section .database-grid ul li a i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 120px;
    min-height: 120px;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/apm-plugin-sprite.svg") no-repeat;
    display: inline-block;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    background-size: 1360%
}

.apiPlugin-content-section .database-grid ul li a .i-mongodb {
    background-position: 91.5% 0
}

.apiPlugin-content-section .database-grid ul li a .i-postgresql {
    background-position: 16.65% 2.5%
}

.apiPlugin-content-section .database-grid ul li a .i-mysql {
    background-position: 83.15% 2.5%
}

.apiPlugin-content-section .database-grid ul li a .i-sql {
    background-position: 8.5% 98%
}

.apiPlugin-content-section .database-grid ul li a .i-cassandra {
    background-position: 58.25% 0%
}

.apiPlugin-content-section .database-grid ul li a .i-memcached {
    background-position: 50% 100%;
    background-size: 1260%
}

.apiPlugin-content-section .database-grid ul li a .i-oracle-infrastructure {
    background-position: 41.5% 92%;
    background-size: 1480%
}

.apiPlugin-content-section .database-grid ul li a .i-aws {
    background-position: 50% -5%
}

.apiPlugin-content-section .database-grid ul li a .i-redis {
    background-position: 25% 0%
}

.apiPlugin-content-section .database-grid ul li a .i-microsoftsql {
    background-position: 74.85% 0
}

.apiPlugin-content-section .database-grid ul li a .i-microsoft {
    background-position: 100% 0
}

.apiPlugin-content-section .database-grid ul li a .i-ibm {
    background-position: 66.5% 0
}

.apiPlugin-content-section .database-grid ul li a .i-tomcat {
    background-position: 33.5% 0%
}

.apiPlugin-content-section .database-grid ul li a .i-nginx {
    background-position: .15% 0
}

.apiPlugin-content-section .database-grid ul li a .i-google-cloud {
    background-position: .15% 100%
}

.apiPlugin-content-section .database-grid ul li a .i-oracle {
    background-position: 8.5% -10%
}

.apiPlugin-content-section .database-grid ul li a .i-oracle-weblogic {
    background-position: 16.65% 92%
}

.apiPlugin-content-section .database-grid ul li a .i-openstack {
    background-position: 41.65% 0%
}