body {
  background-image: linear-gradient(to right, violet, #3494e6, violet);
}
.container .label {
  color: #6eb9ec;
}

#options datalist {
  background-color: #5bdbae;
}

input[type="radio"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  transform: scale(1);
  padding: 10px;
}


.mainheader2,
.mainheader3 {
  display: none;
}
.mainsection {
  background-color: linear-gradient(to bottom, #3494e6, #ec6ead);

  justify-content: center;
  align-items: center;
}
.row {
  margin-bottom: 0.7%;
}
.mainheader {
  display: flex;
  justify-content: center;
  text-align: center;
  font-style: oblique 40deg;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 17px;
}
.container button {
  /* font-family: "Times New Roman";
      font-size: 16px;
      font-weight: 400;
      color: #121313;
      transition: 0.25s; */

  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}

button:hover {
  box-shadow: 0 0.5em 0.5em -0.4em #d3d611;
  transform: translateY(-0.25em);
}

.modechoicetext {
  width: 70%;
  text-align: center;
  font-style: oblique 40deg;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 18px;
  font-family: "Times New Roman";
  border: 2px solid #ddd;
  border-bottom-color: aqua;
  border-radius: 12px;
  margin-bottom: 9%;
  margin-left: 23%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 0%;
}

.modechoice span {
  color: #2f302f;
}
.walkoript {
  font-style: oblique 40deg;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 22px;
  text-decoration: underline;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 21%;
  padding-right: 21%;
  width: 29%;
  /* border: 2px solid #ddd; */
  border-bottom: #121313;
  justify-content: center;
  align-content: center;
  margin-left: 58%;
  margin-bottom: 3%;
  border-radius: 6%;
  border-bottom-color: aqua;
}

.iptorwolk {
  font-style: oblique 40deg;
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 22px;
  text-decoration: underline;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 21%;
  padding-right: 21%;
  width: 29%;
  /* border: 2px solid #ddd; */
  border-bottom: #121313;
  justify-content: center;
  align-content: center;
  margin-left: 54%;
  margin-bottom: 3%;
  border-radius: 6%;
  border-bottom-color: aqua;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.fieldsid {
  display: flex;
  justify-content: center;
  border-radius: 12px;
}
.fieldsid .input-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
}

.origin {
  display: flex;
  background-color: #5bdbae;
  justify-content: center;
}

.origin .input-field {
  display: flex;
  width: calc(100% / 2 - 60px);
  flex-direction: column;
  margin-right: 1%;
}

.destination {
  display: flex;
  background-color: #5bdbae;
  justify-content: center;
  padding-bottom: 3%;
}

.destination .input-field {
  display: flex;
  width: calc(100% / 2 - 20px);
  flex-direction: column;
  margin-right: 1dvh;
}
.maincontainerdivision {
  position: relative;
  max-width: 900px;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  /*margin: 0 15px;*/
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.maincontainerdivision header {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.maincontainerdivision header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 27px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #3494e6, #ec6ead);
}

.maincontainerdivision form {
  position: relative;
  margin-top: 16px;
  min-height: 190px;
  background-color: #fff;
}

.maincontainerdivision form .title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  margin: 6px 0;
  color: #333;
}
.maincontainerdivision form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fields .input-field {
  display: flex;
  width: calc(100% / 2 - 15px);
  flex-direction: column;
  margin: 4px 0;
}
.input-field label {
  font-size: 12px;
  font-weight: 500;
  color: #2e2e2e;
}

.input-field input {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: #333;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 42px;
  max-width: 8px 0;
}

.input-field input:is(:focus, :valid) {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.content {
  display: block;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0;
}
.gender-category {
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
  color: rgb(9, 8, 8);
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 10px;
  display: block;
  background-color: rgb(192, 216, 237);
  border-radius: 5px;
  border: 3px solid rgb(195, 213, 228);
  box-shadow: rgb(36, 35, 35);
}
/* .gender-category > div {
  flex: 1 1 1;
} */

.gender-category > div:nth-child(even) {
  /*background-color: lightgray;*/
}

.gender-category label {
  padding: 0 20px 0 5px;
  font-size: 100%;
}

/* // first form heading design */

.fieldsid {
  border: 3px solid rgb(195, 213, 228);
  background-color: rgb(192, 216, 237);
  margin-bottom: 2%;
}

.gender-category label,
.gender-category input {
  cursor: pointer;
}
.gender-title {
  font-family: serif;
  width: 95%;
  color: #000000;
  font-weight: 900;
  margin: 5px 0;
}
.required {
  color: red;
  margin-left: 3px;
}
.project-title {
  width: 50%; /* Adjust the width to your preference */
  margin: 0 auto; /* Auto for left and right margins centers the element horizontally */
  color: #2f4f4f;
  font-weight: bold;
  font-size: 24px; /* Adjust the font size to your preference */
  text-align: center; /* Center the text within the element */
  display: block;
}

.section-title {
  width: 100%; /* Adjust the width to your preference */
  margin: 0 auto; /* Auto for left and right margins centers the element horizontally */
  color: #2f4f4f;
  font-weight: bold;
  font-size: 20px; /* Adjust the font size to your preference */
  text-align: center; /* Center the text within the element */
  display: block;
}

.maincontainerdivision form button,
.backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-width: 200px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;
  width: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}
.maincontainerdivision form .backBtn {
  font-size: 16px;
  font-weight: 400;
}
form button:hover {
  background-color: #265df2;
}
form button i,
form .backBtn i {
  margin: 0 6px;
}
form .backBtn i {
  transform: rotate(180deg);
}
/* form .buttons button,
    .backBtn {
      margin-right: 14px;
    } */

/* for image */
.img_container {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-top: 10px;
}

.question9 {
  display: block;
  background-color: #71b3eb5c;
  padding-top: 1%;
  border-radius: 12px;
}

.question9 #fourthcolumn {
  background-color: #aaf2ff;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 9px;
 
  border-radius: 12px;
  width: 23%;
}
.text-container11 {
  padding-left: 22px;
}
.text-container12 {
  padding-left: 22px;
}
.text-container13 {
  padding-left: 22px;
}

