body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.main_body {
  background-image: url('../images/main_image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform 0.5s;
}
/* Hide scrollbars for Chrome, Safari, and Opera */
html, body, .sidebar, .main-content, .any-scrollable-container { 
/* Apply to specific scrollable elements as needed */
-webkit-overflow-scrolling: touch; /* Smooth scrolling */
}

html, body {
overflow: hidden; /* Hide overflow on the main page */
}

body::-webkit-scrollbar, .sidebar::-webkit-scrollbar, .main-content::-webkit-scrollbar {
display: none;
}

html {
scrollbar-width: none; /* Firefox */
}

body {
-ms-overflow-style: none; /* IE and Edge */
}



.header-exp {
  position: absolute;
  right: 0;
  top: 157px;
  width: auto;
  min-width: 0;
  height: 80.7px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
  padding-left: 80px;
  padding-right: 80px;
  gap: 16px;
  box-sizing: border-box;
}

/* .inner-exp1{
  width: 129.986px;
  height: 37.078px;
  flex-shrink: 0;
} */

.inner-exp1{
  width: 560px;
  height: 81px;
  flex-shrink: 0;
}

.inner-exp2{
  width: 358.976px;
  height: 34.305px;
  flex-shrink: 0;
}

.inner-center {
  display: flex;
  width: 500.267px;
  height: 38.82px;
  padding-right: 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 11.305px;
  flex-shrink: 0;
}
.forms {
  transition: transform 0.5s;
}
.forms.hidden {
  transform: translateX(100%);
}


.hidden{
  display: none;
}


.glass-effect {
  background: rgba(255, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding-top: 30px; /* Add space for tabs */
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: red;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.25);
}
/* .control-panel {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px;
  font-family: monospace;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #4a4a4a;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: 'Courier Prime', monospace;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Courier Prime', monospace;
  position: absolute;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: 'Courier Prime', monospace;
  height: max-content;
  z-index: 1;
} */

.control-panel {
  position: absolute;
  /* top: 20px;
  left: 20px; */
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #4a4a4a;
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Courier Prime', monospace;
  height: max-content;
  z-index: 1;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

#single-submit1:disabled {
  background-color: #ccc; /* Gray background for disabled state */
  color: #666; /* Light text color for disabled state */
  cursor: not-allowed; /* Not-allowed cursor for disabled state */
}

.control-panel-label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.tabs {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 0, 0, 0.25);
}
.tab {
  flex: 1;
  padding: 10px 5px;
  cursor: pointer;
  background: rgba(255, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: white;
  text-align: center;
  border-right: 1px solid rgba(255, 0, 0, 0.25);
  margin-right: 5px; /* Add separation */
}
.tab:last-child {
  margin-right: 0;
  border-right: none;
}
.tab.active {
  background-color: darkred;
}
.tab-content {
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.disabled-button {
  background-color: #cccccc; /* Faded out color */
  color: #666666; /* Text color to match the faded button */
  cursor: not-allowed; /* Do not click pointer */
  opacity: 0.6; /* Optional: to make it look more disabled */
}



#explain{
  color: white;
}

/* constrol panel  */

.control-heading{

  /* background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px); */
  color: red;
  font-size: 20px;

}
/* .control-panel {
  font-family: monospace;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #4a4a4a;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  display: inline-block;
} */
.minimized {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  left: 20px;
  /* transform: translate(0, 0); initial position */
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;

}

.expanded {
  width: auto;
  height: max-content;
  top: 60px;
  left: 20px;
  transform: translateY(-40px);
  transition: all 0.5s ease-in-out;
}

@keyframes pulse_slow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

#maximize-btn.pulse_slow {
  animation: pulse_slow 3.5s 3;
}

.button {
  padding: 8px;
  border: none;
  /* background: none; */
  background-color:  rgba(244, 244, 245, 0.7);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Add smooth transition for scaling and background color */
}


