/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");



* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;

}

body {
    display: flex;
    margin: 0;
    padding: 0;
    background: #ebe9e9;
}

.sidebar {

    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    padding: 0 1.7rem;
    color: white;
    
    overflow: hidden;
    background: #175067;
}




.menu {
    height: 88%;

    padding: 0;

    position: relative;
    list-style: none;




}

.menu li {
    position: relative;

    margin: 5px 0;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}


.menu a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #ecf0f1;
    text-decoration: none;
    font-size: 16px;
}

.menu a span {
    overflow: hidden;
}

.menu a:hover {
    background-color: #1e6480;
}

.menu i {
    margin-right: 10px;
}

.menu a i {
    font-size: 1.2rem;
}



.logout {
    position: absolute;

    width: 100%;
}

.logout a {
    color: #e74c3c;
}

.sub-memu a {

    padding: 10px 20px;
    color: white;
    font-size: 14px;

}

.sub-memu {
    display: none;

    margin: 10px;
    background-color: rgba(113, 99, 186, 255);
    min-width: 100px;
    box-shadow: 2px 2px 5px rgb(54, 51, 51);
}

.dropdown:hover .sub-memu {
    display: block;
}

.dropdown a:hover,
.sub-memu {
    background-color: #175067;
}

.main-content {
    position: relative;
    width: 100%;
    padding: 1rem;
    
}

.header-wrapper img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #175067;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px 2rem;
    margin-bottom: 1rem;
    color: white;

}

.header-title {
    color: aliceblue;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 15px;
    background: white;
    color: rgba(113, 99, 186, 255);
}

.search-box input {
    padding: 10px;

    background: transparent;
}

.search-box i {
    font-size: 1.2rem;
    transition: all 0.5s ease-out;
    color: #aaa;
    cursor: pointer;
}

.search-box i:hover {
    transform: scale(1.2);
}


.main-content {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: url(img/main.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;    
  
}

.logo {
    position: absolute;      
    top: 1px;               
    left: -50px;              
    width: 350px; 
    margin-top: -30px;           
}

.logo img {
    width: 100%;             
    height: auto;            
}
.container{
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 25px;
    background:linear-gradient(#0A444B, #047E84,#175067);
   
    color: white;
    border-radius: 10px;
    justify-content: center;
   max-width: 800px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 2rem auto;
    
}

.container header {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
}
.container form {
    margin-top: 30px;
}

.form .input-box {
    width: 100%;
    margin-top: 20px;
}

.form :where(.input-box input, .select-box) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}

.form .column {
    display: flex;
    column-gap: 15px;
}
.form .gender-box{
    margin-top: 20px;
}
.gender-box h3{
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
}
.form :where(.gender-option, .gender){
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}
.form .gender{
    column-gap: 5px;
}

.form :where(.gender input, .gender label) {
    cursor: pointer;
}

.select-box select { 
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    font-size: 1rem;
   
}

.form button {
    height: 55px;
    width: 100%;
    font-size: 1rem;
    border: none;
    margin-top: 30px;
    cursor: pointer;
    font-weight: 400;
    background-color: bisque;
}




.form .input-box select option {
    width: 100%;
    margin-top: 20px;
}

.form :where(.input-box input, select) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
   
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}




@media (max-width: 768px) {
    .form .column {
        flex-direction: column;
    }
}