.mode-choice {
  display: flex;
  flex-direction: column; /* Stacks children vertically */
  align-items: center; /* Centers children horizontally */
  /* Optional: adds space between the image and the button */
}
.text-container label {
  font-size: 14px;
}

.input_boxx input {
  width: 55%;
  height: 8px;
  padding: 10px;
  /*box-shadow: inset 0 0 7px rgb(127, 185, 234);*/
  /*border: 1px solid rgb(150, 190, 222);*/
  border-radius: 5px;
}
p {
  /*font-weight: bold;*/
  margin: 0;
  font-size: small;
}
.first-column img {
   width: 34%;
    margin-left: 18%;
}
.third_column {
  /*border: 4px solid rgb(195, 213, 228);*/
  /*box-shadow: inset 0 0 7px rgb(127, 185, 234);*/
  border-radius: 13px;
}
.third_column .input_boxx {
  padding-left: 13%;
  margin-bottom: 13%;
}
.third_column img {
  width: 100%;
}

.mainmilemode {
  font-family: "Times New Roman";
  border-bottom: 2px solid rgb(153, 37, 37);
  /*border-radius: 23px;*/
  margin-right: 9%;
  padding: 0%;
  font-weight: 600;
}
.after-left-column {
  padding-left: 1%;
  align-items: center;
  justify-content: center;
}
/* // first form design  */

.form-first {
  background-color: white;
  padding: 7px;
}
.form-first .buttons {
  display: flex;
  /* margin-right: 2%; */
}
.form-first #entryBack {
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
  margin-right: 4px;
}
.form-first #next1 {
  margin-right: 2%;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}
/* .form-first button {
      margin-right: 2%;
      align-items: center;
      justify-content: center;
      height: 45px;
      width: 90px;
      border: none;
      outline: none;
      border-radius: 5px;
      margin: 25px 0;
      background-color: #4070f4;
    
      transition: all 0.3s linear;
      cursor: pointer;
      color: white;
    } */

/* second form  */

.form-second {
  background-color: white;
  padding: 7px;
}
.form-second img {
  max-width: 100%;
}

.form-second.buttons {
  display: flex;
  /* padding-left: 28%; */
}

.form-second button {
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}

/* // third form  */

.form-third {
  background-color: white;
  padding: 7px;
}
.form-third img {
  max-width: 60%;
}

.form-third.buttons {
  display: flex;
  /* margin-right: 2%; */
}