.button:hover {
  /* background: rgba(255, 255, 255, 0.3); */
  background-color:rgba(224, 224, 225, 0.8);

  border-radius: 4px;
  transform: scale(1.1); /* Scale up the button slightly on hover */
}


.content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 99, 71, 0.5); */
  /* border-radius: 8px; */
  padding: 16px;
  position: relative;
}
.content-icon {
  position: absolute;
  left: 8px;
  width: 24px;
  height: 24px;
  background-image: url('https://example.com/path/to/paper-icon.png'); /* Add your paper icon URL */
  background-size: cover;
}
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}


.icon_big {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
/* beyond-container */

.beyond-container {
  font-family: monospace;
  /* background: rgba(255, 255, 255, 0.2); */
  /* backdrop-filter: blur(10px); */
  /* color: #4a4a4a; */
  padding: 16px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transition: opacity 0.5s, transform 0.5s;
}
.input-group {
  display: flex;
  margin-bottom: 20px;
}
.input-group input {
  flex-grow: 1;
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}
.input-group button {
  padding: 10px 20px;
  background-color: rgba(244, 244, 245, 0.7);
  color: black;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: lighter;
}
.icon-button {
  /* background-color: rgba(255, 107, 107, 0.7); */
  background-color: rgba(244, 244, 245, 0.7);
  border: none;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bolder;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Add smooth transition for scaling and background color */
}
.icon-button:hover {
  background-color: rgba(224, 224, 225, 0.8);
  text-decoration: none; /* Remove underline from link */
  transform: scale(1.1); /* Scale up the button slightly on hover */
}

.icon-button span {
  display: flex;
  align-items: center;
  color: inherit; /* Inherit text color */
  font-size: 1.5em; /* Adjust the font size as needed */
}

.left-containers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* max-width: 400px; */
  max-width: 200px;
}

.icon-button-full-width {
  background-color:  rgba(244, 244, 245, 0.7);
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
  font-weight: bolder;
  transition: background-color 0.3s;
  width: 100%;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Add smooth transition for scaling and background color */
}
.icon-button-full-width:hover {
  background-color: rgba(224, 224, 225, 0.8);
  text-decoration: none; /* Remove underline from link */
  transform: scale(1.1); /* Scale up the button slightly on hover */
}



/* messaging select dropdown (inside of beyond-container */
#messagingForm {
  position: relative; /* Needed to position the caret */
  max-width: 300px;
  margin: 20px;
  font-family: Arial, sans-serif;
}
/* messaging select dropdown */
.select-container {
  position: relative; /* Needed to position the caret */
  display: inline-block;
  width: 100%;
}

.form-select {
  font-family: "Roboto", sans-serif;
  display: block;
  width: fit-content;
  padding: 10px;
  padding-right: 30px; /* Make room for the caret */
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
}

/* Custom caret */
.caret {
  position: absolute;
  right: 30px;
  /* top: calc(50% - 55px); */
  top: calc(50% - 68px);
  color: black;; /* Adjust to vertically center */
  pointer-events: none; /* Allows clicks to pass through to the select */
  transition: transform 0.3s;
}

#username {
  font-size: 24px;
}
/* Flipped caret indicating dropdown is open */
.form-select.open + .caret .icon {
  transform: rotate(180deg);
}
/* end of messaging select dropdown */


/* communications button group */

