﻿#DivMainContainer {
    margin: 0 !important;
    padding: 0 !important;
}

#DivFullRowContainer {
    background-color: #39ABCF !important;
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    margin-bottom: 20px !important;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
    color: white;
    display: none;
}

#main_content {
    margin: 0 !important;
    padding: 0 !important;
}

#right-container {
    padding: 0 30px;
}

#form-container {
    background-color: #0f172a;
    min-height: 700px;
    height: auto;
    padding-top: 10px;
    border-radius: 10px;
    transition: filter 0.3s ease; /* yumuşak geçiş */
    display: flex;
    flex-direction: column;
}

    #form-container .form-group {
        width: 100%;
        padding-top: 20px;
        text-align: left;
    }

    #form-container .bootstrap-select {
        width: 100% !important;
    }

    #form-container .rateInput {
        display: block;
        width: 100% !important;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    #form-container label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 900 !important;
        color: white !important;
    }

    #form-container btn {
        display: inline-block;
        max-width: 100%;
        margin-top: 15px;
        font-weight: 900 !important;
    }

#DivFullRowContainer2 {
    background-color: #EDF0F2 !important;
    border-top: 1px solid #ccc;
    margin: 0px !important;
}

.page-header {
    color: white;
    padding: 14px !important;
    text-align: center;
}

    .page-header h1 {
        padding-bottom: 10px !important;
    }

.last-update {
    text-align: center;
    color: #3ec8f1;
    padding-top: 5px !important;
    text-decoration: underline;
}

#btn-beta-test {
    margin-bottom: 10px
}

#btnSearch, #btnCancel {
    margin-top: 10px;
}

    #btnSearch.right-wide {
        float: right;
    }

.pnlContent {
    margin-bottom: 30px;
    padding: 15px !important;
}

#DivUSProcess {
    margin-bottom: 10px;
    padding: 15px !important;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    transition: filter 0.6s ease; /* yumuşak geçiş */
}

#DivEUProcess {
    overflow-y: visible !important;
}

.blured {
    filter: blur(4px);
    pointer-events: none;
}

.pnlMeasure {
    padding: 0px !important;
}

.pnlDutiesContainer {
    padding: 0px !important;
}

.pnlDutiesContainer-body {
    padding: 15px;
}

.pnlMeasure .pnl-heading, .pnlDutiesContainer h2 {
    margin: 0px !important;
    font-size: 16px;
    margin-bottom: 0px !important;
    line-height: 1.5em;
    padding: 15px !important;
    background-color: #EDF0F2;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #2C2D3A;
}

.pnlDuties .pnl-heading {
    font-weight: bold;
    color: #41479B
}

    .pnlDuties .pnl-heading:before {
        font-weight: bold;
        color: #41479B;
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f107\ ";
    }


.pnlMeasure .pnl-body {
    padding: 0px !important;
    font-size: 14px;
    margin: 0px;
}

    .pnlMeasure .pnl-body table {
        margin: 0px;
    }

        .pnlMeasure .pnl-body table td {
            padding: 18px !important;
        }

        .pnlMeasure .pnl-body table tr:first-child td {
            border: 0px;
        }



/*.duty {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: right;
    min-width: 50px;
}*/
.duty {
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}

.origin:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f100\ ";
    color: #ccc;
}

.origin:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\ \f101";
    color: #ccc;
}

.origin {
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 4px;
    border-radius: 3px;
    margin-bottom: 10px;
    /*background-color: #fff;*/
    color: #2C2D3A;
}

.country:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f104\ ";
    color: #ccc;
}

.country:after {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\ \f105";
    color: #ccc;
}

.origin:hover {
    border-radius: 3px;
    /*background-color: #fff;*/
    /*box-shadow: 1px 4px 5px rgba(0,0,255,0.2);*/
    color: black;
}

.country {
    color: #29527C;
}

.hrgray {
    border-color: #ccc;
}

