@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  margin: 0;
  font-family: "Inter", sans-serif !important;
}

:root {
  --primary: #ffffff;
  --primary-dark: #e11b22;
  --bg-black: #231f20;
  --bg-gray: #f5f5f5;
  --text-color: #e6e6e6;
}

.container {
  max-width: 1080px;
}
.logo {
  margin-bottom: 80px;
}
.big-btn {
  transition: 0.3s;
  min-height: 250px;
}
.btn-checkin {
  background-color: var(--primary-dark);
}
.btn-title {
  font-size: 72px;
  font-weight: 700;
}
.btn-sub {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
}
.btn-new {
  background: var(--bg-black);
}
.footer-text {
  font-weight: 700;
  font-size: 32px;
  color: var(--primary-dark);
}
.footer-text {
  color: var(--primary-dark);
}
img.img-fluid.logo-img {
  max-width: 200px;
  height: 98px;
}
.main-screen {
  margin: 20px;
}
/* visit-screen */

.back-btn {
  background: var(--bg-black);
  font-size: 22px;
}

.time {
  font-size: 22px;
  color: var(--bg-black);
}
.content-box {
  background: #f5f5f5;
  min-height: calc(100vh - 95px);
}

.title {
  font-size: 52px;
  color: var(--bg-black);
  margin-bottom: 3px;
}

.sub-title {
  font-size: 18px;
  color: var(--bg-black);
  margin-bottom: 20px;
  font-weight: 500;
}

.phone-display {
  font-size: 72px;
  color: var(--text-color);
}

.phone-display.has-value {
  color: #000000 !important;
}

.keypad .btn-key {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 700;
  color: var(--bg-black);
  transition: 0.2s;
  padding: 50px 40px;
  text-transform: uppercase;
}

.keypad .btn-key:hover {
  background: var(--primary);
}

.btn-continue {
  margin-top: 20px;
  background: var(--primary-dark);
  padding: 40px;
  font-size: 32px;
}

.save-appointment {
  font-size: 24px;
}

.btn-continue:hover {
  background: var(--primary-dark);
}

.top-bar {
  padding: 18px 16px 10px;
  margin-bottom: 30px;
}

.logo span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #444;
}

/* profile */
label.form-label.content-name {
  font-weight: 500;
  font-size: 18px;
  color: var(--bg-black);
  margin-bottom: 14px;
}
input.form-control.content-input {
  border-radius: 16px;
  padding: 24px;
  color: #000;
  border: none;
  box-shadow: none;
}

input.form-control.content-input::placeholder {
  font-weight: 500;
  font-size: 28px;
  color: var(--text-color);
}

.placeholder-black::placeholder {
  color: #000 !important;
  opacity: 1;
}

.identiy-box-content {
  font-weight: 600;
  font-size: 24px;
}

.identity-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
  padding: 32px;
}

.identity-box.active {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  box-shadow: 0px 4px 17px 0px #e11b2240;
}
.date-wrapper {
  position: relative;
}

.calendar-icon {
  transform: translateY(-50%);
  color: var(--primary-dark);
  font-size: 18px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 33px;
  cursor: pointer;
}

.submit-btn {
  background: var(--primary-dark);
  border: none;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  font-weight: 600;
}

.submit-btn:hover {
  background: var(--primary-dark);
}