.button_group_communications {
  font-family: Arial, sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 9999;
  /* background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px); */
  background: rgba(255, 255, 255, 0.4); /* Adjust the alpha for desired transparency */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #4a4a4a;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  bottom: -20px;
  right: 20px;
  scale: 0.80;
}

    .button-group {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin: 20px;
    }
    .button-group .button {
      position: relative;
      margin: 10px 0;
      padding: 10px;
      border: none;
      background: none;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .button-group .button:hover {
      transform: scale(1.1);
    }
    /* .button-group .button svg {
      width: 24px;
      height: 24px;
    } */
    .button-group .tooltip {
      display: none;
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateX(-100%) translateY(-50%);
      background: #333;
      color: #fff;
      padding: 5px 10px;
      border-radius: 4px;
      white-space: nowrap;
    }
    .button-group .button:hover .tooltip {
      display: block;
    }

    /* Idenfification Form */


    #openFormButton {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
  }

  #formContainer {
      z-index: 9999;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* width: 300px; */
      width: fit-content;
      padding: 20px;
      border-radius: 10px;
      backdrop-filter: blur(10px);
      /* background: rgba(255, 0, 0, 0.4); */
      background: rgba(200, 200, 200, 0.5);
      /* color: white; */
      color: white;
      /* #0b0b0b; */
      display: none;
      animation: fadeInUp 0.5s ease forwards;
  }

  .form-header {
      display: flex;
      justify-content: flex-end;
  }


  .close-btn {
      cursor: pointer;
  }

  .label_id, .input_id, .button_id {
      display: block;
      width: 100%;
      margin-bottom: 10px;
  }

  .input_id {
      padding: 5px;
      border: none;
      border-radius: 5px;
  }

  .icon-button-full-width_id {
    background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #4a4a4a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    font-weight: bolder;
    transition: background-color 0.3s;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
  }


  .icon-button-full-width_id:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  

  @keyframes fadeInUp {
      from {
          opacity: 0;
          transform: translate(-50%, -40%);
      }
      to {
          opacity: 1;
          transform: translate(-50%, -50%);
      }
  }

  @keyframes fadeOutDown {
      from {
          opacity: 1;
          transform: translate(-50%, -50%);
      }
      to {
          opacity: 0;
          transform: translate(-50%, -60%);
      }
  }

  /* end of Identification Form */


  /* customize coms */
  .color-picker-container {
    margin-left: 10px;
    cursor: pointer;
  }
  
  .color-picker-container svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
  
  .drop-zone {
    border: 2px dashed #ffffff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .drop-zone:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  

  /* loading spinner */

.spinner_voice {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



#loading-spinner_voice {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* display: block !important; */
}


/* NEW ITEMS TO ADD TO OMNI */
/* note update ifram and remove from above in new Omni */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  border: none;
}


/* BUTTON  VOICE*/
#ini_button {
    position: absolute; /* Ensure the button is positioned within its container */
    bottom: 50px;;
    right: 50px;
    z-index: 200; /* Ensure it is above other elements */
    display: inline-block; /* Make sure it is displayed as a button */
    cursor: pointer; /* Change cursor to pointer on hover */
    animation: pulse_voice 4s infinite;

}


.ini_button {
  position: absolute; /* Ensure the button is positioned within its container */
  bottom: 50px;;
  right: 50px;
  z-index: 200; /* Ensure it is above other elements */
  display: inline-block; /* Make sure it is displayed as a button */
  cursor: pointer; /* Change cursor to pointer on hover */
  animation: pulse_voice 4s infinite;

}


@keyframes pulse_voice {
0% {
    transform: scale(1.5);
}
50% {
    transform: scale(2);
}
100% {
    transform: scale(1.5);
}
}
/* end voice buttons */

/* MESSAGING BUTTON */

/* messaging css */

.body_messaging {
  font-family: 'Roboto', sans-serif;
}

.animate-slide-in {
  animation: slide-in 0.5s ease-out forwards;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#open-messenger:disabled {
  cursor: not-allowed;
}



.w-full {
width: 100%;
}

