*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*-----------------------TEST REGISTRAION FORM-----------------------*/

#print_btn{
    width: 100%;
    margin: 20px 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: greenyellow;
}
.eventFormCont{
    margin: auto;
    padding: 25px 40px;
    /*width: max-content;*/
    width: 794px;
    height: 1123px;
    border: 2px solid rgba(0, 0, 0, 0.11);
}
.formHeader {
    text-align: center;
}
.formHeader h1{
    font-size: 26px;
    color: rgb(0, 71, 138);
}
.formHeader h4{
    letter-spacing: 5px;
    color: red;
}
.formHeader p{
    text-transform: capitalize;
    font-size: 9px;
}
.formHeader span{
    color: red;
}
.formHeaderText{
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
}
.formHeaderText img{
    height: 80px;
    width: 80px;
}
.formHeaderText h5{
    padding:5px; 
    font-size: 13px;
    border:2px solid black;
    line-height: 16px;
    font-family: Sans-Serif;
}

.formEntryDetails {
    margin: 0 40px;
    font-size: 12px;
    font-family: Sans-Serif;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.formEntryDetails div{
    margin: 6px 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.formContent{
    display: flex;
    justify-content: space-evenly;
    height: 530px;
}
.waza{
    margin-top: 20px;
    font-family: Sans-Serif;
    display: flex;
    flex-direction: column;
}
.katakumite{
    display: grid;
    grid-auto-rows: 1fr 1fr;
}
.kata{
    margin: 20px 0 10px 10px;
    font-family: Sans-Serif;
}
.kumite {
    margin: 0 10px;
    font-family: Sans-Serif;
}
.waza,.kata, .kumite h5{
    text-align: center;
}
.kumite h5{
}
.waza .list , .kata .list{
      margin-top: 10px;
}
.waza .list , .kata .list , .kumite .list{
      font-size: 10px;
      width: 100%; /* adjust as needed */
      border-collapse: collapse;
    }
.kata .list, .kumite .list{
    padding: 8px;
    padding-right: 30px;
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
.kata .list{
border:2px solid black;
    
}
.waza .list-row,.kata .list-row, .kumite .list-row{
      display: flex;
      justify-content: space-between;
      padding: 2px 0;
    }

.waza .list-row span,.kata .list-row span{
      display: inline-block;
    }

.waza  .dash,.kataa .dash {
      min-width: 20px; /* keeps dash aligned */
      text-align: right;
    } 
    
.ikhead {
    margin-left: 20px;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}
.endHeader{
    display: flex;
    justify-content: space-evenly;
    font-size: 12px;
}
.small-note{
    padding: 4px 0;
    font-size: 12px;
}
.signature-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
}

.endHeader .container {
      display: flex;
      gap: 100px; /* space between boxes */
    }
.endHeader    .box {
      display: flex;
      border: 2px solid #000;
      width: 120px;   /* adjust box width */
      height: 30px;   /* adjust box height */
    }
.endHeader    .left {
      flex: 1;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      border-right: 2px solid #000;
      font-weight: bold;
    }
.endHeader    .right {
      flex: 1;
    }
.eventFormCont button{
    margin: auto;
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    background-color: rgb(5, 28, 51);
}

/*-----------------------TOURNAMENT REGISTRAION FORM-----------------------*/

.tnmtHead{
    text-align: center;
}
.tnmtHead h2{
    text-decoration: underline;
}
.tnmtHead p{
    margin-top: 3px;
}
.tnmtTxt {
    margin: 20px 0;
    font-size: 18px;
    text-align: justify;
}
.tnmtTxtSign{
    margin: 55px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 18px;
}
.tnmtContent {
      margin-top: 25px;
      width: 100%;
      box-sizing: border-box;
    }
.tnmtContent    table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 15px;
    }
.tnmtContent    td, .tnmtContent th {
      border: 1px solid #000;
      padding: 6px;
      vertical-align: middle;
    }
.tnmtContent    .no-border {
      border: none !important;
    }
.tnmtContent    .photo-box {
      width: 120px;
      height: 160px;
      border: 1px solid #000;
      text-align: center;
      font-size: 14px;
    }
.tnmtContent    .photo-box img{
    width: 120px;
    height: 160px;
}

.tnmtContent    .center {
      margin: 25px 0;
      display: flex;
      justify-content: center;
      font-weight: bold;
    }
.tnmtContent    .center h4{
    padding: 5px 10px;
    width: max-content;
    border: 2px solid rgba(0, 0, 0, 0.5);
}
.tnmtFooter {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tnmtFooter div{
    display: flex;
    flex-direction: column;
}


/* --------- 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;
    }

}
