.submitButton {
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 20px;
    background-color: rgb(111, 111, 255);
    color: white;
    margin-left: 10px;
}

#noCopy {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  user-select: none; /* Standard syntax */
}
.outputText {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 400px;
    padding: 10px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 5%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.output-header {
    height: 20px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-color: rgb(7, 4, 4);
  }

  .custom-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .custom-file-input + label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
  }
  
  .custom-file-input:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }
  
  .custom-file-input + label[data-browse]::after {
    content: attr(data-browse);
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: 400;
    color: #495057;
  }
  
  .custom-file-input:disabled + label {
    cursor: not-allowed;
    background-color: #e9ecef;
    color: #6c757d;
  }

  .highlight {
    background-color: yellow;
  }

  .manInput {
    width: 100%;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    border: 0px solid black;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .manInputBigger {
    width: 100%;
    height: 20%;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    border: 0px solid black;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .coverLetterBack {
    margin: 20px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: -20%;
  }

  .downloadBtn {
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 20px;
    background-color: rgb(111, 111, 255);
    color: white;
    margin-left: 10px;
  }

  #blogPost {
    border-radius: 50px;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .profilepic {
    max-width: 100%;
    border-radius: 50%;
    flex: 1;
  }

  .profileButton {
    max-width: 20%;
    border-radius: 50%;
    border: 0px;
    padding: 0px;
  }

  .img-text {
    flex: 1;
    margin-left: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .coverHeadingBack {
    display: flex;
    background-color: lightblue;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: -10px;
    margin-bottom: 0px;
  }

  /* Dark mode table styles */
  [data-theme="dark"] .table {
    color: var(--font-color);
  }

  [data-theme="dark"] .table-bordered,
  [data-theme="dark"] .table-bordered th,
  [data-theme="dark"] .table-bordered td {
    border-color: var(--border-color-light);
  }