.cai-score-detail-title {
    font-size: 32px;
}

.cai-nav {
    padding: 15px 25px !important;
    color: black !important;
    position: relative;
}

#nav-tab {
    gap: 20px;
    border: none !important;
}

button.cai-nav {
    border-radius: 15px !important;
}

button.cai-nav:not(.active) {
    background-color: #fde8a6 !important;
    color: black !important;
}

button.cai-nav:is(.active) {
    border: none !important;
}

/* Table style */
#myTableTitle {
    background-color: white !important;
}

table.dataTable thead tr {
    border: 2px solid black !important;
}

table .cai-th-first-child {
    border-left: 2px solid black !important;
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
    border-radius: 15px 0px 0px 15px;
    background-color: #d3deff !important;
}

table .cai-th-middle-child {
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
    background-color: #d3deff !important;
}

table .cai-th-last-child {
    border-right: 2px solid black !important;
    border-top: 2px solid black !important;
    border-bottom: 2px solid black !important;
    border-radius: 0px 15px 15px 0px;
    background-color: #d3deff !important;
}

table.dataTable tbody tr td .cai-first-child {
    border-left: 2px solid #d3deff !important;
    border-top: 2px solid #d3deff !important;
    border-bottom: 2px solid #d3deff !important;
}

table.dataTable tbody tr td .cai-middle-child {
    border-top: 2px solid #d3deff !important;
    border-bottom: 2px solid #d3deff !important;
}

table.dataTable tbody tr td .cai-last-child {
    border-right: 2px solid #d3deff !important;
    border-top: 2px solid #d3deff !important;
    border-bottom: 2px solid #d3deff !important;
}

table.dataTable tbody tr:is(.odd) td {
    background-color: #eef3ff !important;
}

table.dataTable {
    border-collapse: separate;
    border-spacing: 0 10px !important;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

table.dataTable thead {
    color: #1a1a2e;
    font-weight: bold;
}

table.dataTable th,
table.dataTable td {
    padding: 12px 16px;
    border: none;
    text-align: left;
    vertical-align: middle;
}

/* Alternating row background */
table.dataTable tbody tr {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

table.dataTable tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

table.dataTable tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Pagination */
.dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.dataTables_paginate .paginate_button {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
}

.dataTables_paginate .paginate_button.current {
    background-color: #9db9f5;
    font-weight: bold;
}

.dataTables_info {
    margin-top: 15px;
    text-align: left;
    color: #333;
}

#myTableTitle tr th:nth-child(1) {
    width: 2% !important;
    text-align: center;
}

#myTableTitle tr th:nth-child(2) {
    width: 5% !important;
}

#myTableTitle tr th:nth-child(3) {
    width: 3% !important;
}

#myTableTitle tr th:nth-child(4) {
    width: 10% !important;
}

#myTableTitle tr th:nth-child(5) {
    width: 15% !important;
}

#myTableDescription tr th:nth-child(1) {
    width: 2% !important;
}

#myTableDescription tr th:nth-child(2) {
    width: 5% !important;
}

#myTableDescription tr th:nth-child(3) {
    width: 3% !important;
}

#myTableDescription tr th:nth-child(4) {
    width: 10% !important;
}

#myTableDescription tr th:nth-child(5) {
    width: 15% !important;
}

#myTableKeywords tr th:nth-child(1) {
    width: 2% !important;
}

#myTableKeywords tr th:nth-child(2) {
    width: 5% !important;
}

#myTableKeywords tr th:nth-child(3) {
    width: 3% !important;
}

#myTableKeywords tr th:nth-child(4) {
    width: 10% !important;
}

#myTableKeywords tr th:nth-child(5) {
    width: 15% !important;
}

#myTableAlt tr th:nth-child(1) {
    width: 2% !important;
}

#myTableAlt tr th:nth-child(2) {
    width: 10% !important;
}

#myTableAlt tr th:nth-child(3) {
    width: 5% !important;
}

#myTableAlt tr th:nth-child(4) {
    width: 15% !important;
}


#myTableWebp tr th:nth-child(1) {
    width: 2% !important;
}

#myTableWebp tr th:nth-child(2) {
    width: 10% !important;
}

#myTableWebp tr th:nth-child(3) {
    width: 5% !important;
}

#myTableWebp tr th:nth-child(4) {
    width: 15% !important;
}


.cai-action-btn {
    background-color: white !important;
    width: fit-content;
    padding: 0.5rem 1rem !important;
    border-radius: 30px !important;
    border: 1px solid black !important;
    box-shadow: 0px 3px black;
    font-weight: 600 !important;
}

.cai-action-apply {
    background-color: #ffdead !important;
    color: black;
    box-shadow: 0px 3px black !important;
}

.cai-suggest-txt {
    font-size: 0.8rem;
    font-style: italic;
}

.cai-cockpit-filter {
    background: #fde8a6;
    border-radius: 2rem;
    padding: 2rem;
}

.cai-cockpit-select-filter {
    border: none;
    border-radius: 2rem !important;
    padding: 0rem 2rem !important;
    font-size: 20px !important;
}

.cai-text-right {
    text-align: right !important;
}

.cai-action-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cai-w-30 {
    width: 30% !important;
}

.cai-w-25 {
    width: 25% !important;
}

.cai-ml-1 {
    margin-left: 1rem !important;
}

.cai-cockpit-checkbox-label {
    font-size: 19px;
    margin-left: 1rem;
    padding-bottom: 2px;
}

.cai-suggest-container {
    background-color: #fef1c7c9;
    padding: 1rem;
    border-radius: 5%;
}

.capsai-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.capsai-checkbox:checked {
    background-color: #000;
    border-color: #000;
}

.capsai-checkbox:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.cai-cockpit-link-url {
    color: black;
    font-weight: 700;
}

.cai-action-desaplay {
    background-color: black !important;
    color: white;
    box-shadow: 0px 3px #a39d9d !important;
}

.cai-pro-badge-nav {
    position: absolute;
    top: -5px;
    right: 10px;
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 6px 1px 6px;
    border-radius: 999px;
    letter-spacing: 0.4px;
    pointer-events: none;
}

.cai-show-used-tokens {
    width: fit-content;
    padding: 1rem;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
}

.cai-w-35 {
    width: 35% !important;
}