
.daterangepicker {
    width: 320px !important;
}

.show-ranges {
    top: 35px !important;
}

.input-icon.calendar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f0f0f0;
    transition: background-color 0.2s ease;
}

.input-icon.calendar-btnion-icon {
    font-size: 24px;
    color: #333;
}

.tabulator-row {
    border-bottom: 0px !important;
    margin-top: 4px;
}

.new-message {
    display: flex;
    align-items: center;
    gap: 5px;
}

.iconedbox {
    color: #1E74FD !important;
}

.fa-stack {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.extra-two-header-active {
    padding-top: 170px;
}

.durum-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.badge-count {
    font-weight: bold;
    font-size: 0.75rem;
    color: #ff4d4f;
    margin-right: 6px;
}

.sure-box {
    position: relative;
    display: flex;
    min-width: 60px;
    padding: 4px 8px;
    border-radius: 4px;
    overflow: visible !important;
    justify-content: center;
    align-items: center;
}

.icon-left, .icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icon-left {
    left: 0;
    top: 14px !important;
}

.icon-right {
    right: 0;
    top: 14px !important;
}

.sure-text {
    font-weight: bold;
    font-size: 0.75rem;
    position: relative;
    z-index: 1;
}

#filterLabel {
    line-height: 0.7rem;
    font-size: 13px;
    color: #fdfdfd;
}

.pageTitleRequest {
    font-size: 18px !important;
    line-height: 0.7rem;
    margin-left: 0 !important;
}

.statusSelectionButton {
    opacity: 1;
    display: block;
    padding: 6px 5px !important;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 44%;
    line-height: 0.5 !important;
    font-size: 14px !important;
}

.extra-header-title {
    font-size: 14px;
    text-align: start;
    color: #3f3f3f;
    padding: 5px 2px !important;
    line-height: 0.5;
    width: 100%;
}

.extra-header-filter {
    height: 96px !important;
    display: flex;
    flex-direction: column;
}

.filter-header {
    gap: 10px;
    width: 100%;
    max-height: 80px;
}

    .filter-header .filter-item {
        position: relative;
        flex-shrink: 0;
        width: 75px;
        height: 60px !important;
        text-align: center;
        cursor: pointer;
        padding-top: 2px;
    }

    .filter-header .all-filter {
        width: 60px !important;
    }

    .filter-header .filter-item .avatar-frame {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        position: relative;
        z-index: 1;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        justify-content: center;
        align-items: center;
    }

    /* Yeni eklenen yuvarlak yeşil gradyan çerçeve */
    .filter-header .filter-item.selected .avatar-frame::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(45deg, #53a735, #bcff4d);
        z-index: 0;
    }

    .filter-header .filter-item .avatar-img {
        width: 85%;
        height: 85%;
        position: relative;
        z-index: 1;
        border-radius: 50%;
        object-fit: cover;
    }

    .filter-header .filter-item .label {
        font-size: 12px;
        line-height: 1.5;
    }

        .filter-header .filter-item .label .name {
            font-weight: 600;
        }

        .filter-header .filter-item .label .count,
        .filter-header .filter-item .label .responses-count {
            font-size: 12px;
            position: absolute;
            background: #ffffffd1;
            border: 1px solid #f1f1f1;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            width: 25px;
            height: 25px;
            line-height: 2;
            top: 1px;
            z-index: 9999999999 !important;
            right: 2px;
            font-weight: bold;
            color: #fe0000;
        }

    .filter-header .personnel-slider {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        // Firefox için gizle gap: 5px;
        width: calc(100% - 60px);
        height: 65px;
        padding: 0 !important;
    }

