body {
    background-color: #1a1a1a;
    color: #767676;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 19px;
  }
  .file-upload-label {
    cursor: pointer;
    font-size: 38px;
    /* color: #333; */
    display: inline-block;
  }
  button.working {
    background-color: #373736; /* or any color you want */
    color: #7e7e7e;
  }
  
  button.working:hover {
    background-color: #5b5b5b; /* or any color you want */
  }
  button#createClaimableBalance.enabled {
    background-color: #48fb5d; /* or any color you want */
    color: #004f08;
    border: none;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
    border: #c1ffc8  2px solid;

  }
  
  button#createClaimableBalance.enabled:hover {
    background-color: #72fd82; /* or any color you want */
    color: #004f08;
  }

 .enabled {
    background-color: #48fb5d; /* or any color you want */
    color: #004f08;
    border: none;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
  }
  
  .file-upload-input {
    display: none;
  }
  
  
  button i {
    margin-left: 0.5rem;
  }
  
  

  .file-input-icon {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.5rem;
  }
  
  .file-input-text {
    font-size: 1.25rem;
    font-weight: bold;
  }
/* end for file upload   */
  .container {
    margin: 0 4%;
  }
  h1 {
    text-align: center;
    margin: 1rem 0;
  }
  
  form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 1rem 0; */
    margin: 0 0 1rem 0;
    border-bottom: 2px solid #58575745;
  }
  #logs-container {
    margin: 6% 0 0 0;
  }
  
  label {
    color: #f9c33c;
  }
  
  .clearmemory{
    background: #f92f43 !important;
    color: #550008;
    /* font-weight: bold; */
    border: 2px solid #ff9aa4;
  }
  .clearmemory:hover {
    background-color: #f9566c;
  }
  .manual-button {
    display: inline-flex;
    display: inline-flex;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  button[type="submit"] {
    color: #4f3800;
    background-color: #f9c33c;
    border: 2px solid #ffecbd;
    padding: 13px 26px;
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 31px;
    transition: all 0.2s ease-in-out;
    /* font-weight: bold; */
    margin: 6px 0;

  }
  
  button[type="submit"]:hover {
    background-color: #f5dc9c;
  }
  
  button {
    color: #c6c1bb;
    background-color: #373736;
    border: 2px solid #575757;
    padding: 13px 1rem;
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 70px;
    transition: all 0.2s ease-in-out;
    margin: 6px 1rem;
    padding: 13px 18px;
    margin: 6px 6px 6px 0;
  }
  .god-mode{
    border-radius: 34px;
    color: #7e7e7e;
    /* font-weight: bold; */
    font-size: 1.1rem;
    padding: 13px 18px;
    margin: 6px 0;
  }

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

  button#createClaimableBalance.disabled {
	background-color: #5f5b58;
	color: #7e7e7e;
	border: #aca5a1 2px solid;
	text-decoration: line-through;
	cursor: no-drop;
  }
  .disabled {
    text-decoration: line-through;
  }
  /* button#createClaimableBalance.disabled:hover {
    background: none;
  } */
  /* .start-autopilot {
    background: #56ff6a;
    color: black;
  }
  
  .end-autopilot {
    background-color: #f92f43;
    color: black;
  } */

  
  .clear-memory.has-data {
    background-color: blue !important;
  }

  .get-active-wallets.file-selected {
    background-color: yellow;
  }
  
  
  /* Add some padding to the left of the icon to separate it from the text */
  #autoPilotIcon {
    margin-right: 5px;
  }
  
  
  .automatic-methods {
    border-top: 2px solid #58575745;
    display: flex;
    border-bottom: 2px solid #58575745;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem 0;
}
.message-container{
  border-radius: 11px;
  padding:1rem;
  background-color: #1f1f1f;
  border: 2px solid #58575745;
}

#messages {
  height: 200px;
  overflow-y: auto;
  background-color: #1f1f1f;
  transition: all 0.2s ease-in-out;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
  
  #messages h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #58575745;
  }
  
  #messages p {
    font-size: 1.1rem;
  }
  
  #chart-container {
    padding: 1rem;
    background-color: #2d303d;
    border-radius: 5px;
    margin: 1rem 0;
  }
  
  #chart {
    max-width: 100%;
    max-height: 100%;
  }
  @keyframes beat-fade {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.5;
    }
  }
  
  .start-autopilot {
    background: #56ff6a !important;
    color: #004f08;
    border: #c1ffc8  2px solid;
  }
  
  .start-autopilot::after {
    content: '\f7c0'; /* Font Awesome satellite-dish icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 11px;
  }

  .start-autostreak {
    background: #56ff6a !important;
    color: #004f08;
    border: #c1ffc8  2px solid;
  }
  
  .start-autostreak::after {
    content: '\f135'; /* Font Awesome rocket icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 11px;
  }
  
  .end-autopilot {
    background: #f92f43 !important;
    color: #550008;
    /* font-weight: bold; */
    border: 2px solid #ff9aa4;
  }
  
  .end-autopilot::after {
    content: '\f7c0'; /* Font Awesome satellite-dish icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 11px;
    animation: beat-fade 0.9s infinite;
  }

  .end-autostreak {
    background: #f92f43 !important;
    color: #550008;
    /* font-weight: bold; */
    border: 2px solid #ff9aa4;
  }
  
/* Add a glowing effect to the button */
.timetounlink {
  color: #ff8994;
  border: 2px solid #c6a5a8;
  animation: glow 1s infinite;
}
.timetounlink:hover {
  background: #292525;
}
/* Define the glow animation */
@keyframes glow {
  0% {
    box-shadow: 0 0 2px #ffe6e8;
  }
  50% {
    box-shadow: 0 0 12px #f3c3c87d;
  }
  /* 100% {
    box-shadow: 0 0 5px #ff8994;
  } */
}

  .end-autostreak::after {
    content: '\f135'; /* Font Awesome rocket icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 11px;
    animation: beat-fade 0.9s infinite;
  }

  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* @media screen {
  screen: 7px;
  .message-container{
    margin-top: 29%
  }
} */