.main1{
    position: relative;
    width: 100%;
    padding: 1rem;
    background: url(images/prize-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}


.head {
    text-align: center;
    margin-bottom: 20px;

}
.head h1{
    font-size: 4.0rem;
    color: #0A444B;
}


.prize {
    display: flex;
    justify-content: center;
    gap: 40px; 
    margin-top: 60px;
}


.medical {
    width: 400px; 
    
    text-align: center;
    border: none;
    border-radius: 20px;
    background: #f9f9f9;
    box-shadow: 2px 2px 5px rgb(54, 51, 51);

}

.medical img {
    width: 50%;
    height: auto;
}

.medical h2{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3.0rem;
    border: none;
    color: #fff;
    border-radius: 20px 20px 0 0;
    background-color: #175067;
}

.medical h3{
    font-size: 2.5rem;
    padding-top: 30px;
    color: #0A444B;
    padding-right: 10px;
    padding-left: 20px;
}


.close-btn {
    font-size: 1.5rem;
}


.head button{
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 10px;
    background-color: #175067;
    color: #fff;
}


@media (max-width: 767px) {
    .main1{
        flex-direction: column;
        background-size: cover;
    }
    .head h1{
        font-size: 2.5rem;
    }
    .prize {
        display: block; 
        margin-top: 60px;
    }

    .medical {
        width: 70%;  
        height: 30%;
        margin: 20px auto; 
    }
    .medical h2{
        font-size: 2.0rem;
    }
    .medical h3{
        font-size: 2.0rem;
    }
    
}

.input-box .btn1 {
    position: relative;
   right: -80%;
   top: -58%;
   
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
}

.input-box .btn1:hover {
    background: #0056b3;
} 


.input-box .btn2 {
    position: relative;
   right: -80%;
   top: -58%;
   
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
}

.input-box .btn2:hover {
    background: #0056b3;
} 



@media (max-width: 768px){
    .input-box .btn1{
        position: relative;
       transform: translateY(-170%);
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
    }
    .input-box .btn2{
        position: relative;
       transform: translateY(-170%);
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
    }
}


.message {
    margin-top: 15px;
    font-size: 16px;
    color: wheat;
    text-align: center;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .popup-content {
    background: white;
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 20% auto;
    border-radius: 10px;
    color: red;
  }
  .popup-content button {
    background: green;
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    height: 40px;
  } */



  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");



* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;

}

body {
    display: flex;
    margin: 0;
    padding: 0;
    background: #ebe9e9;
}

.sidebar {

    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    padding: 0 1.7rem;
    color: white;
    /* transition: all 0.5s linear; */
    overflow: hidden;
    background: #175067;
}

/* .sidebar:hover {
    width: 250px;
    transition: 0.5s;
} */


.menu {
    height: 88%;

    padding: 0;

    position: relative;
    list-style: none;




}

.menu li {
    position: relative;

    margin: 5px 0;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}


.menu a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #ecf0f1;
    text-decoration: none;
    font-size: 16px;
}

.menu a span {
    overflow: hidden;
}

.menu a:hover {
    background-color: #1e6480;
}

.menu i {
    margin-right: 10px;
}

.menu a i {
    font-size: 1.2rem;
}



.logout {
    position: absolute;

    width: 100%;
}

.logout a {
    color: #e74c3c;
}

.sub-memu a {

    padding: 10px 20px;
    color: white;
    font-size: 14px;

}

.sub-memu {
    display: none;

    margin: 10px;
    background-color: rgba(113, 99, 186, 255);
    min-width: 100px;
    box-shadow: 2px 2px 5px rgb(54, 51, 51);
}

.dropdown:hover .sub-memu {
    display: block;
}

.dropdown a:hover,
.sub-memu {
    background-color: #175067;
}

.main-content {
    position: relative;
    width: 100%;
    padding: 1rem;
    
}

.header-wrapper img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #175067;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px 2rem;
    margin-bottom: 1rem;
    color: white;

}

.header-title {
    color: aliceblue;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 15px;
    background: white;
    color: rgba(113, 99, 186, 255);
}

.search-box input {
    padding: 10px;

    background: transparent;
}

.search-box i {
    font-size: 1.2rem;
    transition: all 0.5s ease-out;
    color: #aaa;
    cursor: pointer;
}

.search-box i:hover {
    transform: scale(1.2);
}

/********card container*****/