.us_rate_row {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.us_rate_body {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.dropdown-menu .active a {
    color: white !important;
}

.typeahead a:hover {
    color: white !important;
}


.us_origin {
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px !important;
}

.declarableHSList {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

    .declarableHSList li {
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .declarableHSList li a {
            border-radius: 4px !important;
            margin-right: 10px;
            box-shadow: 0px 2px 2px #b6b6b6;
            padding: 7px 14px !important;
            font-size: 16px !important;
            background-color: #0094DA !important;
            border: 0px !important;
            color: white !important;
            text-decoration: none !important;
        }

            .declarableHSList li a:hover {
                background-color: black !important;
                box-shadow: 0px 0 10px white;
            }

.legalBase {
    font-size: 18px;
    display: block;
    text-align: right;
    min-width: 50px;
}

/*.footnote-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}*/
.footnote-link {
    position: relative;
    cursor: pointer;
}

    .footnote-link:hover .popup-box {
        display: block;
    }

.duty-link {
    position: relative;
    cursor: pointer;
    color: black;
}

    .duty-link:hover .popup-box {
        display: block;
    }


.popup-box {
    color: black;
    display: none;
    position: absolute;
    background-color: #ffffff; /* Beyaz arka plan */
    border: 1px solid #ccc; /* Hafif gri kenarlık */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    z-index: 1000; /* Yüksek z-index */
    top: 100%; /* Bağlantının hemen altına hizala */
    left: 40px;
    width: 400px; /* Kutunun genişliğini artır */
    white-space: normal; /* Satırları düzgün sığdır */
    line-height: 1.5; /* Satırların arasına boşluk koy */
    word-wrap: break-word; /* Uzun kelimeleri sarmala */
}

.footnote-list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.footnote-item {
    margin-top: 10px;
    color: gray;
}

.footnote-table {
    border-collapse: separate;
    border-spacing: 5px;
    text-indent: initial;
    font-size: 9px;
    background-color: transparent !important;
}

    .footnote-table td {
        padding-bottom: 10px;
        vertical-align: top;
    }

.highlight {
    transition: background-color 0.5s ease; /* Yumuşak renk geçişi */
}

.additional-code {
    color: brown !important;
}

table td {
    vertical-align: middle !important;
}

.tab-pane {
    margin-top: 15px;
}

.tab-content {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
}

.not-kutusu {
    margin-top: 40px;
    padding: 20px;
    background-color: #fef3c7; /* açık sarı */
    border-left: 6px solid #f59e0b; /* turuncu çizgi */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 80%;
    max-width: 700px;
    margin-left: 10px;
    /*margin-right: auto;*/
}

.suspended-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .suspended-row span {
        flex: 1;
        overflow: hidden;
    }

        .suspended-row span:nth-child(1) {
            text-align: left;
            white-space: nowrap;
            width: 25%;
        }

        .suspended-row span:nth-child(2) {
            text-align: center;
            width: 55%;
        }

        .suspended-row span:nth-child(3) {
            text-align: right;
            white-space: nowrap;
            width: 20%;
        }

.td99-description {
    font-style: italic;
    color: blue;
}

.duty-exp {
    cursor: pointer;
    color: blue; /* opsiyonel: link gibi görünmesi için */
    text-decoration: underline; /* opsiyonel */
}

.selected-tr {
    background-color: skyblue;
}

.expired-tr {
    background-color: yellow;
}

.option-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.option-item {
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .option-item:hover {
        background-color: #f0f0f0;
    }

    .option-item.selected {
        background-color: #007bff !important;
        color: white;
        font-weight: bold;
    }

.exceptional-option {
    background-color: #f2eded;
}

    .exceptional-option:hover {
        background-color: #f0f0f0;
    }

.question-box {
    margin-bottom: 25px;
}

.announcement {
    background-color: #fbbf24;
    color: #1f2937;
    padding: 1rem 2rem;
    text-align: center;
    font-weight: 600;
}

.belowImages {
    max-width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    transition: 0.3s ease;
}

    .belowImages:hover {
        max-width: 640px;
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.4);
    }

.imgDiv {
    padding: 35px;
    /*   padding-top:25px;*/
    text-align: center;
    transition: padding 0.3s ease;
}

.ack-question {
    background-color: linen;
}

.future-duty {
    background-color: gold;
}

tr.future-duty td.selected-duty {
    background-color: transparent !important; /* veya transparent */
}

.future-duty-exp {
    color: red;
}

#duty-ol {
    background-color: white;
    padding: 0px !important;
    margin-bottom: 40px;
    margin-top: -20px;
}

    #duty-ol h1 {
        text-align: center;
        font-size: 14px !important;
        padding: 16px;
    }

    #duty-ol p {
        border-top: 1px solid #ccc;
        padding: 7px !important;
        margin: 0px !important;
        /*background-color:#ccc;*/
    }

    #duty-ol .processing {
        position: relative; /* ::after konumlandırması için gerekli */
        color: blue !important;
        font-weight: bold;
        background-color: black !important;
        padding-right: 20px;
        color: white !important;
    }

        #duty-ol .processing::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -32px; /* Bu değer okun ne kadar taşacağını belirler */
            transform: translateY(-50%);
            width: 48px; /* Ok resminin genişliği */
            height: 48px; /* Ok resminin yüksekliği */
            background-image: url(https://substatic.findhs.codes/img/icon/arrows/rightArrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

    #duty-ol .step {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

#column-right .step-desc {
    font-size: 20px;
}

