Synthesizing 6/10 solutions (Duplicates hidden)

=======
Suggestion 1

  max-width: 90vw;
  margin: 0 auto;
}

=======
Suggestion 2

  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

=======
Suggestion 3

  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

=======
Suggestion 4

  max-width: 90vw;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

=======
Suggestion 5

  max-width: 90vw;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    max-width: 700px; /* Slightly smaller modal for medium screens */
  }
  .modal-form {
    padding: 15px;
  }
}

/* Small screens (between 768px and 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 600px; /* Adjust modal width for small screens */
  }
  .modal-form {
    padding: 10px;
  }
}

/* Extra small screens (between 576px and 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog {
    max-width: 500px; /* More compact modal for extra small screens */
  }
  .modal-form {
    padding: 5px;
  }
}

/* Very small screens (<=575px) */
@media only screen and (max-width: 575px) {
  .modal-dialog {
    max-width: 100%; /* Full width modal for very small screens */
    margin: 10px;
  }
  .modal-content {
    padding: 5px; /* Reduce padding to save space */
  }
  .modal-form {
    max-width: 90%;
    padding: 5px;
  }
  #modal_button{
    padding: 5px;
    font-size: 90%;
  }
  .modal-footer{
    display: flex;
    justify-content: end;
    padding: 10px 0px 0px 0px;
  }
}

