﻿
._7qjs {
    background-color: #e5ddd5;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

    ._7qjs::before {
        background: url(/images/img/wabak.png);
        background-size: auto;
        background-size: 366.5px 666px;
        content: '';
        height: 100%;
        left: 0;
        opacity: .06;
        position: absolute;
        top: 0;
        width: 100%;
    }

._2pi0 {
    padding: 16px;
}

.whatsappChatCloud {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 12px;
    margin-top: 12px;
}

._6xe2 {
    box-sizing: border-box;
    display: inline-block;
    font-family: BlinkMacSystemFont, -apple-system, Roboto, Arial, sans-serif;
    max-width: 280px;
    position: relative;
}

    ._6xe2::after {
        background: url(/images/img/cTpzmA9a2VH.png) 50% 50% no-repeat;
        background-size: auto;
        background-size: contain;
        content: '';
        height: 31px;
        left: -12px;
        position: absolute;
        top: -6px;
        width: 12px;
    }

._6xe3 {
    background-color: #fff;
    border-radius: 7.5px;
    border-top-left-radius: 7.5px;
    border-top-left-radius: 0;
    box-shadow: 0 1px .5px rgba(0, 0, 0, .15);
    min-height: 20px;
    position: relative;
    word-wrap: break-word;
}

._70ru {
    position: relative;
}

._6xdv {
    color: #262626;
    font-size: 13.6px;
    line-height: 19px;
    padding: 7px 7px 6px 9px;
    text-align: initial;
}

._6xe4 {
    color: #282828;
    font-size: 13.6px;
    white-space: pre-wrap;
}

._amww {
    margin-right: 78px;
}

._7qiw {
    color: rgba(0, 0, 0, .45);
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 8px 9px;
}

._653d {
    display: inline-block;
}

._6xe5 {
    bottom: 3px;
    color: rgba(0, 0, 0, .4);
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 7px;
}

._alqy {
    border-top: 1px solid #dadde1;
    min-width: 240px;
    padding: 0 8px;
}

._alr0 {
    border-top: 1px solid #dadde1;
    color: #00a5f4;
    font-size: 14px;
    height: 44px;
    line-height: 20px;
    min-width: 240px;
    white-space: pre-wrap;
}

    ._alr0:first-child {
        border-top: none;
    }

._3qng {
    align-items: center;
}

._61-1 {
    justify-content: center;
}

._2fyi {
    flex-direction: row;
}

._3qn7 {
    display: flex;
}

._85_r {
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    height: 16px;
    opacity: .8;
    width: 16px;
}

._3-8_ {
    margin-right: 4px;
}

._alqx {
    background-image: url(/images/img/a1ABEwh1MaF.png);
    height: 10px;
}

._85_p {
    background-image: url(/images/img/OzOCQC-ukqH.png);
}

._alr1 {
    background-image: url(/images/img/PPbb5Hg0Efr.png);
    height: 10px;
}

._amf5 {
    background-image: url(/images/img/VdTi0AVhe79.png);
}

._863c {
    background-image: url(/images/img/8o77vvYFLgb.png);
}

._7r36 {
    color: rgba(0, 0, 0, .76);
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    padding: 6px 7px 0 9px;
}

._7zeb {
    padding: 3px 3px 0 3px;
}

._7r39::after {
    content: '';
    display: block;
    padding-top: calc(100% * (1 / 1.91));

}
/* Updated class for conditional padding */
.no-padding::after {
    display: none; /* Remove padding on image upload */
}
._7r3a {
    background-image: url(/images/img/NztUdBQHuX5.png);
}
._7r3f {
    background-image: url(/images/img/FOtyeo41YsA.png);
}

._7r39 {
    background-color: #ccd0d5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 240px;

}
.upload-image {
    max-width: 100%; /* Adjust as needed */
    max-height: 100%; /* Adjust as needed */
    border-radius: inherit;
}
.imageContainer {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
}

.icon {
    margin-right: 10px;
    font-size: large;
}

.label-field {
    flex: 1;
}

.browse-button {
    background-color: #ccc;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.country {
    right: 15px;
    position: absolute;
}

.upload-button {
    margin-bottom: 20px;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.image-item {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-preview {
    width: 100%;
    height: auto;
    display: block;
}

.radio-button {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.ticket-item {
    display: flex;
    flex-direction: column; /* Ensure items stack vertically */
    background-color: #ffffff;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    /*      border: 1px solid #e5e5e5;
                                                border-radius: 5px;
                                                margin-bottom: 10px; */
}
.first-row {
    display: flex;
    align-items: center; /* Vertically centered */
}
.badge-block {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.details-section {
    flex-grow: 1;
    margin-left: 10px; /* Add some spacing between profile image and details */
    padding-bottom: 0px !important;
}
.header-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.name {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Hides overflow content */
    text-overflow: ellipsis; /* Adds three dots at the end if the text overflows */
}

.time {
    font-size: 10px;
    color: #6c757d;
    margin-left: 0.5rem;
}
.footer-section {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%; /* Ensure it takes the full width */
}
.tags-text {
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-right: 5px;
    font-size: 10px;
    font-weight: bold;
}
.status-light {
    background: #ff8f03;
}
.validation-message {
    color: red; /* Text color for the validation message */
    font-size: 12px; /* Font size of the message */
    margin-top: 5px; /* Space above the message */
    opacity: 0.9;
}
.user-template {
    /* styling for user template */
    background: yellow;
}

.whatsapp-template {
    /* styling for WhatsApp template */
    background: green;
}

.local-template {
    /* styling for local template */
    background: blue;
}

.default-template {
    /* default styling */
    background: gray;
}

.red-border {
    border-color: red;
}

.red-color {
    color: red;
}

.customState.e-btn.e-flat:hover, .customState:focus, .customState.e-btn.e-flat.e-active {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.no-tmplt-param {
    min-height: 40%;
    background-color: #DEDEDE;
    border-radius: 16px;
}
