* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Inter-black";
  src: url("../fonts/Inter-Black.ttf");
}

@font-face {
  font-family: "Inter-bold";
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "Inter-regular";
  src: url("../fonts/Inter-Regular.ttf");
}

:root {
  /* color variables */
  --red-color: #ed1c24;
  --green-color: #387e3f;
  --yellow-color: #ffff00;
  --black-light-color: #0000001f;
  --super-light-red-color: #ed1c230a;
  --gray-color: #2c2c2c;
  --gray-form-color: #f5f5f5;
  --light-red-color: #ed1c2326;

  /* fonts */
  --black-font: "Inter-Black";
  --bold-font: "Inter-bold";
  --regular-font: "Inter-regular";

  /* size */
  --label-size: 12px;
  --paragraph-size: 16px;
  --header-size: 24px;
  --huge-header-size: 30px;

  /* borderradius */
  --sm-border-radius: 6px;
  --md-border-radius: 15px;
  --lrg-border-radius: 25px;

  /* Shadow */
  /* --primary-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.059); */
  --primary-shadow: none;
}

body,
html {
  font-family: var(--regular-font);
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.red-bg {
  background-color: var(--red-color);
}

.content-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

img.pietpiet_logo {
  width: 150px;
}

p.login-text {
  font-size: 14px;
}

p.login-text a {
  color: var(--red-color);
}

form.primary-form.login-screen {
  width: 400px;
  background-color: white;
  border-radius: var(--md-border-radius);
  padding: 40px;
  border: 1px solid var(--black-light-color);
  /* box-shadow: var(--primary-shadow); */
  /* border: 1px solid black; */
}

#pinCodeModal {
  padding-top: 0 !important;
}

.top-wrapper .form-header-wrapper h3.page-header {
  text-align: left;
  color: white;
  /* color: white; */
  /* text-transform: uppercase; */
}

.form-header-wrapper h4 {
  color: var(--red-color);
}

.top-wrapper .form-header-wrapper {
  margin-bottom: 0;
  margin-left: 20px;
}

.form-header-wrapper.merchant .page-header {
  text-align: left;
  border-bottom: 1px solid #00000026;
  padding-bottom: 10px;
}

#pinCodeModal div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

form.primary-form.reg-screen {
  width: 600px;
  background-color: white;
  border-radius: var(--md-border-radius);
  padding: 40px;
  border: 1px solid var(--black-light-color);
  box-shadow: var(--primary-shadow);
}

