html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media(max-width: 1200px) {
    .table-hide {
        display: none;
    }
    div.desktop-hide {
        display: none;
    }
    img.desktop-hide {
        display: none;
    }
    h2.desktop-hide-heading-two {
        display: none;
    }
    h3.desktop-hide-heading-three {
        display: none;
    }
    p.desktop-hide-heading-p {
        display: none;
    }
    img.desktop-hide-image{
        display: none;
    }
    div.desktop-hide-container {
        display: none;
    }
}

@media(min-width: 1200px) {
    .hide-accordion {
        display: none;
    }
    div.mobile-hide {
        display: none;
    }
    h2.mobile-hide-heading-two {
        display: none;
    }
    .mobile-hide-what-is-your-job {
        display: none;
    }
    .mobile-hide-what-is-your-job-selector {
        display: none;
    }
    img.mobile-hide-image {
        display: none;
    }
    div.mobile-hide-controls-container {
        display: none;
    }
    img.mobile-hide {
        display: none;
    }
    img.mobile-hide-how-to {
        display: none;
    }
    h2.mobile-hide {
        display: none;
    }
    p.mobile-hide-p {
        display: none;
    }
    h3.mobile-hide-heading-three {
        display: none;
    }
}

@media (max-width: 1300px) {
    .mobile-hide {
        display: none;
    }
    div.mobile-hide {
        display: none;
    }

    .mobile-shrink {
        margin: 2px;
    }

    .mobile-card-text-heading {
        font-size: x-small;
    }

    .mobile-card-text {
        font-size: x-small;
    }
}

option {
    padding: 10px;
    min-height: 40px;
    color: black;
}

    option:checked {
        background-color: #ffc845;
        display: none;
    }

    option:nth-child(1)::selection {
        background-color: #ffc845;
    }

    option:nth-child(1):hover {
        background-color: #ffc845;
    }

    option:nth-child(2):hover {
        background-color: #ffc845;
    }

    option:nth-child(3):hover {
        background-color: #ffc845;
    }

    option:nth-child(4):hover {
        background-color: #ffc845;
    }

    option:nth-child(5):hover {
        background-color: #ffc845;
    }

    option:nth-child(6):hover {
        background-color: #ffc845;
    }

    option:nth-child(7):hover {
        background-color: #ffc845;
    }

    option:nth-child(8):hover {
        background-color: #ffc845;
    }

    option:nth-child(9):hover {
        background-color: #ffc845;
    }

    option:nth-child(10):hover {
        background-color: #ffc845;
    }

    option:nth-child(11):hover {
        background-color: #ffc845;
    }

    option:nth-child(12):hover {
        background-color: #ffc845;
    }
/* Style for the displayed selected option */
.select-display {
    padding: 6px;
    border: 2px solid;
    width: 80%;
    word-wrap: normal;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: black;
}

    .select-display:hover {
        border: 2px solid #ffc845;
    }
/* Style for the options list */
.options-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    min-height: 200px;
    padding: 6px;
    overflow-y: auto;
    z-index: 1;
}

/* Individual option styles */
.option-item {
    padding: 6px;
    cursor: pointer;
}

    /* Hover effect for options */
    .option-item:hover {
        background-color: #007BFF;
        color: white;
    }

select {
    word-wrap: normal;
    width: 80%;
    padding: 10px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: black;
    border: 2px solid;
    margin-bottom: 16px;
    border-radius:4px;
}

    select:hover {
        border: medium;
        border: 2px solid #ffc845;
        font-weight: inherit;
    }

#datepicker {
    width: 200px;
    padding: 8px;
    font-size: 16px;
}

.ui-datepicker {
    font-size: 14px; /* Adjust the font size for better readability */
}

.actionCheckBox {
    text-decoration: underline;
    cursor: pointer;
}

