﻿body {
    /*   background-color: #edeaea;*/
    font-family: "Inter Tight", system-ui, sans-serif;
    color: #111827;
    background-image: url('bg-img.jpg');
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 100%;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh; /* Full viewport height */
    width: 100%;
    background: linear-gradient( 5deg, rgb(120 29 13) 0%, rgb(16 14 14 / 55%) 35%, rgb(175 31 45 / 65%) 100%);
}

.app-wrap {
    position: relative;
}


.form-control,
.form-select {
    margin: 0;
    font-size: 0.8em;
}

    .form-control:focus,
    .form-select:focus {
        box-shadow: none;
        border-color: #111827;
    }

.btn.next {
    border-radius: 25px;
    background-color: #781d0d;
}


.form-box, header, .payments-tab, footer, .nav-menu, .register {
    max-width: 520px;
    width: 100%;
}

.nav-menu {
    background-color: #7e1717;
    border-radius: 0 0 10px 10px
}

section h2 {
    font-size: 1.5em;
    font-weight: 900;
}

    section h2 i {
        font-size: 0.85em;
        margin-left: 5px;
    }


section span.section-helper {
    font-size: 0.85em;
    color: #858080;
}

.section-header {
}

.form-label {
    font-size: 0.85em;
    margin: 0;
}

label.addressLabel {
    top: -12px;
    background-color: #fff;
}

.status-bar {
    margin-bottom: 15px;
}

    .status-bar span {
        padding: 5px;
        background-color: #dedede;
        border-radius: 20px;
    }

        .status-bar span.active {
            padding: 5px;
            background-color: #f6421ddb;
            border-radius: 20px;
        }

.nomination-categories {
}

    .nomination-categories .category {
        width: 100%;
        margin-bottom: 5px;
        background-color: antiquewhite;
        padding: 5px 15px;
        font-size: 0.85em;
        border-radius: 4px;
    }

        .nomination-categories .category:hover {
            background-color: antiquewhite;
        }

.category-selection-status {
    color: #858080;
    font-size: 1.45em;
    cursor: pointer;
}

.category label {
    font-size: 0.68em;
    text-transform: uppercase;
    color: #625d5d;
    cursor: pointer;
}

.category span {
    cursor: pointer;
}

.category.active {
    background-color: orange;
}

    .category.active label {
        color: bisque;
    }

    .category.active:hover {
        background-color: orange;
    }

    .category.active i {
        color: #fff;
    }

.photo-upload {
    border: dashed 2px #dedede;
    padding: 45px;
    font-size: 0.85em;
    border-radius: 10px;
    cursor: pointer;
}

    .photo-upload span {
        font-weight: 600;
        font-size: 1.25em;
    }

    .photo-upload small {
        color: #746d6d;
    }

    .photo-upload i {
        font-size: 3em;
    }

    .photo-upload:hover {
        background-color: #dedede3d;
    }

.photo-error i {
    font-size: 1.25em;
}

.links-list a {
    font-size: 0.85em;
}

.dashed-hr {
    border-top: dashed 1px #746d6d;
}

.photo-img-preview img {
    width: 180px;
    margin: 0 auto;
    border-radius: 10px;
}

.file-name {
    width: 55%;
}

    .file-name input {
        padding: 8px;
    }

.select-document {
    width: 30%;
    text-align: center;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}

.award-certificates-not-uploaded {
    cursor: pointer;
}

    .award-certificates-not-uploaded:hover {
        background-color: #fff3cdcc;
        border: solid 1px transparent;
    }

        .award-certificates-not-uploaded:hover .btn {
            font-weight: 400 !important;
        }


header {
    margin-top: 15px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

    header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url('https://static.vecteezy.com/system/resources/previews/010/055/930/non_2x/mountain-landscape-nature-background-in-green-travel-adventure-illustration-vector.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        opacity: 0.7;
        filter: blur(0.5px);
        border-radius: 8px;
    }

    header h1 {
        font-size: 1.50em;
        font-weight: 800;
    }

    header .btn {
        border: solid 2px #d67c14 !important;
        color: #000;
    }


ul.links a {
    font-size: 0.8em !important;
    margin: 5px;
}

.payment-amount {
    padding: 15px 0;
}

    .payment-amount .amount {
        margin-left: -15px;
    }

    .payment-amount .amount-wrap {
        font-size: 2.5em;
        font-weight: 500;
    }

    .payment-amount .btn {
        padding: 0px 35px !important
    }

    .payment-amount .incl-gst {
        font-size: 0.33em;
    }

.form-container {
    padding: 24px 0 0;
    background-color: #fff;
}

.loading-item {
    margin-bottom: 16px;
}

.loading-bar {
    width: 100%;
    height: 45px; /* New Height */
    background-color: #e4e6eb;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .loading-bar::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
        background-size: 200% 100%;
        background-repeat: no-repeat;
        animation: shimmer 1.5s infinite;
    }

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

nav {
    color: #fff;
    font-size: 0.75em;
    font-weight: 500;
}

    nav li {
        padding: 10px;
    }

        nav li.logo {
        }

            nav li.logo img {
                max-width: 75px;
            }

        nav li.ext-logo img {
            max-width: 80px;
            margin-top: 5px;
        }

.register label {
    font-size: 0.9em;
}

<<<<<<< Updated upstream
.payment-amount {
    font-weight: 500;
}

    .payment-amount .payment-item-type {
    }

    .payment-amount .payment-item-amount {
        width: 10%;
    }

    .payment-amount table {
        border: solid 1px #fff;
    }

    .payment-amount hr.dash-line {
        border: none;
        border-top: 1px dashed #201e1e;
        height: 0;
        margin: 14px 12px 0;
    }

td.total-pay-item {
    font-size: 1.15em;
    font-weight: 600;
}

.payment-amount .text-warning {
    color: orangered !important
}


.payment-amount .btn {
    padding: 8px !important;
    font-size: 1em;
}

=======
.amount-payment-item {
    line-height: 0.55em;
    margin-bottom: 10px;
}

.amount-item-label span {
    font-size: 0.4em !important;
}

.amount-item-label .fee-item-type {
    color: #000000;
    background-color: #ffffff;
}

.amount-payment-item .amount-item-value span {
    font-size: 0.4em !important;
}

.amount-payment-item .amount-item-value {
    line-height: 10px;
}

    .amount-payment-item .amount-item-value span.amount {
        margin-left: -5px;
    }

.amount-item-label span.dash {
    border-top: dashed 1px #dedede;
    margin: 12px 12px 0 10px
}

.to-pay {
    padding-top: 8px;
}

    .to-pay span, .to-pay span.amount {
        font-size: 0.45em !important;
    }

.payment-amount .btn {
    padding: 8px !important;
}

.discount .fee-item-type, .discount .amount, .discount i {
    color: #dd531f !important;
}


>>>>>>> Stashed changes
@media only screen and (max-width: 768px) {
    footer ul.support {
        flex-direction: column;
    }

        footer ul.support li {
            width: 100%;
            margin: 10px 0 !important;
        }
}
