*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.eventFormCont{
    margin: auto;
    padding: 50px;
    width: max-content;
    border: 2px solid rgba(0, 0, 0, 0.11);
}
.formHeader h1{
    text-align: center;
}
.formHeaderText{
    margin: 20px 0 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}
.formHeaderText img{
    height: 80px;
    width: 80px;
}
.formHeaderText h3{
    margin-bottom: 10px;
    color: red;
}

.formEntryDetails h2{
    margin: 20px 0;
    text-align: center;
}
.formEntryPart1{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.formEntryPart1 img{
    height: 120px;
    width: 100px;
    border: 1px solid rgb(15, 34, 50);
}
.rollBatchCont{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.formEntryPart2{
    margin: 50px 0;
    display: grid;
    grid-template-columns: 5fr 1fr 5fr;
}
.formEntryPart3{
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr;
    width: 70%;
}
.formEntryPart4{
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr;
}
.eventFormCont button{
    margin: auto;
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    background-color: rgb(5, 28, 51);
}
/* --------- Join Us Pop Up when submit -------- */
.joinUsSub{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    color: #011e38;
    z-index: 99;
    background-color: #5eff00;
}
.joinUsSub a{
    margin-top: 20px;
    text-decoration: none;
    color: #011e38;
}
#birth_certf, #aadhar, #photo{
    padding: 10px 5px;
}
/* --------- Event Registeration Input -------- */
#eventReg{
    display: flex;
    /* background-color: #011e38; */
}
.eventRegInp{
    padding: 50px;
    margin: 5% auto;
    width: 800px;
    color: white;
    background-color: rgba(1, 30, 56, 0.9);
}
.eventRegInp h3{
    margin-bottom: 30px;
    text-align: center;
}
.eventRegInp .eveCateSel{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.eveCatBtnCont{
    width: 100%;
    text-align: center;
}
.eventCategoryBtn{
    margin: 40px 10px 0 10px;
    padding: 5px 7px;
    width: 60px;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid white;
    color: #011e38;
    background-color: white;
}
.eveInfoSel{
    padding: 50px;
}
.eveInfoSel div{
    margin: 20px 0;
    display: grid;
    grid-template-rows: 1fr 1fr;
}
.eveInfoSel input, select{
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
}
.eveInfoSel fieldset{
    padding: 10px;
}
.eveInfoSel legend{
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
}
#eveInfoSelcheckbox{
    height: 12px;
    margin-right: 2px;
}
#eveGenCont{
    margin: 0;
    display: flex;
    flex-direction: row;
}
#eveGenCont div{
    margin: 0;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
}
#joinusimg{
    height: 150px;
    width: 150px;
}
#eveGenCont div label{
    margin-left: 5px;
}
.eveInfoSel button{
    margin-top: 35px;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(0, 79, 0);
    cursor: pointer;
    color: white;
    background-color: green;
}

/* --------- Event Registeration Input -------- */

.eventSubmitBox{
    padding: 20% 5%;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    color: aliceblue;
    background-color: #011e38;
}
.eventSubmitBox button{
    margin: 20px 0;
    padding: 4px 6px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    color: #011e38;
    background-color: greenyellow;
}

/* ------------- Search and download form page ------------ */
#downloadForm{
    background-color: #011e38;
}
.formDownloadCont{
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}
.formDownloadCont h2{
    margin-bottom: 40px;
    text-decoration: underline;
}
.formDownloadCont input{
    margin-top: 5px;
    margin-bottom: 40px;
    height: 30px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgb(0, 79, 0);
}
.formDownloadCont button{
    margin: 0 10px;
    height: 30px;
    width: 100px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgb(0, 79, 0);
    color: white;
    background-color: green;
}
.formDownloadCont a{
    text-decoration: none;
    color: aliceblue;
    background-color: red;
}


@media screen and (max-width: 481px) {
    .eventRegInp .eveCateSel{
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: max-content;
    }
    .eventRegInp .eveCateSel div{
        margin: 10px 0;
    }

}
