  body {
            background-image: url('images/backdrop-office.jpg');
background-size: cover;
            background-repeat: no-repeat;
            margin: 0;
            padding: 0;
            font-family: Poppins, sans-serif;
            position: relative;
            font-size:10pt;
          
  height: 100vh;
	  background-position:center;

        }



.container-wide {
padding:0px !important;
}



.close {
    color: #aaaaaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#taglineoutput {
font-size:11pt;
}

.taglines {
font-size:11pt;
}

.pickIdeaBtn {
background: none !important;
-webkit-appearance: none;
-moz-appearance: none;
color: #213142;
font-size: 11pt;
	margin-bottom:5px;
border: 1px solid #213142 !important;
}

.btn.pickIdeaBtn:hover .fa-regular.fa-circle-check {
    display: none;
}

.btn.pickIdeaBtn:hover .fa-solid.fa-circle-check {
    display: inline-block !important;
}


#briefModal {
	display:block !important;

}

h1 {
	font-size:32px;
line-height:38px;
}

        h1, h2, h3 {
        text-transform:uppercase;
        }
     .modal-content {
background-color: #fff;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
position: relative;
margin: 15% auto;
padding: 30px;
width: 90%;
max-width: 610px;
}
.modal {
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}   

.pulse-circle {
    width: 10px;
    height: 10px;
    background-color: #ebeb84;
border:2px white soild;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}


        .man-container {

            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 90%;



width:160%;
position:fixed;
	

        }



        .man {
            background-image: url('images/old-adman-3.gif');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center bottom;
            height: 100%;
            width: auto;
            position: relative;
        }

        .icons {
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
        }

        .icon {
            width: 70px;
            height: 70px;
            background-color: white;

            border-radius: 50%;
            margin-bottom: 10px;
            position: relative;
           
        }

        .icon img {

        }

        .lightbulb {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .lightbulb i {
            font-size: 24px;
            color: white;
        }

        .gradient {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 20%;
            background: linear-gradient(to top, rgba(0 , 0, 0, 0.6), transparent);
            background-blend-mode: multiply;
        }

        .button-container {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
			    width: max-content;
        }

        .button {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            margin: 0 10px;
border-radius:40px
        }

        .chat-bubble {
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);
          
            padding: 10px;
            border-radius: 20px;
        }





@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

#mic:active {
    animation: pulse 0.5s infinite;
	background-color: #87c9c1 !important;
}

 .buttonhotline {
display: inline-block;
border: none;
/* padding-top: 6px; */
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s;
font-size: 24px;
vertical-align: middle;
height: 50px;
width: 50px;
}



#drink {
    background-color: #e0e7f1; /* Different color */
    margin-left: 5px; /* Space to the right */
    color: #ffffff; /* Font color, adjust as needed */
display:inline-block;
}

#hat {
    background-color: #e0e7f1; /* Different color for hat icon */
    margin-right: 5px; /* Space to the left */
    color: #ffffff; /* Font color, adjust as needed */
display:inline-block;
}

.buttonhotline:hover {
background-color: #c9d3e0 !important;
		}

#framework {
margin:0px;
padding:0px;
padding-bottom:20px;
}
#framework li {
display: inline-block;
font-weight:100;
background:#fff;
color:#c6d0e0;
padding:5px 15px;
margin:2px;
margin-bottom:5px;
border-radius:30px;
font-size:10pt;
list-style-type:none;
}
.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 50px 50px 0;
  border-style: solid;
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) #775fa5 #775fa5;
 
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.note2:before {
border-color: rgba(255,255,255,0) rgba(255,255,255,0) #87c9c1 #87c9c1;
}
    .module {
        background-color: white;
        padding: 20px;
		margin:auto;
        margin-bottom: 30px;
        box-sizing: border-box;
        width: 90%;
		font-weight:normal;
		font-size:13px;
		
    }

    .module-half {
        width: 45%;
display:inline-table;
    }

    @media (max-width: 767px) {
        .module-half {
            width: 90% !important;
			margin-right:0px !important;
			margin-left:0px !important;
        }
    }

    .module-header {
        display: flex;

        align-items: center;
        margin-bottom: 20px;
    }

    .module-header h2 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        margin-left: 10px;
    }

    .module-header i {
        font-size: 20px;
        color: #213142;
    }

    .module-content {
        display: flex;
text-align:left;
        font-size: 14pt;
      
    }

    .module-content a {
      
        text-decoration: none;
    }

    .module-content.tweets {
        
    }

    .module-content.ads {
        
    }


	#conversation {
list-style: none;
margin: auto;
width: 100%;
padding: 0;
}

#conversation {
width:100%;
max-width:550px;
margin:auto;
}

.adman {

position: absolute;
display: inline-block;
max-width: 80%;
word-wrap: break-word;
border-radius: 0px;
padding: 0px;
font-size: 14pt;
bottom: 60px;
}