a {
    color: darkorange;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar-nav .nav-link {
    padding-left: 18px;
}

.nav-link:hover {
    text-decoration: underline #E1B800 4px;
}

.descriptiveTextHighlight {
    color: black;
    text-decoration: underline #E1B800 4px;
}

    .descriptiveTextHighlight:hover {
        color: #E1B800;
        text-decoration: underline black 4px;
    }

.textHighlight {
    color: #E1B800;
}

    .textHighlight:hover {
        color: black;
        text-decoration: underline #E1B800 4px;
    }

.referenceHighlight {
    color: black;
    text-decoration: underline black 4px;
}

    .referenceHighlight:hover {
        color: black;
        text-decoration: underline #E1B800 4px;
    }

.navbar-toggler:hover {
    background-color: #E1B800;
}

.navbar-toggler {
    margin: 4px;
}

html {
    position: relative;
    min-height: 100%;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

dnone {
    display: none;
}

formDatePicker {
    max-width: 80%;
}

formContainer {
    min-width: 125px;
    max-width: 125px;
    width: 250px; /* Set the width of the container */
    margin: 0 auto; /* Center the container horizontally */
    padding: 20px; /* Add some padding for spacing */
}

input[type="text"], input[type="tel"], input[type="date"], input[type="password"] {
    width: 80%; /* Set the width of the input elements to 80% of their container */
    box-sizing: border-box; /* Include padding and border in the width */
    padding: 10px; /* Add some padding for spacing within the input */
    margin-bottom: 10px; /* Add some margin for spacing between inputs */
    text-align: left;
    opacity: 0.75; /* Adjust the value as needed */
    border-radius:3px;
}

input[type="file"] {
    width: 80%; /* Set the width of the input elements to 80% of their container */
    padding: 5px; /* Add some padding for spacing within the input */
}

.formContainer label {
    width: 80%; /* Set the width of the input elements to 80% of their container */
    padding: 5px; /* Add some padding for spacing within the input */
}

.vertical-navbar-left {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,184,0,255) 41%);*/ /* top to bottom gradient: yellow to white */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75px; /* Adjust width as needed */
    left: 0; /* Position on the left side */
}

.vertical-navbar-right {
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,184,0,255) 100%);*/
    background: linear-gradient(54deg, rgba(255,255,255,1) 80%, rgba(255,184,0,255) 100%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px; /* Adjust width as needed */
}

body {
    background: rgb(255,255,255);
    margin-bottom: 60px;
    font-weight: inherit;
    color: black;
    min-height: 1000px;
}

.content-container {
    min-height: 1000px;
    margin-left: 2px;
    margin-right: 2px;
}

.footer {
    padding-top: 10px;
}

.footer-container {
    margin-top: 10px;
}

p, a, h1, label, input {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
}

    input[type="file"] {
        opacity: 10;
        font-weight: inherit;
    }

    input[type="text"] {
        font-weight: inherit;
        padding: 10px;
    }

        /*input[type="text"]:hover {
            border: medium;
            border: 2px solid #ffc845;
            font-weight: inherit;
        }*/

        input[type="text"]:focus {
            font-weight: inherit;
            border: 2px solid #ffc845;
        }

.formTextBox:focus {
    border: medium;
    font-weight: inherit;
    border: 2px solid #ffc845;
}

.formTextArea {
    width: 80%;
    min-height: 200px;
    max-height: fit-content;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box; /* Include padding and border in the width */
    padding: 10px; /* Add some padding for spacing within the input */
    margin-bottom: 10px; /* Add some margin for spacing between inputs */
    text-align: left;
    opacity: 0.75; /* Adjust the value as needed */
}

.formTextBox {
    padding: 10px;
}

.formTextArea:hover, .formTextArea:focus {
    border: medium;
    font-weight: inherit;
    border: 2px solid #ffc845;
}

input[type="password"]:hover {
    border: medium;
    font-weight: inherit;
    border: 2px solid #ffc845;
}

input:focus {
    border: 2px solid #ffc845;
}

input[type='file']::file-selector-button {
    border: 2px solid black;
    font-weight: inherit;
    padding: .2em .4em;
    border-radius: .2em;
    color: black;
    background-color: transparent;
    transition: 1s;
}

    input[type='file']::file-selector-button:hover {
        border: 2px solid #ffc845;
        font-weight: inherit;
        padding: .2em .4em;
        border-radius: .2em;
        background-color: #ffc845;
        transition: 1s;
    }

input[type='checkbox'] {
    accent-color: #ffc845;
    border-color: black;
    border-width: thick;
}

