.kdv-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
}

.kdv-options label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.kdv-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.kdv-vat-options {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.kdv-vat-options button,
.kdv-vat-options input {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
}

.kdv-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.kdv-calculate {
    background: #2e32fa;
    color: white;
    border: none;
}

.kdv-reset {
    background: white;
    color: black;
    border: 2px solid black;
}

.kdv-result {
    font-size: 16px;
    color: #333;
}

.kdv-vat-options button.active {
    border: 2px solid #2e32fa;
    background-color: #eef0ff;
    padding: 9px;
}

.kdv-vat-options input.active {
    border: 2px solid #2e32fa;
    background-color: #eef0ff;
    padding: 9px;
}

.tools-text {
    padding-top: 35px;
}

.kdv-result {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
    padding-top: 30px;
}

.kdv-result p {
    text-align: center;
    margin-top: 15px;
}


.kdv-result span {
    border-bottom: 1px dashed #ccc;
    display: table;
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.kdv-result ion-icon {
    display: table;
    margin: 0 auto;
    font-size: 32px;
    margin-bottom: -5px;
}

@media(max-width: 768px){
    .kdv-result {
        margin-top: 25px;
    }
}

.kredi-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
}

.kredi-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.kredi-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.kredi-hesapla {
    background: #2e32fa;
    color: white;
    border: none;
}

.kredi-reset {
    background: white;
    color: black;
    border: 2px solid black;
}

.kredi-sonuc {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

#kredi-sonuc table {
    width: 100%;
    margin-top: 0px;
}

#kredi-sonuc th, #kredi-sonuc td {
    text-align: right;
    padding: 6px 8px;
}

#kredi-sonuc th:first-child, #kredi-sonuc td:first-child {
    text-align: center;
}

.desi-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
}

.desi-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.desi-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.desi-hesapla {
    background: #2e32fa;
    color: white;
    border: none;
}

.desi-reset {
    background: white;
    color: black;
    border: 2px solid black;
}

.desi-sonuc {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.stopaj-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
}

.stopaj-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.stopaj-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.stopaj-hesapla {
    background: #2e32fa;
    color: white;
    border: none;
}

.stopaj-reset {
    background: white;
    color: black;
    border: 2px solid black;
}

.stopaj-sonuc {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.gelir-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 100%;
}

.gelir-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.gelir-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.gelir-hesapla {
    background: #2e32fa;
    color: white;
    border: none;
}

.gelir-reset {
    background: white;
    color: black;
    border: 2px solid black;
}

.gelir-sonuc {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