.step-extra-desc {
    border-radius: 10px;
    border: 2px solid #ffc107;
    background-color: #ffe79e;
    padding: 5px;
}

.btn-exp {
    color: white !important;
    text-decoration: auto !important;
}

.total-duty-td {
    text-align: center;
    background-color: #75e075;
    border-right-color: white !important;
    border-left-color: white !important;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,0.6);*/
    z-index: 10;
    /* Ortalamak için Flexbox kullanıyoruz */
    display: flex;
    align-items: center;
    justify-content: center;
}


    .loading-overlay img {
        width: 80px;
        height: auto;
    }

.selected-duty {
    background-color: #75e075;
}

.questionBox {
    border: 1px solid #ccc;
    margin: 15px 0 15px 0;
    border-radius: 4px;
}

.questionBox-heading {
    background: #f5f5f5;
    padding: 10px;
    cursor: pointer;
}

.questionBox-title {
    margin: 0;
    font-size: 16px;
}

.question-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-icon img {
    height: 10px;
    transition: transform 0.4s ease-in-out;
}

    /* Açık durumda oku ters çevir */
    .arrow-icon img.rotated {
        transform: rotate(180deg);
    }

.questionBox-body {
    padding: 10px;
    display: none;
}

.cast-smelt-combo {
    width: 30% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px; /* genişlik küçültüldü */
    height: 16px; /* yükseklik küçültüldü */
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .3s;
    border-radius: 16px; /* yuvarlak görünüm */
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px; /* top küçültüldü */
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .3s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

    input:checked + .slider:before {
        transform: translateX(20px); /* küçük olduğu için kısa mesafe */
    }

.alt-duty-container {
    margin: 15px;
}

.alt-duty-panel {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
    margin-left: 20px;
}

.duty-result-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-family: Arial, sans-serif;
    color: #333;
    background: #fff;
    border: 1px solid #ccc; /* kenarlık */
    border-radius: 12px; /* yuvarlatılmış köşeler */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* hafif gölge */
    overflow: hidden;
}

    .duty-result-table th,
    .duty-result-table td {
        padding: 10px 8px;
        vertical-align: top;
    }

        .duty-result-table td:first-child {
            width: 25%;
            white-space: nowrap; /* ALT SATIRA GEÇMEYİ ENGELLE */
            overflow: hidden;
            text-overflow: ellipsis; /* taşarsa ... göster */
        }

        .duty-result-table td:nth-child(2) {
            width: 55%;
            word-break: break-word; /* açıklamalar uzun olabilir */
            color: #337ab7 !important;
            text-decoration: underline !important;
            cursor: pointer;
        }

            .duty-result-table td:nth-child(2):hover {
                color: #23527c;
            }

        .duty-result-table td:nth-child(3) {
            width: 20%;
            text-align: center;
        }

