/* Wrap */
#sh-cf7-body-wrap input[type=checkbox], input[type=radio] {
  margin: 0;
}
#sh-cf7-body-wrap .sh-cf7-form-list input[type=checkbox], input[type=radio]{
  margin-right: 7px;
}

  .download-time-range{
    margin: 0 20px 0 0;
  }

/* Form Selection */
.sh-cf7-form-selection {}

/* Buttons */
.button {}
.button-primary {}
.button-secondary {}
#sh-cf7-save-email, #sh-cf7-send-email, #sh-cf7-download-csv {
  font-size: 20px;
}
.sh-cf7-send-email{margin: 0 132px;display: flex;justify-content: right;}
.sh-cf7-email-button-wrap {
    display: flex;
    margin-left: 50px;
     /* Add this line */
    justify-content: space-between;
    width: 800px;
}
#sh_cf7_truncate_table{
  margin-top: 20px;
  font-size: 20px;
}
.sh-cf7-buttons {
  margin: 30px 0 20px 0;
  display: flex;
}
#sh-cf7-deleted-forms{
  margin-left: 20px;
}
#sh-cf7-delete-deleted {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 40px;
    margin-top: 60px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: center; */
    /* width: fit-content; */ /* Optional: Ensures the button only takes as much space as needed */
}

.sh-cf7-radio-label{
  margin-right: 10px;
}
.sort-wrapper {
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #0070c0; /* Adjust color based on your design */
    cursor: pointer;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgb(163 163 163 / 70%);
    padding-right: 15px;
    margin: 0 0 0 15px;
}

.sort-text {
    font-weight: 600;
    color: #000;
}

.sort-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #b0b0b0; /* Gray color for the sorting icons */
    margin-left: -20px;
}

/* Inactive state */
.sort-up[data-ascending="false"],
.sort-down[data-descending="false"] {
    color: gray; /* Inactive state */
}

.sort-icons span {
    line-height: 15px;
}

.sort-up {
    margin-bottom: -5px;
}

/* Hover effect */
.sort-up:hover, 
.sort-down:hover {
    color: #0070c0; /* Change color on hover */
}

/* Active state styles */
.sort-up.active, 
.sort-down.active {
    color: #2271b1; /* Active color */
    font-weight: bold; /* Optional: Make the icon bold */
    background-color: #f9f9f9; /* Optional: Light background to indicate active state */
    border-radius: 4px; /* Optional: Add rounded corners */
    padding: 0; /* Optional: Add some padding */
}

.sh-cf7-filters {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
    width: 100%;
    background: #fff;
}

.sh-cf7-date-range{
  border-width: 0 1px;
  border-style: solid;
  border-color: rgb(163 163 163 / 70%);
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  padding: 0 15px 0 0;
}
#end_date, #start_date{
  width: 150px;
}
.start_date, .end_date{
  font-weight: 600;
  margin-right: 5px;
  margin-left: 15px;
  color: #000;
  /* font-size: 14px; */
}
#filter_date_range,#sh-cf7-load-choice, #sh-cf7-save-csv-status{
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-right: 20px;
}
#filter_date_range{
  margin: 0 0 0 10px;
}
#sh-cf7-save-csv-status{
  margin: 0 0 0 5px;
}
.sh-cf7-filters {
    display: flex;
    align-items: center; /* Vertically center the content */
    flex-wrap: nowrap; /* Prevent wrapping onto new lines */
    justify-content: flex-start; /* Align everything to the start (left) */
    gap: 10px; /* Optional: Add space between items */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent content from wrapping onto new lines */
    /* padding-bottom: 10px; */ /* Add some space to prevent the scroll bar from overlapping content */
    padding: 10px;
    border-radius: 3px;
    /* border-bottom: 5px solid #d63638; */
    margin-bottom: 10px;
}

.sh-cf7-filters > * {
    display: inline-block; /* Ensure each child is treated as an inline block */
    margin: 0 5px; /* Optional: Add space between inline elements */
}
.sh-cf7-filter {
  display: flex;
  align-items: center;
  margin: 0;
}
.sh-cf7-radio-label{
  color: #000;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
.sh-cf7-filter input[type="radio"] {
  margin: 0 5px 0 10px;
}
.sh-cf7-filters li{
  /* padding-left:15px; */
}
#sh-cf7-save-csv-status{
  /* margin: 0 40px 0 0; */
}
.sh-cf7-search-container{
  display: inline-flex;
  margin-left: 40px;
}

.sh-cf7-buttons button.sh-cf7-delete-selected {
  margin: 0 50px 0 0;
}