@media only screen and (min-width: 370px) and (max-width: 410px) {
  .modal-dialog {
    max-width: 100%; /* Full width modal for very small screens */
    margin: 10px;
  }
  .modal-content {
    padding: 5px; /* Reduce padding to save space */
  }
  .modal-form {
    max-width: 90%;
    padding: 5px;
  }
  .modal-footer{
    display: flex;
    justify-content: end;
    padding: 10px 0px 0px 0px;
  }
  #modal_button{
    padding: 5px;
    font-size: 80%;
  }
}
.custom-form {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.form_title {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.padded-top {
  padding-top: 30px;
}

.form-subtitle {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.invisible-spacer {
  height: 33.59px; /* Adjust this to match the height of the h3 element */
  visibility: hidden;
  margin-bottom: 10px;
}

.bill_form_subtitles {
  margin: 20px 0px;
  padding: 0;
}

.btn-outline-primary {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .invisible-spacer {
    height: 32.33px; /* Adjust this to match the height of the h3 element */
    visibility: hidden;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .invisible-spacer {
    height: 30.96px; /* Adjust this to match the height of the h3 element */
    visibility: hidden;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .invisible-spacer {
    height: 24.95px; /* Adjust this to match the height of the h3 element */
    visibility: hidden;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .custom-form {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  .col-md-6 {
    width: 45%;
  }

  .row .col-md-6 {
    width: 50%;
  }

  .form-label{
    font-size: 12px;
  }

  .form_title {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px;
  }

  .padded-top {
    padding-top: 10px;
  }

  .form-subtitle {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .invisible-spacer {
    height: 24.95px; /* Adjust this to match the height of the h3 element */
    visibility: hidden;
    margin-bottom: 10px;
  }

  .bill_form_subtitles {
    margin: 20px 0px;
    padding: 0;
  }

  .input-group{
    width: 90%;
  }

  .toggle-controller {
    flex-direction: column;
  }
  .btn-outline-primary {
    margin-top: 0px;
  }
}
.custom-table, .service-custom-table, .client-custom-table{
  table-layout: fixed; /* Fixed table layout for consistent column sizing */
  width: 100%; /* Optional: Ensure table occupies the container's full width */
}

.custom-table th, .custom-table td, .service-custom-table th, .service-custom-table td, .client-custom-table th, .client-custom-table td{
  padding: 8px; /* Consistent padding for all cells */
  text-align: left; /* Align text to the left; modify as needed */
  vertical-align: top; /* Align content to the top of the cell */
  overflow: hidden; /* Hide overflow content */
  text-overflow: ellipsis; /* Add ellipsis for overflow text */
  white-space: nowrap; /* Prevent text from wrapping to the next line */
}

.custom-table th, .service-custom-table th, .client-custom-table th{
  background-color: #f2f2f2; /* Optional: Background color for header */
}

/* Optional: Define specific widths for each column if needed */
.custom-table colgroup col , .service-custom-table colgroup col, .client-custom-table colgroup col{
  width: 15%; /* Example width; adjust as needed */
}
.button-abbreviated-text{
  display: none;
}

.link-abbreviated-text {
  display: none;
}

#refresh_status_button {
  color: #fff;
  background-color: #374785;
  border-color: #374785;
  size: 0.8rem;
  margin-top: 5px;
}
.modal-dialog-centered {
  top: 30%; /* Example: Move modal down by 30% of the viewport height */
  transform: translateY(-30%); /* Adjust this to change how it centers based on the new top value */
}

#info_cc_button{
  width: 20%;
  height: 2rem;
}

#send_email_button{
  width: 200%;
  height: 2rem;
}



@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 411px) and (max-width: 575px) {
}
  .client-custom-table td:nth-of-type(1),
  .client-custom-table th:nth-of-type(1),
  .client-custom-table td:nth-of-type(4),
  .client-custom-table th:nth-of-type(4),
  .client-custom-table td:nth-of-type(5),
  .client-custom-table th:nth-of-type(5),
  .client-custom-table td:nth-of-type(6),
  .client-custom-table th:nth-of-type(6){
    display: none; /* Hiding Actions and Invoice Date columns for example */
  }
  /* Hide the non-essential columns */
  .service-custom-table td:nth-of-type(1),
  .service-custom-table th:nth-of-type(1),
  .service-custom-table td:nth-of-type(4),
  .service-custom-table th:nth-of-type(4),
  .service-custom-table td:nth-of-type(5),
  .service-custom-table th:nth-of-type(5) {
    display: none; /* Hiding Actions and Invoice Date columns for example */
  }
  .custom-table td:nth-of-type(1),
  .custom-table th:nth-of-type(1),
  .custom-table td:nth-of-type(4),
  .custom-table th:nth-of-type(4),
  .custom-table td:nth-of-type(6),
  .custom-table th:nth-of-type(6) {
    display: none; /* Hiding Actions and Invoice Date columns for example */
  }

  /* Adjust the position of the PDF and Send Email buttons */
  .custom-table .btn{
    padding: 0.2rem 0.4rem; /* Reduce padding */
    font-size: 0.8rem; /* Reduce font size */
  }
  .custom-table .btn-success{
    padding: 5px;
    margin-top: 8px;
    display: fit-content;
  }
  .service-custom-table .btn, .client-custom-table .btn{
    width:fit-content;
  }
  .custom-table th{
    font-size: 0.8rem;
  }
  @media only screen and (min-width: 411px) and (max-width: 575px) {
    #info_cc_button{
      width: 50%;
    }

    #send_email_button{
      width: 100%;
    }
  }
  @media only screen and (min-width: 370px) and (max-width: 410px) {
    .custom-table .btn{
      padding: 0.15rem 0.3rem; /* Reduce padding */
      font-size: 0.7rem; /* Reduce font size */
    }
    .custom-table .btn-success{
      padding: 5px;
      display: fit-content;
    }
    .service-custom-table .btn, .client-custom-table .btn{
      width:fit-content;
    }
    .custom-table th{
      font-size: 0.8rem;
    }
    #edit_bill_user_title{
      font-size: 1rem;
    }
    .invisible-spacer {
      height: 19.2px; /* Adjust this to match the height of the h3 element */
      visibility: hidden;
      margin-bottom: 10px;
    }
    #info_cc_button{
      width: 50%;
    }

    #send_email_button{
      width: 100%;
    }
  }
.footer {
  display: flex;
  background-color: #464866;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  color: #fff;
  margin-top: auto;
}
.footer-links {
  display: flex;
  align-items: center;
  margin: 0px 30px;
}

