
.tbk_table_info {
    width: 600px;
    max-width: 50%;
}

.tbk_table_info td {
    width: 300px;
    border-bottom: dashed 1px #ccc;
}

.tbk_table_td {
    width: 200px;
}

.tbk_table_trans pre {
    font-size: 12px;
}

.transaction-status-response {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}
.transaction-status-response pre {
    width: 250px;
    overflow: scroll;
}

.transaction-status-response dt {
    padding: 5px;
    background: #d7cad2;
    text-align: left;
    font-weight: bold;

}
.transaction-status-response dd {
    padding: 5px 5px 10px 5px;
    text-align: left;
    margin-left: 0;
}

.error-transaction-status-response {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    font-weight: bold;
}

.error-status-raw {
    color: red;
    width: 250px;
}

.swal-modal {
    width: 700px;
    max-width: 80vw;
}
.swal-content {
    text-align: left;
    -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#show-welcome-message {float: right}

.healthcheck-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.healthcheck-tabs li {
    padding: 10px;
}

.label.label-info {
    padding: 5px;
    float: left;
    margin-right: 5px;
    background: #666;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.label-success {
    background: #5cb85c;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.label-danger {
    background: #ec3206;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

#row_response_token_text pre {
    padding: 5px;
    background: #eee;
    border-radius: 5px;
    border:solid 1px #999;
}


.tbk_table_info th {
    text-align: left;
}
.tbk_table_info td {
    padding: 4px;
}

.transbank_rest_tool {
    max-width: 80%;
    width: 600px;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.transbank-rest-credentials {
    background: #fff;
    max-width: 600px;
    border-left: solid 3px blue;
    padding: 10px;
}

.transbank_response_note h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.tbk-nav {
    font-size: 14px;
    width: 200px;
    background: #fff;
    margin-left: 5px;
    border-radius: 10px;
}
.tbk-nav .nav-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #6B1A6B;
    padding: 15px 15px 15px 20px;
    color: #fff;
}
.tbk-nav ul {
    list-style: none;
    margin: 0;
}
.tbk-nav ul li {
    margin: 0;
    padding: 0;
}
.tbk-nav ul li .icon {
    float: right;
    opacity: 0;
    transition: .5s;
    right: 20px;
    position: relative;
}
.tbk-nav ul li.active {
    font-weight: bold;
}
.tbk-nav ul li.active a{
    color: #6B1A6B;
}
.tbk-nav ul li.active a:hover{
    color: #6B1A6B;
}
.tbk-nav ul li a{
    vertical-align: middle;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px;
    /*border-bottom: solid 1px #ccc;*/
    transition: .5s;
}
.tbk-nav ul li a:hover {
    color: #0a4b78;
}
.tbk-nav ul li a:hover .icon {
    opacity: 1;
    right: 0;
}
.tbk-nav ul li:last-child a {
    border-bottom: none;
}

.tbk-container {
    display: flex;
}
.tbk-nav-container {
    min-width: 200px;
}
.tbk-content {
    margin-left: 20px;
    flex: 1;
}

.tbk-wrap {
    margin-top: 20px;
}

.tbk-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.tbk-box h4 {
    margin: 0;
    margin-top: 10px;
}

.tbk-box .woocommerce-save-button.tbk-custom-save-button {
    display: inline-block;
}


.tbk-response-container {
    display: grid;
    grid-template-columns: 20px 80px 1fr;
    grid-gap: 5px;
    align-items: flex-start;
    overflow: hidden;
}

.tbk_response_status {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tbk-hide {
    display: none !important;
}
.highlight-text {
    font-weight: bold;
}

.info-column {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    word-wrap: break-word;
}

.info-value {
    text-align:left;
}

.token pre {
    margin-top: 0;
    padding: 5px;
    background: #eee;
    border-radius: 5px;
    border:solid 1px #999;
    text-wrap: unset;
    overflow-wrap: anywhere;
}

.tbk-plugin-info-container {
    display: grid;
    grid-template-columns: 20px 200px 1fr;
    grid-gap: 5px;
    align-items: flex-start;
    overflow: hidden;
}

.info-column-plugin {
    padding: 4px 0px;
    text-align: left;
    word-wrap: break-word;
    border-bottom: dashed 1px #ccc;
}

.info-column-plugin.log {
    border-bottom: none;
    border-top: dashed 1px #ccc;
}

.tbk_title_legend {
    color: #1d2327;
    font-size: 1.3em;
    margin: 16px 0;
    display: block;
    font-weight: 600;
}

.tbk-notice-container {
    padding: 0;
}

.tbk-notice {
    display: flex;
    align-items: center;
}

.button.tbk-button-primary {
    background: #D5006C;
    border-color: #D5006C;
    color: white;
    transition: background-color 0.3s ease;
}

.button.tbk-button-primary:hover,
.button.tbk-button-primary:focus {
    background: #C00063;
    border-color: #C00063;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.log-container {
    width: calc(100vw - 480px);
    max-height: 600px;
    margin-top: 20px;
    overflow: auto;
    background-color: #272822;
    border: 10px solid #272822;
    border-radius: 5px;
}

@media only screen and (max-width: 960px) {
    .log-container {
        width: calc(100vw - 340px);
    }
}

@media only screen and (max-width: 782px) {
    .log-container {
        width: calc(100vw - 300px);
    }
}

.log-line {
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    color: #ccc;
    max-width: 100%;
}

.log-info {
    color: #0f0;
}

.log-error {
    color: #f00;
}

.log-warning {
    color: #ff0;
}

.log-debug {
    color: #00f;
}

.input-text.wide-input.admin-textarea {
    width: 400px !important;
}

@media only screen and (max-width: 782px) {
    .input-text.wide-input.admin-textarea {
        width: 100% !important;
    }
}

.tbk-notice .tbk-review-text {
    max-width: 65%;
}

.tbk-notice .tbk-button-primary {
    margin-left: auto;
}

.tbk-notice .tbk-review-title {
    font-size: 18px;
    font-weight: 500;
}
