@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import "fonts.css";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    /* --header1Height: 8vh;
    --header2Height: 10vh;
    --footerHeight: 22vh; */
    --header1Height: 78px;
    --header2Height: 100px;
    --footerHeight: 35vh;
    --headerParentDivHeight: calc(var(--header1Height) + var(--header2Height));
}


.mainbox {
    /* min-height: 100vh; */
    /* border: 2px solid red; */
    transition: all 0.1s;
    overflow-x: hidden;
}

.loader {
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 1111;
    /* width: 100vw; */
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    height: 50vh;
}

.headerBox {
    position: relative;
    height: var(--headerParentDivHeight);
    padding: 0px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    transition: all 0.1s;
}

.mobilViewHeader {
    display: none;
}



.header1 {
    /* border: 1px solid red; */
    height: var(--header1Height);
    width: 100vw;
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 0px 10% !important; */
    transition: all 0.1s;


}

.header1::before {
    content: "";
    width: 122%;
    height: var(--header1Height);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.9;
    background: linear-gradient(rgba(40, 18, 82, 0.8), rgba(40, 18, 82, 0.4)), url(/static/images/header.jpg);
    background-size: cover;
    background-position: 50% 3%;
}


.header1 .header1LeftBox {
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-self: flex-start;
    gap: 12%;

    padding-top: 5px;
    white-space: nowrap;



    /* position: absolute; */
    /* top: 5px; */


}

.header1 .header1LeftBox span a {
    text-decoration: none;
    color: #D3C3F1;
    transition: all .2s linear;
}

.header1 .header1LeftBox span {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 900;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #D3C3F1;
    cursor: pointer;
    transition: all .6s linear;
}

.header1 .header1LeftBox span a:hover {
    color: #FF13EF;
}

.header1LeftRightParent {
    /* position: relative; */
    /* border: 1px solid white; */
    width: 80% !important;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    user-select: none;
}

.header1 .header1RightBox {

    /* width: 175px; */
    /* height: 120px; */
    width: 110px;
    height: 100%;

    /* background: url("/static/images/para-logo1.png"); */
    background: url("/static/images/para-logo-updated.png");
    background-size: cover;
    /* position: absolute; */
    z-index: 0;
    right: 8%;
    /* scale: 0.6; */

    /* border: 1px solid white; */

}

.header2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 !important; */
    padding: 0px 10% !important;
    /* gap: 10px; */

    width: 100% !important;
    height: var(--header2Height);

    background: #FFFFFF;
    /* border-top: 1px solid #000000; */
    transition: all 0.1s;
    z-index: 1;
}

.header2LeftBox {
    /* border: 1px solid #000; */
    /* width: 144px; */
    display: flex;
    align-items: center;
    /* height: 47px; */
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.01em;
    padding-left: 0px !important;
}

.header2LeftBox a {
    text-decoration: none;
    color: #000000;
}

.header2LeftBox a:hover {
    text-decoration: none;
    color: #b94cd5;
    transition: 0.3s;
}

.header2CenterBox {
    /* border: 1px solid #000; */
    /* width: 286.7px; */
    height: 19px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    /* gap: 40px; */
    gap: 10%;

    flex: 1;
}

.header2CenterBox span {
    width: 53px;
    /* height: 19px; */

    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 130%;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.1s;
}

.header2CenterBox span a:hover {
    color: #FF13EF;
}

.header2CenterBox span a {
    text-decoration: none;
    color: black;
}

.header2RightBox {
    display: flex;
    /* flex-direction: row; */
    justify-content: flex-end;
    align-items: center;
    gap: 21px;
    /* height: 42.6px; */
    /* transform: translateX(-10%); */
    padding: 0px !important;
    /* width: 258.6px; */
}

.header2RightBox button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1.2px solid #000000;
    font-weight: bold;

    /* padding: 12px; */
    /* width: 118.8px; */

    padding: 5px;
    width: 8vw;
    font-size: 0.7em;


    cursor: pointer;
    transition: all 0.1s;
}

.header2RightBoxLogoutButton {
    background: #FFFFFF;
    border: 1px solid !important;
    border-radius: 18px;
    transition: all 0.3s;

}

.logout {
    font-size: 0.9em !important;
    background: #bd0cb1 !important;
    padding: 0px 10px !important;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: .3s;
}

.logout:hover {
    border: none;
    outline: none;
    text-decoration: none;
    color: white;
    box-shadow: 0px -4px 30px 0px #f8ed16;
}

.header2RightBoxLogoutButton:hover {
    scale: 1.1;
    transition: all 0.3s;

}

.header2RightBoxLoginButton {
    background: #FFFFFF;

    border-radius: 18px;
    transition: all 0.3s;
}

.header2RightBoxSignupButton {
    background: #FF13EF;
    color: white;
    border-radius: 18px;
    transition: all 0.3s;
}


.header2RightBox .dropdown {
    height: max-content;
    /* border: 1px solid; */
}

.header2RightBox .dropdown a {
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    height: max-content;

}

.header2RightBox .dropdown ul {
    padding: 5px;
}

.header2RightBox .dropdown ul li :hover {
    background: #83799e;
    color: #fff;
}

.header2RightBox .dropdown a:active {
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.header2RightBox #logOutDropDown {
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    width: max-content;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5% 1%;
}

.header2RightBox #logOutDropDown option span {
    color: red;
    padding: 100px !important;
    cursor: pointer;
}

.header2RightBox #logOutDropDown:hover {
    color: #FF13EF;
}

.header2RightBox #logOutDropDown:hover option {
    color: black;
}

.header2RightBoxLoginButton:hover,
.header2RightBoxSignupButton:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 8px rgba(235, 230, 230, 0.9);
}

/* .hero {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: -800px;
    z-index: -111;
} */

.drone {
    position: absolute;
    top: 0px;
    right: 0;
    pointer-events: none;
    height: auto;
    width: 10vw;
    animation: floating 10s ease-in-out infinite;
    z-index: 1;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 100px 250px; */
    /* padding: 6.2% 15.5%; */
    padding: 4% 10%;
    gap: 10px;
    width: 100%;
    /* height: calc(100vh - var(--header1Height) - var(--header2Height) - var(--footerHeight)); */
    height: 75vh;
    /* background: linear-gradient(97deg, #433859 19.42%, rgba(67, 56, 89, 0.54) 95.23%), url("/static/images/testimonial.jpg"); */
    /* background: url("/static/images/hero-bg.webp"); */
    /* background-size: 200vw;
    background-position-x: -98vw;
    transition: all 0.1s; */
}


.testimonial::before {
    content: "";
    background-image: url("/static/images/hero-bg.webp");
    /* filter: hue-rotate(90deg); */
    filter: hue-rotate(284deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200vw;
    background-position-x: -98vw;
    /* transition: all 0.1s; */
}


.testimonialBox {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 5px solid #120E14;
    -webkit-clip-path: polygon(0% 50px, 50px 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 50px, 50px 0%, 100% 0%, 100% 100%, 0% 100%);

}

.testimonialBoxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 1;
    opacity: 0.87;

    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialBoxOverlay ion-icon {
    width: 100%;
    height: 40vh;
}


.testimonialBox:before {
    /* content: '';
    position: absolute;
    top: 0.5%;
    left: 0.15%;
    border-top: 20px solid #433859;
    border-right: 20px solid white;
    width: 0;
     */
    width: 25px;
    height: 100%;
    background-color: #120E14;
    position: absolute;
    top: -46.5%;
    left: 0;
    content: " ";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.leftCard {
    box-sizing: border-box;
    position: absolute;
    left: 0.2%;
    width: 69%;
    height: 99%;
    /* height: 70%; */
    background: #FFFFFF;
    clip-path: polygon(0% 0%, 98% 0%, 0% 1000%);
    padding: 0px 4%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: center;
    gap: 2%;
    transition: all 1s ease;
}

.chatBox {
    border: 2px solid #433859;
    border-radius: 10px;
    /* width: 100%; */
    width: 100%;
    height: 78%;
    position: absolute;
    top: 10px;
    display: none;
    transition: all 1s ease;
}

.message {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(30, 175, 1, 0.473);
    font-family: 'BentonSans', sans-serif;
    font-weight: 600;
    width: 98%;
    border-radius: 5px;
    font-size: 1em;
    letter-spacing: 0.02em;
    display: flex;
    word-wrap: break-word;
}

.message p {
    /* border: 1px solid; */
    width: 95%;
    position: relative;
}

.message p ion-icon {
    position: absolute;
    right: 5px;
    bottom: -27px;
    cursor: pointer;
}

.message p ion-icon:hover {
    scale: 1.1;
}

.userMessage {
    padding-bottom: 40px;
}

.aimessage {
    /* position: relative; */
    background-color: #93cda344 !important;
    padding-bottom: 25px;
}

.aiImage {
    position: relative;
    display: flex;
    flex-direction: column;
}


.showChatBox {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 1% 0;
    overflow-y: auto;
}

.leftCard .inputFieldHeading {
    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 130%;
    color: #120E14;
    transition: all .5s ease;

    /* border: 1px solid; */
    width: 80%;


    /* position: absolute;
    bottom: calc(15% + 5px);
    font-size: 1.2em !important */
}

#exportChatIconSpan {
    display: none;
    position: absolute;
    right: 15%;
    bottom: 14%;
    font-size: 1.5em;
    /* transition: all .2s ease; */
    cursor: pointer;
    z-index: 1;
}


.leftCard .inputAndButtonBox {
    position: relative;
    height: max-content;
    width: 65%;
    display: flex;
    transition: all .5s ease;
}

#characterCount {
    display: none;
    position: absolute;
    font-weight: bold;
    bottom: -18px;
    right: 1px;
    font-size: 10px;
    opacity: 0.8;
}



.move {
    /* transform: translateY(3rem); */
    position: absolute;
    bottom: 12px;
    width: 100% !important;
    height: 12% !important;
}

.move .inputAndButtonBox {
    width: 100%;
}

.move .ion-icon {
    flex: 0.10 !important;
}

.moveUserInputTitle {
    /* transform: translateY(3rem); */
    position: absolute;
    /* bottom: calc(15% + 5px); */
    top: -50%;
    font-size: 1em !important
}


.leftCard .inputAndButtonBox .ion-icon {
    background: #433859;
    color: #fff;
    border: 1px solid gray;
    /* height: 100%; */
    flex: 0.15;
    cursor: pointer;
    /* font-size: 2em; */
}

.leftCard .inputAndButtonBox .ion-icon:hover {
    opacity: 0.9;
}

.leftCard .inputAndButtonBox .ion-icon:active {
    box-shadow: 0px 0px 0px 1px #404448, 0px 0px 0px 5px rgba(183, 189, 196, 0.3);
}

.leftCard .userInputField {
    resize: none;
    flex: 1;
    background: #E5E2EB;
    height: max-content;
    width: 100%;
    padding: 0% 1%;

    border: none;
    border-bottom: 1.5px solid;

    font-family: 'BentonSans';
    font-style: normal;
    font-weight: 400;
    /* font-size: 21px; */
    font-size: 0.9em;
    /* line-height: 130%; */
    /* white-space: nowrap; */
    overflow: hidden;
    z-index: 111;
}

.lineBetweenCard {
    position: absolute;
    left: 46%;
    width: 5px;
    /* height: 51vh; */
    height: 120%;
    background-color: black;
    transform: rotate(9deg);
}

.rightCard {
    background: #120E14;
    position: absolute;
    right: 0%;
    width: 40%;
    height: 101%;
    /* padding-top: 4%; */
    /* padding-left: 8%; */
    /* padding-right: 4%; */
    clip-path: polygon(18% 0%, 100% 0, 100% 100%, 0% 100%);
    display: flex !important;
    justify-content: center;
    /* flex-direction: column; */
    /* gap: 8%; */
}

.content {
    /* display: flex !important; */
    /* flex-direction: column; */
    text-align: center;
    /* gap: 8%; */
    /* padding: 10px; */
    /* width: 100%; */
}

.content button {
    margin-bottom: 3%;
    margin-right: 5px;
    background: radial-gradient(50% 50% at 50% 50%, #633DAD 0%, #6D20FF 100%);
    height: max-content;
    width: max-content;
    padding: 2%;
    font-size: 14px;
}

.content button:hover {
    background: radial-gradient(50% 50% at 50% 50%, #633DAD 0%, #633DAD 100%);
}

.rightCard .rightCardChild {
    /* border: 1px solid #fff; */
    position: absolute;
    /* left: 13%; */
    right: 0;
    top: 5%;
    /* width: 85%; */
    width: 82%;
    height: 90%;

    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 5px;
    /* align-items: center; */
    /* padding: 2%; */
    /* padding-left: 4%; */
}

.chooseYourStyle {
    position: relative;
    top: 20px;
    text-align: center;
    /* font-family: 'Permanent Marker', cursive; */
    font-family: 'Inconsolata';
    font-size: 12px;
    color: darkgray;
    user-select: none;
}

.rightCard .row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 12px; */
    justify-content: space-between;
}

.rightCard .row2,
.rightCard .row3 {
    /* padding: 4% 10% 0%   18%; */
    display: flex;
    justify-content: flex-start;
}


.rightCard .row1Button1 {
    background: radial-gradient(50% 50% at 50% 50%, #633DAD 0%, #6D20FF 100%);
    border-radius: 18px;
    width: 46%;
    height: 5vh;
    font-size: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rightCard .row1Button2 {
    background: #120E14;
    border: 1px solid #fff;
    color: #fff;
    width: 46%;
    height: 5vh;
    font-size: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.rightCard .row1Button1:hover,
.rightCard .row1Button1:hover {
    opacity: 0.9;
}

.rightCard .row2 button,
.rightCard .row3 button {
    width: 80%;
    cursor: pointer
}

#Conversations,
#Images,
#Documents {
    user-select: none;
}

#Images {
    gap: 15px;
}

.cardbutton.active,
.cardbuttonConversations.active,
.cardbuttonImages.active,
.cardbuttonDocuments.active {
    /* background-color: #FF13EF !important; */
    /* background: #FF13EF !important; */
    /* color: white !important; */
    /* font-weight: bold; */
    transform: scale(1.1);
    /* box-shadow: 0 2px 10px rgba(235, 230, 230, 0.9); */
    /* margin-bottom: 4%; */
    /* transition: all 0.3s linear; */
    /* border: 2px solid #633DAD !important; */
    background: radial-gradient(50% 50% at 50% 50%, #d55ebb 0%, #d54cbc 100%) !important;
}

.generateMoreFlyersBox {
    display: flex;
    justify-content: center;
    margin-top: 10px;

}

.generateMoreFlyersButton {
    padding: 5px;
    border-radius: 10px;
    background: #FF13EF;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
}


.flyerBox {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cardbuttonImagesFlyers {
    padding: 5px 10px;
    width: 15vw;
    background: radial-gradient(50% 50% at 50% 50%, #633DAD 0%, #6D20FF 100%);
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
}

/* .cardbuttonImagesFlyers.active {
    background: radial-gradient(50% 50% at 50% 50%, #6e5ed5 0%, rgb(11, 122, 122) 100%) !important;
} */

/* CSS */
.button-85 {
    padding: 0.9em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

    font-size: 12px;
    text-wrap: nowrap;
    width: 10rem;
}

.button-85.active {
    /* color: #000 !important; */
    color: #fff !important;
    font-weight: bold;

}

.button-85.active::after {
    /* background: rgba(255, 255, 255, .9) !important; */
    background: #FF13EF !important;

}

/* .button-85:before {
    content: "";
    background: linear-gradient(45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(2px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
} */
.button-85:before {
    content: "";
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(2px);
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

#shareAndFeedBackDiv {
    /* position: absolute; */
    bottom: 0;
    /* border: 1px solid white; */
    /* transform: translateX(-8%); */
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10%;
}

#shareAndFeedBackDiv a {
    font-family: 'BentonSans';
    font-size: 0.5em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s linear;


}

#shareAndFeedBackDiv a:hover {
    scale: 1.1;
    /* letter-spacing: 1px; */
}

#shareButton {
    position: absolute;
    bottom: 0px;
    right: 4em;
}

#shareAndFeedBackDiv #shareButton:hover {
    color: #b94cd5 !important;

}


#shareButton ion-icon {
    font-size: 3em;
}

.feedbackButton {
    position: absolute;
    bottom: 0px;
    right: 9em;
    width: max-content;

}

.feedbackButton ion-icon {
    font-size: 3em;
}

/* #shareAndFeedBackDiv .feedbackButton:hover { */
/* color: gold !important; */

/* } */

.shareSocial {
    display: flex;
    justify-content: center;
}

/* #shareLinksDiv {
    opacity: 0;
    position: absolute;
    top: -50px;
    transition: .5s all;
} */

.feedbackModalBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.feedbackTextBox {
    width: 76%;
}

.feedbackTextBox textarea {
    resize: none;
}

.feedbackTextBox label {
    color: black;
    font-weight: bold;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.downoadButtonsBox {
    display: flex;
    justify-content: center;
    gap: 5%;
}






/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

.stage {
    padding: 5px 0px 5px 40px;
    align-self: flex-start
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #00CBA9;
    color: #00CBA9;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #00CBA9;
    color: #00CBA9;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background-color: #f4f3f3;
    margin-top: 3px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #00CBA9;
    border-radius: 10px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 5px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar ion-icon {
    font-size: 1.5em
}


/* ----- moblie view dashboard for not logged in users start*/

@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
@import "fonts.css";


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.UnRegUsersmainBox {
    position: relative;
    min-height: 100vh;
    background: black;
    display: flex;
    flex-direction: column;

}

.UnRegUsersmainBox .UncontentBox {
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.UnRegUsersmainBox .UncontentBox .UnpagesName {
    /* border: 1px solid #Fff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;

}

.UnRegUsersmainBox .UncontentBox .UnpagesName h1 {
    color: #fff;
    cursor: pointer;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox {
    border: 1px solid #FF13EF;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 0px;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox ion-icon {
    color: #FF13EF;
    font-size: 5em;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox .Untext {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox .UnButtons {
    display: flex;
    gap: 5%;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox .UnButtons .UnloginButton {
    border: 1px solid #FF13EF;
    background: black;
    color: #FF13EF;
    padding: 5px 15px;
    border-radius: 18px;
    width: 30vw;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox .UnButtons .UnsignupButton {
    border: 1px solid #FF13EF;
    background: #FF13EF;
    color: #fff;
    padding: 5px 15px;
    border-radius: 18px;
    width: 30vw;
    cursor: pointer;
    outline: none;
}




.playButtonSpan {
    position: absolute !important;
    right: 35px !important;
    bottom: -31px !important;
    width: 23px;
    /* font-size: 1.4em; */
    cursor: pointer;
}

.stopButtonSpan {
    position: absolute !important;
    right: 35px !important;
    bottom: -31px !important;
    font-size: 1.4em;
    cursor: pointer;
}

.paraImageBox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0em 4em;
}

.paraEachImageBox {
    width: 8vw;
    height: 8vw;
    border: 1px solid rgba(255, 19, 239, 0.3);
    border-radius: 5px;
    cursor: pointer;
    padding: 1%;
}

.paraEachImageFlyerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paraImageBox img {
    /* width: 100%; */
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.3s all ease-out;
}

.paraImageBox img:hover {
    transform: scale(1.05);
}

.downloadAsZipIconSpan {
    position: absolute;
    right: 3%;
    bottom: 5%;
    font-size: 20px;
    /* border: 1px solid !important; */
    cursor: pointer;
    z-index: 999;
}

.downloadAsZipIconSpan ion-icon {
    position: initial !important;
    pointer-events: none;
}


/* .swal-textCopied { */
/* width: 500px;
    height: 300px; */
/* } */

.initalPrompt {
    /* position: absolute; */
    /* top: 15%; */
    /* width: 58%; */

    display: flex;
    /* text-align: center; */
    font-weight: bold;

    width: 65%;
    padding: 5px;
    border-radius: 5px;
    background: lightgreen;
    transition: 0.5s all ease;

}

.initalPrompt b {
    margin-right: 5px;
}

.disabledButtons {
    opacity: 0.7;
    pointer-events: none;
}

#userInputTitleAndUserInputBoxParent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shareIconsBox {
    display: flex;
    justify-content: center;
}

/* ---------------------------------------------------------------- */
/* document upload tab styling */

.swal2-actions {
    gap: 1em;
}

#Documents {
    /* border: 1px solid white; */
    padding: 1.5em;
    align-items: initial;
}

.displayUploadedFilesBox {
    border: 1px solid white;
    border-radius: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 2px;
    overflow: auto;
}

.displayUploadedFilesBox .files {
    color: white;
    font-size: 12px
}

.uploadSelectedFileBox {
    /* border: 1px solid white; */
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#file {
    display: none;
}

.file-span {
    font-size: 9px;
    color: #fff;
    display: none;
}

.upload-wrap {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
    position: relative;
}

.upload-wrap-active .upload-label {
    display: none;
}

.upload-wrap-active .upload-file-submit {
    display: block;
}

.upload-label {
    width: 90%;
    border: 2px solid #433859;
    background: white;
    /* width: 20vw; */
    /* height: 15vh; */
    padding: 8px 0px;
    border-radius: 5px;
    cursor: pointer;
    /* font-size: 1.5em; */
    /* font-size: 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    transition: 0.5s;
}

.upload-label ion-icon {
    font-size: 1.3em;
    padding: 0px;
    margin: 0px;
}

.upload-label span {
    font-size: 12px;
}

.upload-label:hover,
.upload-file-submit:hover {
    background-color: #d6cff6;
    /* color: #000; */
}

.submitAndCancelButtonSpan {
    display: flex;
    gap: 4%;
    width: 90%;
}

.cancelUpload {
    background: red;
    color: white;
}

.upload-file-submit {

    display: none;
    border: 2px solid #433859;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 10px;
    font-weight: bold;
    /* height: 7vh; */
    flex: 1;

}

.upload-wrap-active .upload-file-submit {
    display: block;
}

.submitAndCancelButtonSpan {
    display: flex;
    gap: 4%;
}

.cancelUpload {
    background: red;
    color: white;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    /* border-radius: 4px; */
    /* padding: 10px; */
    /* color: #fff; */
    /* border: 1px solid #fff; */
    /* background: #413757; */
    color: #fff;
    align-items: center;
    transition: 0.5s;
}

.menu-item h3 {
    font-size: 12px;
    padding: 4px;
    margin-bottom: 0px;
}

.menu-item-active {
    opacity: 1;
}

.menu-item-submit {
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.menu-item-submit>span:nth-child(1) {
    cursor: pointer;
    color: #000;
}

.menu-item-submit>span:nth-child(2) {
    color: green;
    cursor: pointer;
    transform: translateY(-1px);
    font-weight: 700;
    padding-left: 5px;
}

.delete-button {
    display: block;
    /* transform: translateY(-400px); */
    font-size: 12px;
}

.menu-item:hover {
    background: #d6cff6;
    color: #000;
    cursor: pointer;
}

/* .menu-item:hover .delete-button { */
/* display: block; */
/* transform: translateY(0px); */
/* } */

/* .menu-item-editable { */
/* background: #dcdde0; */
/* } */

.menu-item-editable {
    /* background: #dcdde0; */
    background: #d6cff6;
    color: #000;

}

.creditsRemaining {
    /* color: wheat;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-size: 9px;
    width: max-content;
    z-index: 99999; */


    color: wheat;
    display: none;
    justify-content: center;
    font-size: 10px;
    /* opacity: 0; */

    /* display: flex; */
    /* position: absolute; */
    /* right: 6px; */
    /* bottom: 0px; */
    /* color: #fff; */
    font-size: 9px;
}

.flyersCreditsRemaining {
    color: wheat;
    justify-content: center;
    font-size: 10px;
    text-align: center;


    position: absolute;
    right: 6px;
    bottom: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 9px;
}

#creditsRemainingAmount {
    margin-left: 5px;
}

.noFileText {
    color: white;
    font-size: 0.75em;
    text-align: center;
    font-family: 'BentonSans';
}

.regenerateResponseButton {
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
    left: 25%;
    background-color: #9f08e0;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

.regenerateResponseButton:hover {
    opacity: 0.8;
}

/* ---------------------------------------------------------------- */

#textOutputInstruction {
    position: absolute;
    bottom: -2px;
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0px;
    padding: 0px 10px;
    border-radius: 5px;
    color: gray;
    width: 75%;
    text-align: center;

}


@media only screen and (max-height: 580px) {
    /* .UnRegUsersmainBox { */
    /* background: green !important; */
    /* } */

    .UnRegUsersmainBox .UncontentBox {
        justify-content: end;
    }

    .UnRegUsersmainBox .UncontentBox .UnpagesName h1 {
        font-size: 1.8em;
    }

    .UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox ion-icon {
        font-size: 3em;
    }

    .UnRegUsersmainBox .UncontentBox .UniconWithLoginSignupButtonsBox .Untext {
        margin-bottom: 5px;
        font-size: 0.8em;
    }



}

/* ----- moblie view dashboard for not logged in users end*/

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



@media (max-width:1150px) {
    .upload-file-submit {
        padding: 0px;
        width: 5vw;
        height: 3vh;
    }


    .upload-label span {
        font-size: 11px;
    }
}



@media (min-width:1010px) {
    .testimonial {
        height: 95vh;
    }

    .chatBox {
        width: 80%;
    }

    .move {
        width: 80% !important;
    }
}

@media (max-width:1010px) {

    /* .header1 {} */

    /* .header1 .header1LeftBox {} */

    .header1 .header1LeftBox span {
        font-weight: 900;
        font-size: 0.8em;
    }

    /* .header1 .header1RightBox { */
    /* right: 8%;
        scale: 0.6; */
    /* } */

    .header2 {
        height: var(--header2Height);
        /* padding: 0px 150px; */

    }

    .header2LeftBox {
        font-size: 24px;
    }

    .header2CenterBox {
        /* gap: 30px; */
        gap: 7%;
    }

    .header2CenterBox span {
        font-size: 1em;
    }

    /* .header2RightBox {} */

    /* .header2RightBox button { */
    /* padding: 5px;
        width: 8vw;
        font-size: 0.7em; */
    /* } */

    /* .testimonial {} */

    .leftCard {
        /* height: 70% !important; */
        width: 90%;
        gap: 5% !important;
    }

    /* .move .leftCard{
        width: 100% !important;
    } */

    .lineBetweenCard {
        width: 4px;
        /* height: 42vh; */
    }

    /* .rightCard { */
    /* height: 30%; */
    /* } */

    .leftCard .inputFieldHeading {
        font-weight: 700;
        font-size: 1.2em;
    }


    /* .leftCard .inputAndButtonBox { */
    /* width: 55%; */
    /* height: 10%; */
    /* } */

    .leftCard .userInputField {
        font-weight: 400;
        /* font-size: 8px; */
        /* line-height: 130%; */
        height: initial;
    }

    .rightCard .row1Button1 {
        width: 45%;
        height: 24px;
        font-size: 0.4em;
        /* font-weight: bold; */
    }

    .rightCard .row1Button2 {
        width: 50%;
        height: 24px;
        font-size: 0.4em;
    }
}


/* @media (max-width:420px) { */
@media (max-width:1000px) {
    .headerBox {
        height: 100px;
    }

    .header1,
    .header2 {
        display: none;
    }


    .mobilViewHeader {
        /* border: 1px solid red; */
        height: 100px;
        width: 100vw;
        position: relative;
        padding: 0 !important;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        justify-content: space-between;
        align-items: center;
        padding: 0px 10% !important;
        transition: all 0.1s;


    }

    .mobilViewHeader .centerHeading {
        font-family: 'Inconsolata';
        font-style: normal;
        font-weight: 900;
        font-size: 1.5em;
        /* text-transform: uppercase; */
        color: black;
        cursor: pointer;
        transition: all .6s linear;
        transform: translateX(0.5em);
    }

    /* .mobilViewHeader .hamburger {
        border: 1px solid;
        height: 100%;
        width: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    .testimonialBox {
        flex-direction: column;
        -webkit-clip-path: polygon(0% 36px, 36px 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 36px, 36px 0%, 100% 0%, 100% 100%, 0% 100%);

    }

    .testimonial {
        padding: 2% 5%;
        /* height: 100vh; */
        height: 90vh;

    }

    .testimonialBox:before {
        top: -49.5%;
    }

    .leftCard {
        position: relative;
        clip-path: none;
        padding: 0px;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        /* height: 60% !important; */
        height: 68% !important;
    }

    /* .chatBox {
        height: 74%;
    } */

    .message p ion-icon {
        bottom: -16px;
    }

    .aimessage p ion-icon {
        bottom: -26px;
    }

    .aimessage .playButtonSpan {
        bottom: -28px !important;
        right: 26px !important;
        width: 17px;
    }

    .aimessage .stopButtonSpan {
        right: 26px !important;
        bottom: -28px !important;
    }

    #exportChatIconSpan {
        right: 0;
        /* bottom: 43.5%; */
        /* bottom: 78px; */
        font-size: 1.25em;
    }

    .message {
        padding: 5px;
        padding-bottom: 20px;
        font-size: 0.7em;
    }

    .leftCard .inputFieldHeading {
        width: 100%;
    }

    .leftCard .inputAndButtonBox {
        width: 100%;
        /* height: 10%; */



    }

    .move {
        /* bottom: 28.8vh; */
        bottom: 30px;
        /* left: 10%; */
        height: 7% !important;
    }

    .moveUserInputTitle {
        /* bottom: 41%; */
        font-size: 0.6em !important;
        /* margin-left: 20%; */
    }

    .leftCard .userInputField {
        /* font-size: 0.8em; */
        font-size: 0.7em
    }

    .leftCard .inputAndButtonBox .ion-icon {
        flex: 0.25;
        cursor: pointer;
        font-size: 1.3em;
    }

    .rightCard {
        position: initial;
        clip-path: none;
        width: 100%;
        /* height: 40vh; */
        /* height: 35vh; */
        height: 40% !important;
    }

    .rightCardChild {
        position: initial !important;
        width: 100% !important;
        /* height: 100% !important; */
        /* justify-content: space-around !important; */
        /* justify-content: center !important; */

        padding-top: 10px;


    }

    .content {
        /* border: 1px solid wheat; */
        /* display: flex; */
        /* justify-content: center; */
        /* width: 80%; */
        height: max-content;
        padding: 8px;
        margin: 0px auto;
        line-height: 2em;
        /* overflow-x: scroll; */
        /* overflow-y: hidden; */
    }

    .content::-webkit-scrollbar {
        height: 5px;
        /* Set the desired height for the x-axis scrollbar */
    }

    .content button {
        padding: 1.5%;
        /* font-size: 0.9rem; */
        font-size: 0.6rem;
        font-family: 'BentonSans';
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .cardbutton.active,
    .cardbuttonConversations.active,
    .cardbuttonImages.active,
    .cardbuttonDocuments.active {
        margin-bottom: 0px;
        /* margin: 0px 5px 0px 0px; */
    }

    .chooseYourStyle {
        top: 6px;
        font-size: 14px;
    }

    .feedbackModalBody h2 {
        font-size: 1em;
    }

    #shareAndFeedBackDiv {
        position: initial;
        /* bottom: 5px; */
        /* left: 10px; */
        transform: translateX(0px);
        justify-content: center;
        gap: 2%;
        /* display: inline-block; */
    }

    /* #shareAndFeedBackDiv a { */
    /* padding: 4px;
        border: 1px solid white;
        border-radius: 5px; */
    /* } */

    .feedbackTextBox {
        width: 76% !important;
        /* resize: none; */
    }


    .mobileHeaderLoginButton {
        padding: 0px 7px;
        border-radius: 25%;

        background: #FF13EF;
        color: white;
        border-radius: 18px;
        transition: all 0.3s;
        cursor: pointer;
        transform: scale(1.1);
    }

    .mobileHeaderLogoutButton {
        padding: 6px 14px;

        /* background: #6e4a9b; */
        background: #bd0cb1 !important;
        color: white;
        border-radius: 5px;
        transition: all 0.3s;
        cursor: pointer;
        transform: scale(1.1);
    }

    .mobileHeaderLoginButton:hover,
    .mobileHeaderLogoutButton:hover {
        transform: scale(1.15);
        box-shadow: 0 4px 8px rgba(235, 230, 230, 0.9);
    }

    /* ------------------------------- */
    .top-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #00BAF0;
        background: linear-gradient(to left, #f46b45, #eea849);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #FFF;
        height: 50px;
        padding: 1em;
    }

    .menu {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .menu>li {
        margin: 0 1rem;
        overflow: hidden;
    }

    .menu-button-container {
        /* border: 1px solid; */
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0 !important;
    }

    #menu-toggle {
        display: none;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #fff;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }

    .menu-button::before {
        content: '';
        margin-top: -8px;
    }

    .menu-button::after {
        content: '';
        margin-top: 8px;
    }

    #menu-toggle:checked+.menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
    }

    #menu-toggle:checked+.menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }

    .menu-button ion-icon {
        font-size: 2em;
        transform: translateY(-0.4em);
    }

    #menu-toggle:checked+.menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: fixed;
        top: 0;
        margin-top: 100px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 1.5em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu>li a {
        display: flex;
        justify-content: center;
        margin: 0;
        /* padding: 0.5em 0; */
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }

    .paraEachImageBox {
        width: 20vw;
        height: 20vw;
    }

    .initalPrompt {
        /* top: 15%; */
        width: 100%;
        padding: 5px;
    }

    #shareButton {
        bottom: 0px;
    }

    .feedbackButton {
        bottom: 0px;
    }

    .drone {
        display: none;
    }

    .testimonial::before {
        background-size: 150vw 90vh;
        background-position-x: -60vw;
        transition: all 0.1s;
    }

    #textOutputInstruction {
        bottom: 5px;
        font-size: 8px;
        width: 90%;
        line-height: 9px;
        transform: translateX(-8px);
    }

    #Images {
        width: auto;
        flex-direction: row !important;
    }

    .imagesButtonsBox {
        margin: 0;
    }

    .featuresDivDetailsByMls {
        flex-direction: column;
    }

}

@media (max-width:750px) {
    .initalPrompt {
        font-size: 15px;
    }

    .leftCard {
        height: 80%;
    }

    #textOutputInstruction {
        bottom: 2px;
        line-height: 8px;
    }
}

@media (max-width:575px) {
    /* .testimonial {
        background-size: 255vw;
        background-position-x: -120vw;
    } */

    .flyerBox {
        /* width: 80%; */
        /* border: 1px solid white; */
    }

    .button-85 {
        padding: 6px 5px;
        /* width: 20vw; */
    }

    #Images {
        align-items: center;
        gap: 15px;
        /* padding-top: 15px; */
        flex-direction: column !important;
    }



}

@media (max-width:450px) {
    .testimonial {
        background-size: 282vw;
        background-position-x: -130vw;
    }

    #characterCount {
        bottom: -13px;
        right: 1px;
        font-size: 8px;
    }
}

/* 
@media (max-width:825px) {

} */

@media (max-width:420px) {
    /* .chatBox { */
    /* height: 81%; */
    /* } */

    /* .leftCard .inputAndButtonBox { */
    /* height: 9%; */
    /* } */

    .testimonialBox {
        clip-path: polygon(0% 30px, 30px 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .testimonialBox::before {
        top: -50.5%;
    }

    .move {
        bottom: 30px;
        height: 6% !important;
    }

    .moveUserInputTitle {
        bottom: 40%;
        font-size: 0.5em !important;
    }

    #exportChatIconSpan {
        /* right: 0%; */
        /* bottom: 50px; */
        font-size: 1em;
    }

    .initalPrompt {
        font-size: 12px;
    }

    .rightCard {
        height: 38% !important;
        padding-top: 10px;
    }

    .rightCard .rightCardChild {
        gap: 0px;
    }

    .content button {
        padding: 1.6%;
        font-size: 0.6rem;
        font-weight: 500;
        margin-bottom: 1%;
        margin-right: 1px;
        box-shadow: none !important;
    }

    .cardbutton.active,
    .cardbuttonConversations.active,
    .cardbuttonImages.active,
    .cardbuttonDocuments.active {
        /* margin-bottom: 2%; */
        /* margin: 0% 1% 1.5% 1%; */
        box-shadow: none !important;
    }

    .chooseYourStyle {
        font-size: 10px;
    }

    #shareAndFeedBackDiv {
        position: initial;
        /* bottom: 5px; */
        /* left: 10px; */
        transform: translateX(0px);
        justify-content: center;
        gap: 10%;
        /* display: inline-block; */
    }



    /* documents css */
    #Documents {
        padding: 1em;
    }

    .menu-item h3 {
        font-size: 8px;
    }

    .upload-wrap {
        gap: 0px;
    }

    .upload-label span {
        font-size: 8px;
    }

    .upload-label ion-icon {
        font-size: 14px;
    }

    .file-span {
        font-size: 8px;
    }

    .upload-file-submit {
        padding: 4px 4px;
        border-radius: 4px;
        font-size: 8px;
    }

    /* #shareButton ion-icon {
        font-size: 2em;
    } */

    #shareAndFeedBackDiv a {
        font-size: 0.35em;
    }

    #shareButton {
        bottom: -3em;
        right: 3em;
    }

    .feedbackButton {
        bottom: -3em;
        /* left: 1em; */
    }

    .regenerateResponseButton {
        left: 10%;
        font-size: 9px;
    }

    .testimonial {
        height: 84vh !important;
        background-size: 330vw;
        background-position-x: -150vw;
    }

    #textOutputInstruction {
        bottom: 1px;
        font-size: 7px;
        width: 85%;
        line-height: 7px;
        padding: 0;
    }

}

@media (max-width:361px) {

    .testimonial {
        height: 86vh !important;
    }

    /* #textOutputInstruction {
        bottom: 191px;
        font-size: 7px;
        width: 76%;
        line-height: 7px;
    } */
    .button-85 {
        padding: 3px 0px;
        width: 9rem;
        font-size: 10px;
    }

    /* .button-85.active{
        font-size: 10px;
    } */
}

/* .leftCard .inputAndButtonBox { */
/* height: 6%; */
/* } */

.leftCard .inputFieldHeading {
    font-size: 0.7em;
    user-select: none;
}

/* documents upload */
.upload-wrap {
    gap: 8px;
}

.file-span {
    font-size: 6px;
}

.upload-file-submit {
    padding: 3px 3px;
    font-size: 7px;
}


@media (max-width:265px) {
    /* body { */
    /* color: yellow !important; */
    /* } */

    .leftCard .inputFieldHeading {
        font-size: 0.7em;
    }

    /* .leftCard .inputAndButtonBox { */
    /* height: 7%; */
    /* } */

    .leftCard .userInputField {
        font-size: 0.5em;
        font-weight: bold;
    }

    .leftCard .inputAndButtonBox .ion-icon {
        font-size: 0.8em;
    }

    .chatBox {
        height: 82%;
    }

    #textOutputInstruction {
        line-height: 6px;
    }

    /* .rightCard {
        height: 30vh;
    } */

    .rightCard .rightCardChild {
        padding: 0%;
        padding-left: 0%;
        justify-content: space-evenly !important;
    }

    /* #shareAndFeedBackDiv a {
        font-size: 0.55em;
    } */

    #shareAndFeedBackDiv a:hover {
        scale: 1.1;
    }

    .move {
        bottom: 18px;
        height: 6% !important;
    }

    .moveUserInputTitle {
        /* bottom: 40%; */
        font-size: 0.5em !important;
    }

    #exportChatIconSpan {
        /* right: 0; */
        bottom: 45px;
        /* font-size: 1.2em; */
    }

    .content button {
        padding: 1%;
        font-size: 0.5rem;
        font-weight: bold;
        margin-right: 0px;
        margin-bottom: 0%;
    }


}

@media (max-height:600px) {
    .testimonial {
        height: 600px;
    }

    /* .rightCard {
        height: 150px;
    } */

    .move {
        /* bottom: 28%; */
        bottom: 37%;
    }

    .moveUserInputTitle {
        /* bottom: 39%; */
    }

    #exportChatIconSpan {
        bottom: 43%;
    }

    .chatBox {
        height: 51%;
    }

    .paraEachImageBox {
        width: 15vw;
        height: 15vw;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 600px) {
    .move {
        bottom: 2%;
    }

    .moveUserInputTitle {
        /* bottom: 15%; */
    }

    #exportChatIconSpan {
        bottom: 13.5%;
    }

    .chatBox {
        height: 72%;
    }
}



/* Extra small devices (phones) */
@media only screen and (max-width: 600px) and (max-height: 800px) {

    /* Your styles for small mobile devices here */
    .chatBox {
        height: 73%;
        /* background: red; */
    }

    /* #exportChatIconSpan {
        bottom: 63px;
    } */
}

/* Small devices (tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) and (max-height: 1024px) {

    /* Your styles for tablets here */
    .chatBox {
        height: 75%;
        /* background: red; */
    }
}

/* Medium devices (laptops and small desktops) */
@media only screen and (min-width: 1025px) and (max-width: 1440px) and (min-height: 768px) {

    /* Your styles for laptops and smaller desktops here */
    /* .chatBox {
        height: 78%;
        background: red;
    } */
}

/* Large devices (large desktop monitors) */
@media only screen and (min-width: 1240px) and (min-height: 600px) {

    /* Your styles for large desktop monitors here */
    .chatBox {
        height: 76%;
        /* background: red; */
    }
}