.max-w-4xl {
max-width: 48rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

._messageBubble_1toq4_1{
animation: pulse 4s infinite;
 /* Replace with your desired color */
}


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

/* MESSENGER */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.body_messaging {
  font-family: 'Roboto', sans-serif;
}

.animate-slide-in {
  animation: slide-in 0.5s ease-out forwards;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#open-messenger:disabled {
  cursor: not-allowed;
}


.w-full {
width: 100%;
}

.max-w-4xl {
max-width: 48rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

._messageBubble_1toq4_1{
animation: pulse 4s infinite;
 /* Replace with your desired color */
}

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

/* END OF MESSAGING */

/* CALL VOICE OMNI CSS */

@media (prefers-color-scheme: dark) or (prefers-color-scheme: no-preference) {
body {
  background-color: #181a1c;
  color: lightgray;
}
}

.avaya-logo {
display: block;
margin: 25vh auto 0;
}

.start-call-button {
margin-top: 5vh;
margin-left: 50%;
transform: translateX(-50%) scale(2);
}

#status[sdk-ready] .start-call-button:not([disabled]) {
display: none;
}

#status:not([sdk-ready]) .start-call-button[disabled] {
display: none;
}

.dropdown-button {
display: inline-block;
margin-top: 5vh;
margin-left: 50%;
transform: translateX(-50%);
}

.options {
display: none;
width: 24px;
height: 24px;
}

.options:not(:checked) + div {
display: none;
}

.options + div {
margin-left: 50%;
transform: translateX(-50%);

}

.table {
display: inline-grid;
grid-template-columns: auto auto;
gap: 1em;
}

.call-container {
  min-width: 28rem;
position: fixed;
top: 8vh;
left: 8vw;
bottom: 8vh;
right: 8vw;
z-index: 10;
background-color: white;
box-shadow: 0 0 1em 0 black,
0 0 0 100vw rgba(127, 127, 127, 0.5);

opacity: 0;
pointer-events: none;
transform: scale(.9);

transition: opacity 0.2s linear, transform 0.2s ease-out;
overflow-y: auto;
}

@media (prefers-color-scheme: dark) or (prefers-color-scheme: no-preference) {
.call-container {
  box-shadow: 0 0 1em 0 white,
  0 0 0 100vw rgba(127, 127, 127, 0.5);
}
}

#status[call-exists] .call-container {
opacity: 1;
pointer-events: inherit;
transform: scale(1);
}

.vertical {
display: flex;
flex-direction: column;
justify-content: space-around;
}

.horizontal {
display: flex;
justify-content: space-evenly;
flex-wrap: nowrap;
}

.user-icon {
font-size: 40vh;
}

.dial-pad {
display: grid;
grid-template-columns: repeat(3, 1fr);
}

.dial-pad > button {
width: 8vw;
height: 8vh;
line-height: 8vh;
font-size: 6vh;
margin: 1vh 1vw;
text-align: center;
}

#status:not([call-established]) .dial-pad {
visibility: hidden;
}

.call-buttons > * {
flex-shrink: 0;
}

.end-call-button {
min-width: 4em;
}

#status[speaker-muted] button[name=muteSpeaker] {
display: none;
}

#status:not([speaker-muted]) button[name=unmuteSpeaker] {
display: none;
}

#status[mic-muted] button[name=muteAudio] {
display: none;
}

#status:not([mic-muted]) button[name=unmuteAudio] {
display: none;
}

.dtmf:hover {
background-color: #45a049;
}
.dtmf:active {
background-color: #3e8e41;
}



/* call initiated */

.call-indicator {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: #f3f4f6; /* Adjust this color to match your 'bg-card' */
border: 1px solid #e5e7eb; /* Adjust this color to match your 'border-border' */
border-radius: 0.5rem;
max-width: 24rem;
margin-left: auto;
margin-right: auto;
}

.call-content {
display: flex;
align-items: center;
}

.call-icon {
width: 24px;
height: 24px;
margin-right: 0.75rem;
}

.call-text {
color: #1f2937; /* Adjust this color to match your 'text-card-foreground' */
}

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

.call-icon {
animation: pulse 1.5s infinite ease-in-out;
}


