.talep-swal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}


.talep-swal-title-container {
    display: flex;
    align-items: center;
    width: calc(100% - 30px) !important;
}

.talep-swal-title {
    white-space: nowrap;
    width: calc(100% - 75px) !important;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333;
}

.talep-swal-sub {
    font-size: 14px;
    text-align: end;
    width: 75px;
    color: #777;
}

.talep-swal-container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.durum-kutu-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -40px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.transform-style {
    transform: translateY(-15px);
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.durum-kutu {
    display: inline-block;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 80px;
}

.durum-yeni {
    background: #1089c2;
    color: #fff !important;
}

.durum-aktif {
    background: #2dd77b;
    color: #fff !important;
}

.durum-planli {
    background: #e1c119;
    color: #ffffff !important;
}

.durum-kapali {
    background: #cd3853;
    color: #fff !important;
}

.durum-pasif {
    background: #ededed;
    color: #000 !important;
}

.durum-gundem {
    background: #6f42c1;
    color: #fff !important;
}

.talep-type-info {
    font-size: 14px;
    margin-bottom: 8px;
    color: #444;
}

    .talep-type-info small {
        display: block;
        font-size: 11px;
        color: #999;
    }

.talep-ek-bilgiler {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ek-bilgiler-row {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: start;
}

.talep-info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .talep-info-row > div {
        flex: 1;
    }

    .talep-info-row h6 {
        font-size: 13px;
        color: #999;
        margin-bottom: 4px;
    }

    .talep-info-row span {
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

.talep-customer {
    display: flex;
    width: 90px !important;
    flex-direction: column;
    align-items: center;
}

    .talep-customer h6 {
        font-size: 12px;
        margin-bottom: 15px;
        color: #999;
    }

    .talep-customer img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        object-fit: cover;
    }

    .talep-customer span {
        font-size: 12px;
        margin-top: 5px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 90px !important;
    }

.talep-arrow {
    font-size: 25px;
    margin-top: 35px;
    color: #4f5d73;
}

.talep-yetkililer {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .talep-yetkililer h6 {
        font-size: 13px;
        margin-bottom: 12px;
        text-align: start;
        color: #999;
    }

.yetkili-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.yetkili-swal {
    flex-shrink: 0;
    width: 60px;
    min-width: 60px;
    text-align: center;
    scroll-snap-align: start;
}

    .yetkili-swal img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .yetkili-swal span {
        font-size: 13px;
        margin-top: 4px;
        display: block;
    }

.talep-title,
.talep-content-title {
    font-weight: bold;
    font-size: 16px;
    text-align: start;
    margin: 15px 0 5px;
    color: #444;
}

.talep-content {
    font-size: 14px;
    text-align: start;
    line-height: 1.4;
    color: #555;
    white-space: pre-line;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory;
    min-height: 50px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f9f9f9;
    padding: 8px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overscroll-behavior: contain;
    transform: translateZ(0);
}