.duty-header {
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #223f86;
    /*padding: 0px 4px;*/
}

    .duty-header i {
        color: #223f86;
        font-size: 1.8rem;
    }

#totalDutyRate {
    font-size: 45px;
}

/* Kart genel */
.duty-card {
    /*display: flex;*/
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    background: #fff;
    padding: 15px; /* İç boşluk */
    background-color: #f9f9f9; /* Hafif arka plan rengi */
    margin: 15px 20px;
}

/* Sol taraf */
.duty-left {
    flex: 1;
    background-color: #1d305e;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    margin: 20px 10px 15px;
    color: white;
}

    .duty-left:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .duty-left h3 {
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .duty-left .duty-value {
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
    }

        .duty-left .duty-value .percent {
            font-size: 30px;
            margin-left: 2px;
            font-weight: 400;
        }

/* Sağ taraf */
.duty-right {
    flex: 2;
    padding: 10px;
}

    .duty-right h4 {
        font-size: 14px;
        font-weight: bold;
        color: #34495e;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .duty-right .info-list li {
        justify-content: space-between;
        font-size: 14px;
        padding: 4px 0;
        color: rgb(16 13 13 / 76%);
        border-bottom: 1px dashed #ccc;
        margin: 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

#dutyLines {
    margin: 5px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    text-align: left;
}

    .info-list li {
        justify-content: space-between;
        font-size: 14px;
        padding: 4px 0;
        flex-wrap: wrap; /* ekran daraldığında alt satıra geçsin */
        color: #e6e6e6;
        border-bottom: 1px dashed #ccc;
        margin: 5px;
    }

        .info-list li span:first-child {
            flex: 1;
            min-width: 60px;
            overflow: hidden;
            text-overflow: ellipsis; /* taşarsa üç nokta göster */
            flex-wrap: wrap;
        }

        .info-list li span:last-child {
            word-break: break-word;
        }

        .info-list li strong {
            font-weight: bold;
        }

    .info-list .total-row {
        margin-top: 10px !important;
        padding-top: 10px !important;
        border-top: 2px solid #333;
        border-bottom: 0px !important;
        font-weight: 600;
        background: linear-gradient(to right, #fefefe, #f4f4f4);
        font-size: 18px !important;
    }

.input-container, .alt-duty-wrapper {
    background: #fff; /* beyaz arka plan */
    border: 1px solid #ccc; /* ince kenarlık */
    border-radius: 12px; /* yuvarlatılmış köşe */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* hafif gölge */
    padding: 10px;
    background-color: #f9f9f9;
    margin: 25px 0;
}

.input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    margin: 15px;
    width: 100%;
    flex-wrap: wrap; /* mobil uyum */
}

    .input-row label {
        flex: 0 0 130px; /* tüm label’lar aynı genişlikte */
        font-size: 14px;
        font-weight: 600;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.input-wrapper {
    position: relative;
    flex: 1; /* input-wrapper kalan alanı kaplasın */
    display: flex;
    align-items: center;
}

    .input-wrapper .currency-symbol {
        margin-right: 5px;
    }

.number-input,
select.number-input {
    width: 40%;
    padding: 5px 8px;
    box-sizing: border-box;
}

.input-container-title {
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

.input-container-body {
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
}

/* Mobil uyum */
@media (max-width: 480px) {
    .input-row {
        flex-direction: column; /* label üstte */
        align-items: stretch;
    }

        .input-row label {
            width: 100%;
            text-align: left;
            margin-bottom: 5px;
        }
}

.currency-symbol {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

.input-wrapper input {
    padding: 8px 12px 8px 38px; /* solda $ için boşluk */
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
}

    .input-wrapper input:focus {
        border-color: #4a90e2;
        box-shadow: 0 0 4px rgba(74, 144, 226, 0.4);
    }

/* 🔹 Mobil görünüm düzeltmesi */
@media (max-width: 600px) {
    .input-row {
        flex-direction: column; /* label üstte, input altta */
        align-items: flex-start;
    }

        .input-row label {
            flex: none;
            margin-bottom: 4px;
        }

    .input-wrapper {
        width: 100%;
    }
}

#ratesForm {
    padding: 10px 35px !important;
}

    #ratesForm label {
        display: block;
        font-weight: normal !important;
        color: #2c2d3a;
    }

.ErrorMessage {
    margin-top: 0;
    margin-bottom: 50px;
    background-color: white;
    color: #03506f;
    padding: 20px;
    border-left: 6px solid #f59e0b;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 20px !important;
    width: fit-content;
    margin-left: 10px;
}

    .ErrorMessage:hover {
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    }

#arrowPng {
    width: 40px;
    padding-right: 10px;
    animation: moveRight 0.7s infinite linear;
}


@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0);
    }
}