/* Chrome/Edge için scroll bar başlangıçta gizli */
.personnel-slider::-webkit-scrollbar {
    height: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Scroll sırasında görünür hale gelsin */
.personnel-slider:hover::-webkit-scrollbar,
.personnel-slider:active::-webkit-scrollbar {
    opacity: 1;
    height: 8px;
}

.personnel-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Firefox scrollbar'ı gizlemek için */
.filter-header .personnel-slider {
    scrollbar-width: none;
}

    .filter-header .personnel-slider:hover {
        scrollbar-width: thin;
    }

    .filter-header .personnel-slider .filter-item {
        scroll-snap-align: center;
    }

.request-unlink {
    margin-right: 5px;
    width: 20px !important;
    height: 25px;
    background: #EC4433 !important;
    border-color: #EC4433 !important;
    color: #ffffff !important;
    padding: 3px 18px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: none;
    text-decoration: none !important;
    border-radius: 6px;
    border-width: 2px;
}

.dropdown-menu {
    z-index: 99999 !important;
}

.message-item .avatar {
    margin-right: 0 !important;
}

.requestAccordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
}

    .requestAccordion .accordion-item:first-child {
        border-radius: 0 !important;
    }

.accordion-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    width: 100%;
    text-align: inherit;
}

.requestAccordion .accordion-button::after {
    display: none !important;
}

.requestAccordion .accordion-button::before {
    display: none !important;
}

