/* Css for entries tab content */

.form-entries-warp-cent {
  margin: 1em 0;
}

.formentries-list-wrap {
  margin-top: 50px;
}

.formentries-list-wrap .bulk-action {
  float: left;
  margin-bottom: 22px;
}

.status-filter-warp .form_entries_form {
  float: right;
}

.list-user>tbody> :nth-child(odd),
ul.list-user> :nth-child(odd) {
  background-color: #f6f7f7;
}

.user-list .list-entries.list-entries-unread td {
  font-weight: bold;
}

.widefat .check-column {
  padding: 3px 0 10px !important;
}

.fe_head_check {
  margin: 9px 0 0 11px !important;
}

.fe_contents_wrap .fe_contents {
  float: left;
  width: 77%;
}

.fe_contents_wrap .fe_rightdetail {
  float: right;
  width: 22%;
}

.fe_group .fe_edit {
  display: none;
}

.fe_div_view,
.fe_div {
  padding: 10px 0px 0px 0px;
}

.fe_contents_wrap .fe_head {
  font-size: 14px;
  background: #eee;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.form-selection-wrap {
  display: flex;
  align-items: center;
  margin: 1em 0;
  flex-wrap: wrap;
  gap: 4px;
}

.wp-admin .export-csv {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

.note_content {
  background-color: #f9f9f9;
  border-left: 4px solid #0073aa;
  padding: 15px;
  margin: 15px 0;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.note_content p {
  margin: 0;
}

#vx_form div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.formentries-list-wrap .tablenav {
  clear: unset;
}

.tablenav-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.tablenav-pages .pagination-links {
  display: flex;
  gap: 5px;
}

.tablenav-pages .button {
  background: #f6f7f7;
  border: 1px solid #ccd0d4;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  color: #0073aa;
}

.tablenav-pages .button:hover {
  background: #0073aa;
  color: #fff;
}

.tablenav-pages .button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tablenav-pages .paging-input {
  margin-left: 10px;
}

.tablenav-pages .paging-input input {
  width: 40px;
  text-align: center;
}

.tablenav-pages .paging-input .tablenav-paging-text {
  padding-left: 5px;
}

.tablenav-pages .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.fe_btn_div {
  float: right;
  width: 20%;
  padding: 8px 20px;
  text-align: right;
}

.fe_head_div {
  float: left;
  width: 66%;
  padding: 15px 20px;
}

.fe_contents .fe_edit {
  display: none;
}

.entry_row .entry_value {
  float: right;
}

.fe_entry_table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.fe_view_list {
  border: 1px dashed #d0d0d0;
  border-top-width: 0px;
  padding: 14px;
  background: #fff;
}

.fe_view_list .entry_row {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0px;
  display: table-row;
}

.fe_view_list .entry_row:first-child {
  border-top: 1px solid #ddd;
}

.entry_lable {
  width: 11%;
  padding: 7px;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.entry_value {
  width: 75%;
  padding: 7px;
  min-height: 36px;
  border-left: 2px solid #ddd;
  background-color: #f1f8ff;
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
}

.fe_group {
  border: 1px dashed #d0d0d0;
  border-top-width: 0px;
  padding: 12px 14px;
  background: #fff;
}

.fe_row {
  padding: 6px 0px;
}

.fe_leftcol {
  float: left;
  width: 30%;
  font-weight: bold;
  word-wrap: break-word;
}

.fe_rightcol {
  float: left;
  width: 67%;
  padding-left: 6px;
  word-wrap: break-word;
}

.fe_del_trash {
  float: right;
  color: #a00;
}

.fe_edit .fe_input {
  width: 100%;
}

.plugin-documentation {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.plugin-documentation .section-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.documentation-section {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.documentation-section .section-title {
  color: #0073aa;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

.documentation-section .installation-list,
.documentation-section .plugin-functionality-list,
.documentation-section .viewing-entries-list,
.documentation-section .managing-entries-list,
.documentation-section .filtering-entries-list,
.documentation-section .settings-configuration-list {
  width: 100%;
  border-collapse: collapse;
}

.documentation-section .installation-list li,
.documentation-section .plugin-functionality-list li,
.documentation-section .viewing-entries-list li,
.documentation-section .managing-entries-list li,
.documentation-section .filtering-entries-list li,
.documentation-section .settings-configuration-list li {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.documentation-section .installation-list,
.documentation-section .plugin-functionality-list,
.documentation-section .viewing-entries-list,
.documentation-section .managing-entries-list,
.documentation-section .filtering-entries-list,
.documentation-section .settings-configuration-list {
  list-style-type: disc;
  margin-left: 20px;
}

.plugin-documentation a {
  color: #0073aa;
  text-decoration: none;
}

.plugin-documentation a:hover {
  text-decoration: underline;
}

/* Responsive Design */

/* formentries form design css */


.submenu-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.submenu-wrapper .subsubsub {
  margin: 0;
}

.widefat-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body #wpcontent {
  padding-right: 20px;
}

.wp-list-table.widefat th input[type=checkbox] {
  margin: 0;
}

.wp-list-table thead th {
  vertical-align: middle;
}

.widefat-table-wrap table thead tr th {
  min-width: 100px;
}

.widefat-table-wrap table thead tr th.column-cb {
  min-width: auto;
}

.widefat-table-wrap table thead tr th input {
  margin-left: 8px !important;
}

.back-entries-btn {
  margin: 10px 0 0;
}

.widefat-table-wrap .widefat.list-user tbody tr th.check-column {
  padding: 8px 0 !important;
}

.widefat-table-wrap .widefat.list-user tbody tr th.check-column input {
  margin-bottom: 0;
}

@media (max-width: 1024px) {

  body .fe_contents_wrap .fe_rightdetail,
  body .fe_contents_wrap .fe_contents {
    width: 100%;
  }

}

@media (max-width: 991px) {

  .submenu-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

}

@media (max-width: 782px) {

  body.wp-admin .form-table select,
  body.wp-core-ui select {
    font-size: 14px;
    min-height: 30px;
    max-height: 30px;
    padding: 0 24px 0 8px;
    line-height: 1.2;
  }

  body .tab-content input[type=text] {
    min-height: 30px;
    max-height: 30px;
    padding: 0 8px;
    font-size: 14px;
  }

  body.wp-core-ui .tab-content .button {
    line-height: 1.2;
    font-size: 14px;
    vertical-align: middle;
    min-height: 30px;
    max-height: 30px;
    margin-bottom: 0;
  }

  .subsubsub {
    font-size: 14px;
  }

  html .auto-fold #wpcontent {
    padding-right: 10px;
  }

  .tablenav .tablenav-pages {
    width: unset;
    margin: 0 0 9px;
  }

  html .tablenav .tablenav-pages .button,
  html .tablenav .tablenav-pages .tablenav-pages-navspan {
    min-width: 30px;
    padding: 0 4px;
    line-height: 1.7;
  }

  body .wrap {
    margin-right: 0;
  }

  .widefat-table-wrap table thead tr th input,
  .widefat-table-wrap .widefat.list-user tbody tr th.check-column input {
    width: 1rem;
    height: 1rem;
  }

}


/* Css added on 14-08-2025 */
a#customButton {
    text-decoration: none;
    border: 1px solid #767676;
    color: #000;
    font-size: 14px;
    padding: 0px 10px;
    background-color: #efefef;
    border-radius: 3px;
}
span#fileNameDisplay {
    font-size: 14px;
}
/* Css added on 14-08-2025 end */

@media (max-width: 768px) {

  .plugin-documentation {
    padding: 10px;
  }

  .documentation-section {
    padding: 10px;
  }

  /* Css added on 14-08-2025 */
  img.img_width {
      width: 100%;
  }

}

@media (max-width: 767px) {

  .entry_lable {
    width: 30%;
  }

  body .tablenav .tablenav-pages {
    width: 100%;
  }

  body .tablenav-pages .tablenav-paging-text {
    float: unset;
  }

  .fe_entry_table .fe_value input {
    width: 100%;
  }

}