.menu_container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 90%;
}

.menu_points {
  border: 2px solid #dcdcdc;
  border-radius: 12px;
  cursor: pointer;
  padding: 5px;
  margin-top: 10px;
}

.hero_Profile {
    margin: 0 auto;
    height: 50px;
    width: 80%;
}

/* bookmark */
.horizontal-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #422800;
  margin: 1.5rem 0;
}

.horizontal-divider::before,
.horizontal-divider::after {
  content: '';
  flex: 1;
  border-top: 2px solid #dcdcdc;
}

.horizontal-divider:not(:empty)::before {
  margin-right: 1rem;
}

.horizontal-divider:not(:empty)::after {
  margin-left: 1rem;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 20px; /* Space between items */
}

.hero_Bookmark {
  height: 50px;
  margin: 0px auto;
  margin-bottom: 20px;
  width: 80%;
}

.hr-bookmark {
  margin: 0 auto;
  width: 80%;
}

.hero_Title {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 20px;
}

.masonry-grid-profile {
    column-count: 2;
    gap: 30px;
}

.content-profile {
    margin: 30px auto;
    width: 80%;
}

.content-title-profile {
    background-color: #f7f6f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #422800;
    font-size: 20px;
    line-height: 20%;
    margin: 5px auto;
    padding: 10px 5px; 
    text-align: left;
    width: 30%;
    line-height: 1.8;
}

.td_description {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
  color: #666;
  width: 100%;
  line-height: 1.1;
}

.edit-btn {
  background-color: #422800;
  color: white;
  border: 1px solid #422800;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500; 
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
}

.edit-btn:hover {
  background-color: #64420f;
  transition: all 0.3s ease;
}

.title-btn {
  display: inline-block;
} 

.edit-btn-div {
  height: 30px;
  margin: 0px auto 5px;
  width: 30%;
}

.content-btn {
    margin: 5px auto;
}

/* edit-forms */
#edit-form {
    margin: 0px auto;
    padding: 20px;
    width: 50%;
}

/* delete-confirmation */
#delete-confirmation {
    border: 2px solid var(--grey-color);
    border-radius: 12px;
    height: 50%;
    margin: 80px auto;
    padding: 20px;
    width: 50%;
}

.delete-btn {
  background-color: rgb(255, 84, 84);
  color: black;
  border: 1px solid red;
  border-radius: 16px;
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 700; 
  margin: 5px auto;
  padding: 6px 4px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

.delete-form {
  margin: 0;
}

.delete-nav {
    background-color: var(--primary-color);
    border-radius: 5px 5px 0 0;
    height: 40px;
}

.h6-delete {
    font-size: 20px;
    margin: 20px;
    text-align: center;
    font-family: "Assistant", sans-serif;
}

.modal-btn-delete {
    background-color: #fcdb5d;
    border: none;
    border-radius: 4px;
    padding: 8px;
    margin: 8px auto;
    display: block;
}

.btn-change {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    box-shadow: 2px 2px 0px var(--secondary-color);
    display: block;
    font-weight: 600;
    margin: 40px auto;
    padding: 6px 4px;
    width: 20%;
}

.back-button-edit-nav {
  margin: 30px auto 10px;
  width: 80%;
}

.back-button-edit {
  background-color: #422800;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 700;
    padding: 8px 20px;
    text-decoration: none;
}

.back-button-edit:hover {
  background-color: #64420f;
  transition: all 0.3s ease;
  color: white;
}

/* company dashboard */
.jobpost-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  margin: 30px;
  width: 100%;
}

.jobpost_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 300px;  */
}

.menu_points_profile_company {
  cursor: pointer;
}

.accordion-button:focus {
  background-color: rgb(254, 239, 208);
  box-shadow: 0 0 4px rgb(252, 203, 99);
  color: black;
}

.purchase-table {
  margin: 10px auto;
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  width: 70%; 
}

th {
  border-bottom: 2px solid #ddd;
}

th, td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 25px;
}

@media (max-width: 1320px) {  
  .hero_Profile {
    width: 90%;
}

  .content-profile {
      width: 90%;
  }

  .hero_Bookmark {
    width: 90%;
  }

  .hr-bookmark {
    width: 90%;
  }
  
}

@media (max-width: 1302px) {
    #edit-form {
      width: 60%;
    }
}
  
  @media (max-width: 1100px) {
    #edit-form {
      width: 66%;
    }

    .content-title-profile {
      width: 40%;
    }

    .edit-btn-div {
      width: 40%;
    }
  }
  
  @media (max-width: 994px) {
    #edit-form {
      width: 70%;
    }
  }
  
  @media (max-width: 938px) {
    #edit-form {
      width: 72%;
    }
  }
  
  @media (max-width: 911px) {
    #edit-form {
      width: 75%;
    }
  }
  
  @media (max-width: 876px) {
    #edit-form {
      width: 77.5%;
    }
  }
  
  @media (max-width: 846px) {
    #edit-form {
      width: 80%;
    }
  }

  @media (max-width: 840px) {
    .masonry-grid-profile {
        column-count: 1;
        column-gap: 0px;
    }

    .content-Box {
        font-size: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .content-title-profile {
      width: 90%;
    }

    .edit-btn-div {
      width: 90%;
    }
  } 
  
  @media (max-width: 821px) {
    #edit-form {
      width: 90%;
    }

    .back-button-edit-nav {
      width: 90%;
    }
  }
  
  @media (max-width: 730px) {
    #edit-form {
      width: 95%;
    }

    #delete-confirmation {
      width: 80%;
    }
  }

  @media (max-width: 768px) {
  .two-column-grid {
    grid-template-columns: 1fr; /* Single column on smaller screens */
  }
}
  
  @media (max-width: 691px) {
    #edit-form {
      /* border: none; */
      width: 100%;
    }

    .back-button-edit-nav {
      width: 92%;
    }
  }
  
  @media (max-width: 655px) {
    .date-formfield, .time-formfield {
      margin: 12px 0 5px;
      width: 20%;
    }
  
    .careerhistory-formfield, .tasks-formfield {
      width: 100%;
      margin: 0 auto;
    }
  
    #add-more, #add-more-workflow {
      margin-top: 10px;
    }
  }
  
  @media (max-width: 460px) {
    .prevNextBtn {
      width: 25%;
    }
  }