.form-third button {
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}
/* .form-second .third_column {
      width: 10%;
    }
    
    .text-container .input_boxx {
      width: 9%;
      background-color: #5bdbae;
    } */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#m1 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m2 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m3 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m4 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m5 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m6 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m21 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m22 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m23 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m24 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m25 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m26 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m31 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m32 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m33 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m34 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m35 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m36 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m41 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m42 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m43 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m44 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m45 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m46 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m51 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m52 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m53 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m54 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m55 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m56 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#m61 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m62 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m63 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#m64 {
  display: flex;
  width: 93.9%;
  background-color: #6eb9ec;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
.m1-fist-row {
  margin-bottom: 2%;
}
.m1-second-row {
  margin-bottom: 2%;
}
.m1-third-row {
  margin-bottom: 2%;
}
.m1-forth-row {
  margin-bottom: 2%;
}
.m1-fifth-row {
  margin-bottom: 2%;
}
.m1-sixth-row {
  margin-bottom: 2%;
}

#r1 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r2 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r3 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r4 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r5 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r6 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r21 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r22 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r23 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r24 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r25 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r26 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r31 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r32 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r33 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r34 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r35 {
  display: flex;
  width: 93.9%;
  background-color: #cd6423;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r36 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r41 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r42 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r43 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r44 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r51 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r52 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r53 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r54 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

#r61 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r62 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r63 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
#r64 {
  display: flex;
  width: 93.9%;
  background-color: #6adcc3;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
}
.m1-fist-row {
  margin-bottom: 2%;
}
.m1-second-row {
  margin-bottom: 2%;
}
.m1-third-row {
  margin-bottom: 2%;
}
.m1-forth-row {
  margin-bottom: 2%;
}
.m1-fifth-row {
  margin-bottom: 2%;
}
.m1-sixth-row {
  margin-bottom: 2%;
}

.imgrow {
  display: flex;
}
.rowtextdata {
  width: 19%;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  vertical-align: middle;
  padding-top: 4%;
}
.imagecard {
  width: 42%;
  text-align: center;
  text-decoration: solid;
  text-shadow: #3494e6;
}
.imagecard2 {
  width: 42%;
  text-align: center;
  text-decoration: solid;
  text-shadow: #3494e6;
}
.imagecard img {
  height: 122px;
  width: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imagecardtext {
  font-style: oblique 40deg;
  font-family: "Times New Roman";
  font-weight: 400;
  font-size: 20px;
  font-family: "Times New Roman";
}

#boxdesign {
  display: flex;
}

#nextButton {
  display: none;
}

.labelheading {
  font-size: 18px;
  font-weight: 600;
  width: 20%;
  text-align: start;
}
.firstlavel {
  margin-top: 3%;
  margin-left: 15%;
}

.firstlavel label {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #01080f;
}
.secondlabel {
  margin-top: 3%;
  margin-left: 26%;
}

.secondlabel label {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #01080f;
}
.label {
  display: flex;
}

.container {
  object-position: bottom;
  width: 80%;
  margin-bottom: 1%;
  margin-top: 1%;
  margin-left: 4%;
  /* text-align: center; */
  /* border: 1px solid #ddd; */
  padding: 1%;
  border-color: #2f302f;
  border-radius: 16px;
}

/* .container input {
      margin-left: 3%;
    }
    .container label {
      margin-right: 0%;
      padding-top: 1%;
      color: #181716;
      font-weight: 900;
      text-align: left;
      font-style: oblique 40deg;
      font-family: "Times New Roman";
      font-size: 19px;
    } */

.buttonmange {
  align-content: center;
  margin-top: 3%;
  margin-left: 0%;
}

#prepaid {
  /* background-color: #3494e6;
      width: auto;
      height: 52%;
      margin-left: 1%;
      padding-left: 4%;
      padding-right: 4%;
      padding-top: 1%;
      padding-bottom: 1%;
    
      border: 1px solid #d01414;
      border-radius: 8px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}

#saveAndNext {
  /* background-color: #3494e6;
      width: auto;
      height: 52%;
      margin-left: 0%;
      padding-left: 4%;
      padding-right: 4%;
      padding-top: 1%;
      padding-bottom: 1%;
      border: 1px solid #bc1717;
      border-radius: 8px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 90px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 25px 0;
  background-color: #4070f4;

  transition: all 0.3s linear;
  cursor: pointer;
  color: white;
}
#startservey {
  margin-left: 45%;
}

#lastsubmission {
    margin-top: 12%;
  text-align: center;
  width: 96.5%;
  background-color: rgba(
    255,
    255,
    255,
    0.2
  ); /* Slightly transparent white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#submitbtn button {
  background-color: #9a2c35; /* Unique button background color */
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pageno {
  text-align: center;
  margin-left: 50%;
}