/* ERROR notification */
.error-notification {
display: flex;
align-items: center;
background-color: #FEE2E2;
border: 1px solid #F87171;
border-radius: 4px;
padding: 12px;
max-width: 400px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.error-icon {
width: 24px;
height: 24px;
margin-right: 12px;
fill: #DC2626;
}
.error-message {
color: #991B1B;
font-size: 14px;
line-height: 1.5;
}


/* call display */
.display {
background-color: #cfcfcf;
color: #333;
font-size: 32px;
font-family: 'Courier New', monospace;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
text-align: right;
min-height: 48px;
width: 100%;
}
/* END OF CALL VOICE OMNI CSS */


/* EMAIL INTEGRATION */

/* Modal container */
.modal {
display: none; /* Initially hidden */
position: fixed; /* Stay in place */
z-index: 1050; /* Sit on top */
padding-top: 100px; /* Location of the box */
position: fixed; 
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
animation: fadeIn 0.5s; /* Fade in animation */
}

/* Modal dialog */
.modal-dialog {
margin: auto;
position: relative;
width: auto;
pointer-events: none;
display: flex;
justify-content: center;
align-items: center;
position: fixed; /* or absolute if needed */
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Modal content */
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border-radius: 0.3rem;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
pointer-events: auto;
padding: 1rem;
width: 80%;
max-width: 600px;
animation: slideIn 0.5s;
}

/* Modal header */
.modal-header {
display: flex;
justify-content: flex-end;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}

/* Close button */
.btn-close-email {
background: none;
border: none;
font-size: 1.5rem;
line-height: 1;
color: #000;
opacity: 0.5;
cursor: pointer;
}

/* Button hover effect */
.btn-close-emaile:hover {
color: #000;
opacity: 0.75;
}

/* Form label */
.form-label {
font-weight: bold;
}

/* Form control */
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Success alert */
.alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}

.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}

/* Fade in animation */
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

/* Fade out animation */
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}

/* Slide in animation */
@keyframes slideIn {
from {
    transform: translateY(-20%);
}
to {
    transform: translateY(0);
}
}

/* TOOLTIP */
/* Custom tooltip container */
.tooltip_button {
position: absolute;
background-color: black;
color: white;
text-align: center;
border-radius: 4px;
padding: 5px;
font-size: 12px;
z-index: 1000;
opacity: 0;
transition: opacity 0.2s;
pointer-events: none;
}

.tooltip_button.show {
opacity: 1;
}

/* Styling for the tooltip arrow */
.tooltip_button::after {
content: '';
position: absolute;
top: 100%; /* Bottom of the tooltip */
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}

/* overlay */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1000; /* Ensure it sits above all other elements */
display: none; /* Hidden by default */
}



/* END OF EMAIL INTEGRATION */


/* DEBUG */

/* * {
    border: 1px solid red;
}

 */

/* NEW UI UX 9/19/2024 */

