html, body {
  position: relative;
    padding:0;
    margin: 0;
    height:100vh;
    width: 100vw;
    /* overflow: hidden; */
    background-color: rgb(238, 232, 243);
    overflow-y: scroll;
  
  }
  
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* line-break */
  
  .line-break2 {
  
      height: 2em;
  }
  .line-break0 {
  
      height: .5em;
  }
  .line-break1 {
  
      height: 1em;
  }
 
  /* intro */


.container_intro {

  position: absolute;
  width: 100vw;
  height: 100vh; 
  margin: 0;
  /* overflow: hidden;  */
  z-index: 5;
  background: linear-gradient(
    70deg,
    #ee7752,
    #e73c7e,
    #23a6d5,
    #23d5ab,
    #ee7752
  );
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite;
 
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Privacy */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 210, 244, 0.7);
    z-index: 4;
    align-items: center;
    justify-content: center;
    color: white;

}

.modal-content {
    background-color: #f0a3f4fd; /* Neumorphic designs often use soft gray backgrounds */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    max-width: 300px;
    max-height: 30vh;
    overflow-y: auto; /* Enables vertical scrolling */

    /* Neumorphic shadows */
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #aeaeb0;
}


#modalToggle:not(:checked) + .modal-overlay {
    display: flex;
}

/* Neomorphic button styles */
.btn-neomorphic {
    margin-top: 30px; /* Increased spacing for mobile */
    display: block; /* Full-width button for easier tapping */
    width: 100%; /* Full width */
    padding: 10px 18px; /* Slightly increased padding for a larger touch target */
    border-radius: 10px;
    background-color: #f77de9b3;
    border: none;
    cursor: pointer;
    box-shadow: -5px -5px 10px #ffffff, 5px 5px 10px #ffffff;
    transition: all 0.2s ease-in-out;
    color: rgb(247, 232, 246);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

/* Media query for larger screens (e.g., tablets and desktops) */
@media (min-width: 768px) {
    .btn-neomorphic {
        display: inline-block;
        width: auto;
        margin-top: 15px;
    }
}



.btn-neomorphic:active {
    box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 7px #aeaeb0; /* Pressed effect */
}

/* Privacy */

/* BUTTONS */

#form-title {

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  letter-spacing: 5px;

}

#love_matchings, #at_messenger, #first_events, #infinity_nomads, #info_riddles {

  cursor: pointer;
  color:rgb(238, 124, 244);
  animation: title_text 0.5s;
  /* transition: 0.5s; */

}
@keyframes title_text {
  0% {
   color: rgb(109, 235, 246);
  }
  100% {
    background-color: transparent;
  }
}

#love_matchings:active, #at_messenger:active, #first_events:active, #infinity_nomads:active, #info_riddles:active {
  /* color: #23d5ab; */
  animation: none;
  }

/* INFO BUTTON */

#info_box {
  
 
  position: absolute;
  height: 250px;
  width: 250px;
  padding: .5em;
  background-color: #6aa8b1;
  border-radius: 1em;
  color: white;
  font-weight: bolder;
  box-shadow: 
  12px 12px 16px 0 rgba(0, 0, 0, 0.25),
  -8px -8px 12px 0 rgba(231, 178, 228, 0.3);
  overflow-y: scroll;
  z-index: 2;

}

#anchor_info_pop{

  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}

#title_steps{
  font-size: 18px;
}
.first_step{
  font-size: 15px;
}

a {
  color: rgb(159, 15, 145);
  background-color: transparent;
  text-decoration: none;
}

/* PROMA BUTTON */

.fs_button {

  position: relative;
  top: 10px;
  cursor: pointer;

}


.menu-item {
  width: 2em;
  height: 2em;
}

.menu-item path,
.menu-item polygon,
.menu-item rect {

  fill: #bd5fa9 ;
}

.menu-item:active {  
  stroke: #50e5b9;
}

/* LOADER AFTER CREATE SK */
#fs_button_loader_wrapper{
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#a_message{

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;

}

#algo_button_box {
  position: absolute;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background-color: rgb(238, 232, 243);
  z-index: 3;
  overflow-y: auto;
  
}

.digital_id {
  
font-size: 18px;
font-family: monospace;
color: #6d0bff;

padding-left: 20px;
padding-right: 20px;

}

#ceremony {
  font-size: 15px;

}
#association_algo_card {
  display: inline-flex;
}