.input_wrapper {
  display: block;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.input_wrapper.password {
  margin-bottom: 0;
}

.pietpiet_label {
  display: block;
  font-size: 12px;
  color: var(--gray-color);
  margin-bottom: 6px;
  text-align: left;
}

.container {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container.fully-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container.center-top {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.container.center-top .wrapper-form {
  margin-top: 80px;
  padding-bottom: 80px;
}

.container.align-top {
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-header {
  font-family: var(--black-font);
  font-size: var(--huge-header-size);
  margin-bottom: 14px;
}

input.pietpiet_input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid var(--black-light-color);
  /* background-color: var(--gray-form-color); */
}

input.pietpiet_input:focus-visible {
  outline: none;
  border: 1px solid var(--red-color);
}

.btn-wrapper {
  margin-top: 40px;
  width: 100%;
}

.sub-header {
  color: var(--red-color);
  font-size: 14px;
}

.white-text {
  color: white !important;
}

.wrapper-choice {
  background-color: white;
  padding: 40px;
  border-radius: var(--md-border-radius);
}

.wrapper-choice .page-header {
  text-align: center;
  margin-bottom: 40px;
}

.primary-btn {
  width: 100% !important;
  padding: 16px;
  display: block;
  border-radius: var(--lrg-border-radius);
  border: none;
  background-color: var(--red-color);
  color: white;
  margin-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  font-family: var(--regular-font);
}

.short-btn {
  width: max-content !important;
}

.primary-btn.stroked-btn {
  background-color: transparent;
  border: 1px solid var(--red-color);
  color: var(--red-color);
}

.form-header-wrapper {
  margin-bottom: 40px;
}

.align-left {
  text-align: left;
}

select.select-field {
  width: 100%;
  border: none;
  background-color: red;
  padding: 10px;
  border-radius: 6px;
  color: var(--red-color);
  background-color: var(--light-red-color);
  font-family: var(--regular-font);
}

option {
  color: var(--red-color);
}

img.pietpiet_logo_navbar {
  width: 60px;
  position: absolute;
  right: 50%;
}

.navbar {
  background-color: var(--red-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.171);
  padding: 12px 30px;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
}

.gray-bg {
  background-color: #f4f4f4;
  /* background-color: var(--super-light-red-color); */
}

.profile-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  padding: 12px;
  padding-right: 26px;
  border-radius: 50px;
  width: max-content;
}

img.menu-icon.profile-icon {
  width: 18px;
}

.burger-menu {
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.111);
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.burger-menu:hover {
  background-color: rgba(255, 255, 255, 0.111);
}

.menu-icon.burger {
  width: 25px;
}

.menu-icon {
  width: 30px;
}

.menu-icon.profile-icon {
  margin-right: 10px;
}

p.user-info {
  color: var(--red-color);
  font-size: 14px;
  font-family: var(--bold-font);
}

.nav-wrapper {
  display: flex;
  /* flex-direction: unset; */
  justify-content: space-between;
  align-items: center;
}

p.merchant-info {
  font-size: 14px;
}

.colored-bg {
  background-color: var(--yellow-color);
}

.wrapper {
  width: 500px;
}

.wrapper.table-wrapper {
  width: max-content !important;
}

.wrapper.QR.Code .card {
  margin-bottom: 20px;
}

.wrapper.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.card-wrapper {
  margin: 40px;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card_number_title {
  font-size: 14px;
  color: white;
  text-align: left;
}

h2.card_number {
  font-size: 14px;
  color: white;
  font-family: var(--bold-font);
}

.text-content {
  text-align: left;
}

p.user-type-text {
  font-size: 14px;
  font-family: var(--regular-font);
  color: white;
}

h2.user-name {
  font-size: 30px;
  font-family: var(--bold-font);
  color: white;
}

#qrcode,
#qrcode img {
  width: 100% !important;
  height: 100% !important;
}

.card {
  width: 500px;
  width: 100%;
  height: 250px;
  border-radius: var(--lrg-border-radius);
  border: 1px solid #fff;
  background: linear-gradient(270deg, #fac924 0%, #d99202 100%);

  /* prime-shadow */
  box-shadow: var(--primary-shadow);
}

.mar-bottom-0 {
  margin-bottom: 0 !important;
}

.top-wrapper {
  background-color: var(--red-color);
  padding: 20px;
  border-radius: 13px;
  display: flex;
  justify-content: left;
  /* margin: -30px; */
  align-items: center;
  margin-bottom: 40px;
}
.card-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.qr_code_btn {
  background-color: white;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  color: var(--red-color);
  font-family: var(--bold-font);
}

.content_container {
  background-color: white;
  padding: 40px;
  border-radius: var(--lrg-border-radius);
  margin: 25px 0px;
  border: 1px solid var(--black-light-color);
  box-shadow: var(--primary-shadow);
  margin-top: 0;
}

img.currency-icon-img {
  width: 100%;
}

img.pietpiet_logo_currency {
  width: 100%;
}

.currency-icon {
  width: 120px;
  height: 120px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.points_wrapper {
  margin-top: 20px;
}

p.total_points {
  font-size: 14px;
  font-family: var(--bold-font);
  color: var(--green-color);
}

h1.point_number {
  font-family: var(--black-font);
  font-size: 80px;
  color: var(--green-color);
}

.container.padding-top {
  padding-top: 120px;
}

.sm-currency-icon {
  width: 22px;
  margin-right: 10px;
}

img.currency-icon-img {
  width: 14px;
}

p.label_text {
  font-size: 14px;
  color: black;
  font-family: var(--bold-font);
}

.total_value_srd_container {
  width: 100%;
  background-color: var(--green-color);
  padding: 20px;
  margin-top: 40px;
  border-radius: var(--md-border-radius);
  box-sizing: border-box;
}

.choice-container {
  display: flex;
}

a.choice-link {
  margin: 10px;
}

.choice-box {
  background: white;
  padding: 40px 80px;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  box-shadow: var(--primary-shadow);
}

.choice-label {
  margin-top: 20px;
  font-size: 16px;
  color: var(--red-color);
}

.choice-box .img-box {
  width: 80px;
  height: 80px;
  background-color: var(--light-red-color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.choice-link {
  text-decoration: none;
}

img.choice-img {
  width: 50px;
}

.content_wrapper.btn {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.content_wrapper.merchant.btn {
  display: flex !important;
  flex-direction: column !important;
}

.content_wrapper.btn .primary-btn {
  margin: 0px 10px;
}

.content_wrapper.merchant.btn .primary-btn {
  margin: 5px 0px;
}

p.total_value_label {
  font-size: 14px;
  color: white;
  font-family: var(--bold-font);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.margin-bottom {
  margin-bottom: 40px;
}

h2.total_value_srd {
  font-size: 40px;
  color: white;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--regular-font);
}

img.qr-code-img {
  width: 100%;
}

nav.nav-menu {
  /* position: fixed; */
}

.menu-screen {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--red-color);
  overflow-x: hidden; /* Prevents horizontal scroll */
  overflow-y: hidden; /* Prevents vertical scroll when closed */
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1000;
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Fully transparent when hidden */
  box-shadow: var(--primary-shadow);
  border-right: 1px solid #ffffff26;
  padding: 20px;
  box-sizing: border-box;
}

.profile-submenu {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  background-color: var(--red-color) !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: var(--md-border-radius);
  padding: 10px;
  z-index: 100;
  list-style: none;

  width: 250px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-submenu .user-info {
  display: none;
}

.pietpie-logo {
  width: 60px;
}

.dag-container {
  display: flex;
  justify-content: left;
  padding: 20px;
  background-color: var(--super-light-red-color);
  border-radius: 15px;
  margin-bottom: 10px;
}

.dag-wrapper {
  text-align: left;
  width: 100%;
}

.time-input-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.time-checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  margin-top: 20px;
}

.time-input-wrapper {
  display: block;
  width: 100%;
}

label.time-label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

input.pietpiet_checkbox {
  margin-right: 10px;
}

.time-checkbox-wrapper label {
  margin-bottom: 0;
}

input.pietpiet_input2 {
  width: 100% !important;
}

.form-content.merchant-reg .form-header-wrapper h4 {
  text-align: left;
  border-bottom: 1px solid #0000001c;
  padding-bottom: 10px;
  margin-top: 60px;
}

.profile-submenu .submenu-item {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
  border-radius: var(--md-border-radius);
}

.profile-submenu .submenu-item:hover {
  background-color: rgba(255, 255, 255, 0.111);
  /* Add a hover effect */
}

.menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-ul {
  margin-top: 80px;
  list-style-type: none;
}

.menu-item-link {
  padding: 15px;
  color: white;
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: var(--regular-font);
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease;
  margin-bottom: 10px;
}

.menu-item-link.colored-btn,
.menu-item-link.colored-btn:hover {
  background-color: white;
  border-bottom: none;
  color: var(--red-color);
}

.menu-item-link:hover {
  background-color: rgba(255, 255, 255, 0.111);
}

img.side-bar-item {
  width: 20px;
  object-fit: cover;
  margin-right: 20px;
  height: 20px;
}

.submenu {
  display: none;
  /* Hidden by default */
  padding-left: 20px;
  /* Indent the submenu */
}

.submenu-item {
  list-style-type: none;
  font-size: 14px;
  text-align: left;
  /* margin-left: 20px; */
  padding: 20px 10px;
  display: block;
  color: white;
  text-decoration: none;
}

.has-submenu.active + .submenu {
  display: block;
  /* Display submenu when parent is active */
}

/* Change color on hover */
.submenu-item a:hover {
  color: #ddd;
}

/* Show submenu when hovering over the parent item */
.has-submenu:hover .submenu {
  display: block;
}

/* Optional: Cursor pointer on the parent item */
.has-submenu {
  cursor: pointer;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  cursor: pointer;
  color: white;
}

.close-btn.btn-colored {
  color: var(--red-color);
}

h3.value-header {
  font-size: 16px;
  text-align: left;
  font-family: var(--bold-font);
}

.btn-icon {
  width: 12px;
  margin-right: 10px;
}

.btn-icon.download-icon {
  width: 16px;
}

.content_wrapper.btn.wrapper-block {
  display: block !important;
}

.content_wrapper.btn.wrapper-block .primary-btn {
  margin: 10px 0px;
}

.header-container .primary-btn.short-btn {
  /* margin: 0px 10px;
  margin-right: 0; */
}

.header-container.margin-top {
  margin-top: 20px;
}

.filter-btn .btn-icon {
  width: 16px;
}

.filter-btn .btn-icon {
  width: 20px;
}

.circled-btn {
  width: 50px;
  border-radius: 50px;
}

li.menu-item {
  text-decoration: none;
  list-style-type: none;
}

/* Sidebar visible state */
.menu-screen.active {
  width: 400px;
  visibility: visible; /* Visible when active */
  opacity: 1; /* Fully opaque when active */
  overflow-y: auto; /* Allows scrolling of content when open */
}

img.offer-icon {
  width: 22px;
}

.transactie-container,
.offer-container {
  background-color: white;
  padding: 20px;
  border-radius: var(--md-border-radius);
  border: 1px solid var(--black-light-color);
  box-shadow: var(--primary-shadow);
  margin-bottom: 20px;
}

a.offer-btn {
  background-color: red;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 6px;
}

a.offer-btn.edit {
  background-color: var(--light-red-color);
}

.offer-btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.offer-container {
  margin-bottom: 0;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.transactie-wrapper,
.offer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer-wrapper {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.trans-col .logo-box {
  margin-bottom: 40px;
}

h3.transactie-label {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

h3.page-header {
  text-align: left;
  font-size: 22px;
  margin-bottom: 0px;
  font-family: var(--bold-font);
  color: var(--red-color);
}

p.transactie-details {
  font-size: 16px;
  font-weight: bold;
  color: rgb(112, 112, 112);
}

.trans-col.align-right h3 {
  text-align: right;
}

.align-left {
  text-align: left;
}

.transactie-hoeveelheid {
  font-size: 40px;
  color: var(--green-color);
  font-family: var(--black-font);
  text-align: right;
}

.header-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.primary-btn.short-btn {
  width: max-content;
  padding: 16px 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Popup Form Container (hidden by default) */
.popup-form {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sits on top of other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  justify-content: center;
  align-items: center;
}

.qr-code-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.arrow-icon img {
  width: 14px;
}

.table-btn-container {
  display: flex;
}

/* Popup Content Box */
.popup-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  width: 550px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  cursor: pointer;
}

.popup-content .page-header {
  margin-bottom: 20px;
}

.text-align-center {
  text-align: center !important;
}

.row-btn-container {
  display: flex;
}

.row-btn-container .primary-btn {
  margin: 0px 5px;
}

.colored-text {
  color: var(--red-color);
}

.wachtwoord-text {
  text-align: left !important;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
}

/* Form styling */
.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content label {
  margin: 10px 0 5px;
}

img.merchant-logo-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

h3.merchant-name-header {
  font-size: 14px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

h1.offer-header {
  font-size: 20px;
  font-family: var(--black-font);
  color: var(--red-color);
  margin-bottom: 20px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; /* Initially hidden */
  z-index: 1000;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.close {
  color: #ffffff;
  float: right;
  font-size: 50px;
  /* font-weight: bold; */
  position: absolute;
  z-index: 99;
  right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.merchant-filter-options {
  background-color: white;
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  border-radius: 25px;
  justify-content: center;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.radio-input:checked + .merchant-filter-label {
  border-color: var(--red-color);
  color: var(--red-color);
  font-weight: bold;
}

.merchant-filter-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  padding: 15px 20px;
  /* margin: 10px 10px; */
  background-color: white;
  border-bottom: 2px solid rgb(218, 218, 218);
  /* border-radius: 5px; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.qr_reader_container {
  height: 100%;
  box-sizing: border-box;
}
div#qr-reader {
  height: 100%;
}

#qr-reader video {
  width: 100% !important;
  box-sizing: border-box;
  object-fit: cover;
  height: 100%;
}

#qr-shaded-region {
  border-width: 100px !important;
}

.table_container {
  width: 100%;
  background-color: white;
  border: 1px solid var(--black-light-color);

  border-radius: 25px;
}

table.table-transactie {
  width: 100%;
  border-collapse: collapse;
  padding: 40px;
}

tr.transactie-row.transactie-data {
  border-top: 1px solid #ddd;
}

tr.transactie-row th.t-head,
tr.transactie-row td.t-data {
  text-align: left;
  font-family: var(--regular-font);
  border-collapse: collapse;
  padding: 20px;
  font-size: 14px;
}

.send-color {
  color: #cb4154;
}

.receive-color {
  color: #38c784;
}

.error_message {
  font-size: 12px;
  color: #cb4154;
  padding-top: 4px;
  text-align: left;
  background-color: var(--light-red-color);
  padding: 20px !important;
  border-radius: 6px;
  margin-bottom: 20px;
}

p.datum {
  font-size: 12px;
  background-color: var(--super-light-red-color);
  padding: 8px 10px;
  margin-top: 10px;
  border-radius: 7px;
  text-align: center;
  color: var(--red-color);
  width: 100%;
  box-sizing: border-box;
}

p.datum.aantal_punten {
  background-color: var(--red-color);
  font-weight: bold;
  text-transform: uppercase;
}

p.datum.aantal_punten {
  color: white;
}

p.datum.deadline {
  color: white;
  background-color: var(--red-color);
}

.alert-box {
  /* display: none;  */
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  background-color: #cb4154;
  color: white;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alert-box.success {
  background-color: #38c784;
}

.alert-box.warning {
  background-color: #fac924;
}

.close-alert {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.close-alert:hover {
  color: #ccc;
}

#pagination .primary-btn {
  padding: 0;
  width: 50px !important;
  height: 50px;
}

.filter-options {
  /* margin-bottom: 10px; */
  display: flex;
  background-color: white;
  margin-bottom: -40px;
}

.filter-options input {
  margin-right: 5px;
}

.green-btn {
  background-color: rgb(77, 255, 103);
  color: #03100a;
}

#searchBar {
  margin-left: 15px;
  padding: 10px;
  width: 50%;
}

input[type="radio"] {
  display: none;
}

p.no-records {
  padding: 10px;
  font-size: 14px;
}

.header-admin-container {
  background-color: white;
  padding: 40px;
  border-radius: 25px;
  /* padding-bottom: 0; */
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.filter-label {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  /* margin: 10px 10px; */
  /* background-color: var(--light-red-color); */
  border-bottom: 2px solid rgb(218, 218, 218);
  /* border-radius: 5px; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.filter-label:hover {
  border-color: var(--red-color);
  color: var(--red-color);
}

.radio-input:checked + .filter-label {
  /* background-color: var(--red-color); */
  border-color: var(--red-color);
  color: var(--red-color);
  font-weight: bold;
}

.wrapper.table-wrapper {
  min-width: 80vw;
}

.menu-item-link span {
  display: flex;
}

a.menu-item-link.active-link {
  background-color: white;
  color: var(--red-color);
}

a.menu-item-link.active-link img.side-bar-item {
  background-color: var(--red-color);
  border-radius: 50px;
  padding: 4px;
}

.no-records {
  font-size: 14px;
  padding: 20px;
}

.swal-cancel-btn {
  color: #ed1c24 !important;
}