/* .sidebar {
position: absolute;
z-index: 9999;
height:100vh;
} */
.sidebar {
position: fixed;
left: 0;
top: 0;
width: 400px;
height: 100vh;
background-color: white;
transition: transform 0.3s ease-in-out;
z-index: 1000;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
transform: translateX(0);
overflow-y: auto;
padding: 16px;
scrollbar-width: none;  /* Firefox */
 overflow-y: auto; 
-ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.sidebar::-webkit-scrollbar { 
width: 0;  /* Remove scrollbar space */
background: transparent;  /* Optional: just make scrollbar invisible */
}

.sidebar.closed {
transform: translateX(-400px);
}

.sidebar-toggle.closed {
transition: transform 0.3s ease-in-out;
transform: translateX(-330px);
}

.sidebar-toggle {
position: absolute;
transition: transform 0.3s ease-in-out;
left: 350px;
transform: translateX(0);
top: 10px;
z-index: 1001;
background: white;
border: 1px solid #757474;
cursor: pointer;
padding: 8px;
border-radius: 0 4px 4px 0;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.sidebar-toggle svg {
width: 24px;
height: 24px;
transition: transform 0.3s ease-in-out;
}

.sidebar.closed .sidebar-toggle svg {
transform: rotate(180deg);
}

.main-content {
transition: margin-left 0.3s ease-in-out;
margin-left: 400px;
}

.main-content.shifted {
margin-left: 0;
}

.button_choice {
display: flex;
align-items: center;
gap: 8px;
}

.sidebar-content{
width: 100%;
height: 93%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.sidebar {
    width: 300px;
}
.sidebar.closed {
    transform: translateX(-300px);
}
.main-content {
    margin-left: 300px;
}
}
.sidebar-file {
display: flex;
width: 100%;
max-width: 400px;
height: 100%;
padding: 16px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 24px;
flex-shrink: 0;
border-bottom: 1px solid var(--Light-Gray-for-Dividers, #C3C7CE);
background: #FFF;
box-sizing: border-box;
overflow-x: hidden;
/* Hide scrollbar styles (for Chrome, Safari, and Edge) */
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.sidebar-file::-webkit-scrollbar {
display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.sidebar-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
width: 100%;
}

.sidebar-logo{
width: 109px;
height: 30.069px;
}

.sidebar-label{
color: #000;
font-family: "Noto Sans";
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 147.368% */
}
.sidebar-content-file {
width: 100%;
height: 93%;
display: flex;
gap: 24px;
flex-direction: column;
justify-content: flex-start; /* Add this line */
}
.sidebar-file-label {

}
.sidebar-stepper{

}


.file-upload-container {
width: 100%;
max-width: 400px;
padding: 12px;
background: #F1F1F1;
border-radius: 2px;
border: 1px #939393 solid;
text-align: center;
cursor: pointer; 
}

.file-upload-content {
padding: 39px 66px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
}
.file-icon {
width: 48px;
height: 48px;
padding: 4.5px 3px;
display: flex;
justify-content: center;
align-items: center;
}
.file-upload-text {
color: #242424;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.file-upload-input {
display: none;
}
.file-upload-container.dragover {
animation: pulse 1s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.upload-progress {
width: 100%;
margin-top: 20px;
display: none;
}
.upload-progress-content {
padding: 22px 16px 16px;
background: #FFF7EB;
border-radius: 4px;
border-left: 1px #B35C00 solid;
border-top: 6px #B35C00 solid;
border-right: 1px #B35C00 solid;
border-bottom: 1px #B35C00 solid;
display: flex;
align-items: flex-start;
gap: 16px;
}
.progress-text {
color: #242424;
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.progress-bar-container {
width: 100%;
margin-top: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.progress-icon {
width: 32px;
height: 32px;
position: relative;
}
.progress-icon::after {
content: '';
width: 28px;
height: 28px;
position: absolute;
left: 2px;
top: 2px;
background: #1B77AF;
}
.progress-bar {
flex-grow: 1;
height: 6px;
background: #E7F4FB;
position: relative;
}
.progress-bar-fill {
height: 100%;
width: 0%;
background: #1B77AF;
position: absolute;
transition: width 0.5s ease-in-out;
}
.file-name {
margin-top: 8px;
color: black;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.cancel-button {
margin-top: 8px;
padding: 2px 8px;
background: white;
border-radius: 2px;
border: 1px #DA291C solid;
color: #DA291C;
font-size: 14px;
font-weight: 400;
line-height: 20px;
cursor: pointer;
}

.upload-complete {
background-color: #1B77AF;
color: white;
}


/* MODAL */

#neo-modal-example {
display: none;
}

.neo-tooltip {
/* display: none; */
}

.neo-tooltip.active {
display: block;
}


.neo-tooltip__content {
position: absolute;
z-index: 100000;
/* background-color: #fff; */
padding: 10px;
border-radius: 4px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
visibility: hidden; /* Hidden by default */
opacity: 0;
transition: opacity 0.3s ease;
}

.neo-tooltip:hover .neo-tooltip__content {
visibility: visible;
opacity: 1;
}

/* 
.neo-modal__content {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99999;
background-color: white;
padding: 24px;
border-radius: 4px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border: 1px solid #C9C9C9;
width: auto;
max-width: 90%;
height: auto;
max-height: 90%;
overflow-y: auto;
display: flex;
flex-direction: column;
} */
.neo-modal__content {
  position: absolute;
  top: 35%;
  left: 30%;
  transform: translate(-50%, 0);
  z-index: 99999;
  background-color: white;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #C9C9C9;
  width: 35%; /* Adjust the width based on your needs */
  max-width: 100%;
  height: auto;
  min-height: 100px;
  /* max-height: 90%; */
  max-height: 425px;
  display: flex;
  flex-direction: column;
  overflow-y: auto; /* Change this for vertical scroll */
  overflow-x: hidden; /* Optional: prevents horizontal scroll */
}

.neo-modal__content > * {
max-width: calc(100% - 40px); /* Adjust the value based on your padding */
margin: 0 auto;
}

#demo-options {
position: absolute;
top: 100%;
/* top: 35%; */
transform: translateX(-50%);
z-index: 9999;
background-color: white;
color: black;
padding: 8px;
border: 1px solid #C9C9C9;
border-top: none;
border-radius: 4px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
min-width: 100%;
left: 50%;
}


#select-demo_container {
position: relative;
}

.fade-out {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

.neo-modal__background {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99998; /* Behind the modal content */
}


@keyframes clickAnimation {
0% { transform: scale(1); }
50% { transform: scale(0.95); }
100% { transform: scale(1); }
}

.button-click {
animation: clickAnimation 0.3s ease;
}

.custom-site-generator-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
display: none;
}

.custom-site-generator-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}

.custom-site-generator-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
border-radius: 4px;
width: 400px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
max-height: 80vh;   
overflow-y: auto; 
}

.custom-site-generator-container {
padding: 24px;
display: flex;
flex-direction: column;
gap: 24px;
}

.custom-site-generator-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.custom-site-generator-title {
color: #242424;
font-size: 19px;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
line-height: 28px;
}

.custom-site-generator-close {
padding: 5px;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.2s;
}

.custom-site-generator-close:hover {
background-color: #f0f9ff;
}

.custom-site-generator-form {
display: flex;
flex-direction: column;
gap: 16px;
}

.custom-site-generator-field {
display: flex;
flex-direction: column;
gap: 4px;
}

.custom-site-generator-label {
display: flex;
align-items: center;
gap: 4px;
color: #242424;
font-size: 12px;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
}

.custom-site-generator-required {
color: #DA291C;
}

.custom-site-generator-field input {
width: 100%;
height: 36px;
padding: 8px 12px;
border: 1px solid #939393;
border-radius: 2px;
outline: none;
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
color: #242424;
}

.custom-site-generator-field input:focus {
border-color: #1B77AF;
}

#custom-site-generator-submit {
width: 100%;
height: 36px;
background: #1B77AF;
color: white;
border: none;
border-radius: 2px;
cursor: pointer;
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
transition: background-color 0.2s;
margin-top: 8px;
}

#custom-site-generator-submit:hover {
background-color: #2188c9;
}


.modal-submit {
width: 100%;
height: 36px;
background: #1B77AF;
color: white;
border: none;
border-radius: 2px;
cursor: pointer;
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
transition: background-color 0.2s;
margin-top: 8px;
}

.modal-submit:hover {
background-color: #2188c9;
}

.neo-spinner-custom {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 8px;
border: 2px solid rgba(255, 255, 255, 0.8);
border-top: 2px solid transparent;
border-radius: 50%;
animation: spin-custom 0.8s linear infinite;
}

@keyframes spin-custom {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* SITE GENERATOR PROGRESS */

#generation-progress {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
min-width: 300px;
}

#generation-progress.hidden {
display: none;
}