.fields_algo {

  padding: 20px 5px 5px 5px;

}

.inputs_labels {

  color: #6d0bff;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;

}

/*  */

#second_orig{
  margin-left: 10px;
  margin-right: 10px;
}

.input_first_set {

  background-color: #e0e0e0;
  border: none;
  padding: 10px 25px;
  /* font-size: 50px; */
  border-radius: 25px;
  color: #333;
  cursor: pointer;
  outline: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  
}

.input_first_set:active {
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.5);
}

input {
  
  font-size: 16px;
  border: none;
  outline: none;
  width: 275px;
  height: 10px;
  background: none;
  color: #6d0bff;
  padding: 20px 10px 20px 5px;
  padding-left: 20px;
  border-radius: 25px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
  -webkit-box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
  -moz-box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
  appearance: none;
  -webkit-appearance: none;

}

.survey_options_algo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
}

.peer_orig_inputs {
  font-size: 14px;
  font-family: monospace;
  color: rgb(122, 95, 163);
  padding-bottom: 1em;
}

#message_to_peer{
 position: relative;
display: block;
  font-size: 14px;
  font-family: monospace;
  color: rgb(92, 191, 210);
  padding:1em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: rgb(196, 159, 234);
  opacity: 1; /* Firefox */

}

/* COPY BUTTON */

#wrapper_sk_show {

  display: inline-flex;
align-items: center;
  font-size: 20px;

}




.boxes { 

	float: left;
	padding:  5px 15px 5px;
  justify-content: center;
  align-content: center;
	text-align: center; 
	box-sizing: border-box;

}

/* .boxes_text{
  color: #0c9c07;
  cursor: pointer;
} */

.buttons_main{
  color: #0bdef5;
  cursor: pointer;
  animation: buttons_main_ani .5s;

}

#note_pad {
  border: 3px solid #d5aaf7;
  border-radius: 25px;
  margin: 10px;
 
}

#copy_field {
  border: 3px solid #d5aaf7;
  border-radius: 25px;
  margin: 10px;
 
}

@keyframes buttons_main_ani {
  0% {
    color: #f50bd6;
  }
  100% {
    background-color: transparent;
  }
}

.buttons_main:active{
  animation: none;
}



#close_tooltip_algo{

  text-decoration: none;
  cursor: pointer;

}

.close_tooltip_algo .fa-fire-flame-curved {

  font-size: 25px;

}

/* MESSAGES */
#wrapper_message_tools1, #wrapper_message_tools2 {
 margin: auto;
  display: flex;
  justify-content: space-between;
  width: 15em;
  font-size: 20px;
  

}

.chat_space {

  cursor: pointer;
  background-image: linear-gradient( rgba(4, 226, 246, 0.976) 35%, rgb(255, 0, 191));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: chat_space_ani .5s;

}

@keyframes chat_space_ani {
  0% {
    color: #f50bd6;
  }
  100% {
    background-color: transparent;
  }
}
.chat_space:active {
  animation: none ;
}


#container_algorand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgb(238, 232, 243);
    width: 100vw;
    height: 100vh;
    z-index: 1000;  /* Optional: ensure modal is on top */
    overflow-y: scroll;
}


#algo_gate {

    margin: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    background: rgba(201, 161, 232, 0.111);
    width: 70%;
    height: 50%;
    z-index: 500;
    padding: 20px;
    overflow-y: scroll;
    border-radius: 30px;
    
}

#overlay_algo_gate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Adjust blur value as needed */
    background-color: rgba(255, 255, 255, 0.5); /* Optional: for a colored overlay */
    z-index: 498; /* Ensure it overlays other content */
    text-align: center;
    justify-content: center;
    align-items: center;
  
    
}

#chats_title {

    position: relative;
    display: flex;
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(237, 18, 229); 
    margin: auto;
    z-index: 498;
    text-align: center;
    justify-content: center;
    align-items: center;
    
}

#chats_disclosure {

    position: relative;
    display: flex;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(237, 18, 229); 
    margin: auto;
    z-index: 498;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;

}

#in_out_messages {
  display:block;
  margin: auto;
  background: #eee;
  /* background: rgb(220, 218, 218); */
  height: 350px;
  width: 350px;
  overflow-y: scroll;
  max-height: 100%;
  max-width: 100%;
  border-radius: 20px;
  border:2px solid #debff0;
}

