/* style.css */
.centered-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Full height of the viewport */
    text-align: center;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
}

h1 {
    color: #333;
}

p {
    font-size: 1.2em;
}

form {
    margin-top: 20px;
}

input[type="number"] {
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

/* Style for the select dropdown */
select {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

/* Style to change the appearance of options */
option {
    padding: 10px;
    background-color: white;
    color: #333;
}

/* Style for hover effect on options */
option:hover {
    background-color: #f0f0f0;
}

/* Media query for larger screens */
@media (min-width: 768px) {
    select {
        padding: 15px;
        font-size: 18px;
    }
}

.message {
    margin-top: 20px;
    font-weight: bold;
}

.green-text {
    color: green;
}
.red-text {
    color: red;
}

/* CSS */
.button-77 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
  }
  
  @media (min-width: 768px) {
    .button-77 {
      padding: 19px 32px;
    }
  }
  
  .button-77:before,
  .button-77:after {
    border-radius: 80px;
  }
  
  .button-77:before {
    background-color: rgba(249, 58, 19, .32);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .button-77:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
  }
  
  .button-77:active:not(:disabled) {
    color: #ccc;
  }
  
  .button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }
  
  .button-77:disabled {
    cursor: default;
    opacity: .24;
  }

  /* CSS */
.button-check {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
  }
  
  @media (min-width: 768px) {
    .button-check {
      padding: 19px 32px;
    }
  }
  
  .button-check:before,
  .button-check:after {
    border-radius: 80px;
  }
  
  .button-check:before {
    background-color: rgba(0, 123, 255, .32); /* Lighter shade for the base */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .button-check:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #007bff 0, #0056b3 100%); /* Gradient from #007bff to darker shade */
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .button-check:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
  }
  
  .button-check:active:not(:disabled) {
    color: #ccc;
  }
  
  .button-check:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #007bff 0, #0056b3 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }
  
  .button-check:disabled {
    cursor: default;
    opacity: .24;
  }
  
  
/* CSS */
.input-77 {
  box-sizing: border-box;
  width: auto; /* Adjust width as needed */
  padding: 19px 26px; /* Match the button's padding */
  margin: 0; /* Remove any default margin */
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
  font-family: Eina01, sans-serif;
  font-size: 16px; /* Match the button's font size */
  font-weight: 800; /* Match the button's font weight */
  color: #555;
  vertical-align: middle; /* Align with buttons */
}

.input-77:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

@media (min-width: 768px) {
  .input-77 {
    padding: 19px 32px; /* Match the button's padding on larger screens */
  }
}

.custom-alert {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
    z-index: 1000; /* Ensures it is on top of other elements */
}

.custom-alert-content {
    background-color: #FFEDBF;
    color: #333; /* Dark text for better readability */
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #007bff; /* Blue border */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    width: 50%; /* Adjust width as needed, 50% for wider screens */
    max-width: 400px; /* Maximum width to avoid too wide on large screens */
    text-align: center; /* Center the text inside the alert */
}

.custom-alert-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer; /* Change cursor to pointer to indicate clickable */
}

.custom-alert-close:hover,
.custom-alert-close:focus {
    color: #f00; /* Change color on hover/focus for visibility */
    text-decoration: none;
}
.suit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.suit-container img {
  flex: 1 1 auto;
  max-width: 100px; /* Maximum size */
  height: auto;
  margin: 10px;
}

/* Responsive behavior */
@media (max-width: 600px) {
  .suit-container img {
      max-width: 50px;
  }
}
.hand-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns */
  gap: 40px; /* Space between columns */
  margin-bottom: 40px; /* Space between rows */
}

.hand-card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Three columns for three hands */
  justify-content: center;
  gap: 2px; /* Space between individual cards */
}

.hand-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; /* Adjust spacing as needed */
}
.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
img {
  width: 100px;
  height: 140px;
  margin: 10px;
}

.selected-cards-container {
  background-color: #487860; /* Replace with your desired color */
    
}