.footer-links a {
  color: #fff;
  opacity: 0.15;
  text-decoration: none;
  font-size: 44px;
  padding: 0px 40px;
}
.footer-links a:hover {
  opacity: 1;
}

.footer-text {
  font-size: 14px;
  margin: 0px 30px;
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (max-width: 575px) {

}
.header_homepage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  height: fit-content;
  background-color: #374785;
  border: none;
  padding: 0;
}

.Header_info_homepage {
  text-align: center;
  padding: 20px;
}

.home_title {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}

#signup_button {
  font-size: 1em;
  font-weight: bold;
  color: #374785;
  background-color: #fff;
  border: 1px solid #374785;
  padding: 20px 30px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

#signup_button:hover {
  background-color: #659DBD;
  border: 1px solid #659DBD;
  color: #fff;
}

.header_text {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}

.home_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.home_manage, .home_time{
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: #374785;
  height: fit-content;
}

.home_manage_text, .home_time_text {
  text-align: center;
  padding: 20px;
  flex: 1;
}

.home_manage_text h2, .home_time_text h2 {
  font-size: 2em;
}

.home_manage_text p, .home_time_text p {
  font-size: 1.5em;
}

.home_manage_image, .home_time_image{
  display: flex;

  flex: 1;

}

.home_manage_image img, .home_time_image img {
  width: 100%;
  max-width: 500px; /* Set a max-width for larger screens */
  height: auto;
  border-radius: 10px;
}


.home_money {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #374785;

  height: 450px;
}

.pricing_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.pricing_card {
  background-color: #fff;
  border: 1px solid #659DBD;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.pricing_card:hover {
  transform: scale(1.05);
}

