/* Style for the radio button when it is checked */
input[type="radio"]:checked {
  accent-color: #009933; /* For modern browsers */
}

/* Fallback for older browsers, customize border and background */
input[type="radio"]:checked:before {
  border: 2px solid #009933;
  background-color: #009933;
}

body {
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-family: 'Dana';
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  font-size: 17px;
  direction: rtl;
  text-align: center;
  font-family: 'Dana';
}

h1 {
  direction: rtl;
  text-align: right;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

h2 {
  direction: rtl;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

h3 {
  direction: rtl;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

h4 {
  direction: rtl;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

h5 {
  font-size: 15px;
  direction: rtl;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

h6 {
  direction: rtl;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  font-family: 'Dana';
}

#svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

#svg_form_time circle, #svg_form_time rect {
  fill: white;
}

.Buttons {
  position: sticky;
  display: flex;
  justify-content: center; /* Centers the buttons horizontally */
  align-items: center;
  gap: 10px; /* Adds space between the buttons */
  left: 39%;
  margin-bottom: 5px;
}

.button {
  position: static;
  background: #009933;
  border-radius: 8px;
  padding: 9px 15px;
  display: inline-block;
  margin: 10px;
  direction: rtl;
  text-align: center;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  box-shadow: 1px 2px 10px #009933;
  transition-duration: 0.4s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}


.disabled {
  display: none;
}

section {
  position:relative;
  padding: 50px;
  max-width: 910px;
  margin: 30px auto;
  background: white;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  box-shadow: 1px 2px 10px #009933;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

input {
  width: 100%;
  direction: rtl;
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: 'Dana';
  background: white;
}

textarea {
  margin-left: -1%;
  height: 200px;
  direction: rtl;
  font-family: 'Dana';
  border-color: rgb(211 211 211);
  border-radius: 5px;
}


.CenterText {
  margin-top: -10px;
  text-align: center;
  font-weight: 600;
  font-family: 'Dana';
}

.SuccessAnim {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 200px;
}

.footer-basic {
  position: initial;
}

.social {
  height: 40px;
  align-items: center;
  margin-bottom: 10px;
}

.copyright {
  margin-top: 0px;
  align-items: center;
  text-align: center;
}

.Logo {

  margin-bottom: 20px;
  width: 100px;
}

.Requireddiv {
  background-color: #009933;
  display: none;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  border-radius: 8px;
  width: 250px;
  align-Self: center;
}

.Requiredtxt {
  margin: auto;
  font-weight: 600;
  text-align: center;
}