input[type="date"] {
    background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,200,69,1) 100%);
    color: black;
    max-width: 180px;
    min-height: 35px;
    font-weight: inherit;
}

    input[type="date"]:hover {
        background: linear-gradient(90deg, rgba(255,200,69,1) 35%, rgba(255,255,255,1) 100%);
        color: #ffc845;
        max-width: 180px;
        min-height: 35px;
        font-weight: inherit;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: black;
        font-weight: inherit;
        max-width: 180px;
    }

.field-validation-success:hover {
    border: thick;
    border: 2px solid #ffc845;
    font-weight: inherit;
}

.field-validation-error, .field-validation-error:hover {
    color: red;
    font-weight: inherit;
    border-width: thin;
    border-top-color: black;
    border-right-color: black;
    border-right-width: thin;
    border-bottom-width: thin;
    border-bottom-color: red;
    border-left-color: red;
    border-left-width: thick;
}

.input-validation-error, .input-validation-error {
    display: flex;
    color: red;
    font-weight: inherit;
    border-width: thin;
    border-top-color: black;
    border-right-color: black;
    border-right-width: thin;
    border-bottom-width: thin;
    border-bottom-color: red;
    border-left-color: red;
    border-left-width: thick;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* big width */
    height: 100%; /* big height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    border-radius: 4px;
}

.modal-footer {
    position: relative;
    margin-bottom: 2%;
}

.delete-account-modal-content {
    height: fit-content;
    width: fit-content;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-height: 80%;
    max-width: 70%;
    border-radius: 4px;
}

.card {
    max-width: 375px;
    height: 775px;
    display: flex;
    background-clip: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(231, 229, 228, 1));
    border: 3px solid black;
    border-bottom-color: #E1B800;
    border-right-color: #E1B800;
    margin: 4px;
}

.card-body {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}

.card-footer-fixed-bottom {
    position: absolute;
    bottom: 10px;
    width: 80%;
}

.card-body-image-container {
    max-width: 80%;
    height: auto;
    max-height:375px;
    margin: 0 auto;
    display: block;
}

.card-body-empty-image-container {
    max-width: 80%;
    height: 310px;
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 80%;
}

.table-image-container {
    max-height: 175px;
    max-width: 175px;
    height: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
}

.table-image {
    max-height: 100px;
    max-width: 100px;
}

.table-empty-image-container {
    max-height: 175px;
    max-width: 175px;
    height: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
}

.card-title {
    max-width: 100%;
    max-height: 100%;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-right: 12px;
    padding-top:2px;
    padding-bottom:2px;
    margin: 0 auto;
}

.card-text-heading {
    font-size: medium;
    font-weight: lighter;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.card-text {
    font-size: medium;
    font-weight: bold;
}

.emphasis-text {
    font-weight: bold;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    min-height: 80%;
}

.modalTextArea textarea, input[type="text"] {
    width: 80%; /* Set the width of the input elements to 80% of their container */
    height: fit-content;
    box-sizing: border-box; /* Include padding and border in the width */
    padding: 10px; /* Add some padding for spacing within the input */
    margin-bottom: 10px; /* Add some margin for spacing between inputs */
    text-align: left;
}

