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

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

.tbk_table_td {
	width: 200px;
	max-width: 30%;
}

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

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

.transaction-status-response th {
    width: 100%;
    padding: 5px;
    background: #ddd;
    text-align: left;
}
.transaction-status-response td {
    padding: 5px 5px 10px 5px;
}


.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;
}

#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;
}
