﻿/*.table-responsive{
    min-height : 508px;
}
*/

body , div  , ul , li , a , b , table , tbody , tr , td , thead , tfoot , footer , header , h1 , h2 , h3 , h4 , h5 , h6 , p , span {
    font-family: "irsans", irsans, sans-serif !important;
}

.app-chat-custome {
    position: relative;
}

.chat-box {
    display: flex;
    flex-direction: column;
    height: 400px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    overflow-y: scroll;
}

.message {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

    .message .message-text {
        background-color: #eff1f5;
        color: #1a1c24;
        padding: 8px;
        border-radius: 5px;
        align-self: flex-end;
    }


.scroll-ticket-detail {
    overflow-y: scroll;
    height: 400px;
}

.message-text-second {
    background-color: #ffeacf;
    color: #1a1c24;
    padding: 8px;
    border-radius: 5px;
    align-self: flex-end;
}

.message .d-flex, .message-right .d-flex {
    max-width: 70% !important;
}

.message .message-time {
    align-self: flex-end;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.message .message-sender {
    align-self: flex-start;
    font-weight: bold;
    margin-right: 5px;
}

.message-right {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.field-validation-error{
    color: red !important;
}

tr.removed td{
    text-decoration-line: line-through;
    color: red !important;
}

.bg-card{
    background-image: url("../assets/img/Illustration/pricing-illustration-light.png");
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-card-secondary {
    background-image: url("../assets/img/pages/header.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.k-icon {
    font-family: WebComponentsIcons !important;
}
.display-flex {
    display: flex;
    justify-content: center;
    align-items: center
}
.mt-4-5 {
    margin-top:1.83rem!important
}

.square2x2{
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.custom-app-brand-logo {
    width: 9rem !important;
}