#wrapper_glass{
  display: flex;
  justify-content: center;
  
}
#glass{
  position:absolute;
  height: 350px;
  width: 355px;
  color: #ecf0f1;
  border-radius: 8px;
  padding: 20px;
  background: rgba( 255, 255, 255, 0.2 );
  border: solid 1px rgba(119, 99, 99, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(15px );
  z-index: 10
}

.text_area_data{

  padding: .5em;
  overflow-wrap: break-word;
  font-family: 'Courier New', Courier, monospace;
  font-size:16px;
  font-weight: bold;
}
.rendered_img{

  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.rendered_vid{

  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.pdf_iframe{

  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.fa-file-pdf{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}


#messages{  

  margin: auto;
  resize: none;
  font-family: 'Courier New', Courier, monospace;
  padding:10px;
  width:300px;
  box-sizing: border-box;
  font-size:16px;
  color: #a816b8;
  display:block;
  border-radius:10px;
  border:4px solid #a327ea;
  font-weight: bold;

}

.separator {
  height: 5px;
  width: 100%;
  background: rgb(178,216,238);
  background: linear-gradient(275deg, rgba(178,216,238,1) 0%, rgba(238,174,240,1) 100%);
}

#messages_count{
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 20px;
  width: 170px;
  font-size: 14px;
  font-weight: bold;
}


#wallet_connected_text_id {

  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  
}

/* COPY Wallet Address BUTTON */
.wallet_connected_chat {
   
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  font-family: Nunito, monospace;
  height: 40px;
  width: 350px;
  font-size: 18px;
  color: snow;
  border-radius: 50px;
  background: rgba(87, 14, 232, 0.247);
  letter-spacing: 0.3px;
  box-shadow: 0px 12px 17px rgba(0, 0, 0, 0.26);
  font-weight: 600;
  overflow-x: scroll;
  padding: .5em;
  cursor: pointer;
  max-width: 100%;
  transition: transform 0.1s ease-in-out;
  
}

.wallet_connected_chat:active {
    transform: scale(0.95);  /* Add this rule */
}

#wrapper_picker{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

#wrapper_username{
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;

}
#association_algo_password4 {
  width: 160px;
}
#association_algo_password5 {
  width: 160px;
}
#picker {
  padding-right: 1em;
}
#character_count{
  position: relative;
  display: flex;
  justify-content: center;
  /* padding-bottom: 1em; */
  font-size: 16px;
  font-weight: bold;
  font-family: monospace;
}
/* @media screen and (orientation: landscape) {
  #character_count{
    padding-bottom: 1em;
  }
} */

/* testing */

#input_label_button_farfalla_key {
  font-size: 20px;
  background-clip:inherit;
  background-image: linear-gradient(to right, rgb(251, 44, 244), rgb(14, 244, 163));
  -webkit-background-clip: text;
  color: transparent;
  display: inline;

  position: relative;
  animation: flash_text .5s;
 
}
#input_label_button_pub_key {

  font-size: 20px;
  background-clip:inherit;
  background-image: linear-gradient(to right, rgb(14, 244, 163), rgb(251, 44, 244));
  -webkit-background-clip: text;
  color: transparent;
  display: inline;

  position: relative;
  animation: flash_text .5s;
  /* padding-left: 20px;
  padding-right: 20px; */
  /* color: #ed52f5; */
}
#input_label_button_contact_key {
  position: relative;
  animation: flash_text .5s;
  color: #ed52f5;
}
#soft_encrypted_credential {
  position: relative;
  animation: flash_text .5s;
  color: #ed52f5;
}
@keyframes flash_text {
  0% {
    color: rgb(152, 147, 147);
  }
  100% {
    background-color:  transparent;
  }
}

#input_label_button_farfalla_key:active, #input_label_button_pub_key:active, #input_label_button_contact_key:active, #soft_encrypted_credential:active {
  animation: none;
 }

.ft_expanded {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}

.fa-copy{
  color: rgb(77, 227, 240);
  cursor: pointer;
}
.fa-clipboard-check{
  color: rgb(77, 227, 240);
}

#anchor_file_names{
  position: relative;
  display: block;
  text-align: center;
  color:#f50bd6;
  font-size: 14px;
  cursor: pointer;
}
.unlockElem{
  /* position: relative; */
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* width: 50px;
  height: 50px; */
}

.purple {
  background-color: rgb(240, 15, 214);
  border-radius: 50%;
}

