﻿.swagger-ui .topbar {
    background-color: #212529;
}

.swagger-ui .parameters-col_description input[type=text] {
    max-width: unset;
}

.wholesale-carrier-voxbone-search-note {
    line-height: 25px;
    padding-left: 13px;
    border: 1px solid #d3d3d382;
    width: 1100px;
}

.wholesale-carrier-voxbone {
    display: block !important;
}

    .wholesale-carrier-voxbone table {
        margin-left: auto;
        margin-right: auto;
        width: 74%;
    }

        .wholesale-carrier-voxbone table tbody tr {
            border-bottom: 1px solid #413d3d1f;
            border-left: 1px solid #413d3d1f;
            border-right: 1px solid #413d3d1f;
        }

            .wholesale-carrier-voxbone table tbody tr > td:not(:empty) {
                background-color: #ffffff99;
                border: 1px solid #00000026;
                padding: 8px;
                padding-right: 74px;
            }
div.authentication-endpoint-section {
    margin-left: 20px;
    background-color: #9e9e9e05;
    padding: 20px;
}
table.authentication-endpoint-section {
    width:29%;
}
    table.authentication-endpoint-section tbody tr > td {
        border: 1px solid #00000042;
        padding: 2px !important;
        vertical-align: unset !important;
    }

    table.authentication-endpoint-section tbody tr > td :nth-child(1) {
        width: 50%;
        text-align: center;
    }
        table.authentication-endpoint-section tbody tr > td :nth-child(2) {
            width: 50%;
            text-align: justify;
            padding-inline: 10px;
        }