.textEmphasis {
    margin-top: 10px;
    font-weight: inherit;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 18px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.align-left {
    align-items: flex-start;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: white;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-actions {
    display: block;
    margin: 4px;
    gap: 10px;
}

#preferences-modal {
    border-radius:5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 2000;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.preferences-buttons button {
    width: 100%;
    margin-top: 10px;
}

.cookie-btn {
    margin: 6px;
    padding: 8px 16px;
    background-color: #856514;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100px;
}

.cookie-banner-btn {
    margin: 6px;
    padding: 8px 16px;
    background-color: #856514;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100px;
}

.cookie-btn:hover {
    background-color: black;
}

.cookie-banner-btn:hover {
    background-color: black;
}

.form-btn {
    padding: 8px 16px;
    background-color: #856514;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.icon-colour {
    color: #E1B800;
    font-size: 48px;
    margin: 2px;
}

.icon-colour-md {
    color: #E1B800;
    font-size: 24px;
    margin: 2px;
}

.nav-icon {
    color: #E1B800;
    font-size: 24px;
    display: inline-block;
}

    .nav-icon:hover {
        color: black;
        font-size: 24px;
        display: inline-block;
    }

.icon-colour-sm {
    color: #E1B800;
    font-size: 12px;
    display: inline-block;
}

.icon-colour-sm-inverted {
    color: black;
    font-size: 12px;
    display: inline-block;
}
icon-colour-md-inverted {
    color: black;
    font-size: 12px;
    display: inline-block;
}
    icon-colour-md-inverted:hover {
        color: #E1B800;
        font-size: 12px;
        display: inline-block;
    }

.form-btn:hover {
    background-color: black
}

.form-btn[disabled] {
    border: 1px solid black;
    background-color: grey;
    color: white;
    padding: 15px;
    cursor: not-allowed;
    padding: 8px 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

accordion-body {
    border-left-color: #E1B800;
}

.accordion-button:focus {
    border-colour: black;
    box-shadow: 0 0 0 .25rem #E1D800;
    border-radius: calc(0.25rem - 1px);
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #E1B800;
}

.accordion-button {
    color: white;
    background-color: black;
}

    .accordion-button::after {
        color: black;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:not(.collapsed) hover {
        color: black;
        background-color: #E1B800;
    }

    .accordion-button:not(.collapsed)::after {
        color: black;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

accordion-button-title-text {
    color: inherit;
    padding-left: 4px;
    padding-right: 4px;
}

#mainBody{
    transition: filter 0.3s ease;
}
.blur-background {
    filter: blur(5px);
}

.blur-main-background {
    filter: blur(2.5px);
}

.blur-text {
    filter: blur(5px); /* Adjust the blur value as needed */
}

.payBtn {
    width: 120px;
    margin:2px;
}

#spinner {
    width: 100px; /* Adjusted width */
    height: 150px; /* Adjusted height */
    background: gray;
    clip-path: polygon( 25% 0%, /* Top point */
    55% 0%, /* Top-right */
    50% 35%, /* Mid-right */
    75% 32%, /* Top of bottom-right spike */
    40% 110%, /* Bottom-right spike */
    40% 65%, /* Bottom-left spike */
    25% 65% /* Bottom of left spike */
    );
    border-radius: 20%; /* Add rounded edges */
    animation: loadColor 3s linear infinite;
}

.loading-spinner {
    z-index:1;
    width: 50%; /* Adjusted width */
    height: 75%; /* Adjusted height */
    background: gray;
    clip-path: polygon( 25% 0%, /* Top point */
    55% 0%, /* Top-right */
    50% 35%, /* Mid-right */
    75% 32%, /* Top of bottom-right spike */
    40% 110%, /* Bottom-right spike */
    40% 65%, /* Bottom-left spike */
    25% 65% /* Bottom of left spike */
    );
    border-radius: 20%; /* Add rounded edges */
    animation: loadColor 3s linear infinite;
}

@keyframes loadColor {
    0% {
        background: black;
    }

    33.33% {
        background: linear-gradient(to bottom, #E1B800 33.33%, gray 33.33%);
    }

    66.66% {
        background: linear-gradient(to bottom, #E1B800 66.66%, gray 66.66%);
    }

    100% {
        background: #E1B800;
    }
}
.loading-spinner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: translateY(100%);
    animation: fillAnimation 3s linear infinite;
}
hr {
    border: none;
    height: 5px; /* Adjust the thickness of the HR */
    /*background-color: #E1B800;*/
    background-color: black;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 1);*/ /* Drop shadow */
    box-shadow: 0 1px 1px 0px #e1b800; /* Gold drop shadow */
}

.home-page-title-mobile{
    padding:10px;
    overflow-wrap: break-word;
}
.home-page-image-container-mobile {
    max-width: 100%;
    max-height: 350px;
    margin: 0 auto;
    display: block;
}

.home-page-container-desktop {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.home-page-image-container-desktop {
    display: inline;
    height:460px;
    width: 50%;
}
.home-page-title-container-desktop {
    display: inline;
    height: auto;
    width: 50%;
    margin-top:3%;
}
.controls-container-mobile{
    display:flex;
    gap:2px;
    width:100%;
}
.home-page-container{
    margin:3%;
}
.progress-container {
    width: 15px;
    height: 72%;
    top: 13%;
    margin-right: 100px;
    background-color: #f9fafb;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: flex-start;
}

.progress-bar {
    width: 100%;
    height: 0%;
    background-color: #E1B800;
    transition: height 0.5s ease-in-out;
}