@keyframes spin {
to {
  transform: rotate(360deg);
}
}

.progress-enter {
opacity: 0;
transform: translate(-50%, -20px);
}

.progress-enter-active {
opacity: 1;
transform: translate(-50%, 0);
transition: all 300ms ease-out;
}

.progress-exit {
opacity: 1;
transform: translate(-50%, 0);
}

.progress-exit-active {
opacity: 0;
transform: translate(-50%, -20px);
transition: all 300ms ease-in;
}

.input-no-outline:focus {
outline: none;       /* Removes default outline */
box-shadow: none;    /* Removes any potential focus box-shadow */
}

.end-call-button {
background-color: #8B0000;
color: white; /* This will make the text white for better contrast */
}

.end-call-button:hover {
background-color: #1d0202;
}

.mute-btn:hover{
background-color: #011401;
}

input:focus{
outline: none;       /* Removes default outline */
box-shadow: none;
}
#generated-site-html {
/* height: 100vh;  */
width: 100%;
overflow-y: auto; /* Changed from scroll to auto */
overflow-x: hidden;
/* position: fixed;  */
position: relative;
top: 0;
left: 0;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
z-index: -2;
pointer-events: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#generated-site-html::-webkit-scrollbar {
display: none;
}

/* Add styles for the inner content */
#generated-site-html > div {
min-height: 100%;
width: 100%;
position: relative;
}

