@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: dark;
  color: #ffffff;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* -webkit-text-size-adjust: 100%; */
}


#app {
  /* padding: 2rem; */
  background-color: #242424;
  /* background-color: #991919; */
  color: #ffffff;
}

a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: inherit;
}

a:hover {
  color: #111227;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: #242424;
  touch-action: manipulation; 
}

button {
  border-radius: 8px;
  background: #b7b7b7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #b7b7b7 0%, #ffffff 10%, #999999 85%, #666666 95%, #434343 100%); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #b7b7b7 0%, #ffffff 10%, #999999 85%, #666666 95%, #434343 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: rgb(2, 1, 1);
  padding-top: 0.8em;
  padding-right: 1.2em;
  padding-bottom: 0.8em;
  padding-left: 1.2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  transition: color 0.2s, box-shadow 0.25s, transform 0.1s, border-color 0.25s;
  user-select: none;
}

button:hover {
  color: #525252;
}

button:active {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  transform: translate(0px, 8px);
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

button:disabled,
button:disabled:active {
  background-color: #cccccc;
  color: #808080;
  cursor: not-allowed;
  transition: none;
  transform: none;
  /* box-shadow: none; */
}

.delete-button {
  color: red;
}

.green-overlay {
  background: linear-gradient(to bottom, #bbf0bb 0%, #ffffff 10%, #7ee47e 85%, #52b452 95%, #256d25 100%);
  background: linear-gradient(to bottom, #45818e 0%, #c9e6eb 10%, #45818e 85%, #76a5af 95%, #0c343d 100%);
}
.nav-bar {
  /* background-image: url('/metal.png');
    background-image: url('/metal-seamless.png'); */
  background-image: url("/metal-seamless-bright.png");
  /* flex-direction: row; */
  display: flex;
  justify-content: space-evenly;
  /* justify-content: space-between;
    justify-content: space-around; */
  width: 100%;
  /* min-height: 100px; */
  color: black;

  box-shadow: 1px 8px 15px rgb(0, 0, 0, 0.75);
  transition: box-shadow 0.3s ease;
}
.nav-bar-dark {
  background-image: url("/metal-seamless-dark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-bar-top {
  /* min-height: 150px; */
  /* min-height: 100px; */
  margin-top: 2.5%;
}
.top-margin {
  margin-top: 2.5%;
}
.bottom-margin {
  margin-bottom: 2.5%;
}

.bottom-page-margin {
  margin-bottom: 8%;
}

.margin-none {
  margin-bottom: 0;
}
.nav-bar-bottom {
  /* padding-bottom: 3%; */
}
.paging-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-bar {
  display: grid;
  grid-template-columns: auto min-content;
  width: 100%;
}

.grid-table-container {
  display: grid;
  place-items: center;
}

.grid-table {
  background-image: var(--background-image);
  padding-bottom: 8%;
  display: grid;
  width: 100%;
  min-height: 100vh;
  max-width: 800px;
  border-radius: 18px;
  /* overflow: hidden; */
  justify-items: center;
  align-content: start;
  position: relative;
  /* border: 5px solid orange; */
}

.grid-table-cell-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 5px solid rgb(51, 255, 0); */
  width: 95%;
  margin-bottom: 2.5%;
}

.grid-table-cell-narrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 5px solid rgb(208, 255, 0); */
  width: 70%;
  margin-bottom: 2.5%;
}

.grid-table-cell-narrow-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 5px solid rgb(208, 255, 0); */
  width: 50%;
  margin-bottom: 2.5%;
}


.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.label-text {
  text-align: left;
  width: 100%;
  /* margin-left: 2.5%; */
}

input,
textarea,
select {
  /* width: 300px; */
  font-family: Arial;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
  border-width: 0;
  background-color: black;
  box-shadow: 1px 3px 3px rgba(228, 226, 226, 0.5);
  transition: box-shadow 0.3s ease;
  color: white;
}


select {
  border-radius: 15px;
}
audio {
  width: 100%;
}

audio::-webkit-media-controls-panel {
  background-color: #000;
}

.hidden {
  display: none;
}

.inlayed {
  background-color: rgb(0, 0, 0);
  color: white;
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.inlayed-top {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  margin-bottom: 0;
}
.inlayed-bottom {
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
}

audio::-webkit-media-controls-panel {
  background-color: #333333;
}

audio::-webkit-media-controls-play-button {
  background-color: #666666;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(252, 4, 4, 0.7);
}

.svg-inline--fa {
  margin-right: 15px;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}

.checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.checkbox-custom input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-custom input:checked + .checkbox-custom::after {
  opacity: 1;
}

.checkbox-custom:hover {
  background-color: #333333;
}

.checkbox-custom input:checked + .checkbox-custom {
  background-color: #525252;
  border-color: #525252;
}

.multi-recipient-alert {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  opacity: 0.7;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);  */
  box-shadow: 1px 3px 3px rgba(228, 226, 226, 0.5);
  padding: 5px;
}


.row-no-buttons {
  cursor: pointer;
  transition: background-color 0.2s ease;
  /* padding-bottom: 7%; */
}

.row-no-buttons:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.row-no-buttons:not(:last-child) {
  border-bottom: 1px solid #555353;
}


.drop-shadow {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 8px 15px rgb(0, 0, 0, 0.75);
  transition: box-shadow 0.3s ease;
}

.three-dots {
  margin-left: 
  auto; margin-right: 10px;
}



.footer[data-v-e2958cbf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2em;
  color: #6c757d;
}

.close[data-v-614388e1] {
  font-size: 20px;
  color: black;
  cursor: pointer;
}
.modal[data-v-614388e1] {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn-614388e1 0.5s;
  margin-top: 25px;
}
.modal-content[data-v-614388e1] {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: slideIn-614388e1 0.5s,pulse-614388e1 2s infinite;
}
@keyframes fadeIn-614388e1 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slideIn-614388e1 {
from {
    transform: translateY(-50px);
}
to {
    transform: translateY(0);
}
}
@keyframes pulse-614388e1 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}