/* keyboard */
.custom-keyboard {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  user-select: none;
  margin-bottom: 100px;
}
.keyboard-row {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.key {
  background: var(--primary);
  border: none;
  border-radius: 8px;
  height: 50px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.key:active {
  background: var(--primary);
}

.key.wide {
  flex: 6;
  font-size: 14px;
  color: #555;
}
.key.special {
  flex: 1.5;
  background: var(--primary);
}

.date-wrapper {
  position: relative;
}

/* welcome */

.header-logo {
  color: var(--primary-dark);
  font-weight: 800;
  font-style: italic;
  font-size: 28px;
  text-decoration: none;
}
.header-logo span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: -5px;
  color: #666;
}

.time-display {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.welcome-section h1 {
  font-size: 42px;
  color: var(--bg-black);
}
.welcome-section p {
  color: #231f20;
  font-size: 24px;
}
.checked-in-card {
  background-color: var(--bg-gray);
}
.selected-service {
  font-size: 18px;
  color: #231f20;
}

.custom-border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.appointment-title {
  font-size: 42px;
  color: #231f20;
}

.appointment-info {
  font-size: 32px;
  margin-bottom: 2px;
  color: #231f20;
}

.status-badge {
  background-color: var(--bg-black);
  color: var(--primary-dark);
  font-size: 22px;
}

.appointment-num {
  font-size: 18px;
  color: #231f20;
}

.service-card.bg-white.rounded-4.p-4.d-flex.justify-content-between.align-items-center.mt-3.shadow-sm:hover{
  border: 1px solid var(--primary-dark);
}
.service-card span {
  font-size: 32px;
  color: #231f20;
}
span.barber-content {
  font-size: 32px;
  color: #231f20;
}

.barber-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  object-fit: cover;
}

.action-tile {
  border-radius: 20px;
  padding: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
.tile-red {
  background-color: var(--primary-dark);
}
.tile-black {
  background-color: var(--bg-black);
}

.tile-icon {
  font-size: 40px;
  margin-bottom: 30px;
}
.tile-title {
  font-size: 32px;
}

.tile-desc {
  font-size: 22px;
  opacity: 0.9;
}

.refer-card {
  background: #f3f1fb;
  border-radius: 20px;
  padding: 0px 50px;
}

.refer-title {
  font-size: 32px;
  color: #231f20;
}

.refer-text {
  color: #231f20;
  font-size: 22px;
  margin: 10px 0 25px;
}

span.invite-text {
  font-size: 18px;
}

.invite-btn {
  background: #7862f5;
  border: none;
}

/* choose-services */

.service-card .action-icon i {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.service-card .action-icon .tick-icon {
  display: none !important;
}

.service-card .action-icon .plus-icon {
  display: inline-block !important;
}

.service-card.selected .action-icon .plus-icon {
  display: none !important;
}

.service-card.selected .action-icon .tick-icon {
  display: inline-block !important;
  color: #ffffff;
}
.action-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  transition: 0.3s;
}
.service-card.selected .action-icon {
  background-color: #ff1e32;
  border: none;
}
.tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #dee2e6;
  color: #333;
}

.tab-item.active {
  background-color: #ff1e32 !important;
  color: white !important;
  border-color: #ff1e32;
}

.tab-item.active .badge-count {
  background-color: #000;
  color: white;
}

.tab-item.bg-white {
  background-color: white !important;
  color: #000;
}

/* .action-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: 0.3s;
} */
/*
.service-card.selected .action-icon {
  background: #ff1e32;
  border-color: #ff1e32;
} */

.choose-services-wrap {
  padding: 18px 16px 10px;
  margin-bottom: 300px;
}
.page-title {
  font-size: 42px;
}
.page-subtitle {
  color: #231f20;
  font-size: 24px;
  margin-bottom: 30px;
}
.tab-item {
  flex: 1;
  padding: 32px;
  border-radius: 20px;
  border: 2px solid #cfcfcf;
  cursor: pointer;
  font-size: 24px;
  transition: 0.2s;
  color: #231f20;
  background: #ffffff;
}
.badge-count {
  background: #231f20;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
}
.choose-services {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 20px;
}
h2.section-header {
  font-size: 32px;
  color: #231f20;
  margin-bottom: 18px;
}
.card-img-top {
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
  margin-bottom: 18px;
}
.service-card.selected.shadow-sm {
  border: 2px solid #e11b22;
  background-color: #fff0f1;
  border-radius: 16px;
  padding: 16px;
}
.service-name {
  font-size: 18px;
  color: #231f20;
  margin-bottom: 10px;
}
.service-desc {
  font-size: 16px;
  color: #231f20;
  line-height: 1.4;
  margin-bottom: 12px;
}
span.service-price {
  font-size: 18px;
  color: #231f20;
}
.card-footer-action {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-card.shadow-sm {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

.service-card.shadow-sm:hover {
  transform: translateY(-3px);
  border-color: #ef232c66;
  background-color: #fff7f8;
  box-shadow: 0px 10px 22px 0px #231f201f !important;
}

.service-card.shadow-sm:hover .service-name {
  color: #a5141b;
}

.service-card.shadow-sm:hover .action-icon {
  border-color: #ef232c80;
  color: #ef232c;
}

.service-card.shadow-sm:active {
  transform: translateY(-1px);
}

.service-card.shadow-sm:focus-visible {
  outline: 3px solid #ef232c59;
  outline-offset: 2px;
}
.action-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  box-shadow: 0px 4px 12px 0px #231f201a;
}
.selected .action-icon {
  background: #ef232c;
  color: #ffffff;
  border-color: #ef232c;
  box-shadow: 0px 4px 14px 0px #e11b2266;
}
.footer-total-label {
  font-size: 18px;
  font-weight: 400;
  color: #231f20;
}
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  border-top: 1px solid #e6e6e6;
}
.footer-total-price {
  font-weight: 700;
  font-size: 24px;
  color: #231f20;
}
.category-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.tab-item.active {
  background: #ef232c;
  color: #ffffff;
  border-color: #ef232c;
  box-shadow: inset 0 0 0 1px #ef232c;
}

.tab-item.bg-white {
  border-color: #cfcfcf !important;
}
.card-body {
  padding: 15px;
  flex-grow: 1;
}

/* time */
.barber-card {
  background-color: white;
  border-radius: 20px;
  padding: 40px 20px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  height: 100%;
}

.barber-text {
  font-size: 24px;
  color: #231f20;
  margin-top: 20px;
}
.barber-card.selected {
  border-color: #e11b22 !important;
  background-color: #fff5f5 !important;
}

.barber-card.selected p {
  color: var(--primary-red) !important;
  margin-top: 20px;
}

.barber-img-container {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 160px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.barber-img-container img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.check-badge {
  display: none;
}

.barber-card.selected .check-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--primary-red);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

.time-slot {
  background-color: white;
  padding: 32px 16px;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 26px;
  cursor: pointer;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.time-slot.selected {
  border-color: #e11b22;
  color: #e11b22;
  background-color: #fff0f1;
}

.time-slot.disabled {
  background-color: #e6e6e6;
  color: #c7c7c7;
  cursor: not-allowed;
  opacity: 0.5;
}

.booking-time-container {
  background-color: #f7f8f9;
  border-radius: 16px;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

span.calendar-wrap.small.fw-bold.text-dark {
  font-weight: 500;
  font-size: 24px;
  color: #231f20;
}

/* reviews */

/* .white-box.d-flex.justify-content-between.align-items-center.mb-3:hover {
  border: 1px solid var(--primary-dark);
} */

.item-label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.white-box {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}

.services-content {
  border-bottom: 1px solid #e6e6e6;
}

.reviews-content {
  color: #231f20;
  font-size: 32px;
}
.close-circle {
  width: 28px;
  height: 28px;
  background-color: #f44336;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-circle:hover {
  background-color: #d91b23;
  transform: scale(1.1);
}

.close-circle svg {
  display: block;
}

.add-services {
  border: 1.5px dashed #dc3545 !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #e11b22;
}

.order-sum {
  font-size: 24px;
  color: #231f20;
}

span.total-sum {
  font-size: 26px;
  font-weight: 700;
  color: #231f20;
}

.barber-thumb {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  object-fit: cover;
}

/* payment */

.selection-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-brand-logo {
  height: 35px;
  width: auto;
  object-fit: contain;
}

.card-number-text {
  font-size: 32px;
  color: #333;
  letter-spacing: 0.5px;
}

.payment-card.selected {
  border-color: #e11b22;
  background-color: #fff0f1;
}
.payment-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 2px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.selection-circle svg {
  display: none;
}

.selection-circle.active svg {
  display: block;
}

.selection-circle.active {
  background-color: #28a745; /* Green */
  border-color: #28a745;
  color: white;
  font-size: 12px;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

/* add-new-card */

input.form-control-custom:focus-visible {
  outline-color: var(--primary-dark) !important;
}

.add-card-container {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 18px 16px 10px;
  padding: 40px;
}

.add-card-content {
  font-size: 52px;
  color: #231f20;
}
.add-card-para {
  font-size: 18px;
  color: #231f20;
  font-weight: 500;
}

.form-control-custom {
  width: 100%;
  padding: 24px;
  border: none;
  border-radius: 16px;
  background-color: #fff;
  font-size: 32px;
  color: #e6e6e6;
}
label.form-check-label.small.text-dark.fw-medium {
  font-size: 24px;
  color: #231f20;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  width: 39px;
  height: 39px;
  border: 0.8px solid #e6e6e6;
}

button.btn.btn-cancel.w-100.fw-bold {
  background-color: #e6e6e6;
  padding: 40px;
  border-radius: 20px;
  color: #231f20;
  font-size: 24px;
  text-transform: uppercase;
}

button.btn.btn-save.w-100.fw-bold {
  padding: 40px;
  border-radius: 20px;
  background-color: #e11b22;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.form-control-custom::placeholder {
  color: #dedede;
  opacity: 1;
}

.form-control-custom:focus {
  color: #000 !important;
  opacity: 1;
}
.input-group-custom {
  position: relative;
  display: flex;
  align-items: center;
}

.card-icons {
  position: absolute;
  right: 15px;
  display: flex;
  gap: 5px;
}

.card-icons img {
  height: 23px;
  width: 35px;
  opacity: 0.8;
}

.input-icon-end {
  position: absolute;
  right: 15px;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 6px !important;
}

.btn-cancel {
  background-color: #e9ecef;
  color: #333;
  padding: 15px;
  border-radius: 12px;
  border: none;
}

.btn-save {
  background-color: #ef232c;
  color: white;
  padding: 15px;
  border-radius: 12px;
  border: none;
}

.virtual-keyboard {
  display: flex;
  flex-direction: column;
  gap: 8px;
  user-select: none;
}

.kb-row {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.key {
  background: #fff;
  flex: 1;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.key.space {
  flex: 5;
  font-size: 0.8rem;
  color: #444;
}

.key.special {
  flex: 1.5;
  background: #fff;
}

/* confirmed */

.receipt-container {
  margin: 20px auto;
  background: white;
  min-height: 100vh;
  padding: 20px;
}
.confirm-content {
  max-width: 900px;
  margin: 100px auto;
}

.logo {
  font-family: "Pacifico", cursive;
  color: #ef233c;
  font-size: 28px;
  text-decoration: none;
  margin-bottom: 0;
}
.logo-sub {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-top: -5px;
  font-weight: 700;
}

.timestamp {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.success-icon {
  color: #00c853;
  font-size: 60px;
  margin-bottom: 20px;
}

.confirm-heading {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 10px;
}

.subtitle {
  color: #231f20;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 500;
}

.details-card {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

.section-title {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.info-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.info-row:last-child {
  margin-bottom: 0;
}

.label {
  color: #231f20;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.value {
  font-weight: 500;
  text-align: right;
  font-size: 24px;
  color: #231f20;
}

.total-row {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-top: 12px;
  font-size: 26px;
  font-weight: 700;
}

.payment-badge {
  background-color: #2fa91f1a;
  color: #2fa91f;
  padding: 16px;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.btn-done {
  background-color: #ef233c;
  color: white;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: opacity 0.2s;
}

.btn-done:hover {
  background-color: #d90429;
  color: white;
}

/* checkin screens */

.custom-card {
  height: 200px;
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bg-custom-red {
  background-color: #e11b22;
  box-shadow: 0px 10px 17px 0px #e11b2240;
}
.bg-custom-gray {
  background-color: #f5f5f5;
}

h5.find-name.mb-0 {
  font-size: 24px;
}
.modal-backdrop.show {
  opacity: 0.7;
  backdrop-filter: blur(5px);
}

.modal-dialog.custom-modal.modal-dialog-centered {
  min-width: 768px;
  height: 511px;
}
.modal-content {
  background-color: #ffffff;
}

.btn-okay {
  background-color: #e11b22;
  transition: all 0.3s ease;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 30px 40px;
}

.btn-okay:hover {
  background-color: #e11b22;
  transform: scale(1.02);
}

.success-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .receipt-container {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .header-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .time-text {
    width: 100%;
    text-align: right;
    order: 3;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 48px;
  }
  .btn-continue {
    padding: 30px 40px;
  }
  .appointment-info {
    font-size: 19px;
  }
  .action-tile {
    height: 300px;
  }
  .refer-card {
    padding: 50px;
  }
}

@media (max-width: 576px) {
  .action-tile {
    height: 160px;
  }
  .referral-content {
    max-width: 100%;
  }
  .illustration-box {
    display: none;
  }
}

@media (min-width: 1200px) {
  .logo-img {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .mobile-frame {
    border: none;
    max-width: 100%;
  }

  .logo h3 {
    font-size: 28px;
  }

  .time {
    font-size: 12px;
  }

  .title {
    font-size: 24px;
  }

  .keypad .btn-key {
    height: 58px;
    font-size: 22px;
  }
}

/* modal css  */
.custom-warning {
  min-width: 600px !important;
}

.terms-box {
  background-color: #fff8ec;
  border: 1px solid #ffedd0;
}

.terms-box ul li {
  font-size: 17px;
  color: #231f20;
  font-weight: 500;
  line-height: 1.4;
}

button.btn.btn-cancellation.w-100.py-3.fw-bold {
  background-color: #e6e6e6;
  padding: 30px !important;
  border-radius: 10px;
  color: #231f20;
  font-size: 24px;
  text-transform: uppercase;
}

.btn-cancel:hover {
  background-color: #e6e6e6;
}

button.btn.btn-yes-here.w-100.fw-bold {
  background-color: #e11b22;
  border-radius: 10px;
  color: #ffffff;
  padding: 30px !important;
  font-size: 24px;
  text-transform: uppercase;
}

.btn-confirm:hover {
  background-color: #e11b22;
  color: white;
}

.qr-card.h-100.text-center {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px 30px;
}

.scan-content {
  max-width: 900px;
  margin: 100px auto;
}

.scan-text {
  font-size: 32px;
  color: #231f20;
}

button.btn.btn-thanks.w-100.fw-bold {
  background-color: #e11b22;
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  font-size: 24px;
  text-transform: uppercase;
}









.content-input {
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
  cursor: text;
}

.content-input:focus {
  border: 2px solid #E11B22 !important;
  box-shadow: none;
  background-color: #fff;
}

.key {
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.key:active {
  background-color: #E11B22 !important;
  color: white !important;
  transform: scale(0.95);
}
