
.footer-container,
.header-section {
    display: none;
    background-color: #191e19;
}

html,
body {
    background-color: #191e19;
    overflow-y: hidden;
}

.navbar {
    height: 47px;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.pagetitle {
    color: #ffffff;
    text-align: center;
    vertical-align: text-top;
    font-size: 16px;
    font-family: "Poppins";
    align-self: flex-start;
    top: 4px;
    position: absolute;
    width: 83px;
    display: flex;
}

.restaurantName {
    color: #ffffff;
    text-align: center;
    vertical-align: text-top;
    font-size: 12px;
    font-family: "Poppins";
    align-self: flex-start;
    line-height: 83px;
    border-style: hidden;
    outline: none;
    width: 151px;
    display: flex;
}

.leftbutton {
    align-self: flex-start;
    left: 0px;
    top: 13.88px;
    position: absolute;
    padding: 0px;
}

.backarrow {
    width: 21px;
}

.logo-avatar {
    background-color: #eaf2ff;
    height: 40px;
    width: 40px;
    align-self: flex-start;
    right: 0px;
    top: 8px;
    position: absolute;
    border-radius: 20px;
    padding: 0px;
}

.chat {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    height: 76vh;
    margin-bottom: 50px;
    overflow-x: hidden;
}

.logo3 {
    width: 28px;
    height: 31px;
}

.group3 {
    width: 29px;
    height: 31px;
    left: 6px;
    top: 4.61px;
    position: absolute;
}

.customerQstn {
    background-color: #ffffff;
    height: auto;
    border-radius: 20px;
    padding: 12px 12px 3px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 0px;
    float: right;
    margin-right: 0px;
    min-width: 75px;
    max-width: 265px;
}

.qstn {
    color: #000000;
    text-align: center;
    vertical-align: text-top;
    font-size: 12px;
    font-family: "Poppins";
    border-style: hidden;
    outline: none;
    word-wrap: break-word;
}

.staticContent {
    color: #c4c4c4;
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    align-self: flex-start;
    border-style: hidden;
    outline: none;
    width: 100%;
    display: flex;
    font-family: "Poppins";
}

.qstnArea {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 12px;
    /* display: flex; */
    margin-bottom: 42px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    margin-top: 0px;
}

.answerArea {
    width: 100%;
    padding: 15px 0 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}

.answer {
    text-align: left;
    font-size: 14px;
    align-self: flex-start;
    border-style: hidden;
    outline: none;
    width: 100%;
    color: #c4c4c4;
    font-family: "Poppins";
/*    margin-bottom: 10px;*/
}

.item-list {
    width: 250px;
    padding: 0px;
    display: grid;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.item-list-flex {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    margin: 15px 0 15px 0;
    overflow-x: auto;
    width: 100%;
}

.item {
    background-color: #2c2c2c;
    height: 130px;
    width: 250px;
    border-radius: 19px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    animation: slideInFromRight 0.5s ease-out;
}
.display-grid{
    display: grid;
}

.info {
    height: 70px;
    width: 225px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 9px;
}

.item-details {
    display: flex;
    justify-content: space-between;
}
.item-image{
    height: 70px;
    width: 70px;
    border-radius: 12px;
}
.friend {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.br-50 {
    border-radius: 50%;
}

.img-size {
    width: 24px;
    height: 24px;
}

.mr--5 {
    margin-right: -5px;
}

.maskgroup {
    width: 21.6px;
    height: 21.6px;
}

.item-info {
    align-self: flex-start;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.item-name {
    color: #ffffff;
    text-align: left;
    vertical-align: text-top;
    font-size: 12px;
    font-family: "Poppins";
    border-style: hidden;
    outline: none;
    width: 146px;
    margin-top: 7px;
}

.animating-text {
    text-align: left;
}

.visble-text {
    display:block
}

.invisible-text {
    display:none
}

.item-name-in-text {
    color: #ffffff;
    font-size: 14px;
}

.price {
    color: #c4c4c4;
    font-family: "Poppins";
}

.cutlery {
    height: 11px;
    width: 10px;
    vertical-align: baseline;
}

.veg-nonveg {
    width: 13px;
    height: 13px;
}

.mlt-2 {
    margin-top: 2px;
    margin-left: 2px;
}

.rating {
    width: 32px;
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 2px;
    margin-left: 0px;
    margin-top: 6px;
}

.rating-count {
    color: #ffffff;
    text-align: right;
    font-family: "Poppins";
    border-style: hidden;
    outline: none;
    width: 18px;
    align-self: center;
    display: flex;
    font-size: 10px;
}

.star2 {
    background-color: #ffe500;
    height: 11.5px;
    width: 11.5px;
    top: 0.72px;
    left: 19px;
    position: absolute;
}

.ordernow {
    align-self: flex-start;
    width: 80px;
    height: 35px;
}

.add-btn {
    background-color: #cff406;
    height: 35px;
    width: 65px;
    border-radius: 10px;
    border: 1px solid #4e4e4e;
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-family: "Poppins";
    padding: 8px;
    font-weight: 700;
}

.messagebubble {
    width: 100%;
    padding-right: 16px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}

.logo1 {
    align-self: flex-start;
}

.group {
    width: 26px;
    height: 26px;
}

.ios-homeindicator {
    height: 34px;
    width: 391px;
    padding: 0px;
    top: 778px;
    position: relative;
}

.homeindicator2 {
    background-color: #1f2024;
    height: 5px;
    width: 134px;
    border-radius: 100px;
    top: 21px;
    left: 129px;
    position: absolute;
}

.bottom-frame {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #191e19;
}

.followupbar {
    gap: 12px;
    position: fixed;
    bottom: 80px;
    left: 8px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: calc(100% - 12px);
    padding: 10px;
    border-radius: 5px;
}

.followup {
    color: #c4c4c4;
    font-size: 12px;
    font-family: "Poppins";
    background-color: #313131;
    border-radius: 34px;
    border: 0.5px solid #777676;
    padding: 13px;
    min-width: fit-content;
    cursor: pointer;
    animation: followupAnimation 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) backwards;
    transition: background-color 0.4s, transform 0.4s;
}

.followup:hover {
    background-color: #444444;
    transform: scale(1.05);
}

@keyframes followupAnimation {
    0% {
        transform: translateX(100%) scale(0.5);
        opacity: 0;
        background-color: #cff406;
    }
    60% {
        background-color: #313131;
    }
    80% {
        transform: translateX(-5%) scale(1.05);
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.followupbar .followup:nth-child(1) { animation-delay: 0s; }
.followupbar .followup:nth-child(2) { animation-delay: 0.2s; }
.followupbar .followup:nth-child(3) { animation-delay: 0.4s; }
.followupbar .followup:nth-child(4) { animation-delay: 0.6s; }
.followupbar .followup:nth-child(5) { animation-delay: 0.8s; }

.messageinput {
    height: 40px;
    width: 359px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 61px;
    left: 16px;
}

.textinput {
    background-color: #313131;
    height: 40px;
    width: 359px;
    border-radius: 71px;
    padding-left: 16px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    position: relative;
}
.queryField {
    position: fixed;
    bottom: 15px;
    z-index: 40;
    left: 16px;
    right: 16px;
    border-radius: 38px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c4c4c4;
    font-size: 12px;
    font-family: 'Poppins';
    font-style: italic;
    background-color: #313131;
    border: none;
    font-weight: 500;
    padding-left: 17px;
    padding-right: 51px;
}

input:focus {
    outline: none;
}

.disabled-input {
    pointer-events: none;
    opacity: 0.65; 
    cursor: not-allowed;
}

.disabled {
    pointer-events: none;
    opacity: 0.5; /* Makes the button look disabled */
}

.cursor {
    height: 16px;
    left: 209px;
    position: absolute;
}

.send {
    background-color: #cff406;
    height: 38px;
    width: 38px;
    align-self: flex-start;
    right: 26px;
    /* top: 4px; */
    position: absolute;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: 24px;
    z-index: 40;
}

.icon {
    position: absolute;
    padding: 0px;
}

.pageloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

#overlay-lottie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}

.ml-5 {
    margin-left: 5px;
}
.h2,h2{
    margin-top: 0px;
    font-size: 14px;
}
.ml-15{
    margin-left: 15px;
}
.ml-35{
    margin-left: 35px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
    justify-content: center; /* Center horizontally */
    align-items: center;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 20px;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .popup-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
  }
  .btn-primary-confirm{
    color: #fff;
    background-color: #ec018c !important;
    border-color: #ec018c !important;
    padding: 12px 25px;
    font-family: 'Poppins';
    font-weight: 600;
  }

  .btn-secondary-cancel{
    color: #000000;
    background-color: #dfdfdf !important;
    border-color: #dfdfdf !important;
    padding: 12px 25px;
    font-family: 'Poppins';
    font-weight: 600;
  }

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 360px) {
    .chat {
        height: 60vh;
    }
}
@media (min-width: 375px) {
    .chat {
        height: 63vh;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
    .queryField{
        width: 1100px;
        margin: auto;
        bottom: 65px;
    }
    .followupbar{
        width: 1100px;
        margin: auto;  
        right: 16px;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        bottom: 107px;
    }
    .send {
        background-color: #cff406;
        height: 38px;
        width: 38px;
        align-self: flex-start;
        right: -5px;
        /* top: 4px; */
        position: relative;
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        bottom: 0px;
        z-index: 40;
        /* left: 95px; */
        float: right;
    }
    .customerQstn{
        max-width: 535px;
    }
    .chat {
        height: 66vh;
    }

}
