.btn-btn {
    background-color: green !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.textarea {
    border: none !important;
    outline: none !important;
    height: 80px;
    resize: none;
}

.mic-container {
    cursor: pointer;
}

#micButton i {
    color: #6c757d;
    transition: color 0.3s;
}

#micButton i.fa-stop {
    color: #dc3545;
    /* Red color when recording */
}

.chat-card {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d338;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
}

.chat-card .avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.chat-avatar-style {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #00000030;
}

.lite-grayish {
    color: rgba(107, 114, 128, 1) !important;
}

.circular-std-fs {
    font-family: "Circular Std", sans-serif !important;
}

.sender-msg-container {
    margin-right: 2%;
    max-width: 70%;
    height: auto;
    border-radius: 15px;
    border-top-right-radius: 0px;
    color: white;
    background-color: rgba(0, 163, 142, 1);
}

.mic-container {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(105, 80, 232, 0.1);
}

.order-chat-bg {
    background-color: rgb(0 163 142 / 20%) !important;
}

.chat-card.hide {
    display: none !important;
}

.chat-card.show {
    display: flex !important;
}

.chat-card-outer-container {
    height: 100vh;
}

.chat-card-outer-container.hide,
.msg-card-outer-container.hide {
    display: none;
}

.chat-card-outer-container.show,
.msg-card-outer-container.show {
    display: block;
}

.chat-info {
    flex-grow: 1;
    /* margin-left: 15px; */
}
.chat-list-status-style {
    text-wrap: auto;
}
.chat-info h5 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.chat-info p {
    margin: 5px 0 0 0;
    color: #6c757d;
    font-size: 14px;
}

.chat-time {
    color: #6c757d;
    font-size: 12px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.mesage-container {
    overflow: hidden;
}

.avatar-img {
    max-width: 100px;
    max-height: 125px !important;
    object-fit: contain;
}

.order-chat-bg {
    background-color: rgb(0 163 142 / 20%) !important;
}

.chat-avatar-style {
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #00000030;
}

.reciever-msg-container {
    /* margin-left: 3%; */
    max-width: 70%;
    height: auto;
    background-color: rgba(243, 244, 246, 1);
    border-radius: 15px;
    border-top-left-radius: 0px;
}

.start-msg {
    background-color: rgba(243, 244, 246, 1);
}

.sender-msg-container {
    margin-right: 2%;
    max-width: 70%;
    height: auto;
    border-radius: 15px;
    border-top-right-radius: 0px;
    color: white;
    background-color: rgba(0, 163, 142, 1);
}

.mic-container {
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(105, 80, 232, 0.1);
}

.active-icon {
    color: green !important;
    /* Change icon color to green when active */
}

.active-text {
    color: green !important;
    /* Change text color to green when active */
}

.toast-container {
    max-width: 350px;
}

.request-mid-container {
    border-radius: 16px;
    height: calc(100vh - 160px) !important;
}

.product-container {
    max-height: calc(100vh - 146px);
    position: relative;
    overflow: auto;
}

.float-bttn.frontend {
    position: absolute;
    right: 0px;
    top: 81px;
    display: none;
}

.float-bttn {
    position: absolute;
    right: 0px;
    top: 13px;
    display: none;
}

.float-bttn.hide {
    display: none !important;
}

.float-bttn.show {
    display: block !important;
}

.float-bttn button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 46px !important;
}

.font-fam-Playfair {
    font-family: "Playfair Display", serif !important;
}

.thumbtach-icon {
    width: 18px;
    height: 19px;
    margin-top: 8px;
    margin-right: 10px;
}

.company-image-style {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #00000030;
}

@media (max-width: 768px) {
    .chat-name-fs {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 91px !important;
    }
}

@media (max-width: 576px) {
    .chat-info h5 {
        font-size: 16px;
    }

    .chat-info p {
        font-size: 12px;
    }

    .chat-time {
        font-size: 12px;
    }

    .offcanvas {
        width: 300px !important;
    }
}

.chat-msg-fs {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* max-width: 70% !important; */
}

/* @media (max-width: 576px) {
    .chat-name-fs {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 91px !important;
    }
} */
/* .word-wrap-style {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    max-width: 100%;
} */

@media (min-width: 1330px) {
    .chat-info {
        max-width: 21vw;
    }
}

@media (max-width: 1330px) {
    .chat-info {
        max-width: 18vw;
    }
}

@media (max-width: 768px) {
    .chat-info {
        max-width: 65vw;
    }
}

@media (max-width: 432px) {
    .chat-info {
        max-width: 50vw;
    }
}

.dot-div {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.request-note-container {
    background-color: rgba(243, 244, 246, 1);
    border-radius: 18px;
}
.word-break {
    word-break: break-all;
}
.chat-card-inner {
    overflow-y: scroll;
    max-height: calc(100vh - 288px);
}
/* .pending {
    color: #6950e8 !important;
    background-color: #6950e81a !important;
}
.warning {
}
.info {
}
.approved {
    background-color: #00a38e1a !important;
    color: #00a38e !important;
}
.cancelled {
    color: #ef4770 !important;
    background-color: #ef47701a !important;
}
.delivered {
} */
.pending {
    color: #6950e8 !important; /* Purple */
    background-color: #6950e81a !important;
}

.warning {
    color: #ff9800 !important; /* Orange */
    background-color: #ff98001a !important;
}

.info {
    color: #2196f3 !important; /* Blue */
    background-color: #2196f31a !important;
}

.approved {
    background-color: #00a38e1a !important; /* Green */
    color: #00a38e !important;
}

.cancelled {
    color: #ef4770 !important; /* Pink */
    background-color: #ef47701a !important;
}

.delivered {
    color: #4caf50 !important; /* Darker Green */
    background-color: #4caf501a !important;
}
.left-section {
    width: 15%;
}
.mid-section {
    width: 65%;
}
.right-section {
    width: 20%;
}
.chat-list-msg-style {
    max-width: 80%;
}

/* .status-container {
    position: relative;
} */
/* .status-container .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
} */

/* .status-container:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
} */

.status-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}
/* .status-text:hover {
    max-width: 100% !important;
} */