.pageNo {
  justify-content: center;
  text-align: center;
  padding-bottom: 3%;
}

/*this section for the when user click on mode choice button then popup appears then you choose the mode*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
}

.popup-content {
  background: white;
  padding: 2px;
  border-radius: 5px;
  text-align: center;
  width: 34%;
}

.option-image {
  width: 90%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 auto 10px;
}
/* it is for the f column of image section */

.popuprowimage {
  width: 40%;
  background-color: #78dfd5;
  padding-bottom: 5%;
}

.popupsubimage {
  display: flex;
  background-color: #9a2c35;
}

.popuprowimage img {
  margin-top: 9%;
  width: 95%;
  height: 59%;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 70px;
}
.popupf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
}

.popup-contentf {
  background: white;
  padding: 2px;
  border-radius: 5px;
  text-align: center;
  width: 34%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0; /* Reset default margin */
}

li {
  margin: 10px 0;
  cursor: pointer;
  text-align: center; /* Ensure texts and images are centered */
}

.option-imagef {
  width: 90%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 auto 10px;
}

/*end popup section

/* +++++++++++this section is for the hide the arrow in nuber box +++++++++++ */
/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*+++++++++++++++++end number box ++++++++++++++++ */

/* syle second fforrm */
.question34 {
  border: 3px solid rgb(195, 213, 228);
  background-color: rgb(192, 216, 237);
  padding-bottom: 2%;
  padding-top: 2%;
  border-radius: 12px;
}

#matrix-category {
  display: flex;
  margin-top: 2%;
  margin-left: 1%;
}

.question34span {
  width: 44%;
}
#matrix-category input {
  margin-left: 8%;
}

#question34sub1lavel {
  padding-top: 1.9%;
  margin-left: 7%;
  width: 3%;
}
#question34sub2lavel {
  padding-top: 1.9%;
  margin-left: 6%;
  width: 3%;
}

#question34sub3lavel {
  padding-top: 1.9%;
  margin-left: 7%;
  width: 3%;
}
#question34sub4lavel {
  padding-top: 0%;
  margin-left: 7%;
  width: 3%;
}
#question34sub5lavel {
  padding-top: 1.9%;
  margin-left: 6%;
  width: 3%;
}
/* qustion 13 design is done here  */
.matrixorigintransport-category {
  display: flex;
  margin-top: 2%;
  margin-left: 1%;
}
.matrixorigintransport-category input {
  margin-left: 7%;
}
.question13span {
  /* background-color: #78dfd5; */
}
.question13division {
  border: 3px solid rgb(195, 213, 228);
  background-color: rgb(192, 216, 237);
  padding-bottom: 2%;
  padding-top: 2%;
}

#question13spanlavel1 {
  margin-left: 51%;
}

#question13spanlavel2 {
  margin-left: 9%;
}

#question13spanlavel3 {
  margin-left: 9%;
}

#question13spanlavel4 {
  margin-left: 9.3%;
}

#question13spanlavel5 {
  margin-left: 9.3%;
}
.Overallbox {
  margin-top: 2%;
  background-color: #54d0af;
  border: 3px solid rgb(110, 223, 181);
}

#question11sub1lavel {
  margin-left: 8%;
}

#question11sub2lavel {
  margin-left: 9%;
}

#question11sub3lavel {
  margin-left: 9%;
}

#question11sub4lavel {
  margin-left: 9%;
}
#question11sub5lavel {
  margin-left: 9%;
}

.Overallbox span {
  color: #060606;
}

.Overallbox .gender-category {
  background-color: #54d0af;
  border: none;
}