/*/*step*/
.steps-container {
    padding: 20px;
    border-radius: 10px;
    max-width: 700px;
    font-family: Arial, sans-serif;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-number {
    background-color: #03506f; /* Sayfanın mavi tonu */
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.step-text {
    font-size: 16px;
    line-height: 1.5;
}

.date-input {
    padding: 3px 5px 3px 10px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 35px; /* daha kısa görünüm */
    transition: border-color 0.2s, box-shadow 0.2s;
}

.number-input {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    height: 35px; /* daha kısa görünüm */
    transition: border-color 0.2s, box-shadow 0.2s;
}

@media (max-width: 780px) {

    #right-container {
        padding: 10px;
    }

    .duty-card {
        margin: 15px;
    }

    #dutyLines {
        padding: 0;
    }

    #form-container {
        height: auto;
    }
}

#ModalFootnote {
    z-index: 999999 !important;
}

    #ModalFootnote .modal {
        overflow: hidden !important; /* Sayfanın kaymasını engelle */
    }

    #ModalFootnote .modal-dialog {
        max-height: 90vh; /* Görünür ekranın %90'ı kadar */
        margin: 5vh auto; /* Ortala */
    }

    #ModalFootnote .modal-content {
        max-height: 90vh; /* İçeriği sınırlıyoruz */
        overflow-y: auto; /* Sadece içerik kayabilir */
    }

    #ModalFootnote .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.modal-body {
    padding: 0px !important;
    margin: 15px !important;
}

.sticky-tabs {
    position: sticky;
    top: 0; /* sayfanın tepesine yapışma mesafesi */
    z-index: 1020; /* modal veya navbar altında kalmasın */
    background-color: #fff; /* alt içerik görünmesin */
    border-bottom: 1px solid #ddd;
}

#moduleNoteContainer {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fef3c7; /* açık sarı */
    border-left: 6px solid #f59e0b; /* turuncu çizgi */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.taxonomy-icon {
    margin-left: 15px;
    font-size: 18px;
    cursor: pointer;
}

#btnResultList {
    background-color: #0f172a !important;
    color: #3ec8f1;
    font-weight: bold;
}

    #btnResultList:hover {
        background-color: #006fcf !important;
        color: white;
    }

    #btnResultList i {
        padding-right: 5px;
    }

.btn-warning {
    background-color: #ec971f !important;
}

    .btn-warning:hover {
        background-color: #dd8200 !important;
    }

.disclaimer-box {
    background: #f9f9f9;
    border-left: 5px solid #02d3ff;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    color: #444;
    font-size: 11px;
    line-height: 1.6;
}

.pdf-mode {
}

    .pdf-mode li {
        background: white !important; /* örnek: siyah arka plan */
        color: #000 !important; /* yazılar beyaz */
    }

.pdf-btn {
    background: linear-gradient(135deg, #4cafef, #2196f3);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

    .pdf-btn:hover {
        background: linear-gradient(135deg, #2196f3, #1976d2);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    }

.pdf-icon {
    font-size: 18px;
}

#divDisclaimer {
    width: 70%;
    margin: 0 auto;
}

#errorContainer {
    background: #ffe5e5;
    border: 1px solid #ffb3b3;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 20px;
    max-width: 700px;
}

.error-icon {
    background: #ff4d4d;
    color: #fff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.error-text {
    font-size: 15px;
}