.user {
border-right: 3px solid #725fa3;
padding-right:20px;
position: relative;
margin-bottom: 10px;
display: inline-block;
max-width: 80%;
word-wrap: break-word;
border-radius: 10px;
padding: 10px;
	
}

.user:before {
content: "";
display: block;
position: absolute;
top: 0;
right: -15px;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #725fa3;
}

.avatar {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 50%;
display:inline-block;
}

input[type="text"] {
border: none !important;
font-size: 16px !important;
padding: 13px !important;
width: 90% !important;
border-radius: 10px;
background:#f2f5f8;
}

button {
background-color: #775fa5;
border: none;
border-radius: 40px;
color: #f2f5f8;
font-weight:500;
cursor: pointer;
display: block;
font-size: 19px;
margin: 20px auto 0;
padding: 10px 20px;
transition: background-color 0.2s ease-in-out;
}

button:hover {
background-color: #5c458b;
}

li.adman {
text-align: left;
}

li.user {
text-align: right;
}

li {

}

.dash-list {
list-style-type: none;
	margin-top:5px;
	}

		.dash-list li a {
		color:#213142 !important;
	}
			.dash-list li a:hover {
		color:#775fa5 !important;
	}


/* Hide user input on adman's responses */
li.adman + li.user {
display: none;
}
		
		
		@media only screen and (max-width: 843PX) {
  #theman {
    margin-bottom: 0px !important;
  }
			#mantitle {
				margin-bottom:0px !important;
			}
}

  #popup, #popup-2, #briefModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: hidden;
  }
  #popup-content, #popup-container, #briefContainer {
    background-color: white;
    padding: 30px;
	  max-width:500px;
	  margin:auto;
    text-align: center;
overflow-y: scroll;
max-height: 70%;
  }
  #popup-button {
    margin-top: 20px;
  }
#mic {
transition: color 0.5s;
	vertical-align:middle;
user-select: none;
    -webkit-user-select: none; 
-webkit-touch-callout: none;
}
        #micIcon {
            font-size: 24px;
            cursor: pointer;
        margin-right:7px;
 transition: color 0.5s; /* Smooth transition */
color:white;
        }
    #micIcon.recording {
        color: purple; /* Color when recording */
    }
  
        #audioAnimation {
            width: 50px;
            height: 10px;
            background: red;
            display: none;
            animation: animateHeight 1s infinite alternate;
        }
        @keyframes animateHeight {
            0% { height: 10px; }
            100% { height: 30px; }
        }
		@media (max-width: 768px) {
    #hotline-logo {
        display: none;
    }
    
    #hotline-logo-mobile {
        display: block !important;
    }
}
	    .main-container {
        float: left; /* Make it float to the left */
			position:relative;
      width: 100%;
      z-index: 1;
    }

    /* Define the message panel styles */
    .message-panel {
        height: 100vh; /* Make it full height */
        float: right; /* Float it to the right */
        overflow-y: auto; /* Add scrolling if content overflows */
        padding: 20px;
        box-sizing: border-box;
      position: absolute; 
display:none;
      bottom: 0;
      width: 100%;
      z-index: 2;
      background-color: #fff; /* Just for visualization. Change as needed */
    }

    .message-panel h2 {
        font-size: 20px;
        margin-top: 0;
        padding: 10px 0;

        text-align: center;
    }

    /* Add styling for the individual messages */
    .message {
        padding: 29px !important;
		text-align:left;
font-size: 13px;
		font-family:Poppins;
        background: #f2f5f8;
		margin-top: 10px;	
		border-radius:8px;
		max-width:300px;
		text-align:center;
		margin-bottom:20px !important;
	
}

		body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    height: 100vh;
    
}

.main-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.content-container {
    flex: 3; /* This means it takes up 75% (3 parts out of 4) */
    background-image: url('images/backdrop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.chat-panel {
    flex: 1; /* This means it takes up 25% (1 part out of 4) */
    background-color: white; /* or any other styling you want for the chat panel */
}

.man-container, .icons, .lightbulb, .button-container {
    /* No width: 100%; or other width defined. They will automatically fit within the content-container */
}


/* Default styles for larger screens, if any, would go outside of this media query. */




#closebox {
	display:block !important;}
#cm-view-ideas {
		display:inline-block !important;
	}
#viewIdeas {
display:inline-block !important;
	}

.man-container {
width:160%;
position:fixed;
	}




*, *::before, *::after {
    box-sizing: border-box;
}

.message {
    /* Your existing styles for message */
}

.highlightedMessage {
    
    /* Other styles for highlighting */
    position: relative;
}

.message {
    padding: 16px;
    margin: auto;
    border-radius: 0px; /* Slightly rounded corners like a Post-it */
    
    transition: transform 0.3s ease;
    display: flex; /* Use flex layout to accommodate the button */
    flex-direction: column; /* Stack content and button vertically */
    justify-content: space-between; /* Space between content and button */
    transform-origin: center bottom;
    word-wrap: break-word; /* Ensure long words do not overflow */
}