.button.sh-cf7-delete-selected, .button.sh-cf7-export-csv, #sh-cf7-search-button {
  padding: 2px 40px;
  font-size: 16px;
  font-weight: 600;
}
#sh-cf7-search-input {
  margin-right: 5px;
  width: 400px;
}

/* Buttons Content */
.sh_cf7_edit_labels {}
.sh_cf7_edit_values {}

/* Data Table */
-y {}
.widefat {}
.fixed {}
.sh-cf7-thead {}

.sh-cf7-label-row {}

.widefat tr.sh-cf7-label-row th {
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  color: #2271b1;
}

.sh-cf7-select-td-row {}
.sh-cf7-edit-label {}
.sh-cf7-label {
  width: 280px;
}

.sh-cf7-ed-label {}
.widefat tr.sh-cf7-label-row .sh-cf7-csv-false {
  color: #ed2024;
}
#sh-cf7-load-choice{
  margin-right: 20px;
  /* margin-top: 25px; */
}
table#sh-cf7-data-table {
  margin: 0 0 25px 0;
}

.sh-cf7-tbody {}

.sh-cf7-data-table-wrap .widefat tr td {
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(227,230,234,1);
}
#wpbody-content {/* padding-bottom: 0; */!mportant;}

.sh-cf7-data-table-wrap .widefat tr:nth-last-child(2) td  {
  border-bottom: none;
}
    #sh-cf7-rows-summary td {
      color: #ed2024;
      font-style: italic;
      font-weight: 500;
      background: #ffffff;
      border-bottom: none;
     }
.widefat tr.selected-row {
    background-color: #e6f2fa!important;
}

.widefat tr.sh-cf7-data-row:nth-child(odd) {
  background: #f6f7f7;
}

tr.sh-cf7-data-row:nth-child(even) {
  background: #f2f2f2;
}

.sh-cf7-select-row {}
.sh-cf7-ed-data {}

/* Checkboxes */
.sh-cf7-select-all-td-rows {}
.sh-cf7-select-row {}
.sh-cf7-select-edit {
  width: 20px;
}
table#sh-cf7-data-table td>input[type=checkbox] ,table#sh-cf7-data-table th>input[type=checkbox] {
  margin: -3px 0 0 8px;
  vertical-align: middle;
}

/* Icons */
.dashicons {}

table#sh-cf7-data-table th:nth-child(2), table.sh-cf7-data-table td:nth-child(2) {
  padding-right: 30px;
}
.sh-cf7-data-table-wrap {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 64vh;
}

.sh-cf-7-dashicon.dashicons-edit:before {
  content: "\f464";
  vertical-align: middle !important;
  position: relative;
  left: -5px;
}

.sh_cf7_edit_values, .sh_cf7_edit_labels {
  width: 30px;
}

/** Toggle switch **/
.sh-cf7-merged-set-block:last-of-type {
  margin-bottom: 30px;
}
.sh-cf7-toggle-wrap{
  padding: 20px 0 10px 0;
  color: #ed2024;
  font-size: 14px;
  font-weight: 500;
}
.sh-cf7-switch {
  position: relative;
  display: block;
  width: 60px;
  height: 30px;
}

.sh-cf7-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sh-cf7-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #23282d; /* WordPress dark background color */
  transition: .4s;
  /* border-radius: 15px; */ /* Make the slider a little oval */
}

.sh-cf7-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #f1f1f1; /* WordPress light background color */
  transition: .4s;
  border-radius: 50%; /* Make the handle round */
}

input:checked + .sh-cf7-slider {
  background-color: #007cba; /* WordPress blue color */
}

input:checked + .sh-cf7-slider:before {
  transform: translateX(30px); /* Adjusted translation to match new dimensions */
}

/* Rounded sliders */
.sh-cf7-slider.sh-cf7-round {
  border-radius: 30px; /* Fully rounded corners */
}

.sh-cf7-slider.sh-cf7-round:before {
  border-radius: 50%; /* Fully rounded handle */
}

.sh-cf7-merge-name-field {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
}
.sh-cf7-merge-name-input{
  font-size: 15px;
  padding: 3px 10px!important;
  width: 300px;
  margin: 0 15px;
}
.sh-cf7-merge-name-text{
  font-size: 14px;
  font-weight: 500;
}
.floating-message {
    position: absolute;
    padding: 10px 20px 10px 50px; /* Increase padding to add space for the icon */
    border-radius: 5px;
    z-index: 999999;
    display: none; /* Initially hidden */
    border: 2px solid;
    font-size: 16px; /* Slightly reduce font size for better spacing */
    box-sizing: border-box; /* Include padding and border in width/height */
    align-items: center; /* Center items vertically */
}

.custom-floating-message {
    position: fixed; /* Ensure the message is positioned relative to the viewport */
    top: 80px; /* Adjust as needed */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust to center the element */
    height: auto;
    width: auto;
}

.floating-message.success {
    background-color: #ffffff; /* Light green background */
    color: black;
    border-color: #2ed92e;
    font-weight: 500;
}

.floating-message.success::before {
    content: "\2714"; /* Check mark */
    color: white;
    font-size: 20px; /* Reduce size for better alignment */
    background-color: #3fc83f;
    border-radius: 5px 0 0 5px; /* Match the rounded corners of the box */
    padding: 10px;
    margin-left: -40px; /* Adjust this value to align the icon */
    margin-right: 10px;
    display: inline-flex; /* Align icon with text */
    align-items: center; /* Center the check mark vertically */
    justify-content: center;
}

.floating-message.errors {
    background-color: #ffffff; /* Light green background */
    color: black;
    border-color: #cf2906;
    font-weight: 500;
}

.floating-message.errors::before {
    content: "\f534"; /* Error icon (Font Awesome) */
    color: white;
    font-size: 20px; /* Reduce size for better alignment */
    background-color: #cf2906;
    border-radius: 5px 0 0 5px; /* Match the rounded corners of the box */
    padding: 10px;
    margin-left: -40px; /* Adjust this value to align the icon */
    margin-right: 10px;
    display: inline-flex; /* Align icon with text */
    align-items: center; /* Center the error icon vertically */
    justify-content: center;
}


/* Tab Container */
.sh-cf7-tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 0 0;
}

/* Tab Buttons */
.sh-cf7-tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 25px 10px 10px; /* Add padding to the right to make space for the arrow */
  transition: background-color 0.3s; /* Removed transform transition here */
  font-size: 17px;
  position: relative; /* To position the arrow */
  margin-right: 20px;
  background: #dcdcde;
  border-radius: 5px 5px 0 0;
}

/* Default Arrow (Down) */
.sh-cf7-tab button::after {
  content: '\25BC'; /* Downward arrow */
  position: absolute;
  top: 50%;
  transform: translateY(-40%) rotate(0deg); /* Vertically center the arrow */
  transition: color 0.3s, transform 1s ease; /* Add transform transition with slower effect */
  color: #646970;
  right: 5px;
}

/* Hover State for Tab Button */
.sh-cf7-tab button:hover {
  background-color: #ddd;
}

.sh-cf7-tab button:hover::after {
  color: #999; /* Slightly darker arrow color on hover */
}

/* Active Tab Button */
.sh-cf7-tab button.active {
  border-bottom: 3px solid #2271b1;
  color: #2271b1;
  background-color: white;
}

.sh-cf7-tab button.active::after {
  content: '\25B2'; /* Upward arrow */
  color: #2271b1; /* Match the active tab color */
  transform: translateY(-50%) rotate(360deg); /* Rotate the arrow smoothly */
}

/* Tab Content */
.sh-cf7-save-merged{
  font-size: 18px!important;
  width: 80px;
  
}
.sh-cf7-uninstall{
  margin-left: 30px;
}

.sh-cf7-uninstall li {
  display: inline;
  margin: 30px 30px 0 0;
}

.sh-cf7-uninstall li:first-child {
  display: block;
  margin: 0 0 20px 0;
  
}
.sh-cf7-uninstall li label {
  margin: 0 0 20px 0;
  font-size: 16px;
  
}
#sh-cf7-save-uninstall{
  margin: 20px 0 0 30px;
  font-size: 16px;
}
.sh-cf7-tabcontent {
  display: none;
  padding: 6px 12px 20px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  margin: 0 0 30px;
}

/* Form List */
.sh-cf7-form-list {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 7px 100px;
}

.sh-cf7-form-list li {
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

/* Title */
.sh-cf7-title {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
  color: #1d2327;
}

/* The Modal (background) */
#sh-cf7-modal-label, #sh-cf7-modal-value {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.sh-cf7-modal-content {
  position: relative;
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 0;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  bottom: 150px;
}

/* Modal Header */
.sh-cf7-modal-header {
  background-color: #1d2327;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
  font-size: 20px;
  position: sticky;
  top: 0; /* Added top value */
  z-index: 10; /* Ensures it appears above other content */
  padding: 10px;
  /* border-bottom: 5px solid #2271b1; */
}

/* Modal Body */
.sh-cf7-modal-body {
  padding: 20px;
  overflow-x: auto; /* Enable horizontal scrollbar */
  overflow-y: auto;
  max-height: 64vh;
}

/* Modal Footer */
.sh-cf7-modal-footer {
  padding: 0 20px;
  background-color: #ebebeb;
  border-top: 5px solid #2271b1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: sticky;
  bottom: 0; /* Added bottom value */
  z-index: 10; /* Ensures it appears above other content */
  cursor: move;
}

.sh-cf7-modal-footer .sh-cf7-btn {
  margin-left: 10px;
}

/* Close Button */
.sh-cf7-close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: #1d2327;
  border: none;
}

.sh-cf7-close:hover,
.sh-cf7-close:focus {
  color: #adadad;
  text-decoration: none;
}

/* Modal Body List */
.sh-cf7-modal-body ul {
  list-style: none;
  padding: 0;
}
textarea {
  width: 100%;
}
.sh-cf7-modal-body li {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Vertically center the contents */
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  position: relative;
}

.sh-cf7-modal-body li.dragging {
  background-color: #666a6b;
}

.ui-state-highlight {
  height: 40px; /* Rounded up from 2.5em to 40px */
  line-height: 20px; /* Rounded up from 1.2em to 20px */
  background-color: #f0f0f0;
  border: 2px dotted #898585!important; /* Dashed border for the placeholder */
  margin-bottom: 10px;
}

.sh-cf7-modal-body label {
  margin-right: 10px;
  min-width: 200px;
  font-weight: bold;
}

.sh-cf7-modal-body .edit-label-value {
  cursor: move;
}

.sh-cf7-modal-body input {
  flex: 2;
  line-height: 40px;
  padding-right: 40px;
  width: 100%;
}

#sh-cf7-reset-values, #sh-cf7-cancel-values, #sh-cf7-save-values, #sh-cf7-reset-labels, #sh-cf7-cancel-labels, #sh-cf7-save-labels {
  font-size: 16px;
  padding: 5px 40px;
  margin: 10px 0;
}
#sh-cf7-body-wrap.notice,div.error,div.updated {
     background:none; 
     border:none; 
     border-left-width:none; 
     box-shadow:none; 
     margin:0px; 
     padding:0px; 
}
input.placeholder {
    color: #aaa; /* Gray color for placeholder text */
}

/* Ensure that the actual value has normal color */
input:not(.placeholder) {
    color: #000; /* Black color for actual text */
}
#sh-cf7-copy-link {
    background: #fff;
    border: none;
    outline: none; /* Removes the default focus outline */
    box-shadow: none; /* Removes any default box shadow on focus */
}

#sh-cf7-copy-link:hover,
#sh-cf7-copy-link:focus,
#sh-cf7-copy-link:active {
    background: #fff;
    border: none;
    outline: none; /* Ensures no focus outline on click */
    box-shadow: none; /* Ensures no focus box shadow on click */
}
/* CSS for table row highlighting */
.sh-cf7-data-row.sh-cf7-highlighted  {
     transition: background-color 0.5s ease-in-out;
}

/* Even rows */
.sh-cf7-data-row.sh-cf7-highlighted:nth-child(even) {
    background-color: #dafbff !important;
}

/* Odd rows */
.sh-cf7-data-row.sh-cf7-highlighted:nth-child(odd) {
    background-color: #f6f6db !important;
}
/**MODAL ADDITION**/
/* Input container to position the icon correctly */
.sh-cf7-input-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

/* Position the hide/show icon inside the input field */
.sh-cf7-input-container .sh-cf7.hide-toggle {
/*    position: absolute;*/
    right: 10px;
    cursor: pointer;
    color: #1d2327;
}

/* Greyed out effect for the list item */
.sh-cf7-modal-greyed-out {
    background-color: #f0f0f0; /* Slightly grey out the background */
    opacity: 0.6; /* Reduce opacity */
}

.sh-cf7-edit-input {
 /*   width: calc(100% - 30px); /* Adjust input width to accommodate the icon */
    padding-right: 30px; /* Adjust padding to make space for the icon */*/
}

.sh-cf7-hide-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-75%);
    cursor: pointer;
    padding: 0 5px 0 0;
    font-size: 30px;
    color: #757575;
}
.sh-cf7-spinner {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 6px solid #03A9F4;
    border-top-color: #d8d5d4;
    animation: spin 1s infinite linear;
}

@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
} 

.sh-cf7-alert {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.sh-cf7-alert-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
}

.sh-cf7-alert-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.sh-cf7-alert-close:hover,
.sh-cf7-alert-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sh-cf7-alert-header,
.sh-cf7-alert-footer {
  padding: 10px 20px;
}

.sh-cf7-alert-body {
  padding: 20px;
}

.sh-cf7-alert-btn {
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
}

#sh-cf7-alert-yes {
  background-color: #4CAF50;
  color: white;
  border: none;
}

#sh-cf7-alert-no {
  background-color: #f44336;
  color: white;
  border: none;
}

.sh-cf7-data-table-wrap .widefat tr.sh-cf7-data-row[data-csv-key="true"] td {
  font-weight: 400;
}

.sh-cf7-table-textarea, .sh-cf7-modal-textarea {
    resize: vertical;
    width: 100%;
}

.sh-cf7-table-textarea{
    height: 25px;
    margin-bottom: -7px;
}
.sh-cf7-modal-textarea {
    height: 50px;
    padding: 5px;
}
#sh-cf7-user-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-radius: 8px;
    /* border: 1px solid #ddd; */
    max-width: 800px;
    margin: 20px auto;
    display: inline;
}
#sh-cf7-user-guide li {
    font-size:14px;
}

#sh-cf7-user-guide .title {
    color: #006699;
    font-size: 16px;
    /* margin-top: 30px; */
    margin-bottom: 15px;
    border-bottom: 2px solid #006699;
    padding-bottom: 5px;
    font-weight: 600;
}

#sh-cf7-user-guide ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}

#sh-cf7-user-guide ul ul {
    list-style-type: circle;
    margin-left: 20px;
}

#sh-cf7-user-guide ul li {
    margin-bottom: 10px;
}
.warning{
  color: #ed2024;
  font-size: 18px;
}

#sh-cf7-user-guide strong {
    color: #006699;
}

#sh-cf7-user-guide p {
    margin: 10px 0;
    line-height: 1.8;
}

#sh-cf7-user-guide a {
    color: #0099cc;
    text-decoration: none;
}

#sh-cf7-user-guide a:hover {
    text-decoration: underline;
}
.sh-cf7-maintenance-message,
#sh_cf7_truncate_table,
.sh-cf7-timer {
    display: none; /* Start hidden */
}

.sh-cf7-maintenance-message.active,
#sh_cf7_truncate_table.active,
.sh-cf7-timer.active {
    display: block; /* Show when active */
    transition: all 0.5s ease-in-out; /* Smooth transition */
}

.sh-cf7-maintenance-message {
    color: rgba(232, 10, 10, 0.98);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.sh-cf7-timer {
    margin-top: 15px;
    color: rgba(232, 10, 10, 0.98);
    font-weight: 600;
    font-size: 15px;
}

.sh-cf7-instruction{
    font-size: 15px;
    font-weight: 600;
    color: #1d2327;
}

.time-range-options {
  margin: 30px 0 30px 0;
  display: flex;
  align-items: center;
}
.time-range-options label{
  margin-right: 30px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#sh-cf7-download-csv{
  margin: 0 0 0 20px;
}
.sh-cf7-highlight{
color:#ed2024;
  font-weight: 500;
}
.sh-cf7-uninstall p{
  color: #0a0a0a;
  font-size: 14px;
}
.sh-cf7-uninstall .warning{
  color: #ed2024;
  font-size: 18px;
  font-weight: 500;
}

#input-container {
    margin-bottom: 20px;
    /* display: flex; */
    margin-left: 50px;
}

.custom-input-field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-input-field input {
    width: 800px;
    padding-right: 10px;
    box-sizing: border-box;
}

.remove-icon {
    margin-left: 10px; /* Space between the input field and the remove icon */
    cursor: pointer;
}

#add-icon-container {
    cursor: pointer;
    margin-top: 10px;
}

.sort-icons button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    /* padding: 5px; */
}

.sort-icons button:focus {
    outline: none;
}
  .sort-up, .sort-down {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    /* padding: 2px; */
}

.sort-up:focus, .sort-down:focus {
    outline: none;
}

.sort-button {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}
/* Target the button when data-ascending is true */

/* Target the button when data-descending is true */
#sort-down[data-descending="true"], #sort-up[data-ascending="true"] {
    color: #2271b1;  /* Active state for descending */
}

/* Style for previous and next buttons */
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
}

/* Arrow for Previous button */
.ui-datepicker-prev:before {
    content: "\276E"; /* Unicode for left arrow */
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 5px;
    top: 5px;
}

/* Arrow for Next button */
.ui-datepicker-next:before {
    content: "\276F"; /* Unicode for right arrow */
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Hover effect for buttons */
.ui-datepicker-prev:hover:before,
.ui-datepicker-next:hover:before {
    color: #007cba;
}
