html {
  font-size: 14px;
}
.container{
    padding:0px !important;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}
    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.tools-list {
    position: absolute;
    color: white;
    background-color: #202529;
   
    display: flex;
    width: 1060px;
    left: 50%;
    margin-left: -530px;
    flex-wrap: wrap;
    justify-content: space-around;
    visibility: hidden;
}

    .tools-list a {
        width: 21%;
        padding: 8px;
        font-size: 15px;
        font-weight: bold;
        color: white;
    }

        .tools-list a:hover {
            background-color: #F8F9FA;
            color: black;
            cursor: pointer;
        }

.opentool {
    cursor: pointer;
}

    .opentool:hover .tools-list {
        visibility: visible;
    }

.tools-list img {
    width: 20px;
}

.tools-list p {
    display: inline-block;
    width: calc(100% - 25px);
    margin-bottom: 0px;
}

.nav li {
    margin-right: 20px;
}

    .nav li:first-child {
        margin-left: 15px;
    }

@media (min-width: 768px) {
    
    html {
        font-size: 16px;
    }
    
    
}
@media (max-width:1200px) {
    .tools-list {
        width: 850px !important;
        margin-left: -425px !important;
    }

        .tools-list img {
            vertical-align: top !important;
        }
    .webchoisefile {
        display: block;
         width: 100% !important;
         margin-top:20px !important;
    }
    .webchoiseformat {
        margin-left: 0px !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    .webconvert {
        margin-left: 0px !important;
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom:10px !important;
    }
    .homecard > div {
        height: auto !important;
    }
    .webtoconvert{
        display:none;
    }
    .inputGroupSelect, .inputGroupSelect0, .inputGroupSelect1, .inputGroupSelect2, .inputGroupSelect3, .inputGroupSelect4, .inputGroupSelect5, .inputGroupSelect6, .inputGroupSelect7, .sdkGroupSelect, .sdkGroupSelect0, .inputGroupSelectChooseApi {
        margin: 10px !important;
        width: 100%;
    }

    .topopular {
        margin: 10px !important;
        width: 100%;
    }

    .topopular-text {
        margin: 10px !important;
        width: 100%;
    }
}
@media(max-width:1000px) {
    .tools-list {
        width: 300px !important;
        margin-left: -150px !important;
        top: 80px !important;
    }

        .tools-list a {
            width: 50% !important;
        }

        .tools-list img {
            margin-top: 10px;
        }
}

    html {
        position: relative;
        min-height: 100%;
    }

    .rounded {
        background-color: #F7F7F7;
    }

    body {
        margin-bottom: 60px;
        background-color: #F8F9FA;
    }

    .icon-listconvert li::before {
        position: absolute;
        display: block;
        flex-shrink: 0;
        width: 1.5em;
        height: 1.5em;
        margin-right: .5rem;
        content: "";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100%;
    }

    .icon-list li::before {
        display: block;
        flex-shrink: 0;
        width: 1.5em;
        height: 1.5em;
        margin-right: .5rem;
        content: "";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100%;
    }

    li {
        word-break: break-all;
    }

    .word {
        display: block !important;
    }

    .icon-listconvert li span {
        margin-left: 2em;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gap {
        display: flex;
        
        flex-wrap: wrap;
    }

        .gap a {
            padding: 10px;
            width: 24%;
            margin-left: 0.6666%;
            margin-right: 0.6666%;
        }

    .gap2 {
        display: flex;
        flex-wrap: wrap;
    }

        .gap2 a {
            padding: 10px;
            width: 24%;
            margin-left:0.5%;
            margin-right:0.5%;
        }

    .homecard {
        width: 33%;
    }

        .homecard img {
            float: right;
        }

    .homecard-right {
        display: inline-block;
    }

    .homecard > div {
        height:184px;
    }

    .step1 {
        width: 44px;
        height: 44px;
        position: absolute;
        background-color: #2E93CD;
        border-radius: 50%;
        text-align: center;
        line-height: 44px;
        font-size: 30px;
        font-weight: bold;
        color: white;
        top: -13px;
        left: -5px;
    }

    .step2 {
        left: calc(50% - 22px) !important;
    }

    .step3 {
        left: calc(100% - 44px) !important;
    }

    .webchoisefile {
        width: 35%;
        margin-top: 50px;
        float: left;
    }

    .webchoiseformat {
        width: 40%;
        float: left;
        margin-top: 50px;
        margin-left: 10px;
    }

    .webconvert {
        float: right;
        margin-top: 50px;
        margin-left: 10px;
        width:21%;
    }
.webtoconvert {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.step-number {
    list-style: none;
    counter-reset: li;
    padding-left: 0px;
}

    .step-number li::before {
        content: counter(li);
        counter-increment: li;
        display: inline-block;
        border-radius: 50%;
        margin-right: 2px;
        text-align: center;
        color: #fff;
        background: #202529;
        margin-right: .5rem;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em
    }
  .downloadfile {
    padding: 7px;
    background-color: #2E93CD;
    border-radius: 5px !important;
    margin-left: 10px !important;
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    display:none;
}
    .downloadfile:hover {
        color: white;
        background-color: #0d6efd;
    }
.merge-checkbox {
    height: 120px;
}
.merge-checkbox div{
    float:left;
}
.requestbody-border {
    border: 1px solid rgba(0,0,0,.125);
}
.copy {
    background-color: #F2F2F2;
    float: right;
    border: 1px solid rgba(0,0,0,.125);
    color: black;
    height: 100%;
    font-size: 14px;
}
    .copy:hover {
        background-color: white;
    }
    .copy span{
        color:black;
    }
    
    .code-pretty {
        width: 100%;
        height: 35px;
        background: #E6E6E6;
    }
.clear-padding{
    padding:0px !important;
    border:none !important;
}
.card-body a{
    text-decoration:underline;
}
.gap img {
    width: 20px;
}
.gap2 img{
    width:20px;
}
.gap>a{
    width: 32%;
    margin-top: 10px;
    padding: 13px 0px;
    border: 1px solid #e8e2f2;
    border-radius: 5px;
    background: #f7f6f9;
    font-size: 15px;
    padding-left: 8px;
}
.gap>a:hover{
    background: white;
}
.gap2 > a {
    width: 24%;
    margin-top: 10px;
    padding: 13px 0px;
    border: 1px solid #e8e2f2;
    border-radius: 5px;
    background: #f7f6f9;
    font-size: 15px;
    padding-left: 8px;
}
.gap2>a:hover{
    background:white;
}
.noborder{
    border:none !important;
}
.encryptor li{
    font-size:25px;
    line-height:21px;
}
.encryptor li span{
    font-size:16px;
}
.fs-margin{
    margin-bottom:8px;
}
.fs-h5 {
    font-size: 1.25rem !important;
}
.inputGroupSelect, .inputGroupSelect0, .inputGroupSelect1, .inputGroupSelect2, .inputGroupSelect3, .inputGroupSelect4, .inputGroupSelect5, .inputGroupSelect6, .inputGroupSelect7, .sdkGroupSelect, .sdkGroupSelect0, .inputGroupSelectChooseApi {
    margin: 10px;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
}
.topopular {
    margin: 10px;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
}
.topopular-text{
    margin:10px;
    margin-right:0px;
}
.navbar-toggler-icon{
    display:none;
}
.nav2 {
    width: 200px;
    background-color: #212529;
    position: absolute;
    top: 70px;
    right: 0px;
    display: none;
}

    .nav2.open {
        display:block;
    }
    .nav2 a {
        color: white !important;
        background: radial-gradient(black, transparent);
    }
pre, code {
    white-space: pre-wrap;
}
pre {
    border: none;
    padding-left: 10px;
    max-width: 100%;
    
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .38);
    z-index: 9999;
    overflow: hidden;
    display:none;
}
.loading {
    position: fixed;
    color: white;
    top: calc(50% - 64px);
    left: calc(50% - 64px)
}
@media (max-width:768px) {
    .navbar-toggler-icon{
        display:block;
    }
    .nav {
        display: none;
    }
    html {
        font-size: 1.3em;
    }
    .search-row > .row {
        display: initial !important;
    }
    .homecard {
        width: 100% !important;
        padding: 3%;
    }

        .homecard img {
            width: 23%;
            vertical-align: top;
        }

    .homecard-right p {
        font-size: 13px;
    }

    .homecard-right {
        display: inline-block;
        width: 75%;
    }


    .cellsdevmain-img {
        width: 100%;
    }

    .img-circle {
        width: 100%;
        margin-bottom: 8px;
    }

    .develop-languages {
        width: 25%;
    }

   

    .card-body2 {
        height: 80px;
        width: 50%;
    }

    .form-select {
        width: 100%;
        outline: none;
    }

    .input-group-text {
        width: 100%;
    }

    #cells-dev-convert {
        width: 100%;
    }

    .gap a {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 20px 10px;
    }

    .gap2 a {
        width: 40% !important;
        margin-left:5%;
        margin-right:5%;
    }

    .downloadfile {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 20px;
        text-align:center;
        display:none;
    }
    .merge-input-grouop .input-group-text {
        width:50%;
    }
    .merge-checkbox div {
       margin:10px;
    }
    .digitallable{
        font-size:12px;
    }

   
}

.apis-chat-left {
    position: fixed;
    width: 18%;
    left: 0px;
    background-color: #F6F9FB;
    z-index: 1000;
    border-right: 1px solid #f6f6f6;
    background-color: #202123;
    color: white;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 10px;
    /*height: calc(100% - 241px);*/
}
    .apis-chat-left::-webkit-scrollbar {
        width: 15px;
    }
    .chat-left-title {
        font-weight: 600;
        font-size: 19px;
        padding-left: 20px;
        padding-top: 20px;
    }
.chat-left-btn {
    width: 90%;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;color:white;
}
    .chat-left-btn:hover {
        background-color: #333541;
    }
.choiseleftbtn {
    background-color: #333541;
}
    .apis-chat-right-convert {
        position: absolute;
        width: 82%;
        height: 100%;
        right: 0px;
        background-color: #F6F9FB;
        z-index: 1000;
        padding-right: 10px;
        margin-top: 0px;
    }
.apis-chat-right-merger {
    position: absolute;
    width: 82%;
    height: 100%;
    right: 0px;
    background-color: #F6F9FB;
    z-index: 1000;
    padding-right: 10px;
    margin-top: 20px;
}
.chat-container {
    height:calc(100% - 40px);
    overflow-y: auto;
}

.chat-a a{
    font-weight:normal;
}
.chat-head {
    border-radius: 50%;
    width:45px;
    height:45px;
}
.chat-head2 {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.assistant-message {
    float: left;
    height: 100%;
    word-break: break-all;
    font-weight: bold;
}
.left-arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    /* border-top: 20px; */
    border: 15px solid transparent;
    border-right-color: #f0f4f8;
    left: -30px;
    top: 7px;
}
.assistant-answer {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f0f4f8;
    position: relative;
    border-bottom: 1px solid #d9d9e3;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.assistant-answer2 {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #d9d9e3;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copy-out {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    background-color: #C1C1C1;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0px 0px;
}
.copycode {
    outline: none;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 3px;
}
    .copycode:focus {
        outline: none;
    }
.user-message {
    float: right;
    text-align: right;
    word-break: break-all;
    font-weight: bold;
}
.user-answer {
    float: right;
    max-width: 90%;
    padding: 10px;
    color:white;
    background-color: #12B7F5;
    margin-bottom: 20px;
    border-radius: 10px;
    position:relative;
}

.clear {
    clear:both;
}
.input-container {
    margin-top: 10px;
}
.user-input {
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    width: calc(100% - 186px);
}
.send {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.mergersend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}

.splitsend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.encryptsend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.decryptsend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.digitalsignaturesend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.searchsend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.replacesend {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: calc(100% - 174px);
    top: 7px;
}
.chat-container::after {
    content: " ";
    display: block;
    clear: both;
}


.custom-select-items {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    height: 190px;
    overflow-y: scroll;
    left: 103px;
    top: -223px;
    font-size: 13px;
    z-index: 9999;
    width: 291px;
}

    .custom-select-items div {
        padding: 12px 16px;
        cursor: pointer;
    }

        .custom-select-items div:hover {
            background-color: #e9e9e9;
        }

.custom-select-items2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    overflow-y: scroll;
    left: 117px;
    top: -132px;
    font-size: 13px;
    z-index: 9999;
    width: 291px;
}

    .custom-select-items2 div {
        padding: 12px 16px;
        cursor: pointer;
    }

        .custom-select-items2 div:hover {
            background-color: #e9e9e9;
        }