.requestAccordion .card {
    width: 98%;
    margin: auto !important;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.requestAccordion .card-header {
    padding: 3px 5px;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.requestAccordion .card-body {
    padding: 0.75rem;
    background-color: transparent;
}

.requestAccordion.accordion-item,
.requestAccordion.accordion-body,
.requestAccordion.card-body {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.upper-request-title {
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    border-bottom: 1px solid #d5d5d5;
}

.ana-talep-label-wrapper {
    height: 20px;
    position: relative;
    z-index: 1;
}

.ana-talep-label {
    background-color: #ffffff;
    font-weight: normal;
    position: absolute;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 80px;
}

.upper-request-accordion {
    font-size: 13px !important;
    border-radius: 10px !important;
    background: #6c7c940f !important;
    border: none !important;
}

    .upper-request-accordion .upper-request-button::after {
        display: none !important;
    }

.upper-request-meta {
    background-color: #6c7c94e3;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12.5px;
}

.upper-req-title-box {
    padding: 4px 0;
}

.upper-req-title {
    color: #222;
    font-size: 15px;
    padding-left: 5px;
    font-weight: 500;
    line-height: 1.4;
    white-space: pre-line;
    word-break: break-word;
}

.upper-footer {
    gap: 10px;
    font-size: 12px;
}

    .upper-footer i.fas.fa-users {
        color: #1e74fd !important;
    }


.upper-request-body {
    padding: 0 15px 15px 15px !important;
    font-size: 12.5px;
}

.upper-request-go-to {
    cursor: pointer;
    color: #1e74fd;
    font-size: 12px;
    transition: color 0.2s;
}

    .upper-request-go-to:hover ion-icon {
        color: #0d5ac1;
    }

.upper-request-date-box {
    min-width: 70px;
    text-align: right;
    line-height: 1.2;
}

    .upper-request-date-box span {
        display: block;
        font-size: 12px;
    }

.upper-req-count {
    font-weight: 600;
}

.description-accordion-body {
    font-size: 0.9rem;
    color: rgb(68, 68, 68);
    line-height: 1.3;
    height: 100%;
    white-space: pre-line;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block !important;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.4s ease;
    opacity: 0;
}

    .description-accordion-body.expanded {
        opacity: 1;
    }

.select2-selection__arrow {
    background: transparent !important;
    border: none !important;
}

.select2-search__field {
    border-radius: 7.5px;
}

.select2-container--classic .select2-selection--single {
    background: white !important;
    height: 38.8px;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #aaa;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

    .select2-container--classic .select2-selection--single:hover {
        border-color: #4a90e2;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #2c3e50;
        line-height: 28px;
        font-weight: 600;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        height: 40px;
        right: 8px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #424242;
        line-height: 25px;
        font-weight: normal;
    }

.select2-container--classic .select2-results__option {
    padding: 10px 12px;
    font-size: 14px;
    margin: 5px;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s ease;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #ccedff;
    border-radius: 5px;
    margin: 5px;
    color: #4f5050;
    font-weight: 600;
}

.select2-container--classic .select2-dropdown {
    width: 39.5vw;
    border-radius: 0 0 10px 10px;
    border-top: none;
    border-left: 1px solid #5897fb;
    border-right: 1px solid #5897fb;
    border-bottom: 1px solid #5897fb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.description-accordion, .description-accordion-connection {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.description-accordion-header, .description-accordion-header-connection {
    align-items: center !important;
    display: inline-flex !important;
    gap: .5rem !important;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #f9f9f9 50%, #e5e3e3 100%);
    font-size: 0.85rem;
    width: fit-content;
    margin-top: 5px;
    border-radius: 10px;
    padding-right: .5rem !important;
    padding-left: .3rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    gap: .5rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #0d6efd !important;
}

.reqtasks-strip {
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    background: #f5f7ff;
    color: #2b4cff;
    border-bottom: 1px solid #dfe3ff;
    padding: 6px 10px;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

    .reqtasks-strip ion-icon {
        font-size: 18px;
    }

/* progress */
.reqtasks-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

    .reqtasks-progress .bar {
        width: 120px;
        height: 8px;
        background: #e9ecff;
        border-radius: 999px;
        overflow: hidden;
        box-shadow: inset 0 0 0 1px rgba(43,76,255,.08);
    }

    .reqtasks-progress .fill {
        display: block;
        height: 100%;
        background: #4f8bff;
        border-radius: 999px;
        transition: width .25s ease;
    }

    .reqtasks-progress .pct {
        font-size: 12px;
        color: #6b75ff;
        min-width: 36px;
        text-align: right;
    }

.reqtasks-new {
    border: 0;
    background: transparent;
    margin-left: 8px;
    display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    color: #2b4cff;
}

    .reqtasks-new ion-icon {
        font-size: 22px;
    }

    .reqtasks-new:hover {
        filter: brightness(.9);
    }

.reqtasks-panel {
    position: relative; /* accordion içi için relative yeter */
    z-index: 2;
    max-height: 50vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e3e6ef;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    padding: 10px 8px;
    display: none;
    margin: 8px 0; /* şerit altına biraz boşluk */
}

    /* message-item padding farkı (tamamlanmamış vs tamamlanmış) */
    .reqtasks-panel .message-item.pending {
        padding-top: 45px !important;
    }

    .reqtasks-panel .message-item.done {
        padding-top: 8px !important;
    }

    .reqtasks-panel .message-item .content .title {
        padding-left: 5px !important;
    }

    /* arkaplan rengi */
    .reqtasks-panel .pending {
        background: #fff4f4 !important;
        border: 1px solid #f2dede;
        border-radius: 10px;
    }

    .reqtasks-panel .done {
        background: #f2fbf4 !important;
        border: 1px solid #d6f0db;
        border-radius: 10px;
    }

/* kart üst aksiyonlar */
.reqtasks-actions {
    position: absolute;
    top: 2px;
    width: 96%;
    display: flex;
    gap: 6px;
    z-index: 2;
    justify-content: space-between;
    flex-direction: row-reverse;
}

    .reqtasks-actions button {
        border: 0;
        background: rgba(255,255,255,.9);
        border-radius: 8px;
        padding: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        .reqtasks-actions button:hover {
            filter: brightness(.95);
        }

    .reqtasks-actions ion-icon {
        font-size: 18px;
    }

    .reqtasks-actions .approve {
        color: #22c55e;
    }

    .reqtasks-actions .edit {
        color: #2563eb;
        width: 30px;
        height: 30px;
    }

    .reqtasks-actions .delete {
        color: #ef4444;
        width: 30px;
        height: 30px;
    }

.reqtasks-panel .empty {
    color: #6b7280;
    font-size: 13px;
    padding: 6px 2px;
}

.task-attachments {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .task-attachments .thumb {
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
        background: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .task-attachments .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .task-attachments .thumb .cap {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.5);
            color: #fff;
            font-size: 10px;
            padding: 2px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.custom-date {
    width: 140px !important;
    min-width: 170px !important;
}

.custom-date-ranges {
    width: 305px !important;
    min-width: 170px !important;
    padding-top: 5px;
}

.show-calendar .drp-calendar {
    padding: 0 !important;
}

.show-calendar .calendar-time {
    display: block !important;
    padding: 10px;
    text-align: center;
}

    .show-calendar .calendar-time select {
        width: 41% !important;
        margin: 0 2px !important;
        padding: 6px !important;
        font-size: 14px !important;
        border-radius: 5px !important;
        border: solid 1px #c8c8c8 !important;
    }


.requestContent {
    padding: 8px;
    background: #fff;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 10;
    max-height: 90px;
    min-height: 90px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.requestBubble {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 2px 10px;
    width: 100%;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 4px;
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .requestBubble .bubbleTitle {
        font-weight: bold;
        font-size: 14px;
        color: #333;
        flex: 0 0 auto;
    }

    .requestBubble .bubbleContent {
        font-size: 13px;
        line-height: 1.5;
        margin-left: 3px;
        color: #555;
        word-wrap: break-word;
        overflow-y: auto;
        max-height: calc(100% - 20px);
    }

.chatFooter {
    padding: 8px;
    background: #fff;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

    .chatFooter .date-range-container {
        width: 95%;
        padding-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
    }

    .chatFooter form {
        display: flex;
        align-items: flex-end;
        padding-top: 5px;
    }

    .chatFooter .form-control {
        resize: none;
        max-height: 160px;
        border-radius: 10px !important;
        overflow-y: auto;
        line-height: 1.5;
    }

    .chatFooter .auto-expand {
        transition: height 0.2s;
    }

    .chatFooter .searchbox {
        position: relative;
    }

        .chatFooter .searchbox .input-icon {
            position: absolute;
            top: 50%;
            right: 12px;
            transform: translateY(-50%);
            pointer-events: none;
            color: #888;
        }

#attachedFilesView {
    width: 95%;
    padding: 5px;
    border-radius: 8px;
    border: 1px dashed #ccc;
    display: none;
    font-size: 14px;
    max-height: 120px;
    overflow-y: auto;
}

.no-response-data-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.tabulator {
    border: none !important;
}

.bubble {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
}

#scrollToBottomButton {
    position: absolute;
    margin-top: -60px !important;
    right: 15px;
    z-index: 999;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

    #scrollToBottomButton:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }


#btnClearSearch:hover {
    color: darkred;
    transform: translateY(-50%) scale(1.2);
}

.btnClearSearch {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0px;
    font-size: 30px;
    color: #ff7a7a;
    cursor: pointer;
}

.tasks-strip {
    position: relative;
    left: 0;
    right: 0;
    z-index: 1200;
    background: #f5f7ff;
    color: #2b4cff;
    border-bottom: 1px solid #dfe3ff;
    padding: 6px 10px;
    font-weight: 600;
    display: none;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

    .tasks-strip ion-icon {
        font-size: 18px;
    }

.tasks-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

    .tasks-progress .bar {
        width: 120px;
        height: 8px;
        background: #e9ecff;
        border-radius: 999px;
        overflow: hidden;
        box-shadow: inset 0 0 0 1px rgba(43,76,255,.08);
    }

    .tasks-progress .fill {
        display: block;
        height: 100%;
        background: #4f8bff;
        border-radius: 999px;
        transition: width .25s ease;
    }

    .tasks-progress .pct {
        font-size: 12px;
        color: #6b75ff;
        min-width: 36px;
        text-align: right;
    }

.tasks-new {
    border: 0;
    background: transparent;
    margin-left: 8px;
    display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    color: #2b4cff;
}

    .tasks-new ion-icon {
        font-size: 22px;
    }

    .tasks-new:hover {
        filter: brightness(0.9);
    }

.tasks-panel {
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    z-index: 1201;
    max-height: 50vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e3e6ef;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    padding: 10px 8px;
    display: none;
}

    .tasks-panel .message-item.pending {
        padding-top: 45px !important;
    }

    .tasks-panel .message-item.done {
        padding-top: 8px !important;
    }

    .tasks-panel .message-item .content .title {
        padding-left: 5px !important;
    }

    .tasks-panel .pending {
        background: #fff4f4 !important;
        border: 1px solid #f2dede;
        border-radius: 10px;
    }

    .tasks-panel .done {
        background: #f2fbf4 !important;
        border: 1px solid #d6f0db;
        border-radius: 10px;
    }

.task-item {
    position: relative;
    padding: 8px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    margin-bottom: 8px;
}


.task-actions {
    position: absolute;
    top: 2px;
    width: 96%;
    display: flex;
    gap: 6px;
    z-index: 2;
    justify-content: space-between;
    flex-direction: row-reverse;
}

    .task-actions button {
        border: 0;
        background: rgba(255,255,255,.9);
        border-radius: 8px;
        padding: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
    }

        .task-actions button:hover {
            filter: brightness(.95);
        }

    .task-actions ion-icon {
        font-size: 18px;
    }

    .task-actions .approve {
        color: #22c55e;
    }

    .task-actions .edit {
        color: #2563eb;
        width: 30px;
        height: 30px;
    }

    .task-actions .delete {
        color: #ef4444;
        width: 30px;
        height: 30px;
    }


.task-title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.task-meta {
    font-size: 12px;
    color: #667085;
    margin-bottom: 6px;
}

.tasks-panel .empty {
    color: #6b7280;
    font-size: 13px;
    padding: 6px 2px;
}

.cevap-sure-chip {
    background-color: #ef4444;
    color: #fff;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.3;
}

.avatar-meta {
    line-height: 1.2;
    text-align: center;
    font-size: 11px;
    margin-top: 4px;
}

.date-right {
    position: absolute;
    top: 7px;
    right: 0;
    width: 100px;
    margin-right: 10px;
    text-align: right;
}

.bubble--log {
    border-left: 4px solid #b45309;
    background: #fff8eb;
}

.att-thumb {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.att-thumb--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.att-thumb__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 10px;
    padding: 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.att-thumb__dl {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 16px;
    color: #fff;
    z-index: 3;
    background: rgba(0,0,0,.6);
    padding: 3px;
    border-radius: 15%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.att-thumb--doc {
    background: #f9f9f9;
}

.att-thumb__icon {
    font-size: 32px;
    color: #555;
}

#RequestLogs {
    position: relative;
}

#logsEyeBadge {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #1E74FD;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #logsEyeBadge ion-icon {
        font-size: 14px;
        line-height: 1;
        color: #1E74FD;
    }

.cevap-selectbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 125px;
    z-index: 1999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #e5e7eb;
    transform: translateY(100%);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
    backdrop-filter: saturate(180%) blur(4px);
}

    .cevap-selectbar.show {
        transform: translateY(0);
        opacity: 1;
    }

#cevapSelCancel {
    color: #fd1e1e !important;
}

.cevap-selectbar .btn {
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #1e74fd;
    cursor: pointer;
}

    .cevap-selectbar .btn ion-icon {
        font-size: 25px;
        color: #1e74fd;
        margin-right: 10px;
        margin-top: -2px;
        font-weight: 700;
    }

.cevap-selectbar .btn-danger {
    background: none !important;
    border: none !important;
}

    .cevap-selectbar .btn-danger ion-icon {
        color: #fd1e1e !important;
    }

.cevap-selectbar .mid {
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    text-align: center;
    flex: 1;
}

.message-item.is-selected {
    background: #eef6ff;
    border-radius: 10px;
}


.sel-col {
    width: 0;
    opacity: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: width .25s ease, opacity .25s ease;
}

    .sel-col.active {
        width: 28px;
        opacity: 1;
    }

.message-item .content {
    transition: padding-left .25s ease;
    will-change: padding-left;
}

.message-item.is-selected {
    background: #eef6ff;
    border-radius: 10px;
    transition: background-color .2s ease;
}

.cevap-select-chk {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #3b82f6;
    background: #fff;
    cursor: pointer;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

    .cevap-select-chk.on {
        background: #3b82f6;
        border-color: #3b82f6;
    }

    .cevap-select-chk:active {
        transform: scale(.9);
    }

    .cevap-select-chk.on::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        top: 4px;
        left: 3px;
    }

@keyframes pulseOnce {
    0% {
        box-shadow: 0 0 0 0 rgba(30,116,253,.35)
    }

    100% {
        box-shadow: 0 0 0 12px rgba(30,116,253,0)
    }
}

.message-item.is-selected {
    animation: pulseOnce .35s ease-out;
}
