﻿body {
    background-color: #edeaea;
    font-family: "Inter Tight", system-ui, sans-serif;
    color: #111827;
}

.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;
}

@media only screen and (max-width: 768px) {
    footer ul.support {
        flex-direction: column;
    }

        footer ul.support li {
            width: 100%;
            margin: 10px 0 !important;
        }
}