/* form */
.main-content {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: url(img/main.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;      /* Adjust padding based on logo size */
  
}

.logo {
    position: absolute;      /* Positioned relative to the viewport */
    top: 1px;               /* Distance from the top */
    left: -50px;              /* Distance from the left */
    width: 350px; 
    margin-top: -30px;           /* Adjust width as needed */
}

.logo img {
    width: 100%;             /* Ensure the image fits the logo container */
    height: auto;            /* Maintain aspect ratio */
}
.container{
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 25px;
    background:linear-gradient(#0A444B, #047E84,#175067);
   
    color: white;
    border-radius: 10px;
    justify-content: center;
   max-width: 800px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 2rem auto;
    
}

.container header {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
}
.container form {
    margin-top: 30px;
}

.form .input-box {
    width: 100%;
    margin-top: 20px;
}

.form :where(.input-box input, .select-box) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}

.form .column {
    display: flex;
    column-gap: 15px;
}
.form .gender-box{
    margin-top: 20px;
}
.gender-box h3{
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
}
.form :where(.gender-option, .gender){
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}
.form .gender{
    column-gap: 5px;
}

.form :where(.gender input, .gender label) {
    cursor: pointer;
}

.select-box select { 
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    font-size: 1rem;
   
}

.form button {
    height: 55px;
    width: 100%;
    font-size: 1rem;
    border: none;
    margin-top: 30px;
    cursor: pointer;
    font-weight: 400;
    background-color: bisque;
}




.form .input-box select option {
    width: 100%;
    margin-top: 20px;
}

.form :where(.input-box input, select) {
    position: relative;
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
   
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
}




@media (max-width: 768px) {
    .form .column {
        flex-direction: column;
    }
}



/*******Prize******/


.main1{
    position: relative;
    width: 100%;
    padding: 1rem;
    background: url(images/prize-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}


.head {
    text-align: center;
    margin-bottom: 20px;

}
.head h1{
    font-size: 4.0rem;
    color: #0A444B;
}

/* Styling the prize section */
.prize {
    display: flex;
    justify-content: center;
    gap: 40px; /* Space between the items */
    margin-top: 60px;
}

/* Styling individual medical sections */
.medical {
    width: 400px; /* Adjust as needed */
    
    text-align: center;
    border: none;
    border-radius: 20px;
    background: #f9f9f9;
    box-shadow: 2px 2px 5px rgb(54, 51, 51);

}

.medical img {
    width: 50%;
    height: auto;
}

.medical h2{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 3.0rem;
    border: none;
    color: #fff;
    border-radius: 20px 20px 0 0;
    background-color: #175067;
}

.medical h3{
    font-size: 2.5rem;
    padding-top: 30px;
    color: #0A444B;
    padding-right: 10px;
    padding-left: 20px;
}


.close-btn {
    font-size: 1.5rem;
}


.head button{
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 10px;
    background-color: #175067;
    color: #fff;
}


@media (max-width: 767px) {
    .main1{
        flex-direction: column;
        background-size: cover;
    }
    .head h1{
        font-size: 2.5rem;
    }
    .prize {
        display: block;  /* Disable flex */
        margin-top: 60px;
    }

    .medical {
        width: 70%;  /* Adjust width for mobile */
        height: 30%;
        margin: 20px auto; /* Center the items */
    }
    .medical h2{
        font-size: 2.0rem;
    }
    .medical h3{
        font-size: 2.0rem;
    }
    
}

.input-box .btn1 {
    position: relative;
   right: -80%;
   top: -58%;
   
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
}

.input-box .btn1:hover {
    background: #0056b3;
} 


.input-box .btn2 {
    position: relative;
   right: -80%;
   top: -58%;
   
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
}

.input-box .btn2:hover {
    background: #0056b3;
} 

.input-box1{
   
  margin-bottom: 40px;
     
}



.btn3{
    left: 5%;
    position: relative;
    top: -2px; /* Adjust this value to move the button down */
    max-width: 70px;
    height: 45px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
   
  
}

.input-box.input-box2 {
    width: 700%; /* Ensure the container takes up the full available width */
     /* Set a maximum width for larger screens */
     /* Center the input box horizontally */
  }


.error1{
    color: red; display: none; margin-bottom: 40px; margin-top: -30px;
}

@media (max-width: 535px){
    .input-box .btn1{
        position: relative;
       transform: translateY(-170%);
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
    }
    .input-box .btn2{
        position: relative;
       transform: translateY(-170%);
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
    }

    .input-box .btn3{
        position: relative;
       transform: translateY(-55%);
       left: 75%;
    max-width: 70px;
   height: 45px;
   
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: -20px;
    }

    .error1{
        margin-top: 10px;
        
    }

    
    .input-box.input-box2 {
        width: 100%; /* Ensure the container takes up the full available width */
         /* Set a maximum width for larger screens */
         /* Center the input box horizontally */
      }
   
}

@media screen and (max-width: 768px) {
    .input-box {
      width: 80px; /* Reduces the width of the input field to 80% of its container */
      margin: 0 auto; /* Centers the input */
    }
    
    .input-box input {
      width: 100%; /* Input field takes up 100% of the container width */
      padding: 8px; /* Adjust padding for smaller screens */
    }
  
    .input-box1 {
      margin-top: 20px; /* Adjust margin for the submit button if needed */
    }
  
    .btn3 {
      max-width: 100%; /* Makes the submit button responsive */
      width: auto;
    }
  }



.message {
    margin-top: 15px;
    font-size: 16px;
    color: wheat;
    text-align: center;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .popup-content {
    background: white;
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 20% auto;
    border-radius: 10px;
    color: red;
  }
  .popup-content button {
    background: green;
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
    height: 40px;
  }