
.main-container {
    display: flex; 
    flex-direction:column;
}

.d-none {
    display: none !important;
}
ul li {
    list-style: none;
}

.wrapper {
    display: grid;
    grid-template-rows: auto 1fr; /* Define two rows: one for the centered content and one for the bottom content */
    height: 100vh; /* Use the full viewport height */
  }
.headinglogo-img {
    background: white;  
}
.heading {
    /* background-color: rgb(137, 144, 241); */
    /* background-color:  rgb(217, 233, 183); */
    /* color: rgb(44, 150, 221); */
    display: grid;
    grid-template-columns: 400px 1fr;
    background-color: #4a90e2;
    height: 60px;  
    box-shadow: 1px 1px 1px 0px rgba(251, 255, 3, 0.774);
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 10;
}
.heading h1 {
    grid-column: 2;
     padding: 11px 50px;
     font-size: 29px;
     color: white;
     font-weight: bold;
}

.results-info {
    width: 300px;
    height: 300px;
    /* background: #4a90e2;; */
    /* border: 5px solid rgb(51, 255, 0); */
    background-color: white;
    color: black;
    align-self: flex-end;
    position: fixed;
    top: 200px;
}
/* 
#btnSubmit {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #4a90e2;
    color: white;
    border-radius: 5%;
} */

.button {
    background-color: #04AA6D; /* Green */
    border: none;
    width: 100%;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }


  .button1 {
    background-color: green; 
    color: white; 
  }
  
  .button1:hover {
    background-color: #0d546b;
    color: white;
  }
  
  .result {
    float: right;    
  }
 .true {
    color: green;
    font-weight: bold;
    font-size: 25px !important;
  }
 .false {
    color: red;
    font-weight: bold;
    font-size: 25px !important;
  }
  .fieldset-area {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-size: 15px;
    font-weight: bold;
  }
  .fieldset-area span {
   color:  rgb(109, 5, 91);
   margin-left: 5px;
   font-size: 19px;
  }
  .fieldset-area p {
   margin-bottom: 10px;
  }

  .Fill_Block input {
    border: none;
    border-bottom: 2px solid black;
    outline: none;         /* Removes the blue glow when focused */
    background: transparent; /* Optional: makes background clean */
    font-size: 16px;        /* Optional: better text appearance */
  }
  .Fill_Block input:focus {
   border-bottom: 2px solid #007BFF; /* Optional: colored underline on focus */
  }
  .score {
    background-color: white;
    color: black;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px 0px rgba(70, 70, 68, 0.774);
  }
  .score label {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: rgb(4, 61, 4);
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px 5px;
    text-decoration: underline;
  }
  .score p {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
  }
  