.custom-select-items3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    overflow-y: scroll;
    left: 161px;
    top: -164px;
    font-size: 13px;
    z-index: 9999;
    width: 291px;
}

    .custom-select-items3 div {
        padding: 12px 16px;
        cursor: pointer;
    }

        .custom-select-items3 div:hover {
            background-color: #e9e9e9;
        }


.chooseformat {
    position: absolute;
    top: -76px;
    background-color: #F6F9FB;
    padding: 6px;
    cursor: pointer;
    border-radius: 0.25rem;
    left: 1px;
}
.chooseoption {
    position: absolute;
    left: 1px;
    top: -40px;
    background-color: #F6F9FB;
    padding: 6px;
    border-radius: 0.25rem;
    cursor: pointer;
}
.choosesheet {
    position: absolute;
    left: 1px;
    top: -112px;
    background-color: #F6F9FB;
    padding: 6px;
    border-radius: 0.25rem;
    cursor: pointer;
}
.downlink {
    padding: 7px;
    background-color: #2E93CD;
    border-radius: 5px !important;
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.downlink:hover{
    color:white;
}
.changejd {
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}
    .changejd:hover {
        color: rgb(242, 242, 242);
    }
.convert-btn {
    width: 140px;
    display: inline-block;
    border: 1px solid rgb(206, 212, 218);
    background-color: white;
    color: black;
    position: absolute;
    top: 1px;
    right: -2%;
    display:none;
}
.py-3{
    z-index:0;
}
.showfooter {
    position: fixed;
    right: 19px;
    bottom: 63px;
    cursor: pointer;
    z-index:9999;
}
.showfooter img{
    width:25px;
}
body .my-4 {
    margin-bottom: 0px !important;
}


.headerlist {
    position: relative;
}
    .headerlist:hover {
        background: #2072a7;
    }
.headerlist2 {
    background-color: #333;
    width: 240px;
    padding: 13px 0;
    position: absolute;
    line-height: 45px;
    visibility: hidden;
}
    .headerlist2 a {
        width: 100%;
        padding: 8px 30px;
        color: white;
        display: inline-block;
        line-height: 25px;
    }
        .headerlist2 a:hover {
            background: #3ca3d9 !important;
        }
.headerlist:hover .headerlist2 {
    visibility: visible;
}


.headerlist3 {
    position: relative;
}

    .headerlist3:hover {
        background: #2072a7;
    }

.headerlist4 {
    background-color: #333;
    width: 240px;
    padding: 13px 0;
    position: absolute;
    line-height: 45px;
    visibility: hidden;
}

    .headerlist4 a {
        width: 100%;
        padding: 8px 30px;
        color: white;
        display: inline-block;
        line-height: 25px;
    }

        .headerlist4 a:hover {
            background: #3ca3d9 !important;
        }

.headerlist3:hover .headerlist4 {
    visibility: visible;
}


.headerlist5 {
    position: relative;
}

    .headerlist5:hover {
        background: #2072a7;
    }

.headerlist6 {
    background-color: #333;
    width: 240px;
    padding: 13px 0;
    position: absolute;
    line-height: 45px;
    visibility: hidden;
}

    .headerlist6 a {
        width: 100%;
        padding: 8px 30px;
        color: white;
        display: inline-block;
        line-height: 25px;
    }

        .headerlist6 a:hover {
            background: #3ca3d9 !important;
        }

.headerlist5:hover .headerlist6 {
    visibility: visible;
}


.headerlist7 {
    position: relative;
}

    .headerlist7:hover {
        background: #2072a7;
    }

.headerlist8 {
    background-color: #333;
    width: 240px;
    padding: 13px 0;
    position: absolute;
    line-height: 45px;
    visibility: hidden;
}

    .headerlist8 a {
        width: 100%;
        padding: 8px 30px;
        color: white;
        display: inline-block;
        line-height: 25px;
    }

        .headerlist8 a:hover {
            background: #3ca3d9 !important;
        }

.headerlist7:hover .headerlist8 {
    visibility: visible;
}


.headerlist9 {
    position: relative;
}

    .headerlist9:hover {
        background: #2072a7;
    }

.headerlist10 {
    background-color: #333;
    width: 240px;
    padding: 13px 0;
    position: absolute;
    line-height: 45px;
    visibility: hidden;
}

    .headerlist10 a {
        width: 100%;
        padding: 8px 30px;
        color: white;
        display: inline-block;
        line-height: 25px;
    }

        .headerlist9 a:hover {
            background: #3ca3d9 !important;
        }

.headerlist9:hover .headerlist10 {
    visibility: visible;
}
.language{
    color:white;
    cursor:pointer;
}
.showlang{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 36px;
    background-color: #343a40;
    margin-top: 125px;
    z-index: 2;
    max-height: calc(100vh - 250px);
    overflow: auto;
}
.showlangtitle {
    text-align: center;
    color: white;
    font-size: 2rem;
    margin-bottom:40px;
}
.showlangmain {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding: 0 30px;
}
    .showlangmain a {
        width: calc(25% - 27px);
        display: flex;
        gap: 20px;
        align-items: center;
        cursor: pointer;
        flex-wrap: wrap;
        color: #fff !important;
    }
        .showlangmain a:hover {
            color: #312de1 !important;
        }
        .close{
            float:right;
            cursor:pointer;
        }