*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  background-color: #f4f7f6;
}

.container {
  width: 100%;
  margin: 0.5rem auto 0 auto;
  max-width: 90%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1080px;
  }
}

h1, p {
  text-align: center;
  background-color: #006d77;
  color: #fff;
  max-width: 1080px;
  margin: 0.5rem auto 0 auto;
  border-radius: 7px;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Verdana', sans-serif;
}

form {
  background: #ffffff;
  padding: 2rem;
  max-width: 70rem;
  margin: 0 auto;
  border-radius: 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-group {
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}

.form-div {
  display: flex;
  justify-content: space-between;
}

.form-div .form-group:first-child {
  margin-right: auto;
}

.form-div .form-group:last-child {
  margin-left: auto;
}

.form-group label {
  font-weight: 600;
  color: #333;
}

.form-group select {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
}

.form-group input,
.form-group select {
  display: block;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #4FC3A1;
  outline: none;
}

.data {
  text-align: right;
  font-size: 25px;
  text-decoration: solid;
}

.divi {
  height: 35px;
}

.gender2 {
  background-color: #fff;
  border-radius: 3px;
}

.menu {
  display: flex;
  align-items: center;
  background-color: #008080;
  padding: 15px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #004d40;
}

.logo {
  width: 70px;
  height: 67px;
  margin-right: 20px;
  background-image: url(week2.png);
}

.uv {
  margin-right: 500px;
  width: max-content;
}

h6 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #006d77;
  padding: 30px 0;
}

/* Table Styles */
.table-wrapper {
  margin: 0 auto;
  box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
}

.fl-table {
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.fl-table td,
.fl-table th {
  text-align: center;
  padding: 10px;
}

.fl-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 14px;
}

.fl-table thead th {
  color: #ffffff;
  background: #006d77;
}

.fl-table thead th:nth-child(odd) {
  background: #008080;
}

.fl-table tr:nth-child(even) {
  background: #f1f1f1;
}

/* Responsive */
@media (max-width: 767px) {
  .fl-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    padding: 0 0 10px;
  }

  .fl-table thead,
  .fl-table tbody,
  .fl-table thead th {
    display: block;
  }

  .fl-table thead th:last-child {
    border-bottom: none;
  }

  .fl-table tbody td {
    display: block;
    text-align: center;
  }
}

.fl-table input {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  background-color: #f9f9f9;
  text-align: center;
}

.fl-table th:first-child,
.fl-table td:first-child {
  width: 200px; /* Adjust the width as needed */
  white-space: nowrap;
  text-align: center; /* Align text properly for RTL */
}

.buttons-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.submit-button {
  width: 100%;
  max-width: 300px; /* Adjust max-width if needed */
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background-color:  #006d77;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

.submit-button:hover {
  background-color: #38b58e;
}

.fieldset {
  border: none; /* Remove border from all fieldsets */
  padding: 1rem; /* Add padding for better spacing */
  margin-bottom: 1.5rem; /* Space out fieldsets */
  margin: 1rem auto;
  border-color: black;
  text-align: center; /* Center the content inside the fieldset */
}

fieldset:last-of-type {
  border-radius: 10px; /* Round the corners */
}

.form-control,
input[type="text"],
input[type="number"],
input[type="time"],
input[type="date"] {
  width: 100%; /* Make inputs full width */
  padding: 10px; /* Add some padding for better appearance */
  box-sizing: border-box; /* Ensure padding is included in the width */
  border: 1px solid #ccc; /* Border style */
  border-radius: 4px; /* Rounded corners */
}

/* Specific styles for radio buttons to align with inputs */
.radio-group {
  display: flex;
  align-items: center; /* Aligns items vertically */
  margin-top: 5px; /* Space above the radio group */
}

.radio-group label {
  margin-right: 15px; /* Space between radio options */
}

/* Adjust the label to align with the input size */
label {
  display: inline-flex; /* Align label text with radio buttons */
  align-items: center; /* Center align text with radio button */
  margin-right: 10px; /* Space between label text and radio group */
}