
.blue-title { color: #068bdb; 	font-size: 50px;
  	letter-spacing: -1.2px;
  	line-height: 45px;
  	font-family: Poppins;
    font-weight: 700;}
.dark-blue-title { color: #12567f;	font-size: 50px;
  	letter-spacing: -1.2px;
  	line-height: 45px;
  	font-family: Poppins; margin-bottom: 30px;font-weight: 700}

.licence-desc{
    display: block;
    font-size: 18px;
  	line-height: 28px;
  	font-weight: 500;
  	font-family: Poppins;
  	color: #4b5563;
    max-width: 956px;
    text-align: center;
    margin-top: 20px
    ;
}
  .backgroundshadow {
    padding: 0;
    width: 100%;
    margin: 60px auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.lisans-thead {
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: white;
    font-size: 19px;
    letter-spacing: 0.7px;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    height: 68px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-radius: 10px 10px 0 0;
}

.lisans-th {
    padding: 15px 20px;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.lisans-thead tr th:first-child {
    text-align: left;
    border-top-left-radius: 8px;
}

.lisans-thead tr th:last-child {
    border-top-right-radius: 8px;
}

/* TBODY SCROLL WRAPPER - Ana Çözüm */
.tbody-scroll-wrapper {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

/* Table body scroll çubuk stillendirme */
.tbody-scroll-wrapper::-webkit-scrollbar {
    width: 8px;
}

.tbody-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tbody-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #0082cf;
    border-radius: 4px;
}

.tbody-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #005fa3;
}

.lisans-tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.lisans-tr {
    display: table-row;
}

.lisans-td {
    padding: 12px 20px;
    vertical-align: middle;
    border-top: 1px solid #e5e7eb;
    border-bottom: none;
    height: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
}

.lisans-td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter;
    color: #1f2937;
    width: 30%;
    white-space: normal;
    overflow: visible;
}

.lisans-td:nth-child(2),
.lisans-td:nth-child(3) {
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
    color: #1f2937;
    width: 15%;
}

.lisans-td:nth-child(3) {
    color: #6b7280;
}

.lisans-td:last-child {
    text-align: center;
    width: 15%;
}

.view-campaign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    border: none;
    padding: 8px 15px;
    width: 114px;
    height: 36px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.view-campaign:hover {
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 130, 207, 0.3);
}

.view-campaign svg {
    width: 20px;
    height: 20px;
}

.lisans-tbody tr:last-child .lisans-td {
    border-bottom: none;
}

.no-stock {
    background: #6c757d !important;
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.text-muted {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
}