.pricing_card_title h3 {
  margin: 0;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.pricing_card_content, .pricing_card_price {
  text-align: center;
  margin-bottom: 30px;
}

.pricing_card_button {
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

.page_container {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.title-and-link {
display: flex;
align-items: end; /* Align items vertically */
gap: 20px;
margin-bottom: 30px;/* Adjust gap as needed */
}

.home_logged_title {
margin-bottom: 0;
color: #374785;/* Remove margin if any to align properly with the link */
}

.logged_homepage_subtitle {
  display: flex;
  justify-content: center;
  margin: 40px 0px 20px 0px;
  color: #374785;
}


.content_container{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.logged_explanation_homepage_content
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.personal_info {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 360px;
  width: 876px;
  gap: 2rem;
  padding: 20px;
  border: 2px solid #374785;
  border-radius: 1rem;
  margin: 20px 0px 40px 0px;
  box-shadow: 0px 0.5rem 1rem 0px;

}

.personal_info_text p{
  font-size: 1.2em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 12rem;
  color: #374785;
}

.personal_info_text h3{
  font-size: 1.7em;
  color: #374785;
}

.account_info_image img, .create_bill_image img{
  width: 100%;
  max-width: 600px; /* Set a max-width for larger screens */
  height: auto;
  border-radius: 10px;
}
.send_bill_image img{
  width: 100%;
  max-width: 600px; /* Set a max-width for larger screens */
  height: auto;
  border-radius: 10px;
}

#info_button_right {
  /* Example custom styling; adjust as needed */
  display: inline-block;
  margin-top: 10px;
  width: fit-content;
  padding: 10px 20px;
  color: white;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bill-info {
  border: 1px solid #ccc;
  padding: 20px 0px;
  margin: 20px 20px;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-and-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin-bottom: 20px;/* Adjust gap as needed */
    }

    .logged_homepage_subtitle {
      display: flex;
      justify-content: center;
      margin: 10px 0px 10px 0px;
      color: #374785;
    }
    .logged_homepage_subtitle h3{
      font-size: 1.2rem;
    }

    .personal_info {
      position: relative;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: start;
      flex-wrap: wrap;
      height: 240px;
      width: 600px;
      padding: 20px;
      border: 2px solid #374785;
      border-radius: 1rem;
      margin: 10px 0px 20px 0px;
      box-shadow: 0px 0.5rem 1rem 0px;
    }
    .personal_info_text{
      width: 40%;
    }

    .personal_info_text h3{
      font-size: 1.4rem;
    }
    .personal_info_text p{
      font-size: 0.8rem;
    }

    .account_info_image img, .create_bill_image img{
      width: 100%;
      max-width: 320px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }
    .send_bill_image img{
      width: 100%;
      max-width: 320px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }

    #info_button_right {
      /* Example custom styling; adjust as needed */
      display: inline-block;
      width: fit-content;
      margin-top: 5px;
      padding: 5px 5px;
      font-size: 0.6rem;
      color: white;
      text-align: center;
      border-radius: 5px;
      text-decoration: none;
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title-and-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin-bottom: 20px;/* Adjust gap as needed */
    }

    .logged_homepage_subtitle {
      display: flex;
      justify-content: center;
      margin: 10px 0px 10px 0px;
      color: #374785;
    }
    .logged_homepage_subtitle h3{
      font-size: 1.2rem;
    }

    .personal_info {
      position: relative;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: start;
      flex-wrap: wrap;
      height: 240px;
      width: 600px;
      padding: 20px;
      border: 2px solid #374785;
      border-radius: 1rem;
      margin: 10px 0px 20px 0px;
      box-shadow: 0px 0.5rem 1rem 0px;
    }
    .personal_info_text{
      width: 40%;
    }

    .personal_info_text h3{
      font-size: 1.4rem;
    }
    .personal_info_text p{
      font-size: 0.8rem;
    }

    .account_info_image img, .create_bill_image img{
      width: 100%;
      max-width: 320px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }
    .send_bill_image img{
      width: 100%;
      max-width: 320px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }

    #info_button_right {
      /* Example custom styling; adjust as needed */
      display: inline-block;
      width: fit-content;
      margin-top: 5px;
      padding: 5px 5px;
      font-size: 0.6rem;
      color: white;
      text-align: center;
      border-radius: 5px;
      text-decoration: none;
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

}

@media only screen and (max-width: 575px) {
  .title-and-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    margin-bottom: 20px;/* Adjust gap as needed */
    }

    .logged_homepage_subtitle {
      display: flex;
      justify-content: start;
      margin: 10px 0px 10px 0px;
      color: #374785;
    }
    .logged_homepage_subtitle h3{
      font-size: 1.2rem;
    }

    .personal_info {
      flex-wrap: wrap;
      height: 120px;
      width: 276px;
      padding: 10px;
      border: 2px solid #374785;
      border-radius: 1rem;
      margin: 10px 0px 20px 0px;
      box-shadow: 0px 0.5rem 1rem 0px;
    }
    .personal_info_text{
      width: 60%;
    }

    .personal_info_text h3{
      font-size: 1.2rem;
    }
    .personal_info_text p{
      font-size: 0.6rem;
    }

    .account_info_image img, .create_bill_image img{
      display: none;
      width: 100%;
      max-width: 150px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }
    .send_bill_image img{
      display: none;
      width: 100%;
      max-width: 150px; /* Set a max-width for larger screens */
      height: auto;
      border-radius: 10px;
    }

    #info_button_right {
      /* Example custom styling; adjust as needed */
      display: inline-block;
      width: fit-content;
      margin-top: 5px;
      padding: 5px 5px;
      font-size: 0.6rem;
      color: white;
      text-align: center;
      border-radius: 5px;
      text-decoration: none;
      position: absolute;
      bottom: 10px;
      right: 10px;
    }

    .home_logged_title{
      margin: 20px 0px;
    }

}
/* general styles for the navbar */

.navbar {
  background-color: #fff;
  border-bottom: 2px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  justify-content: space-between;

}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 60px;
}


/* specific styles for text */

.a {
  color: #374785;
  text-decoration: none;
  list-style: none;
  padding: 15px;
  margin: 0 10px;
  text-decoration: none;
  font-size: larger;  /* Adjusts the size of the text */
  font-weight: bold;  /* Makes the text bold */
}

