tr:nth-child(even) {
    background-color: #F0F6FC !important;
}

span.astrick-mark {
    color: red;
}

.dataTables_wrapper .dataTables_length select{
    width: 46px !important;
 }

 #recipe_bookmarks_listing_datatable_filter label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
 }

 table.dataTable thead tr {
    background-color: #EBEBEB;
    color: white !important;
  }

  .recipe_bookmark_add_successfully,.recipe_bookmark_dlt_successfully,.recipe_bookmark_update_successfully{
    border-left-color: #00a32a !important;
    margin-top: 20px;
  }

  .recipe_bookmark_add_successfully,.recipe_bookmark_dlt_successfully,.recipe_bookmark_update_successfully {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 1px 12px;
    margin-top: 20px;
}

.recipe_bookmark_dlt_successfully,.recipe_bookmark_update_successfully {
  margin: 10px 0 10px 0;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  
  .form-column {
    flex: 1;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .form-column label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;    
  }
  
  .form-column input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .recipe-explore-select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 8px !important;
  }

    /* Textarea styles */
.form-column textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical; /* Allow vertical resizing */
}

#bookmark_update {
  background: #1FB566 !important;
  border-radius: 5px !important;
}

/* Unique styling for the "Report an Issue" button */
.report-issue-button {
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s; /* Add a smooth background color transition */
}

/* Hover effect: Change background color on hover */
.report-issue-button:hover {
  background-color: #d33f3feb;
}

.after-recipe-notes-report h2 {
  text-align: left;
  font-size: 34px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
}
.after-recipe-notes-report .report-issue-button {
  display: flex;
  /* background: #f15129; */
}
.after-recipe-notes-report .report-issue-button:hover {
  /* background: rgb(241 81 41 / 0.8); */
}