﻿.dropdown-container {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1.2rem;
    background: rgba(220, 230, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 32px rgba(76, 110, 245, 0.15), 0 1.5px 0 rgba(124, 58, 237, 0.08);
    transition: box-shadow 0.4s cubic-bezier(.4, 0, .2, 1), transform 0.3s;
    border: 1.5px solid #b3d1ff;
    overflow: hidden;
}

.dropdown-header {
    cursor: pointer;
    padding: 1.4rem 2rem;
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #b3d1ff 0%, #e3f0ff 100%);
    transition: background 0.3s, color 0.3s;
    color: #0a4d77;
}

.dropdown-header:hover {
    background: linear-gradient(90deg, #6faaff 0%, #b3d1ff 100%);
    color: #fff;
}

.dropdown-header svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.35s, fill 0.3s;
    fill: #3aa3ed;
}

.dropdown-container.active .dropdown-header svg {
    transform: rotate(90deg) scale(1.2);
    fill: #6faaff;
}

.dropdown-content {
    opacity: 0;
    padding: 0 2rem;
    background: #e3f0ff;
    font-size: 1rem;
    line-height: 1.7;
    color: #1a1a1a;
    pointer-events: none;
    width: 100%;
    transition: opacity 0.4s, padding 0.4s;
    border-top: 1px solid #b3d1ff;
    height: 0;
}

.dropdown-container.active .dropdown-content {
    opacity: 1;
    padding: 1.5rem 2rem;
    pointer-events: auto;
    height: auto;
}

.dropdown-content table {
    width: 100%;
    table-layout: auto;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.07);
}

@media (max-width: 768px) {
    .dropdown-header {
        font-size: 1rem;
        padding: 1.2rem 1.5rem;
    }

    .dropdown-content {
        font-size: 0.95rem;
    }
}

[data-theme="dark"] .dropdown-container {
    background: rgba(40, 30, 60, 0.5);
    border-color: #4f46e5;
    box-shadow: 0 4px 32px rgba(124, 58, 237, 0.25);
}

[data-theme="dark"] .dropdown-header {
    color: #b3b3ff;
    background: linear-gradient(90deg, #4f46e5 0%, #312e81 100%);
}

[data-theme="dark"] .dropdown-content {
    background: #18122b;
    color: #e0e7ff;
    border-top: 1px solid #4f46e5;
}

[data-theme="dark"] .dropdown-header svg {
    fill: #b3b3ff;
}

.card {
    border-radius: 1.2rem !important;
}

.timeline-label:before {
    left: 65px;
}

.timeline-label .timeline-label {
    width: 65px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

tr.border-bottom {
    border-bottom: 0.5px solid #aeaeae !important;
}

@media (max-width: 768px) {
    #hava{
        display: none;
    }
    #usd-try,
    #gold-try {
        font-size: 12px !important;
        padding: 6px !important;
        border-radius: 8px !important;
    }

    #usd-try img {
        width: 20px !important;
        height: 20px !important;
        top: -2px !important;
    }
    #gold-try img {
        width: 20px !important;
        height: 20px !important;
        top: -4px !important;
    }
}

@media (max-width: 768px) {
    .app-navbar-item a,
    .app-navbar-item img {
        margin-top: -3px !important;
    }
    img.rounded-3 {
        margin-top: -7px !important;
    }
}


.max-width {
    width: 20%;
}
details.dropdown {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f8f8f8;
    padding: 0.5rem;
}

summary.dropdown-toggle-header {
    font-weight: bold;
    cursor: pointer;
    padding: 0.75rem;
    background-color: #e2e2e2;
    border-radius: 4px;
    list-style: none;
}

summary.dropdown-toggle-header::-webkit-details-marker {
    display: none;
}

.dropdown-content {
    padding: 1rem;
    border-top: 1px solid #ddd;
}


table.table th, table.table td {
    max-width: 150px; /* Set the maximum width for table cells */
    word-wrap: break-word; /* Break words if they exceed the max width */
    white-space: normal; /* Allow text to wrap to the next line */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add ellipsis (...) for overflowing text */
}

.scroll-container1 {
    overflow-y: auto; /* Show vertical scrollbar */
    overflow-x: scroll; /* Show horizontal scrollbar */
}

input[type=text] {
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
}

input[type=number] {
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
}

input[type=date] {
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
}