.matrix-container {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.question-title {
  /* font-weight: bold; */
  margin-bottom: 10px;
}

.matrix-table {
  border: 3px solid rgb(195, 213, 228);
  background-color: rgb(192, 216, 237);
  border-collapse: collapse;
  width: 100%;
}

.matrix-table th {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.heading {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: start;
  vertical-align: middle;
}

.matrix-table tbody th.left-align {
  text-align: start;
}

.matrix-table tbody tr.overallalign {
  background-color: #5bdbae;
}
.matrix-table td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.matrix-table th {
  background-color: rgb(192, 216, 237);
  /* font-weight: bold; */
}

.matrix-table thead th:first-child,
.matrix-table tbody th {
  background-color: rgb(192, 216, 237);
}

.required {
  color: red;
}

#spSurveyStarted {
  margin-top: 27%;
  width: 100%;

  text-align: center;
  background-color: rgba(
    255,
    255,
    255,
    0.2
  ); /* Slightly transparent white background */

  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Basic styling for the popup modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.modal-content {
  background-color: #60c0b5;
  border-radius: 12px;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 300px;
}
.modal-content button {
  background-color: #9a2c35;
  align-items: center;
  margin-left: 32%;
  max-height: 23px;
}
.close {
  color: #d80808;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Basic styling for the popup modal */
.endtime-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.endtime-modal-content {
  background-color: #60c0b5;
  border-radius: 12px;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 300px;
}
.endtime-modal-content button {
  background-color: #9a2c35;
  align-items: center;
  margin-left: 32%;
  max-height: 23px;
}
.endtime-close {
  color: #d80808;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.endtime-close:hover,
.endtime-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ///////////////////////////////////<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>////////////////////////////// */

#entryadminButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* dfdkfj */
/* tyahdvashgdvashgsavghavdhadvcasjfashgdasvgdh */
.introcontainer {
  padding: 5px;
  margin: 20px;
  text-align: center;
  background-color: rgba(
    255,
    255,
    255,
    0.2
  ); /* Slightly transparent white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

h1 {
  color: #333;
}

.user-button,
.admin-button,
.back {
  background-color: #9a2c35; /* Unique button background color */
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.user-button:hover,
.admin-button:hover {
  background-color: #d04141; /* Button background color on hover */
}

button + button {
  margin-left: 10px;
}

/* // logo  */

.tutemlogo img {
  height: 324px;

  width: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  width: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.5s ease;

  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* .border img {
        transition: 0.5s ease;
      } */

.tutemlogo img:hover {
  box-shadow: 0 0 0 8px #ebc60e;
  transition: 0.5s ease;

  /* -webkit-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
        transition: 1s ease; */

  -webkit-filter: brightness(80%);

  border-radius: 20px;
  transition: 1s ease;
}

/* Glass-like popup styling */
#intropopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(
    255,
    255,
    255,
    0.2
  ); /* Slightly transparent white background */
  backdrop-filter: blur(10px); /* Glass-like blur effect */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px;
}

#intropopup label {
  display: block;
  margin-bottom: 10px;
  color: #fff; /* Label text color */
}

.required {
  color: red;
  margin-left: 3px;
}

#emulatorName {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background-color: rgba(
    255,
    255,
    255,
    0.5
  ); /* Slightly transparent white background for input */
  color: #333; /* Input text color */
}

#submitEmulator,
#submitClear {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#submitEmulator:hover {
  background-color: #45a049;
}

.thank-you-message {
  display: none;
  margin-top: 12px;
  background-color: rgba(
    255,
    255,
    255,
    0.2
  ); /* Slightly transparent white background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 -4px 10px rgba(6, 175, 26, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.thank-you-message h2 {
  font-size: xx-large;
  font-weight: bold;
  font-style: italic;
  font-synthesis: style;
}

.thank-you-message.show {
  display: block;
  opacity: 1;
}
/* Basic styles for the warning dialog */
#warningDialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  padding: 20px;
  background-color: white;
  border: 2px solid #f44336;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1000;
}

/* Styles for the overlay */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Styles for the buttons */
.button {
  margin: 10px;

  font-size: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.button.ok {
  margin-left: 44%;
  background-color: #4caf50;
  color: white;
  height: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 2px;
  padding-top: 3px;
}

.button.close {
  background-color: #f44336;
  color: white;
  height: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 2px;
  padding-top: 3px;
}

/* Message on submitted sucessfully Box */
.submitmessage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 50%;
  top: 50%; /* Center vertically */
  transform: translate(-50%, -50%); /* Center horizontally and vertically */
  width: 80%; /* Make the width bigger */
  /* height: 30%; */
  max-width: 600px; /* Optional: set a maximum width */
  background-color: #4caf50; /* Green background */
  color: white; /* White text */
  padding: 15px; /* Some padding */
  border: 1px solid #888; /* Add a border */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Larger text size */
  text-align: center; /* Center the text */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.captcha-container {
  padding: 20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

.captcha-box {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 10px 0;
  padding: 10px;

  user-select: none; /* Prevent text selection */
}