.green {
  background-color: rgb(207, 180, 240);
  border-radius: 50%;
}

.separator_counter{
/* position: relative; */
  color: #08e1f9;
  font: 13px monospace;
  font-weight: bold;
  display: flex;
  justify-content: right;
 /* text-align: right; */
}

.fa-user-lock{
  /* color: rgb(186, 77, 240); */
  font-size: 20px;
  display: flex;
  justify-content: center;
}

#messages_count{
  display: flex;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#08f5ae), to(#dd00ff));
  border: 3px solid #FFFFFF;
  padding: 5px;
}
.messages_labels{
  display: flex;
  justify-content: space-evenly;
  /* margin: auto; */
  color: fuchsia;
  font-size: 13px;
  
}
.messages_labels div {
  margin: 0 20px;
}

#stop_recording{
  display: none;
}

/* creatives init button */

.section {
    margin: auto;
    font-family: 'Courier New', Courier, monospace;;
    color: #de0bff;
}

#title_riddle{
    padding: 10px;
}

.section p {
    text-align: justify;
}

.outer_mux {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 10px; /* Increased padding */
    margin: auto;
}
.inner_mux {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 10px; /* Increased padding */
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2); /* Added inset box shadow for more distinct border */
}
mux-player {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}


#blurred_backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px); /* Blur effect */
    z-index: 1; /* Lower z-index so it sits beneath #creative_modal */
}

#creative_modal {
    display: none; /* This will keep it hidden, use block or flex to show */
    position: fixed;
   justify-content: center;
   align-items: center;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
    overflow-y: auto;
    text-align: center;
    z-index: 2;
}

#image_riddle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; /* Adjust height as needed */
    background-color: #000;
    margin: auto;
    width: 60%;
    cursor: pointer;
    border: 15px solid black; /* Soft Pink */
    border-radius: 10px;
  }
  
  #image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

/* creatives init button */

  /* the Question of suffering */

  /* .the_question {
    text-align: center;
    position: relative;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    color: #3610ef;
    font-weight: 400;
} */
#table-container {
    display: table;
    width: 70%; /* or whatever width you want */
    height: 10vh; /* or whatever height you want */
    margin: auto;
}

#the_question {
    display: flex;
    justify-content: center; /* To center the text horizontally */
    align-items: center; /* To center the text vertically */
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 35px;
    color: #f21bf5;
    overflow-wrap: break-word; /* Breaks the word to prevent horizontal scrolling */
    padding: 10px; /* Optional: Adds padding around the text */
    margin: 10px; /* Optional: Adds margin around the container */
    width: 100%; /* Ensures that the container takes the full width */
}


/* Additional styles for ensuring the text wraps properly within the container */
#the_question:before {
    content: '\200B'; /* zero-width space to ensure the container doesn't collapse */
}

  /* the Question of suffering */

  /* the modal for info_riddle */

  #modal_riddle_info {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #f8e8f2;

    z-index: 5;
    text-align: center;
    overflow-y: auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(250, 178, 214, 0.931);
    flex-direction: row;
    font-weight: bolder;
    margin: auto;
}

#Intro_HH {
    padding-left: 1em;
    padding-right: 1em;
    color: #44eef7;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    text-shadow: 1px 1px 0 rgb(145, 19, 235), 
                 2px 2px 0 rgb(145, 19, 235), 
                 3px 3px 0 rgb(145, 19, 235), 
                 4px 4px 0 rgb(145, 19, 235);
}

#content_riddle {
   
    overflow-y: auto;
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;;
    font-weight: 300;
    color: #de0bff;
}

.closing_riddle_content {
    
    height: auto;
    width: auto;
    background-color: #f8e8f2;
    ; /* This color should match your background */
    border: none;
    border-radius: 12px;
    box-shadow:  10px 10px 15px #ea33bc, 
                 -10px -10px 15px #ffffff;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    color: rgb(241, 121, 191);
    font-weight: bold;
    padding: .75em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    font-family: 'Courier New', Courier, monospace;

}

#button_spacing_post1{
    gap: 10px;
}

.closing_riddle_content:active {
    box-shadow: inset 5px 5px 10px #d1d1d1, 
                inset -5px -5px 10px #ffffff;
}

.highlight_seeds {
    text-shadow: 1px 1px 0 #B4FEE7, 
    2px 2px 0 #B4FEE7, 
    3px 3px 0 #B4FEE7, 
    4px 4px 0 #B4FEE7;
}



