.order-data {
    margin-bottom:12em !important;
}

.order-sect{
    margin: 0px 35px 0px 35px !important;
}

#signUpForm label:hover {
    background: none;
}

.payment-method [type="radio"]:checked+label {
    background: none !important;
}

section#orderPageHero {
    background: #ffa53d;
}

.orderPageTitle {
    color: black;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}

.assignment-form-wrap {
    max-width: 1000px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.OrderFormTitle {
    background-color: #73ae97;
    padding: 10px;
    margin-bottom: 20px;
}

.OrderFormTitle .order-title {
    color: white;
    margin: 0px;
    font-size: 20px;
}

form#signUpForm div.row {
    text-align: left !important;
}

.coupon-sect {
    margin-top: 20px;
    background: white;
    padding: 10px 16px;
    border-radius: 0.2em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.order-data .__page-count-container {
    color: #000000;
    position: absolute;
    top: 7px;
    cursor: pointer;
    right: 14px;
    border-radius: 0.25rem;
    transition: 0.1s;

}

.wordperpage-field{
    position: relative !important;
}



.order-details {
    position: sticky;
    top: 0;
    z-index: 2;
}

.order-summary {
    margin-top: 20px;
    background: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.order-summary .text,
.order-summary .amount {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    padding-bottom: 10px;
    color: black;
}

.order-summary div.text.textmb {
    border-bottom: 1px dashed #ccc;
}

.order-summary div.text:last-child {
    border-bottom: none;
}

.order-summary .pay-now {
    border: none;
    background: #73ae97;
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 5px;
    transition: all 1s ease 0s;
}

.custom-file-upload {
    display: inline-block;
    padding: 20px;
    border: 1px dashed black;
    width: 100%;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.file-input {
    display: none;
}

.custom-file-upload i {
    margin-right: 10px;
}

.detailshead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#uploaded-files-list {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    color: #5bb099;
}

#uploaded-files-list div {
    background: #f3f7fa;
    padding: 5px;
    border-radius: 0.2rem;
    border: 1px solid rgba(26, 6, 78, 0.07);
}

.checkMarkField {
    margin-bottom: 10px;
}

.checkMarkField label {
    font-size: 14px !important;
    margin-left: 5px !important;
}

.payment-method {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #0d3938;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.payment-method .dbt,
.payment-method .pws {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-method input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    padding: 0;
    border-radius: 50% !important;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.payment-method input[type="radio"]:checked {
    background-color: #0d3938;
    border-color: #73ae97;
}

.payment-method input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
}

.payment-method label {
    cursor: pointer;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    transition: color 0.3s ease;
}

.payment-method i {
    font-size: 20px;
    color: #ffa53d;
    transition: color 0.3s ease;
}

.payment-method label:hover i {
    color: #ffa53d;
}

.form-fields{
    width: 100% !important;
    font-size: 14px !important;
    background: rgb(243, 247, 250);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(26, 6, 78, 0.07);
    border-image: initial;
    padding: 8px;
    border-radius: 0.25rem;
    margin: 0px;
}

#form-field-email_address {
    width: 100% !important;
}

.contactdetails{
    display: flex !important;
}

.contactdetails select {
    width: 100% !important;
    border-radius: 0.25rem 0px 0px 0.25rem !important;
    border-right: none !important;
        width: 100%;
    font-size: 14px !important;
    background: rgb(243, 247, 250);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(26, 6, 78, 0.07);
    border-image: initial;
    padding: 8px;
    border-radius: 0.25rem;
    margin: 0px;
}