.sticky-sidebar {
  
    position: sticky;
    top: 0;
    height: 100vh; /* Yüksekliği tam sayfa yapar */
    /* İçerik taşarsa kaydırma çubuğu ekler */
    z-index: 1000; /* Diğer içeriklerin üstünde kalmasını sağlar */
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    overflow-y: hidden; /* Scroll barı kaldırır */
    overflow-x: hidden; /* Scroll barı kaldırır */
    overflow-block: hidden; /* Scroll barı kaldırır */
    overflow: hidden; /* Scroll barı kaldırır */

}

.DashboardColour {
    color: cornflowerblue;
}

.mleft-10 {
    margin-left: 10px;
}

.margin-t-12 {
    margin-top: 12px;
}

.colour-blackk {
    color: black;
}

.slct {
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
}

.danisman-ml-5 {
    margin-left: 5px;
}

.accounting-box-width-10 {
    width: 10%;
}

.accounting-box-width-5 {
    width: 5%;
}

.accounting-box-width-15 {
    width: 15%;
}


.margin-container {
    font-size:13px; /* Soldaki ve sağdaki div arasındaki boşluğu azaltır */
}


.accounting-box-width-20 {
    width: 20%;
}

.accounting-box-width-25 {
    width: 25%;
}
.accounting-box-width-30 {
    width: 30%;
}

.accounting-box-width-35 {
    width: 35%;
}

.accounting-box-width-40 {
    width: 40% !important;
}

.accounting-box-width-100 {
    width: 100%;
}

body#kt_body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-y: auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Sağ kurumsal info kısmı sabit */
.right-info {
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    box-sizing: border-box;
    z-index: 1000;
}

.right-info a img {
    height: 60px;
    max-height: 75px;
    margin-bottom: 1rem;
}

.right-info h1 {
    color: darkred;
    font-size: 3rem;
    text-align: center;
    margin: 0;
}

/* Sol içerik sağdan kaydırılır */
.left-content {
    margin-right: 50vw;
    padding: 2rem;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container {
    max-width: 500px;
    width: 100%;
}

/* Mobilde sağ kısım full üstte ve içerik altına geçer */
@media (max-width: 991px) {
    .right-info {
        position: relative;
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .left-content {
        margin-right: 0;
        padding: 1rem;
    }

    .right-info h1 {
        font-size: 2rem;
    }
}

.wrong-input {
    display: none;
}

.wrong-input:empty {
    display: none;
}

.drop1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #c0392b !important;
    background-color: red !important;
}

.login-button {
    background-color: #8b0000;
    border: none;
    padding: 10px;
    color: white;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    width: 156px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.login-button:hover {
    transform: scale(1.01);
    background-color: #a60000;
}

.otp-warning-text {
    background: #fbeaea;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #c0392b;
    color: #7b1111;
}

.otp-verify-button {
    background-color: #8b0000;
    border: none;
    padding: 10px;
    color: white;
    margin: 16px;
    width: 100px;
    border-radius: 8px;
    margin-left: 50px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.otp-verify-button:hover {
    transform: scale(1.01);
    background-color: #a60000;
}

/*.otp-resend-button{
    background: gray;
    border-radius: 12px;
    padding: 8px;
}*/

.wrong-input:not(:empty) {
    display: block;
    padding: 0.75rem 1rem;
    background-color: #fffafa; /* pastel açık kırmızı */
    border: 1px solid #f5b5b5; /* yumuşak kırmızı kenar */
    border-radius: 5px;
    color: #c0392b;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8; /* artırıldı: mesaj satırları arasındaki boşluk */
    letter-spacing: 0.012em;
    margin-bottom: 1.5rem;
    animation: smoothAlertIn 0.35s ease-out;
}

.wrong-input ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrong-input li + li {
    margin-top: 0.4rem; /* hata mesajları arası boşluk eklendi. */
}

/* Her li'nin soluna dikkat ikonu */
.wrong-input li {
    position: relative;
    padding-left: 1.6rem; /* ikon için boşluk */
}

.wrong-input li::before {
    content: "⦿"; /* veya başka ikon */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c0392b;
    font-size: 1.1rem; /* İkon boyutunu buradan ayarlayabilirsin */
    font-weight: 700;
    user-select: none;
    line-height: 1;
}

@keyframes smoothAlertIn {
    0% {
        opacity: 0;
        transform: scale(0.985) translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: .775rem 1rem !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: var(--bs-gray-700) !important;
    appearance: none !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
     border: 1px solid var(--bs-gray-300) !important;
    border-radius: .0rem;
    box-shadow: var(--bs-gray-700) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