#info_riddles {
    margin: auto;
    color: #B4FEE7;
    font-size: 30px;    
    display: block;
    border: 3px solid #B4FEE7;
    border-radius: 50%; /* Makes the border circular */
    text-align: center; /* Centers the text horizontally */
    width: 80px; /* Sets a fixed width */
    height: 80px; /* Sets a fixed height */
    line-height: 90px; /* Vertically centers the text */

}

#content_riddle a {
    color: #de0bff;
    text-decoration: underline;
    font-style: italic;
}

#gif_spiral {
    border: none;
    background-color: transparent;
    background-image: url('https://philia-chat-pullz.b-cdn.net/spiral_inv_027.gif');
    background-size: cover; /* This will ensure the GIF covers the entire element */
    background-repeat: no-repeat; /* This will prevent the GIF from repeating */
    background-position: center; /* This will center the GIF within the element */
    cursor: pointer;
    border-radius: 50%;  /* This will create a circular shape */
    overflow: hidden;  /* This will clip anything outside the circular shape */
    width: 80px;  /* Adjust to the desired width */
    height: 80px;  /* Adjust to the desired height */
    margin: auto;
    box-shadow: 30px 30px 35px rgba(202, 70, 235, 0.25);
}

#gif_spiral:active {
    transform: scale(0.95);    
}

#gif_spiral2 {
  border: none;
  background-color: transparent;
  background-image: url('https://philia-chat-pullz.b-cdn.net/spiral_014.gif');
  background-size: cover; /* This will ensure the GIF covers the entire element */
  background-repeat: no-repeat; /* This will prevent the GIF from repeating */
  background-position: center; /* This will center the GIF within the element */
  cursor: pointer;
  border-radius: 50%;  /* This will create a circular shape */
  overflow: hidden;  /* This will clip anything outside the circular shape */
  width: 80px;  /* Adjust to the desired width */
  height: 80px;  /* Adjust to the desired height */
  margin: auto;
  box-shadow: 30px 30px 35px rgba(202, 70, 235, 0.25);
}

#gif_spiral2:active {
  transform: scale(0.95);    
}

  /* the modal for info_riddle */  
  .neumorphic-form {
    height: 600px;
    width: 350px;
    margin: auto;
    background-color: #f8e8f2;
    padding: 2em;
    border-radius: 15px;
    box-shadow:  -10px -10px 20px #ffffff, 
                  10px 10px 20px #e3158a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.neumorphic-input {
    margin: auto;
    display: block;
    border: none;
    outline: none;
    padding: 1em;
    border-radius: 15px;
    background-color: whitesmoke;
    transition: box-shadow 0.3s ease-in-out;
}

.neumorphic-input:focus{
    box-shadow: inset -5px -5px 10px #ffffff, 
                inset 5px 5px 10px #c0aeb5;
}

#zkevm_message {

    width: 300px;
    height: 250px;
    resize: none;  /* Disables user resizing of the textarea */
    color: #c108f9;
    font-family: 'Courier New', Courier, monospace;
    overflow-y: scroll;
    font-size: 16px;
}
.suggestions-list {
   
    width: 250px;
    height: 100px;  /* Disables user resizing of the textarea */
    color: #c108f9;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    margin: auto;
    overflow-y: scroll;
  
}

.gap {
   
    border-bottom: 2px solid #08f5e9;
    width: 120px;
    display: inline-block;
    
}
.bubble-button {
    width: auto; /* Adjust as needed */
    padding: 5px 10px; /* Padding to give the button some space */
    color: #c108f9;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    border-radius: 25px; /* Adjust to get the desired rounded effect */
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #ec95e1;
    cursor: pointer; /* Change cursor to pointer on hover */
    text-align: center; /* Centering text horizontally */
    margin: 5px;
}

#zk_mess_cont {

    width: 350px;
    height: 375px;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
     /* Adjust height as needed */
}

#modal_seed_message{
  
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background-color: rgb(246, 207, 231);
    border: 1px solid rgb(255, 252, 255);
    border-radius: 10px;
    box-shadow: 7px 7px 15px rgb(221, 65, 227), -4px -4px 13px #fff;
    z-index: 1000;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;

}

#account_connected {

   
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12.5px;
    color: #7c08f9;

    font-family: 'Courier New', Courier, monospace;

}

#wrapper_account_connected{
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}