.connectAPI-wrapper,.header-connectAPI{color:#19164f;padding:5% 8%}.connectAPI-wrapper{background:#f1f1f1}.connectAPI-wrapper .text-header{color:#19164f;text-align:center;font-size:clamp(28px,3vw,48px);font-style:italic;font-weight:600;line-height:normal;margin:2rem 0}.connectAPI-wrapper .text-header span{color:#f26622}.connectAPI-wrapper .btn-tabs-wrapper{display:flex;justify-content:center;margin:1rem 0 3rem}.connectAPI-wrapper .btn-tabs-wrapper .container-tabs{display:flex;justify-content:space-around;background-color:#19164f;color:#fff;border-radius:32px}.connectAPI-wrapper .btn-tabs-wrapper .container-tabs .btn-tab{cursor:pointer;padding:.5rem 2rem!important;margin:.6rem 1rem!important}.connectAPI-wrapper .btn-tabs-wrapper .container-tabs .btn-tab.active,.connectAPI-wrapper .btn-tabs-wrapper .container-tabs .btn-tab:hover{background-color:#f26622;transition:all .4s}@media(max-width:767px){.connectAPI-wrapper .btn-tabs-wrapper .container-tabs .btn-tab{padding:.3rem .6rem!important;margin:.6rem 1rem!important;font-size:16px!important}}.connectAPI-wrapper .description-connectAPI .text-title-description{color:#19164f}.connectAPI-wrapper .description-connectAPI .text-title-description span{color:#f26622}.connectAPI-wrapper .description-connectAPI ul>li{list-style:disc;color:#19164f;font-size:clamp(16px,2vw,24px);font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.7px}.connectAPI-wrapper .description-connectAPI ul>li::marker{font-size:medium;color:#19164f}.code-wrapper{border-radius:1em;min-height:600px}.code-wrapper .code-header{display:flex;align-items:center;justify-content:space-between;height:5rem;padding:0 3%;border-top-left-radius:1em;border-top-right-radius:1em;border:1px solid #a9a9a9;border-bottom:none;background-color:#fff}.code-wrapper .code-header .code-name{cursor:pointer;width:80%;overflow-x:auto;display:flex;align-items:center;gap:1em;color:#19164f}.code-wrapper .code-header .code-name::-webkit-scrollbar{height:3px}.code-wrapper .code-header .code-name::-webkit-scrollbar-track{background:#f1f1f1}.code-wrapper .code-header .code-name::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.code-wrapper .code-header .code-name::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:1024px){.code-wrapper .code-header .code-name p{font-size:16px!important}}.code-wrapper .code-header .active{color:#fff;background-color:#f26622;padding:.2rem 1rem!important}.code-wrapper .code-body{border:1px solid #a9a9a9;border-radius:0 0 16px 16px;overflow:hidden}.code-wrapper .btn-copy{position:relative;cursor:pointer;color:gray}.code-wrapper .btn-copy :active{filter:blur(1px);transform:scale(.9);transition:all .3s ease-in-out}.code-wrapper .btn-copy .copy-text{position:absolute;top:-25px;left:-30px;width:100%;height:100%}