#generated-site-html img {
width: 100%;
height: auto;
display: block;
object-fit: contain;
max-width: none;
}

/* #error_menu{
z-index: 99999;
} */
.color-bars-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
z-index: 1000;
animation: fadeIn 0.5s ease-in;
}

.color-bars-overlay .row {
display: flex;
height: 33.33%;
}

.color-bars-overlay .row div {
width: 14.28%;
height: 100%;
animation: colorPulse 2s ease-in-out infinite;
transition: all 0.8s ease;
}

@keyframes colorPulse {
0% { filter: brightness(0.9); }
50% { filter: brightness(1.1); }
100% { filter: brightness(0.9); }
}

/* First row colors with slower animation */
.color-bars-overlay .row:nth-child(1) div:nth-child(1) { background-color: #ccc; animation-delay: 0.3s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(2) { background-color: yellow; animation-delay: 0.6s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(3) { background-color: cyan; animation-delay: 0.9s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(4) { background-color: green; animation-delay: 1.2s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(5) { background-color: magenta; animation-delay: 1.5s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(6) { background-color: red; animation-delay: 1.8s; }
.color-bars-overlay .row:nth-child(1) div:nth-child(7) { background-color: blue; animation-delay: 2.1s; }

/* Second row colors with smooth gradient */
.color-bars-overlay .row:nth-child(2) div { 
background: linear-gradient(90deg, #48dbfb, #1dd1a1, #54a0ff);
background-size: 200% 100%;
animation: gradientMove 3s ease infinite;
}

/* Third row colors with slower transitions */
.color-bars-overlay .row:nth-child(3) div:nth-child(1) { background-color: white; animation-delay: 0.4s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(2) { background-color: black; animation-delay: 0.8s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(3) { background-color: purple; animation-delay: 1.2s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(4) { background-color: blue; animation-delay: 1.6s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(5) { background-color: black; animation-delay: 2.0s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(6) { background-color: black; animation-delay: 2.4s; }
.color-bars-overlay .row:nth-child(3) div:nth-child(7) { background-color: black; animation-delay: 2.8s; }

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

.fade-out {
animation: fadeOut 0.8s ease-out forwards;
}

@keyframes fadeOut {
from { opacity: 1; }
to { opacity: 0; }
}



#take-screenshot:hover {
background: #3291C9;
}

#screenshot-loader {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
z-index: 1001;
}

.accordion-content-inf {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }