/**
Theme Name: Tiger Menu
Author: QRTiger
Author URI: https://www.qrcode-tiger.com/
Description: The most advanced QR code menu generator for restaurants
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiger-menu
Template: astra
*/

/*
FAQ:
Q: How to fix the site if all the pages are displayed in blog format when developing locally?
A: Reinstall the elementor plugin.
 */

/*
Custom Checkbox
*/
.custom-checkbox input {
  display: none;
}

/* Style the custom checkbox container */
.custom-checkbox {
  position: relative;
  padding-left: 30px; /* space for the custom checkbox */
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}

/* Style the custom checkbox itself */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee; /* background color when unchecked */
  border: 1px solid #555; /* border color */
}

/* Style the checkmark when the checkbox is checked */
.custom-checkbox input:checked + .checkmark {
  background-color: #2196f3; /* background color when checked */
}

/* Hide the checkmark by default */
.custom-checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when the checkbox is checked */
.custom-checkbox input:checked + .checkmark:after {
  display: block;
}

/* Style the checkmark shape */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*
Custom Pagination
*/
.prev.page-numbers,
.next.page-numbers {
  border: 1px solid #166dd4;
  width: 38px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
  height: 42px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
}

.page-numbers.current {
  width: 27px;
  background-color: #3da496;
  color: white;
}
