body{
    margin: 0;
    font-family: "Oxanium", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.reg-page-main-wrapper{
    max-width: 1140px;
    margin: 100px auto;
}
.logo-header{
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.logo-header h1{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; 
    margin: 0;
}
.logo-header h3{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    margin: 0;
}
.go-back-url a{
    padding: 10px 15px;
    background: #0a16f4;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    display: block;
    width: fit-content;
}
.organizer-details{
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #C9CAD1;
}
.organizer-details span{
    display: block;
    color: #494C58;
    font-family: Oxanium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.organizer-details h4{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.field-title-subTitle{
    margin-top: 40px;
    border-top: 1px solid #C9CAD1;
    padding-top: 40px;
}
.field-title-subTitle h2{
    margin-bottom: 0px;
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    text-transform: uppercase;
}
.field-title-subTitle p{
    margin-top: 0;
    color: #2C2C30;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}
.field-full-width{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
label{
    color: #2C2C30;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.important-mark{
    color: #ED1C25;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    margin-right: 8px;
}
.field-full-width input{
    padding: 15px;
}
.driver-details {
    border: 1px solid #ccc;
    padding: 23px;
    margin-top: 30px;
    background: rgba(240, 240, 240, 0.69);
    display: flex;
    justify-content: space-between;
    width: 96%;
    flex-wrap: wrap;
    border-radius: 5px;
}
.driver-details h4{
    width: 100%;
    color: #a9a9a9;
    margin-bottom: 20px;
}
.field-half-width {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.field-col-3, .field-col-2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.shorter-fields{
    width: 31%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#asn-personnel-container{
    margin-bottom: 40px;
}
.asn-personnel-row{
    display: flex;
    gap: 20px;

}
.asn-personnel-row input{
    width: 33%;
}
button[type=submit]{
    margin-top: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: #ED1C25;
    color: #FFF;
    font-family: Oxanium;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.special-full-width{
    display: flex;
    flex-direction: row;
}
#category_container {
    display: flex;
    gap: 20px;
    margin-left: 17px;
    width: 80%;
    flex-wrap: wrap;
    flex-direction: row;
}
select{
    background: #F5F3F3;
    color: #333;
  -webkit-text-fill-color: #333;
}
select, input{
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #C9CAD1;
}
select, input:focus{
    outline: none;
}
::placeholder{
    color: #54565D;
    font-family: Oxanium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    text-transform: uppercase;
}
.fee-class{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fee-class{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.fee-class input{
    border: none;
    padding: 0;
    text-align: right;
    width: fit-content;
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
}
#total_d{
    width: 25px;
}
.total-fee-class{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #C9CAD1;
}
.total-fee-class input{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
}
.accomodation-info{
    background: #F6F6F6;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 40px;
}
.accomodation-info h3{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
}
.accomodation-info .red-label{
    border-left: 3px solid #ED1C25;
    color: #2C2C30;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    padding-left: 12px;
}
.accomodation-info ol li{
    color: #2C2C30;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.t-and-c{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: #1E305C;
    margin-top: 40px;
}
.t-and-c h3{
    color: #FFF;
    font-family: Oxanium;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
}
.add-new-btn{
    display: flex;
    width: 202px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid #DCC7C7;
    background: #FEF6F6;
    color: #ED1C25;
    font-family: Oxanium;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.asn-personnel-row{
    margin-bottom: 20px;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://res.cloudinary.com/dff4rbfkn/image/upload/v1746609001/352021_arrow_drop_down_icon_pmurky.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 99%;
    -webkit-padding-end: 0;
    background-size: 29px;
    font-family: Oxanium;
     color: #333;
  -webkit-text-fill-color: #333;
}
.select option{
    font-family: Oxanium;
}
.iti--allow-dropdown input{
    width:100%;
}
#webxpayForm input{
    width: 50%;
    font-family: 'Oxanium';
}


.smmery-page .logo-header {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 55px;
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #C9CAD1;
}
.conFheader  {
    padding: 32px 0px 32px;
    margin-bottom: 0;
    border-bottom: 1px solid #C9CAD1;
}
.conFheader2{
    padding: 32px 0px 0;
    margin-bottom: 0;
    border-bottom: 0px solid #C9CAD1;
}
.conFheader h3, .conFheader2 h3{
    font-family: Oxanium;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;

}
.conFheader p, .conFheader2 p{
    font-family: Oxanium;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 0;

}
.no-border-feald{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    min-width: 200px;
    display: block;
}
.row-summery {
    display: flex;
    align-items: center;
}
.row-summery input{
    border: none;
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    padding: 5px;
    width: 100%;
}
.payement-summery-ttl{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.justify-feald-summery{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 12px;
}
.justify-feald-summery label{
    color: #0D0E0F;
    font-family: Oxanium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.justify-feald-summery input{
    width: 30% !important;
}
.outer-line-summery{
    padding: 32px;
    border: 1px solid #D0CCCC;
    background: #FBFBFB;
}
.outer-line-summery input{
    background-color: transparent !important;
}
.logo-header img{
    width: 150px;
    object-fit: contain;
}
.c-boc {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-family: Oxanium;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  flex-direction: row;
}

.c-boc input {
  position: static;
  margin-top: 25px;
  width: 20px;
  height: 20px;
}
/* mobile css start */
@media(max-width:1024px){
    .reg-page-main-wrapper {
        max-width: 100%;
        margin: 40px auto;
        padding: 0px 24px;
    }
    .logo-header {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-bottom: 40px;
        flex-direction: column;
        align-content: center;
    }
    .logo-header h1 {
        color: #0D0E0F;
        font-family: Oxanium;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
        text-align: center;
    }
    .logo-header h3 {
        color: #0D0E0F;
        font-family: Oxanium;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        text-align: center;
        margin-top: 20px;
    }
    .field-title-subTitle p {
        margin-top: 14px;
        color: #2C2C30;
        font-family: Oxanium;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 40px;
    }
    label {
        color: #2C2C30;
        font-family: Oxanium;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }
    ::placeholder{
        color: #54565D;
        font-family: Oxanium;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        text-transform: uppercase;
    }
    .driver-details {
        border: 1px solid #ccc;
        padding: 23px;
        margin-top: 30px;
        background: rgba(240, 240, 240, 0.69);
        display: flex;
        justify-content: space-between;
        width: 86%;
        flex-wrap: wrap;
        border-radius: 5px;
        flex-direction: column;
    }
    .field-col-3, .field-col-2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 24px;
        flex-direction: column;
    }
    .field-half-width {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .shorter-fields {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .asn-personnel-row {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .asn-personnel-row input {
        width: 88%;
    }
    .special-full-width {
        display: flex;
        flex-direction: column;
    }
    .fee-class input {
        width: 100px;
    }
    .accomodation-info {
        background: #F6F6F6;
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        margin-top: 40px;
    }
    .accomodation-info ol li {
        color: #2C2C30;
        font-family: Oxanium;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        padding-top: 16px;
    }
    .t-and-c h3 {
        color: #FFF;
        font-family: Oxanium;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        padding-left: 30px;
    }
    .t-and-c {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        background: #1E305C;
        margin-top: 40px;
    }
    button[type=submit] {
        margin-top: 40px;
        border: none;
        cursor: pointer;
        display: flex ;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        width: 100%;
        background: #ED1C25;
        color: #FFF;
        font-family: Oxanium;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-transform: uppercase;
    }
    #webxpayForm input{
    width: 100%;
    font-family: 'Oxanium';
    }
    .row-summery {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        /* gap: 20px; */
        margin-bottom: 20px;
    }
    .justify-feald-summery {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .justify-feald-summery input {
        width: 100% !important;
        margin-bottom: 20px;
    }
    #category_container {
        display: flex;
        gap: 0;
        margin-left: 17px;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .logo-header img{
        width: 150px;
        object-fit: contain;
    }
    
    
     #category_container input{
        width: 12px !important;
        transform: scale(0.5); 
        -webkit-transform: scale(0.5) !important; 
        margin-top:-2px;
        font-size:16px;
    }
    #category_container label{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 0px;
    }
    select {
      color:000 !important;
      -webkit-text-fill-color: #000 !important; 
      -webkit-text-fill-color: inherit;
    }
    input[type="checkbox"] {
      transform: scale(0.6);              
      -webkit-transform: scale(0.6);              
    }
}





 #payButton {
     background-color: gray;
     cursor: not-allowed;
     transition: background-color 0.3s, cursor 0.3s;
 }
 #payButton.enabled {
    background-color: #ED1C25 !important; 
    cursor: pointer !important;
}
.upload-container {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.upload-container.dragover {
    background-color: #f0f0f0;
    border-color: #888;
}
.file-list {
    border-top: 1px solid #eee;
    padding: 10px;
}
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px;
    background: #f9f9f9;
    margin-top: 5px;
}
.file-item .pdf-icon {
    background: red;
    color: white;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 4px;
}
.file-name {
    flex: 1;
}
.delete-btn {
    color: red;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
}
.file-uload-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media(max-width:768px){
    #category_container input{
        width: 12px !important;
        transform: scale(0.5); 
        -webkit-transform: scale(0.5) !important; 
        margin-top:-2px;
        font-size:16px;
    }
    #category_container label{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        gap: 0px;
    }
    
    select {
      color:000 !important;
      -webkit-text-fill-color: #000 !important; 
      -webkit-text-fill-color: inherit;
    }
     .c-boc input {
    width: 16px;
    height: 16px;
    margin-top: 19px;
  }

  .c-boc {
    font-size: 16px;
    line-height: 24px;
  }
}