/* .button-elementd {
  background: rgba(255, 166, 0, 1);
  width: 200px;
  height: 53px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: rgba(238, 238, 238, 1);
  padding: 12px 26px 12px 26px;
  border-radius: 13px;
  border: none;
  margin-top: 5%;
  text-decoration: none;
  cursor: pointer;
} */

/*  */

/* .group-btn {
  background: rgba(255, 166, 0, 1);
  width: 150px;
  height: 53px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: rgba(238, 238, 238, 1);
  padding: 12px 26px 12px 26px;
  border-radius: 13px;
  border: none;
  text-decoration: none;
  cursor: pointer;
} */

/* .group-btns {
  background: rgba(255, 166, 0, 1);
  width: 120px;
  height: 43px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: rgba(238, 238, 238, 1);
  padding: 12px 26px 12px 26px;
  border-radius: 13px;
  border: none;
  text-decoration: none;
  cursor: pointer;
} */

/* .button-arrow {
  background: rgba(255, 166, 0, 1);
  width: 90px;
  height: 53px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: rgba(238, 238, 238, 1);
  padding: 12px 26px 12px 26px;
  border-radius: 13px;
  border: none;
  text-decoration: none;
  cursor: pointer;
} */


















/* 
label.toggle2 {
  width: 45px;
  height: 22px;
  background-color: #bbb;
  display: inline-block;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0;
  transition: background-color 0.3s 0.4s;
} */
/* 
label.toggle2 input {
  width: 0;
  height: 0;
}

label.toggle2>input[type="checkbox"] {
  margin: 0;
}

label.toggle2 i {
  width: 17px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  line-height: 0;
  padding: 0;
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
  transition: margin-left 0.4s ease-in-out, background-color 0.4s 0.3s;
}

label:has(> input:checked) {
   background-color: rgba(255, 166, 0, 1) !important; 
} */

/* input[type="checkbox"]:checked+i {
  background-color: #fff;
  margin-left: 23px;
} */

/* .insights-card {
  width: 250px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-family: Arial, sans-serif;
} */

/* .card-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #ff8c00;
  margin-bottom: 10px;
  font-size: 14px;
} */

/* .home-icon {
  font-size: 18px;
  margin-right: 8px;
} */
/* 
.card-body {
  font-size: 14px;
  color: #333;
} */

/* .data-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
} */

/* .value {
  font-weight: bold;
  color: black;
} */



/* .card-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #ff8c00;
  margin-bottom: 10px;
} */



/* .data-row,
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
} */

/* .value {
  font-weight: bold;
  color: black;
} */

/* Centering the form card */

/* label {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
} */

/* input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
  margin-bottom: 15px;
} */

/* button {
  width: 100%;
  background: #ffae00;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
} */

/* button:hover {
  background: #ff9600;
} */