.signed_in_a {
  color: #374785;
  text-decoration: none;
  list-style: none;
  padding: 15px;
  margin: 0px 10px;
  text-decoration: none;
  font-size: larger;  /* Adjusts the size of the text */
  font-weight: bold;  /* Makes the text bold */
}

.b {
  text-decoration: none;
  list-style: none;
  padding: 20px;
  margin: 0 20px;
  text-decoration: none;
  font-size: larger;  /* Adjusts the size of the text */
  font-weight: bold;  /* Makes the text bold */
}

.a:hover {
  color: #659DBD;
}



.nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.navbar .nav-title .logo-link {
  text-decoration: none;
}

.logo-link {
  text-decoration: none;
  list-style: none;
  margin-bottom: 10px;
  margin: 0px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #7c9db2;

}

/* specific styles for the dropdown */

.dropdown-button {
  cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Links inside the dropdown */
.dropdown-content .signed_in_a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content .signed_in_a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#nav_button{
  width: 140px;
}

.dropdown-button a{
  padding: 0;
}

.dropdown{
  height: 100%;
  width: auto;
}


@media only screen and (min-width: 1200px) {
  /* Example: Increase padding and font sizes for larger screens */
  .nav-container {
      margin: 0 80px;
  }
  .logo-link img {
    width: 100px; /* Original size for large screens */
  }
  .a, .b {
    margin: 0 20px; /* Larger margin for very wide screens */
    padding: 20px 30px; /* Larger padding */
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Adjust styles for medium-sized desktop screens */
  .nav-container {
      margin: 0 60px;
  }
  .nav_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }
  .logo-link img {
    width: 100px; /* Suitable for medium screens */
  }
  .a, .b {
    display: inline-block; /* Align links horizontally for larger screens */
    width: auto; /* Revert to auto width */
    margin: 0 10px; /* Horizontal margin for inline elements */
    padding: 15px 20px; /* Slightly larger padding */
    font-size: larger; /* Increase font size */
  }
  .signed_in_a {
    display: block; /* Stack the links for smaller screens */
    text-align: center; /* Center the text */
  }

  .signed_in_b {
    display: block; /* Stack the links for smaller screens */
    text-align: center; /* Center the text */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-container {
      margin: 0 40px;
  }
  .nav_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }
  .logo-link img {
    width: 100px; /* Larger for tablets and small desktops */
  }
  .a, .b {
    padding: 15px 25px; /* Further increase padding */
    font-size: larger; /* Increase font size if needed */
  }
  .signed_in_a {
    display: block; /* Stack the links for smaller screens */
    text-align: center; /* Center the text */
  }

  .signed_in_b {
    display: block; /* Stack the links for smaller screens */
    text-align: center; /* Center the text */
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nav-container {
      margin: 0 20px;
  }

  .nav-title {
    text-align: left;
    padding: 10px 20px;
  }

  .logo-link img {
    width: 90px; /* Slightly larger for small tablets */
  }

  .nav_links {
    display: flex;
    align-items: center;
    width: 70%;
  }

  .nav_links .a, .nav_links .b {
    margin-bottom: 0;
    width: auto; /* Auto width for horizontal layout */
    text-align: left;
  }
  .a, .b {
    display: inline-block; /* Align links horizontally for larger screens */
    width: auto; /* Revert to auto width */
    margin: 0 10px; /* Horizontal margin for inline elements */
    padding: 15px 20px; /* Slightly larger padding */
    font-size: larger; /* Increase font size */
  }
  .signed_in_a {
    display: block; /* Stack the links for smaller screens */
    width: 50%; /* Full width for easier touch access */
    margin: 10px 5px; /* Adjust margin for vertical layout */
    padding: 5px;
    text-align: center; /* Center the text */
    font-size: 1rem;
  }

  .signed_in_b {
    display: block; /* Stack the links for smaller screens */
    width: 60%; /* Full width for easier touch access */
    margin: 10px 10px; /* Adjust margin for vertical layout */
    padding: 5px;
    text-align: center; /* Center the text */
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 411px) and (max-width: 575px) {
  .nav-container {
      margin: 0 20px;
      display: flex;
  }
  .nav-title {
    text-align: center;
    padding: 5px 0;
  }

  .logo-link img, .dropdown img {
    width: 60px; /* Smaller size for mobile */
    height: auto;
    margin: 0;
  }

  .nav_links {
    display: flex;
    align-items: center;
    width: 50%;
  }

  .nav_links .a, .nav_links .b {
    margin-bottom: 10px;
    width: 70%; /* Full width for easier touch access */
    text-align: center;
  }

  .nav_links .signed_in_a, .nav_links .signed_in_b {
    text-align: center;
  }
  .a, .b {
    display: block; /* Stack the links for smaller screens */
    width: 70%; /* Full width for easier touch access */
    margin: 10px 0; /* Adjust margin for vertical layout */
    padding: 5px;
    text-align: center; /* Center the text */
    font-size: medium; /* Adjust font size for mobile readability */
  }

  .signed_in_a {
    display: block; /* Stack the links for smaller screens */
    width: 40%; /* Full width for easier touch access */
    margin: 10px 5px; /* Adjust margin for vertical layout */
    padding: 5px;
    text-align: center; /* Center the text */
    font-size: 0.7rem;
  }

  .signed_in_b {
    display: block; /* Stack the links for smaller screens */
    width: 50%; /* Full width for easier touch access */
    margin: 10px 10px; /* Adjust margin for vertical layout */
    padding: 5px;
    text-align: center; /* Center the text */
    font-size: 0.8rem;
  }


  #nav_button{
    width: 80%;
  }

  .dropdown-content {
    display:none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 40%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    right: 0;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .dropdown-content .signed_in_a {
    color: black;
    padding: 0 20px;
    width: 90%;
    text-decoration: none;
    display: block;
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 370px) and (max-width: 410px) {

  .nav-container {
    margin: 0 20px;
    display: flex;
}
.nav-title {
  text-align: center;
  padding: 0px 0;
}

.logo-link img, .dropdown img {
  width: 50px; /* Smaller size for mobile */
  height: auto;
  margin: 0;
}

.nav_links {
  display: flex;
  align-items: center;
  width: 50%;
}

.nav_links .a, .nav_links .b {
  margin-bottom: 5px;
  width: 70%; /* Full width for easier touch access */
  text-align: center;
}

.nav_links .signed_in_a, .nav_links .signed_in_b {
  text-align: center;
}
.a, .b {
  display: block; /* Stack the links for smaller screens */
  width: 70%; /* Full width for easier touch access */
  margin: 10px 0; /* Adjust margin for vertical layout */
  padding: 5px;
  text-align: center; /* Center the text */
  font-size: medium; /* Adjust font size for mobile readability */
}

.signed_in_a {
  display: block; /* Stack the links for smaller screens */
  width: 40%; /* Full width for easier touch access */
  margin: 10px 5px; /* Adjust margin for vertical layout */
  padding: 5px;
  text-align: center; /* Center the text */
  font-size: 0.6rem;
}

.signed_in_b {
  display: block; /* Stack the links for smaller screens */
  width: 50%; /* Full width for easier touch access */
  margin: 10px 10px; /* Adjust margin for vertical layout */
  padding: 5px;
  text-align: center; /* Center the text */
  font-size: 0.7rem;
}


#nav_button{
  width: 70%;
}

.dropdown-content {
  display:none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 40%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content .signed_in_a {
  color: black;
  padding: 0 20px;
  width: 90%;
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
}
}
.sign_title {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.form-container {
  width: 30%;       /* Set width to 50% of the parent element */
  margin: 0 auto;   /* Center the form */
  border: 1px solid #ccc; /* Add a border around the form */
  padding: 20px;    /* Add some padding inside the box */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
  margin-top: 80px;
}

.form-actions {
  text-align: right;
  margin: 30px 0px 20px 0px;
}

.full-width {
  width: 100%; /* Makes the button full width */
  text-align: center; /* Centers the text in the button */
}

.text-center {
  text-align: center;
}

/* This container will use flexbox to center its children (the paragraph and the button) */
.oauth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* This removes default styles from the button and allows you to apply your own */
.oauth-button-style {
  border: none;
  background-color: white;
  padding: 0;
  display: flex; /* Flexbox to the rescue again for centering */
  justify-content: center;
}

img {
  display: block;
  margin: auto; /* This will center the image within the button */
}

@media only screen and (min-width: 1200px) {
  /* Example: Increase padding and font sizes for larger screens */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Adjust styles for medium-sized desktop screens */
  .form-container {
    width: 50%; /* Ideal for medium screens */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-container {
    width: 60%; /* Narrower for tablets and small desktops */
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-container {
    width: 80%; /* Still relatively wide for small tablets */
  }

  .sign_title {
    font-size: 1.75em; /* Slightly bigger than on mobile */
  }
}

@media only screen and (max-width: 575px) {
  .form-container {
    width: 100%; /* Still relatively wide for small tablets */
  }
  .sign_title {
    font-size: 1.5em; /* Slightly bigger than on mobile */
  }
}
.card_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 20px 0px;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.card_title {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}

.card_description {
  font-size: 1.2em;
  margin: 0;
  padding: 20px 0;
  color: #666;
}

.action_buttons {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}

.edit_profile_button {
  margin: 0;
}

#large-button {
  padding: 12px 24px; /* Larger padding */
  font-size: 20px; /* Larger font size */
  border-radius: 8px; /* Larger border-radius for more rounded corners */
}

.skip_step_link {
  margin: 0;
}

#skip_step_link {
  color: #659DBD;
  text-decoration: none;
}

.divider {
  border: none;
  height: 1px;
  background-color: #8a8a8a;
  margin: 20px 0;
}

.info_section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
}

.info_item {
  flex: 1;
  min-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.info_text h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  min-height: 3em;
}

.info_text p {
  color: #666;
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  /* Example: Increase padding and font sizes for larger screens */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Adjust styles for medium-sized desktop screens */
  #large-button {
    padding: 8px 16px; /* Larger padding */
    font-size: 16px; /* Larger font size */
    border-radius: 8px;
    width: 100%; /* Larger border-radius for more rounded corners */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #large-button {
    padding: 8px 16px; /* Larger padding */
    font-size: 16px; /* Larger font size */
    border-radius: 8px;
    width: 100%; /* Larger border-radius for more rounded corners */
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #large-button {
    padding: 8px 16px; /* Larger padding */
    font-size: 16px; /* Larger font size */
    border-radius: 8px;
    width: 100%; /* Larger border-radius for more rounded corners */
  }
}

@media only screen and (max-width: 575px) {
  .card_title {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
  }
  p.card_description {
    font-size: 0.9em;
    margin: 0;
    padding: 10px 0;
    color: #666;
  }
  .action_buttons {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  #large-button {
    padding: 8px 16px; /* Larger padding */
    font-size: 16px; /* Larger font size */
    border-radius: 8px;
    width: 100%; /* Larger border-radius for more rounded corners */
  }
  .divider {
    border: none;
    height: 1px;
    background-color: #8a8a8a;
    margin: 10px 0;
  }
  .info_text h3{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
  }
  .info_text p{
    font-size: 0.9em;
    margin: 0;
    padding: 10px 0;
    color: #666;
  }
  .welcome_explanation_title {
    height: 84px;
  }
}
.body {
  font-family: "Open Sans", sans-serif;
  margin: 200px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
	max-width: 90vw;
	margin: 20px;
}

#button_style{
  width: fit-content;
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.buttons-container {
  display: flex;
  margin-bottom: 20px;
}

.button-group {
  margin-right: 10px; /* Adjust spacing as needed */
}

.hidden {
  display: none;
}

@media only screen and (min-width: 1200px) {
  /* Example: Increase padding and font sizes for larger screens */
  .home_title {
      font-size: 3.5em;
  }
  .home_logged_title {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Adjust styles for medium-sized desktop screens */
  .home_title {
      font-size: 3em;
  }
  .home_manage_image img, .home_time_image img {
    max-width: 500px; /* Slightly smaller on medium screens */
  }
  .btn-primary {
    width: 20%; /* Adjusted for large screens */
  }
  .home_manage_text h2, .home_time_text h2 {
    font-size: 1.9em;
  }
  .home_manage_text p, .home_time_text p {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_title {
      font-size: 2.5em;
  }
  .pricing_card {
      width: 100%;
  }
  .home_manage_image img, .home_time_image img {
    max-width: 400px; /* Even smaller on small tablets */
  }
  .btn-primary {
    width: 30%; /* Adjusted for large screens */
  }
  .home_manage_text h2, .home_time_text h2 {
    font-size: 1.8em;
  }

  .home_manage_text p, .home_time_text p {
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home_title {
      font-size: 2em;
  }
  .header_homepage {
      min-height: 400px;
  }
  .home_manage_image img, .home_time_image img {
    max-width: 350px; /* Adjust for landscape phones */
  }
  .btn-primary {
    width: 40%; /* Adjusted for large screens */
  }
  .home_manage_text h2, .home_time_text h2 {
    font-size: 1.7em;
  }

  .home_manage_text p, .home_time_text p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 575px) {
  .home_title {
      font-size: 1.5em;
      padding: 10px 0px;
  }
  .home_logged_title {
    font-size: 1.5em;
  }
  .header_text {
      font-size: 1.5em;
      padding: 10px 0px;
  }
  .header_homepage {
      min-height: 300px;
  }
  .pricing_card {
      width: 100%;
  }
  .home_manage_image img, .home_time_image img {
    max-width: 300px; /* Suitable for mobile phones */
  }
  .btn-primary {
    width: 50%; /* Adjusted for large screens */
  }
  .home_manage_text h2, .home_time_text h2 {
    font-size: 1.5em;
  }

  .home_manage_text p, .home_time_text p {
    font-size: 1em;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 .body {
  font-family: "Open Sans", sans-serif;
  margin: 0px; /* Removed the large margin */
  min-height: 100%; /* Changed from 100vh to 100% */
  display: flex;
  flex-direction: column;
}
.full_flash {
  width: 100%;
}

.flash-message {
  width: 25%;
  position: fixed; /* Fixed positioning relative to the viewport */
  top: 10px; /* Distance from the top */
  right: 10px; /* Distance from the right */
  color: #fff;
  background-color: rgb(209, 209, 209);
  text-align: center;
  z-index: 1000; /* Ensure it appears above other content */
  padding: 10px;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.flash-opt-out{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 0.8em;
  cursor: pointer;
}


.container {
  max-width: 90%; /* Adjusted from 90vw to percentage to account for padding/margin */
  margin: 20px auto; /* Centered the container */
  min-height: auto; /* Changed from 100vh to auto */
}

.hidden {
  display: none;
}


.btn-primary {
  background-color: #374785;
  border: #374785;
  color: #fff;
}

.btn-primary:hover {
  background-color: #659DBD;
  border: 1px solid #659DBD;
  color: #fff;
}

.toggle-controller {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: start;
}

.page_titles{
  margin: 20px 0px;
  padding: 0;
}

.error-field select, .error-field input {
  border-color: red;
}

.error-message {
  color: red;
  font-size: 0.8rem;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%; /* Allow container to fill the width */
    margin: 0px auto; /* Reduce margin */
    padding: 0 10px; /* Add padding to prevent content touching the edges */
    min-height: auto; /* Allow container to grow with content */
  }
  .full_flash {
    width: 100%;
  }

  .flash-message {
    width: 40%;
    position: fixed; /* Fixed positioning relative to the viewport */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
    color: #fff;
    background-color: rgb(209, 209, 209);
    text-align: center;
    z-index: 1000; /* Ensure it appears above other content */
    padding: 10px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: opacity 1s ease-in-out;
    font-size: 0.6rem;
  }
}