:root {
  --v3mc-border: #434343;
  --v3mc-bg-dark-light: #2e2e32;
  --v3mc-primary: #ccc;
  --v3mc-white: #434343;
  --v3mc-radius-small: 2px;
  --v3mc-dark-text: #888;
  --v3mc-fade-grey-dark-8: gray;
  --v3mc-text-color: #555;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  color-scheme: dark;
  color: #ffffff;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.full-width,
.select-box,
.select-trigger {
  width: 100%;
}
.select-box {
  padding: 0 10px;
  border: none; 
  height: 40px;
  background-color: transparent;
  color: black;
  /* font-family: 'Pacifico', cursive;  */
  font-family: 'Lobster'; 
  text-align: center; 
  font-size: 1.2em; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
  -webkit-appearance: none; 
  appearance: none;
}
.select-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.select-trigger {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}
.dropdown-container {
  position: absolute;
  background-color: rgb(19, 7, 7);
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  box-sizing: border-box;
  /* margin-top: 35px; */
  margin-top: -20px;
  border-radius: 20px 20px 0 0;
}
.dropdown-container ul {
  z-index: 1;
  border: 1px solid var(--v3mc-border);
  border-top: 0;
  border-radius: 0 0 3px 3px;
  left: 0;
  padding: 8px;
  position: absolute;
  top: -1rem;
  width: 95%;
  list-style: none;
  max-height: 315px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* background-color: #434343; */
  background-color: #FAECCF;
  border-radius: 20px;

  box-shadow: 
    4px 4px 4px rgba(0, 0, 0, 0.4),
    8px 8px 8px rgba(0, 0, 0, 0.3),
    16px 16px 16px rgba(0, 0, 0, 0.2),
    32px 32px 32px rgba(0, 0, 0, 0.1);
}
.dropdown-container ul li {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.dropdown-container ul li label {
  cursor: pointer;
  color: #000000;
  line-height: 1.2;
  display: flex;
  align-items: center;
  text-align: start;
  margin: 8px 0;
}
.dropdown-container ul li:not(:last-child) {
  border-bottom: 1px solid #5e5d5d;
}
.dropdown-container ul li input {
  margin-right: 8px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  width: 90%;
}
.dropdown-container ul li input + span {
  position: relative;
  top: 0;
  /* background: var(--v3mc-white); */
  display: inline-block;
  /* margin: 10px 0.5em; */
  padding: 0;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  border-radius: var(--v3mc-radius-small);
  transition: all 0.3s;
}
.dropdown-container ul li input + span:after {
  background-size: 70%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background-position: center;
  color: var(--v3mc-primary);
}
.dropdown-container .search-container {
  background-color: #434343;
  flex: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 8px;
  box-sizing: border-box;
  border-left: 1px solid var(--v3mc-border);
  border-right: 1px solid var(--v3mc-border);
  text-align: start;
  height: 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.dropdown-container .search-container label {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 12px;
  width: 100%;
}
.dropdown-container .search-container label > span {
  display: flex;
  gap: 4px;
}
.dropdown-container .search-container label > span button {
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-container .search-container label input[type="text"] {
  font-size: 1rem;
  padding: 0 10px;
  line-height: 1.5;
  width: 100%;
  height: 30px;
}
.dropdown-container .search-container + ul {
  top: 60px;
  padding-top: 0;
  margin-top: 0;
}
input {
  border-radius: 10px;
}
* {
  font-family: Arial, sans-serif;
}
body,
button,
a,
input,
textarea,
select,
.label-text,
.checkbox-custom,
.multi-recipient-alert {
  font-size: 20px;
  font-weight: bold;
}
.custom-divider {
  height: 5px;
  background-color: #ccc;
  margin: 10px 0;
}
.selector-item {
  margin-left: 20px;
}
.centered-text {
  text-align-last: center;
}
select {
  border-radius: 15px;
  text-align: center; 
  text-align-last: center;
}
.selector-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.centered-text {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-box {
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: black;
  font-family: 'Lobster', cursive;
  font-size: 1.2em;
  cursor: pointer;
}
.select-trigger {
  position: relative;
  width: 100%;
}
.select-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}


.nav-bar[data-v-f167fea2] {
  width: 100%;
  background-image: url("/metal-seamless-bright.png");
  /* box-shadow: 1px -8px 15px rgb(0, 0, 0, 0.75); */
  box-shadow: 1px 8px 15px rgb(0, 0, 0, 0.75);
  transition: box-shadow 0.3s ease;
  /* border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden; */
}
button[data-v-f167fea2] {
  width: 175px;
  padding: 0.8em 1.2em;
}

.grid-table-cell-logo {
  flex-direction: column;
  justify-content: left;
  align-items: left;
}
.logo {
  max-height: 55px;
  margin-left: 1.5%;
}
.settings {
  cursor: pointer;
  font-size: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cassette-img[data-v-efa0b720] {
  max-width: 95%;
  max-height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.call-to-selector-container[data-v-efa0b720] {
  display: flex;
  justify-content: center;
  position: relative;
  top: 67px;
  width: 90%;
}
@media (min-width: 600px) {
.call-to-selector-container[data-v-efa0b720] {
    top: 95px;
    font-size: 2.5vmin;
}
}
@media (orientation: landscape) {
.cassette-img[data-v-efa0b720] {
    /* display: none; */
}
}

/* 
.grid-table {
  position: relative;
  height: 100vh;
} */
.fixed-nav-bar[data-v-efa0b720] {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px; 
  /* border-top-left-radius: 18px;
  border-top-right-radius: 18px; */
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  /* box-shadow: 1px -8px 15px rgb(0, 0, 0, 0.75); */

  background-color: white;
  z-index: 1000;
}
body[data-v-efa0b720] {
  overflow: hidden;
}
.grid-table[data-v-efa0b720] {
  height: 100vh;
}




.nav-bar-top[data-v-9d7a57b9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-group[data-v-9d7a57b9] {
    width: 100%;
    margin-bottom: 15px;
}
input[type="text"][data-v-9d7a57b9],
input[type="password"][data-v-9d7a57b9] {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}
button[data-v-9d7a57b9] {
    width: 100%;
    padding: 0.8em 1.2em;
    background-color: #4CAF50;
    /* color: white; */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
button[data-v-9d7a57b9]:hover {
    background-color: #45a049;
}
.success-message[data-v-9d7a57b9] {
    color: #4CAF50;
    font-weight: bold;
}
.error-message[data-v-9d7a57b9] {
    color: #f44336;
    font-weight: bold;
}


table[data-v-9ab2a161] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th[data-v-9ab2a161], td[data-v-9ab2a161] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.cassette-img[data-v-9ab2a161] {
    margin-top: 80px;
    max-width: 85%;
    max-height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (orientation: landscape) {
.cassette-img[data-v-9ab2a161] {
    /* display: none; */
}
}
.fixed-family-navbar[data-v-9ab2a161] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    width: 100%;
    max-width: 800px; 
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index: 1000;
}

table[data-v-c0c5f815] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th[data-v-c0c5f815],
td[data-v-c0c5f815] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th[data-v-c0c5f815] {}

.title-container[data-v-2dae46f8] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.arrow[data-v-2dae46f8] {
    margin-right: 10px;
    transition: transform 0.3s ease;
    font-size: 20px;
}
.arrow-down[data-v-2dae46f8] {
    transform: rotate(90deg);
}
.centered-summary[data-v-2dae46f8] {
    text-align: center;
    margin: 0;
}

/* .label-text {
    margin-bottom: 5px;
} */

/* textarea {
    width: 100%;
    margin-bottom: 15px;
} */

/* button {
    padding: 8px 16px;
    cursor: pointer;
} */

/* .grid-table-cell-wide {
    width: 100%;
    box-sizing: border-box;
} */

/* .column {
    display: flex;
    flex-direction: column;
} */

.audio-recorder[data-v-612e31e3] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recording-indicator[data-v-612e31e3] {
  color: black;
  margin-right: 5px;
}
.recording-indicator.recording[data-v-612e31e3] {
  color: red;
}
.use-recording-checkbox-container[data-v-612e31e3] {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}
.use-recording-checkbox[data-v-612e31e3] {
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.use-recording-checkbox[data-v-612e31e3]:checked::after {
  content: '';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.use-recording-checkbox[data-v-612e31e3]::after {
  content: '\2714';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.use-recording-checkbox[data-v-612e31e3]:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
.use-recording-checkbox-container span[data-v-612e31e3] {
  color: #ffffff;
}
.use-recording-checkbox:disabled+span[data-v-612e31e3] {
  color: #a0a0a0;
}
.recording-button[data-v-612e31e3] {
  height: 55px;
}
.recording-button[data-v-612e31e3]:disabled,
.use-recording-checkbox:disabled+span[data-v-612e31e3] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* record buttons */
.button-container[data-v-612e31e3] {
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  /* max-width: 300px; */
  margin: 10px 0;
}
.action-button[data-v-612e31e3] {
  flex: 1;
  margin-right: 5px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.action-button[data-v-612e31e3]:last-child {
  margin-right: 0;
}
.recording-indicator[data-v-612e31e3] {
  color: black;
  margin-right: 5px;
}
.recording-indicator.recording[data-v-612e31e3] {
  color: red;
}
.hidden-audio[data-v-612e31e3] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}



.time-and-days-selector[data-v-586556ea] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.day-checkbox[data-v-586556ea] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day-checkbox input[type="checkbox"][data-v-586556ea] {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}
.time-selector[data-v-586556ea] {
  margin-bottom: 10px;
  height: 50px;
  /* width: 35%; */
  background-color: #45818e;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 10px;
}
.day-checkbox label[data-v-586556ea] {
  font-size: 16px;
}
.question-details[data-v-586556ea] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.question-mapping-container[data-v-586556ea] {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.days-selector[data-v-586556ea] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  justify-content: space-evenly;
}
.day-button[data-v-586556ea] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 1px 3px 3px rgba(228, 226, 226, 0.5);
  transition: box-shadow 0.3s ease;
}
.day-button.selected[data-v-586556ea] {
  background-color: #45818e;
  color: #fff;
}
.grid-table-cell-wide .question-subject[data-v-586556ea] {
  align-self: flex-start;
}
.scheduled-date[data-v-586556ea] {
  color: #45818e;
  font-weight: bold;
  margin-top: 5px;
}
.delete-question[data-v-586556ea] {
  color: #fff;
  opacity: 0.5;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.delete-question[data-v-586556ea]:hover {
  opacity: 1;
}
.question-details[data-v-586556ea] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question-mapping-container[data-v-586556ea] {
  display: flex;
  align-items: center;
}
.ghost-class[data-v-586556ea] {
  opacity: 0.5;
  background: #c8ebfb;
  border: 2px dashed #45818e;
}
.debug-info[data-v-586556ea] {
  font-size: 0.8em;
  color: #888;
  margin-top: 5px;
}
.draggable-handle[data-v-586556ea] {
  cursor: move;
  padding: 5px;
  margin-right: 10px;
  color: #45818e;
}
.ghost-class[data-v-586556ea] {
  opacity: 0.5;
  background: #c8ebfb;
}
.debug-info[data-v-586556ea] {
  font-size: 0.8em;
  color: #888;
  margin-top: 5px;
}
.draggable-container[data-v-586556ea] {
  width: 95%;
}
.draggable-container[data-v-586556ea]>* {
  width: 95%;
}
.grid-table-cell-wide[data-v-586556ea] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.question-content[data-v-586556ea] {
  display: flex;
  align-items: center;
  width: 100%;
}
.question-subject[data-v-586556ea] {
  flex-grow: 1;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.delete-question[data-v-586556ea] {
  cursor: pointer;
  padding: 10px;
}
.fa-grip-vertical[data-v-586556ea] {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.fa-grip-vertical[data-v-586556ea]:hover {
  opacity: 1;
}
.past-fixed[data-v-586556ea] {
  color: red;
}
.fixed-schedule-row[data-v-586556ea] {
  /* background-color: #123942; */
  color: #fff;
}
.slot-schedule-row[data-v-586556ea] {
  background-color: #123942;
  color: #fff;
}

/* .fixed-schedule-row .scheduled-date {
  color: #000;
  color: #45818e
} */
.instagram-icon[data-v-586556ea] {
  margin-left: 5px;
  color: #C13584; /* Instagram's brand color */
}
.indicator[data-v-586556ea] {
  color: orange;
  margin-right: 5px;
}
.time-pickers[data-v-586556ea] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.time-separator[data-v-586556ea] {
  color: white;
}
.time-selector[data-v-586556ea] {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.time-and-date-selector[data-v-ac31366b] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.selector[data-v-ac31366b] {
  margin: 0 5px;
  height: 50px;
  width: 30%;
  background-color: #45818e;
  color: white;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.clear-button[data-v-ac31366b] {
  height: 50px;
  width: 15%;
  background-color: #d9534f;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.clear-times-mark[data-v-ac31366b] {
  height: 50px;
  width: 50px;
  border: none;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.question-nav-bar[data-v-ac31366b] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.nav-button[data-v-ac31366b] {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 10px;
  transition: background-color 0.3s;
}
.nav-button[data-v-ac31366b]:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.nav-button[data-v-ac31366b]:hover:not(:disabled) {
  background-color: #0056b3;
}
.question-counter[data-v-ac31366b] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.sms-checkbox-container[data-v-ac31366b] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sms-checkbox[data-v-ac31366b] {
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  /* border: 2px solid #007bff; */
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* 
.sms-checkbox:checked {
  background-color: #007bff;
} */
.sms-checkbox[data-v-ac31366b]:checked::after {
  content: '\2714';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sms-checkbox-label[data-v-ac31366b] {
  user-select: none;
  font-size: 16px;
}
.repeatSelector[data-v-ac31366b] {
  margin: 0 5px;
  height: 50px;
  background-color: #45818e;
  color: white;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.audio-recorder-container[data-v-ac31366b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.schedule-container[data-v-ac31366b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 95%;
  /* padding: 15px; */
}
.schedule-row[data-v-ac31366b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.schedule-row label[data-v-ac31366b] {
  flex: 1;
  text-align: left;
  margin-right: 15px;
}
.selector[data-v-ac31366b] {
  flex: 2;
  padding: 8px;
  border-radius: 4px;
  /* border: 1px solid #ccc; */
}
.clear-button[data-v-ac31366b] {
  width: 200px;
  padding: 8px;
  background-color: #d9534f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}
.clear-button[data-v-ac31366b]:hover {
  background-color: #c9302c;
}
.title-container[data-v-ac31366b] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
  /* padding: 10px; */
  border-radius: 8px;
}
.arrow[data-v-ac31366b] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-ac31366b] {
  transform: rotate(90deg);
}
.centered-summary[data-v-ac31366b] {
  font-size: 20px;
  font-weight: bold;
}
.title-container[data-v-ac31366b] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
.arrow[data-v-ac31366b] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-ac31366b] {
  transform: rotate(90deg);
}
.centered-summary[data-v-ac31366b] {
  font-size: 20px;
  font-weight: bold;
}
.centered-summary[data-v-ac31366b] {
  text-align: center;
  margin: 0;
}
.title-container[data-v-ac31366b] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.arrow[data-v-ac31366b] {
  margin-right: 10px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-ac31366b] {
  transform: rotate(90deg);
}
.centered-summary[data-v-ac31366b] {
  text-align: center;
  margin: 0;
}
button[data-v-ac31366b]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
audio[data-v-ac31366b]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.time-and-date-selector[data-v-c81440c1] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.selector[data-v-c81440c1] {
  margin: 0 5px;
  height: 50px;
  width: 30%;
  background-color: #45818e;
  color: white;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.clear-button[data-v-c81440c1] {
  height: 50px;
  width: 15%;
  background-color: #d9534f;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.clear-times-mark[data-v-c81440c1] {
  height: 50px;
  width: 50px;
  border: none;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.question-nav-bar[data-v-c81440c1] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.nav-button[data-v-c81440c1] {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 10px;
  transition: background-color 0.3s;
}
.nav-button[data-v-c81440c1]:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.nav-button[data-v-c81440c1]:hover:not(:disabled) {
  background-color: #0056b3;
}
.question-counter[data-v-c81440c1] {
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.sms-checkbox-container[data-v-c81440c1] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sms-checkbox[data-v-c81440c1] {
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  /* border: 2px solid #007bff; */
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* 
.sms-checkbox:checked {
  background-color: #007bff;
} */
.sms-checkbox[data-v-c81440c1]:checked::after {
  content: '\2714';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sms-checkbox-label[data-v-c81440c1] {
  user-select: none;
  font-size: 16px;
}
.repeatSelector[data-v-c81440c1] {
  margin: 0 5px;
  height: 50px;
  background-color: #45818e;
  color: white;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.audio-recorder-container[data-v-c81440c1] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.schedule-container[data-v-c81440c1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 95%;
  /* padding: 15px; */
}
.schedule-row[data-v-c81440c1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.schedule-row label[data-v-c81440c1] {
  flex: 1;
  text-align: left;
  margin-right: 15px;
}
.selector[data-v-c81440c1] {
  flex: 2;
  padding: 8px;
  border-radius: 4px;
  /* border: 1px solid #ccc; */
}
.clear-button[data-v-c81440c1] {
  width: 200px;
  padding: 8px;
  background-color: #d9534f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}
.clear-button[data-v-c81440c1]:hover {
  background-color: #c9302c;
}
.title-container[data-v-c81440c1] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
  /* padding: 10px; */
  border-radius: 8px;
}
.arrow[data-v-c81440c1] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-c81440c1] {
  transform: rotate(90deg);
}
.centered-summary[data-v-c81440c1] {
  font-size: 20px;
  font-weight: bold;
}
.title-container[data-v-c81440c1] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
.arrow[data-v-c81440c1] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-c81440c1] {
  transform: rotate(90deg);
}
.centered-summary[data-v-c81440c1] {
  font-size: 20px;
  font-weight: bold;
}
.centered-summary[data-v-c81440c1] {
  text-align: center;
  margin: 0;
}
.title-container[data-v-c81440c1] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.arrow[data-v-c81440c1] {
  margin-right: 10px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-c81440c1] {
  transform: rotate(90deg);
}
.centered-summary[data-v-c81440c1] {
  text-align: center;
  margin: 0;
}
button[data-v-c81440c1]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
audio[data-v-c81440c1]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.post-actions[data-v-0ec415eb] {
  margin: 1.2em auto;
}
.follower-container[data-v-0ec415eb] {
  max-height: 150px;
  overflow-y: auto;
  margin-bottom: 15px;
  border: none;
}
.follower-grid[data-v-0ec415eb] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
}
.follower-item[data-v-0ec415eb] {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.follower-left[data-v-0ec415eb] {
  width: 30px;
  flex-shrink: 0;
}
.follower-item input[data-v-0ec415eb] {
  margin: 0;
  width: auto;
}
.follower-name[data-v-0ec415eb] {
  flex: 1;
  text-align: left;
  padding-right: 30px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-container[data-v-0ec415eb] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
button[data-v-0ec415eb] {
  width: 100%;
  /* padding: 8px 16px; */
  border-radius: 4px;
  cursor: pointer;
}
.instagram-post-container[data-v-0ec415eb] {
  /* padding: 20px; */
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  /* margin-top: 20px; */
}
.answer-details[data-v-0ec415eb] {
  margin-top: 20px;
  text-align: left;
  width: 100%;
  max-width: 600px;
}
.error-message[data-v-0ec415eb] {
  color: red;
  margin-top: 20px;
}
.loading[data-v-0ec415eb],
.generating-message[data-v-0ec415eb] {
  margin-top: 20px;
  font-style: italic;
}
.generated-post[data-v-0ec415eb] {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
}
.generated-post img[data-v-0ec415eb] {
  width: 100%;
  height: auto;
}
button[data-v-0ec415eb]:disabled {
  background-color: #b2dffc;
  cursor: not-allowed;
}

.ignore-section[data-v-e38f084b] {
  display: flex;
  justify-content: center;
}
.ignore-checkbox-container[data-v-e38f084b] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ignore-checkbox[data-v-e38f084b] {
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.ignore-checkbox[data-v-e38f084b]:checked::after {
  content: '\2714';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ignore-checkbox-label[data-v-e38f084b] {
  user-select: none;
  font-size: 16px;
}
.question-container[data-v-e38f084b] {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.title-container[data-v-e38f084b] {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 8px;
  width: 100%;
}
.arrow[data-v-e38f084b] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-e38f084b] {
  transform: rotate(90deg);
}
.question-title[data-v-e38f084b] {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.grid-table-cell-wide[data-v-e38f084b] {
  grid-column: 1 / -1;
}
.instagram-image[data-v-e38f084b] {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.ig-caption[data-v-e38f084b] {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
}
.row-no-buttons[data-v-e38f084b] {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
.inlayed[data-v-e38f084b] {
  margin: 10px 0;
  padding: 10px;
  border-radius: 8px;
}

.question-info[data-v-efeb55b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.question-datetime[data-v-efeb55b6] {
  color: #45818e;
  /* font-size: 0.9em; */
}
.question-duration[data-v-efeb55b6] {
  color: #45818e;
  /* font-size: 0.9em; */
}
.grid-table-cell-wide .question-subject[data-v-efeb55b6] {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.call-content[data-v-efeb55b6] {
  display: flex;
  gap: 15px;
  width: 100%;
}
.image-column[data-v-efeb55b6] {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.ig-post-image[data-v-efeb55b6] {
  border-radius: 4px;
}
.indicators[data-v-efeb55b6] {
  color: orange;
  position: absolute;
  right: 0;
  top: 0;
}
.names[data-v-efeb55b6] {
  color: #666;
  margin-right: 5px;
}

.config-bar[data-v-5c2edad2] {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  background-color: #f0f0f0;
}
button[data-v-5c2edad2] {
  width: 125px; 
  padding: 10px 20px;
  cursor: pointer;
}


.NavBar[data-v-3b9dbd7b] {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 125px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.container[data-v-55f9949f] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sender[data-v-55f9949f] {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  background-color: black;
  color: white;
}
.message-info[data-v-55f9949f] {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.button-group[data-v-55f9949f] {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
button[data-v-55f9949f] {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
}
button[data-v-55f9949f]:hover {
  background-color: #0056b3;
}

.sms-checkbox-container[data-v-56d1ba93] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sms-checkbox[data-v-56d1ba93] {
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  /* border: 2px solid #007bff; */
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* 
.sms-checkbox:checked {
  background-color: #007bff;
} */
.sms-checkbox[data-v-56d1ba93]:checked::after {
  content: '\2714';
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sms-checkbox-label[data-v-56d1ba93] {
  user-select: none;
  font-size: 16px;
}

/* Keep styles from the original file plus the IgAuth scoped style */
.instagram-auth[data-v-502c3350] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Existing .delete-button or other styles can stay here */
.delete-button[data-v-502c3350] {
  background-color: red;
  /* color: white; */
}

/* Add any additional styles if needed */

.call-status[data-v-90bbd2dd] {
  background-color: white; 
  color: black;
  width: 60%; 
  height: 40px; 
  border: none;
  border-radius: 20px; 
  padding: 0 15px; 
  font-size: 16px; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
  text-align: center;
}

.form-group[data-v-c3efcd26] {
    margin-bottom: 3rem;
}
label[data-v-c3efcd26] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
input[data-v-c3efcd26] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn[data-v-c3efcd26] {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.btn[data-v-c3efcd26]:hover {
    background-color: #0056b3;
}
.notification[data-v-c3efcd26] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}
.notification.success[data-v-c3efcd26] {
    background-color: #d4edda;
    color: #155724;
}
.notification.error[data-v-c3efcd26] {
    background-color: #f8d7da;
    color: #721c24;
}

/* Remove styles related to logs and prompts */
.tabs-container[data-v-48b2e938] {
  display: flex;
  flex-direction: column;
}
.tabs[data-v-48b2e938] {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
button[data-v-48b2e938] {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.tab-content[data-v-48b2e938] {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
body[data-v-68414571] {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
}
.container[data-v-68414571] {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin-top: 20px;
}
h2[data-v-68414571] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
p[data-v-68414571] {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}
input[type="text"][data-v-68414571],
  input[type="password"][data-v-68414571],
  select[data-v-68414571] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}
button[data-v-68414571] {
    border-radius: 8px !important;
    background: #007bff !important;
    border: none !important;
    color: white !important;
    padding: 10px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: block !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
button[data-v-68414571]:hover {
    background-color: #0056b3 !important;
}
button[data-v-68414571]:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(2px) !important;
}
button[data-v-68414571]:focus,
  button[data-v-68414571]:focus-visible {
    outline: 4px auto -webkit-focus-ring-color !important;
}
button[data-v-68414571]:disabled,
  button[data-v-68414571]:disabled:active {
    background-color: #cccccc !important;
    color: #808080 !important;
    cursor: not-allowed !important;
    transition: none !important;
    transform: none !important;
}
.time-picker-container[data-v-68414571] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}
.time-picker[data-v-68414571],
  .timezone-picker[data-v-68414571] {
    flex: 1;
    padding: 8px 12px;
    margin-bottom: 0 !important;
    border: 1px solid #dddfe2;
    border-radius: 6px;
    font-size: 16px;
    color: #1c1e21;
    background-color: #fff;
    transition: border-color 0.2s;
    height: 36px;
    box-sizing: border-box;
}
.time-picker[data-v-68414571]:focus,
  .timezone-picker[data-v-68414571]:focus {
    border-color: #1877f2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.2);
}
.time-picker[data-v-68414571]:hover,
  .timezone-picker[data-v-68414571]:hover {
    border-color: #1877f2;
}
  
  /* Update dev buttons styles */
.dev-buttons[data-v-68414571] {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dev-button[data-v-68414571] {
    background: #ff4444 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    width: auto !important;
}
.helper-text[data-v-68414571] {
    color: #65676B;
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0;
}
.login-instructions[data-v-68414571] {
    color: #65676B;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.login-details[data-v-68414571] {
    font-size: 16px;
    color: #1C1E21;
    margin-bottom: 15px;
}
.credential[data-v-68414571] {
    font-weight: 600;
}
.login-button[data-v-68414571] {
    width: 100% !important;
    margin-top: 10px !important;
}
  
  /* Update standardized text styles */
.signup-title[data-v-68414571] {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
.signup-step[data-v-68414571] {
    font-size: 16px;
    color: #333;
    margin: 15px 0 10px 0;
    line-height: 1.4;
}
.signup-instruction[data-v-68414571] {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
}
.connected-account[data-v-68414571] {
    font-size: 16px;
    color: #4CAF50;
    margin: 15px 0;
    padding: 10px;
    background-color: #f0f8f0;
    border-radius: 4px;
    text-align: center;
}
.error-message[data-v-68414571] {
    font-size: 16px;
    color: #f44336;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff2f2;
    border-radius: 4px;
    text-align: center;
}
  
  /* Remove the background and adjust spacing for login credentials */
.login-credentials[data-v-68414571] {
    margin: 15px 0;
    padding: 0;
    background: none;
}
.login-credentials p[data-v-68414571] {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
}
  
  /* Remove old conflicting styles */
.info[data-v-68414571],
  .error[data-v-68414571],
  .login-instructions[data-v-68414571],
  .login-details[data-v-68414571],
  .helper-text[data-v-68414571] {
    display: none;
}
input[data-v-68414571] {
    font-size: 16px
}
.ig-auth-button[data-v-68414571] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.signup-title[data-v-68414571] {
  font-size: 16px;
}
.status-icon[data-v-68414571] {
  font-size: 1.5em;
}
.status-icon.success[data-v-68414571] {
  color: #4CAF50;
}
.status-icon.failed[data-v-68414571] {
  color: #f44336;
}
.info[data-v-68414571],
.error[data-v-68414571] {
  padding: 15px;
  margin: 10px 0;
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  color: #3b3b3b;
}
.error[data-v-68414571] {
  border: 1px solid red;
}
.verification-code[data-v-68414571] {
  display: block;
  font-size: 1.5em;
  margin-top: 10px;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
}
.connected-account[data-v-68414571] {
  margin: 15px 0;
  color: #3b3b3b;
  border-radius: 4px;
  font-size: 16px;
}
.logo[data-v-68414571] {
  max-width: 200px;
  margin: 0 auto 20px;
  display: block;
  max-height: 100px;
  border-radius: 50%;
}
.login-button[data-v-68414571] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.login-button[data-v-68414571]:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.fa-spinner[data-v-68414571] {
  margin-right: 8px;
}
.success-message[data-v-68414571] {
  text-align: center;
  margin: 20px 0;
}
.success-message p[data-v-68414571] {
  white-space: pre-line;
  margin-bottom: 20px;
}
.notice[data-v-68414571] {
  margin-top: 20px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.copy-message[data-v-68414571] {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}
.copy-message[data-v-68414571]:hover {
  color: #0056b3;
}
.synced-callers[data-v-68414571] {
  margin: 15px 0;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.caller-list[data-v-68414571] {
  font-weight: bold;
  color: #2c3e50;
}

.grid-table-container[data-v-91c74585] {
  width: 100%;
}
.grid-table[data-v-91c74585] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.content[data-v-91c74585] {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.section[data-v-91c74585] {
  margin: 30px 0;
}
input[data-v-91c74585], button[data-v-91c74585] {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.info[data-v-91c74585], .error[data-v-91c74585] {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid;
}
.info[data-v-91c74585] {
  padding: 15px;
  margin: 10px 0;
  border: none;
  background-color: transparent;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 0;
}
.error[data-v-91c74585] { border-color: red;
}
.numbers-list[data-v-91c74585] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.number-item[data-v-91c74585] {
  padding: 15px;
  border: 1px solid #ddd;
  position: relative;
}
.number[data-v-91c74585] {
  font-weight: bold;
  margin-bottom: 5px;
}
.name[data-v-91c74585] {
  margin-bottom: 5px;
}
.date[data-v-91c74585] {
  font-size: 0.9em;
}
.delete-btn[data-v-91c74585] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: none;
  background: black;
  color: white;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}
.delete-btn[data-v-91c74585]:hover {
  background: #333;
}
.verification-code[data-v-91c74585] {
  display: block;
  font-size: 1.5em;
  margin-top: 10px;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
}

.logs-container[data-v-0099aab2] {
  padding: 20px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
}
.logs-grid[data-v-0099aab2] {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}
.log-group[data-v-0099aab2] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1rem;
}
h2[data-v-0099aab2] {
  color: #ffffff;
  margin-bottom: 2rem;
}
h3[data-v-0099aab2] {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.links-container[data-v-0099aab2] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.link[data-v-0099aab2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  color: #e7f3ff;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.log-link[data-v-0099aab2] {
  background: rgba(66, 153, 225, 0.1);
}
.prompt-link[data-v-0099aab2] {
  background: rgba(72, 187, 120, 0.1);
}
.link[data-v-0099aab2]:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.1);
}
.link-label[data-v-0099aab2] {
  font-size: 0.8rem;
  opacity: 0.7;
}
.link-text[data-v-0099aab2] {
  font-weight: 500;
}
.log-content[data-v-0099aab2] {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 6px;
  color: #ffffff;
  white-space: pre-wrap;
}
.reload-button[data-v-0099aab2] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #4a90e2;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.reload-button[data-v-0099aab2]:hover {
  background-color: #357ab8;
}
@media (max-width: 480px) {
.logs-container[data-v-0099aab2] {
    padding: 1rem;
}
.log-group[data-v-0099aab2] {
    padding: 0.75rem;
}
.link[data-v-0099aab2] {
    padding: 0.5rem 0.75rem;
}
}

.conversations-container[data-v-dfb2cd0d] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.conversation-item[data-v-dfb2cd0d] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1rem;
  cursor: pointer;
}
.conversation-header[data-v-dfb2cd0d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.messages-container[data-v-dfb2cd0d] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.message[data-v-dfb2cd0d] {
  padding: 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  max-width: 80%;
  position: relative;
}
.message-from[data-v-dfb2cd0d] {
  align-self: flex-end;
  background: rgba(66, 153, 225, 0.2);
}
.message-header[data-v-dfb2cd0d] {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.username[data-v-dfb2cd0d] {
  font-weight: bold;
}
.timestamp[data-v-dfb2cd0d] {
  font-size: 0.9em;
}
.arrow[data-v-dfb2cd0d] {
  transition: transform 0.3s ease;
  font-size: 20px;
}
.arrow-down[data-v-dfb2cd0d] {
  transform: rotate(90deg);
}
.loading-messages[data-v-dfb2cd0d] {
  text-align: center;
  padding: 1rem;
}
.callee-info[data-v-dfb2cd0d] {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 1rem;
}
.callee-detail[data-v-dfb2cd0d] {
  font-weight: bold;
}
.message-content[data-v-dfb2cd0d] {
  display: flex;
  align-items: flex-start;
}
.message-text[data-v-dfb2cd0d] {
  word-break: break-word;
}
.create-question-btn[data-v-dfb2cd0d] {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  background: #4299e1;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  white-space: nowrap;
  transition: background-color 0.2s;
  width:100px;
}
.create-question-btn[data-v-dfb2cd0d]:hover {
  background: #3182ce;
}
.create-question-btn[data-v-dfb2cd0d]:active {
  background: #2b6cb0;
}
