body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, purple, #7622c5, rgb(206, 31, 212));
    color: #fff;
}





.header-title{
    text-align: center;  
    cursor: pointer;
}

main{
    margin-left: 6vw;
}

/* header{
    display: inline-flex;
}
 */
 /* Floral decoration top-right */
        .floral-decoration-top {
            position: absolute;
            top: -30px;
            right: 10px;
            width: 400px;
            height: 400px;
            opacity: 0.6;
            pointer-events: none;
            z-index: 1;
        }

        /* Floral decoration bottom-left */
        .floral-decoration-bottom {
            position: absolute;
            bottom: 30px;
            left: 1000px;
            width: 300px;
            height: 300px;
            opacity: 0.4;
            pointer-events: none;
            z-index: 1;
            transform: rotate(180deg);
        }

.sidebar, main{
    display: inline-flex;
}

.sidebar{
    display: block;
    width: 6vw;
    height: 100vw;
    position: fixed;
    background:rgba(0, 0, 0, 0.1);
    margin-left: -0.5rem;
    margin-top: -1.2rem;
}

.home-icon{
    margin: 1rem;
    width:50px;
    height: 50px;
    cursor: pointer;
}

.toggle-language{
    width: 73px;
    height: auto;
    padding:7px 12px 7px 8px;
    margin: 0.2rem;
    border-radius: 50px;
    border: none;
    text-align: left;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}


.display-intent p, .followup-container p {
background: #fff;
color:#000;
padding: 1rem;
border-radius: 0px 0px 10px 10px;
width: 68vw;
margin: 3rem 0 2rem 2%;
}

.avatar-icon{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 33.5vh;
    border-radius: 50px;;
}

h3{
    color:#7622c5;
}

a:hover{
    color:#7622c5;
}

.fallback-paragraph{
 margin-left: 2rem;
}

/* quick exit button */
.exit-link {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
    /* border: 1px solid black; */
    width: 100px;
    padding: 1px;
    margin: 0rem;
}

.exit-link:hover{
    color: #fff;
    list-style: underline;
}

.exit-link,
.clear-text,
.safety-warning {
    display: block;
}

.safety-warning {
    text-decoration: underline;
}

label {
    font-weight: bold;
}


#input-field{
    width: 60vw;
    height: 5vh;
    padding: 10px 10px 10px 20px;
    border: none;
    border-radius: 100px;
    font-size: 14pt;
}

#input-field:focus{
    outline: none;
    border: 1px solid #7622c5;
}

#submit-chat {
    margin: 1rem;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    /* font-weight: bold; */
    font-size: 12pt;
}

#submit-chat:hover { 
    background: #22c538;
    color: #fff;
    border: none;
    font-weight: bold;
}

/* clear-history button */
.clear-history {
    margin-left: 2.5rem;
    margin-bottom: 1rem;
    padding: 10px;
   border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    /* font-weight: bold; */
    font-size: 12pt;
}

.clear-history:hover {
    background: #7622c5;
    color: #fff;
    border: none;
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* safety warning measures */
.danger-icon,
.safety-warning {
    display: inline-flex;
}

.danger-icon {
    margin-top: 0.3rem;
}

.safety-container {
    display: inline-flex;
    text-decoration: none;
    /* padding: 10px; */
}

.safety-warning {
    padding-left: 10px;
    text-decoration: underline;
    margin-top: 0.4rem;
}

.exit-icon {
    margin-top: 0rem;
    
}

.exit-link {
    text-decoration: none;
    margin-left: 0.5rem;
}

.exit-link:hover {
    text-decoration: underline;
}

.exit-container {
    display: inline-flex;
}

.safety-container,
.exit-container,
.clear-text {
    display: flex;
    box-shadow: 1, 2, 8, rgba(0, 0, 0, 1);
    margin-left: 2.5rem;
}

.phone-icon {
    color: #22c55e;
}

.link-icon {
    background-color: #fff;
}

/* .display-intent {
    width: 95vw;
    background: rgb(247, 245, 245);
    margin: 0.5rem;
    padding: 0.5rem;
    list-style: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.form-wrapper{
     margin: 1rem 2rem;
}

.display-intent{
    margin: 1rem 2rem;
}

.option-button{
    margin: 0rem;
   /*  font-weight: bold; */
}

.shelter-div, .legal-div, .educational-div, .counselling-div, .medical-div, .helpline-div{
    width: 83vw;
    background: rgb(221, 219, 219); 
    color: #000;
    /* background: rgb(197, 70, 176); 
    color: #fff; */
    /* margin: 1rem auto; */
    margin: 1rem;
    padding: 0.5rem;
    list-style: none;
    box-shadow: #64646f33 0px 7px 29px 0px;
    border-radius: 10px 0px 10px 10px;
}

.answer-container{
    width: 75vw;
    margin: 3.3rem 1rem;
}


.avatar-qa-icon{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 33.5vh;
    left: 9rem;
    border-radius: 50px;;
}

li, .ans{
font-size: 13pt;
}

.educational-link, .website-resources{
    margin: 1rem 3rem;
    list-style: none;
    cursor: pointer;
}

.educational-link a{
    color: #fff;
}

.display-header{
     margin-left: 1.8rem;
}

li {
    margin-top: 0.5rem;
}

.option-button, .follow-up {
    margin-right: 1rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 12pt;
   /*  background-color: #fff; */
}

.followup-container{
    margin-left: 2rem;
}

.option-button:hover, .follow-up:hover {
    /* background: #c522af; */
    background: #7622c5;
    color: #fff;
    border: 1px solid #fff;
}

.image-container{
    max-width: 1600px;
    height: 800px;
    position: absolute;
    right: 2px;
    top: -17rem;
}

.ui-image{
    width: 100%;
    height: 100%;
}

@media(max-width: 480px){


    main{
    margin-left: 0rem;
    
    }

    .sidebar{
        display: none;   
    }

    .avatar-icon{
        top: 18rem;
    }

    .display-header{
        margin: 0.5rem;
    }

    .display-intent{
       margin: 1rem;
    }

    .shelter-div, .legal-div, .educational-div, .counselling-div, .medical-div, .helpline-div{
        width: 85vw;
        margin-left: 0.5rem;
    }

    .follow-up{
        display: flex;
        margin: 0.5rem;
    }

    .option-button{
        margin: 0.5rem;
    }

    .safety-container,
.exit-container,
.clear-text,
.clear-history {
    display: flex;
    box-shadow: 1, 2, 8, rgba(0, 0, 0, 1);
    margin-left: 1rem;
}
}