@font-face {
    font-family: Garnett;
    src: url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Semibold.woff2) format('woff2'),
    url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Semibold.woff) format('woff'),
    url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Semibold.eot);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Garnett;
    src: url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Medium.woff2) format('woff2'),
    url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Medium.woff) format('woff'), url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Medium.eot);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Garnett;
    src: url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Regular.woff2) format('woff2'),
    url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Regular.woff) format('woff'), url(https://sovereignhill-staging.liquorice.net.au/fonts/Garnett/Garnett-Regular.eot);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* spinner */
.loader {
    position      : fixed;
    border-radius : 50%;
    animation     : spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;

}

@keyframes spin{
    0%{
        transform : rotate(0deg);
    }
    100%{
        transform : rotate(360deg);
    }
}

#loader {
    position        : fixed;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100vh;
    background      : rgba(0, 0, 0, .7);
    z-index         : 5000000;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.maincontent .card.flowcard {
    padding: 1rem;
    border-radius: 0;
    border-color: #b8b8b8;
}
.maincontent .card.flowcard .card-header {
    border-radius: 0;
    padding: 0 0 .75rem 0;
    border: 0 none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
}

.bosContent {
    margin-top: 2em;
    margin-bottom: 3em;
    font-family: "Garnett",Inter,sans-serif;
}

@keyframes spinner-4t3wzl {
    0% {
        transform: rotate(0deg) translateY(-200%);
    }

    60%, 100% {
        transform: rotate(360deg) translateY(-200%);
    }
}

.editMe  > div{
    display: inline-block;
}

.btn {
    align-content: normal;
    align-items: center;
    align-self: auto;
    alignment-baseline: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    fill-opacity: 1;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    justify-items: normal;
    justify-self: auto;
    line-height: 30px;
    opacity: 1;
    padding: 12px 24px;
    pointer-events: auto;
    position: relative;
    stroke: none;
    text-decoration: none;
}

.btn-primary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: var(--primary-text-colour);
    background-color: var(--primary-background-colour);
    border-color: var(--primary-background-colour);

}
.btn-secondary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: var(--primary-background-colour);
    background-color: var(--primary-text-colour);
    border-color: var(--primary-background-colour);
}

a {
    color: var(--primary-background-colour);
}
a:hover, a:active, a:focus {
    color: var(--primary-background-colour-focus-hover-active);
}

.btn-inline {
    height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}

.hide {
    display: none;
}

.row.product_list_body {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.5em;
}

.products_list .name {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.modal-backdrop {
    z-index: 91050;
}
.modal {
    z-index: 91055;
}

.buttons {
    padding-top: 2em;
}

.buttons > *:nth-child(n+2) {
    margin-left: 1em;
}

.value_tkt {
    min-width: 3em;
}

/*  PLACEHOLDERS AND INPUTS */
.accountinfo .form-group {
    margin-bottom: 2em;
    position: relative;
}

.accountinfo input:not([type="radio"]):not([type="checkbox"]),
.accountinfo select
 {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid grey;
}

.accountinfo input:not([type="radio"]):not([type="checkbox"]):hover,
.accountinfo input:not([type="radio"]):not([type="checkbox"]):focus {
    border-bottom-color: rgb(0,0,0);
}

.accountinfo select option:first-child,
.accountinfo select:not(:valid),
.invalidSelection {
    color: #5d5d5d;
}

.invalidSelection option {
    color: initial;
}

.accountinfo input:focus-visible{
    outline-width: 0px;
    outline-color: rgb(255,255,255);
}

.accountinfo .form-group .floating-label {
    color: #5d5d5d;
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    transition: all 0.1s ease;
}

.accountinfo .form-group input::placeholder {
    color: transparent;
}

.accountinfo .form-group input:focus ~ .floating-label,
.accountinfo .form-group input:not(:placeholder-shown) ~ .floating-label,
.accountinfo .form-group select ~ .floating-label {
    top: -17px;
    bottom: 0px;
    left: 2px;
    font-size: 10px;
    opacity: 1;
    color: rgb(0,0,0);
}

select:not(:focus) ~ label {
    display: none;
}

.form-check-input:checked {
    background-color: var(--primary-background-colour);
    border-color: var(--primary-background-colour);
}

.eventDetailHeader {
    font-weight: bold;
}

.eventDetails {
    line-height: 2em;
}

td.old.disabled.disabled-date.day,
td.new.disabled.disabled-date.day {
    visibility: hidden;
}

#nextUpsellBtn.disabled{
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #ccc;
    color: #888;
    border: 1px solid #aaa;
}

pre {
    font-family: inherit;
}

.datepicker span.month.focused.active,
.datepicker span.year.focused.active {
    background-color: var(--primary-background-colour);
    background-image: none;
}

.lbl_qty {
    position: relative; /* Ensures tooltip stays within this container */
}

.tooltip {
    position: absolute;
    background-color: #ff5555;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 10;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    bottom: 100%; /* Places it directly above the input */
}

.tooltip.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

.hidden {
    display: none;
}