/* /Features/Accounting/Accounting.razor.rz.scp.css */
.main-background[b-1ff209thsn] {
    border-radius: var(--border-radius);
    height: 70dvh;
    width: 100%;
    padding: 20px;
    background: var(--clr-bs-opaque-primary);
    border: solid 4px var(--clr-bs-opaque-secondary);
}

.secondary-background[b-1ff209thsn] {
    background: var(--clr-bs-opaque-secondary);
    border-radius: var(--border-radius);
    height: 100%;
    width: 100%;
    color: var(--clr-bs-input-text);
}

.blur[b-1ff209thsn] {
    filter: blur(4px)
}

.container[b-1ff209thsn] {
    color: white;
    padding: 20px;
}

.row[b-1ff209thsn]{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.upload-container[b-1ff209thsn]{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    gap: 20px;
    align-items: center;
    height: 50px;
}

    .upload-container input[b-1ff209thsn]{
        height: 100%;
    }

    .upload-container input[type=date]:hover[b-1ff209thsn] {
        cursor:pointer;
    }

.upload-btn[b-1ff209thsn] {
    background-color: var(--clr-ody-yellow);
    border-radius: unset;
    color: white;
    padding: 5px;
    min-width: 120px;
    text-align: center;
}

.upload-btn:hover[b-1ff209thsn]{
    cursor: pointer;
}

.file-name[b-1ff209thsn]{
    align-content: center;
    height: inherit;
}

.file-input[b-1ff209thsn]{
    display: none;
}

.success-message[b-1ff209thsn]{
    color: white !important;
    margin-top: 10px;
}

input[type="date"][b-1ff209thsn]::-webkit-calendar-picker-indicator {
        background: none;
        background-repeat: no-repeat;
        background-image: url('images/icons/calendar.svg');
        color: white;
}

input[type="date"][b-1ff209thsn]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Inverts the default black icon to white */
}

#datepicker[b-1ff209thsn] {
    color-scheme: dark !important;
}

#datepicker:hover[b-1ff209thsn]{
    cursor: pointer;
}

.blueshift-card-active[b-1ff209thsn] {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 22px;
    flex-flow: row nowrap;
    color: white;
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-opaque-secondary);
    height: fit-content;
    margin-top: 50px;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildCompany.razor.rz.scp.css */
.main-content-container[b-c09ebxv2pq] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

.blueshift-table-wrapper[b-c09ebxv2pq] {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.blueshift-table[b-c09ebxv2pq] {
    height: calc(100% - 45px);
    width: 100%;
    display: block;
    background-color: var(--clr-bs-opaque-primary);
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

    .blueshift-table thead[b-c09ebxv2pq],
    .blueshift-table tbody[b-c09ebxv2pq] {
        width: 100%;
        flex: 0 1 auto;
    }

        .blueshift-table tbody tr[b-c09ebxv2pq],
        .blueshift-table thead tr[b-c09ebxv2pq] {
            width: 100%;
            display: flex;
            flex-direction: row;
            padding-bottom: 10px;
            gap: 10%;
        }

            .blueshift-table tbody tr td[b-c09ebxv2pq],
            .blueshift-table thead tr th[b-c09ebxv2pq] {
                width: 30% !important;
                display: flex;
                flex: 0 1 auto;
            }

    .blueshift-table tr td input[b-c09ebxv2pq] {
        width: inherit;
        padding-right: 25px;
    }

    .blueshift-table th[b-c09ebxv2pq] {
        font-weight: var(--fnt-weight-thick);
    }

    .blueshift-table td[b-c09ebxv2pq] {
        font-weight: var(--fnt-weight-thin);
    }

    .blueshift-table thead[b-c09ebxv2pq],
    .blueshift-table tbody[b-c09ebxv2pq] {
        display: block;
        flex-grow: 0;
    }

    .blueshift-table tbody[b-c09ebxv2pq] {
        height: calc(100% - 80px);
        width: 100%;
        flex: 0 0 auto;
        overflow-y: auto;
    }

#anchor[b-c09ebxv2pq] {
    color: var(--clr-ody-yellow);
    cursor: pointer;
}

#auto-save[b-c09ebxv2pq] {
    display: none;
}

#auto-save-active[b-c09ebxv2pq] {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1em;
    padding: 5px;
    height: 30px;
    color: white;
}

    #auto-save-active i[b-c09ebxv2pq] {
        animation-name: spin-b-c09ebxv2pq;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin-b-c09ebxv2pq {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 992px) {
    .blueshift-table[b-c09ebxv2pq] {
        background-color: inherit;
        border-radius: unset;
        padding: 0;
        white-space: nowrap;
        display: block;
        font-size: 1rem;
    }

        .blueshift-table thead tr[b-c09ebxv2pq],
        .blueshift-table tbody tr[b-c09ebxv2pq] {
            width: 90%;
            display: flex;
            flex-direction: row;
            justify-content: left;
            gap: 25px;
            font-weight: var(--fnt-weight-thin);
        }

    .can-edit[b-c09ebxv2pq] {
        cursor: pointer;
    }

        .can-edit:hover[b-c09ebxv2pq] {
            color: var(--clr-ody-yellow);
            font-style: italic;
        }

    .blueshift-table tbody[b-c09ebxv2pq] {
        height: 100%;
        overflow-y: hidden;
        scrollbar-gutter: stable;
    }

        .blueshift-table tbody:hover[b-c09ebxv2pq] {
            overflow-y: auto;
        }

    .blueshift-table > table > tbody > td[b-c09ebxv2pq] {
        overflow: visible !important;
    }
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildConnection.razor.rz.scp.css */
.main-content-container[b-buik7cng8p] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#details[b-buik7cng8p] {
    height: 24px;
    width: 90%;
}

#add[b-buik7cng8p] {
    height: 24px;
    cursor: pointer;
}

#delete[b-buik7cng8p] {
    height: 28px;
    cursor: pointer;
}

.scrolly:hover[b-buik7cng8p] {
    overflow-y: scroll;
}

.form-input[b-buik7cng8p] {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.label-button-row[b-buik7cng8p] {
    display: flex;
    gap: .5em;
    width: 100%;
    align-items: center;
    margin-bottom: 6px;
}

.select-all-switch[b-buik7cng8p] {
    display: flex;
    width: 330px;
    align-items: center;
    margin-bottom: 6px;
}

    .select-all-switch label[b-buik7cng8p] {
        margin: 0 15px 0 0;
    }

.permission-container[b-buik7cng8p] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grid-item label input[b-buik7cng8p] {
    position: absolute;
    display: none;
}

.grid-item label:hover[b-buik7cng8p] {
    cursor: pointer;
}

p.error-message[b-buik7cng8p] {
    height: inherit;
    line-height: 1rem;
}

.switch.active[b-buik7cng8p] {
    background-color: rgb(155, 135, 105);
    height: 15px;
}

.errors[b-buik7cng8p] {
    flex: 1;
}

.api-input[b-buik7cng8p] {
    width: 350px;
}

.icon-button[b-buik7cng8p] {
    width: 15px;
    height: 15px;
}
/*no arrows in input number field*/
/* Chrome, Safari, Edge, Opera */
input[b-buik7cng8p]::-webkit-outer-spin-button,
input[b-buik7cng8p]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-buik7cng8p] {
    -moz-appearance: textfield;
}

/*Date picker icon*/
input[type="date"][b-buik7cng8p]::-webkit-calendar-picker-indicator {
    filter: invert(100%); /* Change the color to white */
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildCountryVAT.razor.rz.scp.css */
.main-content-container[b-msf3kvrdna] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-container[b-msf3kvrdna] {
    padding-bottom: 1rem;
}

.adjust-container[b-msf3kvrdna] {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 25% 1fr;
    height: 100%;
    overflow: hidden;
}

.agent-agency[b-msf3kvrdna] {
    height: 100%;
    display: flex;
    gap: 1em;
    flex-direction: column;
    padding: 15px 20px;
    position: relative;
    border: 1px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.scrolly[b-msf3kvrdna] {
    padding: 0 .5em;
    flex: 1;
    overflow-y: auto;
}

.p-container[b-msf3kvrdna] {
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--clr-white);
    font-size: var(--ideal-font-size);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: inline-block;
}

.input-button-container[b-msf3kvrdna] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.active[b-msf3kvrdna] {
    border: 1px solid var(--clr-ody-yellow) !important;
    font-weight: bold;
}

.agent[b-msf3kvrdna] {
    height: 100%;
    border: 1px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 10px 40px;
    overflow-y: auto;
}

.form-row[b-msf3kvrdna] {
    justify-content: unset;
    align-items: unset;
    gap: 40px;
}
.overlay-block[b-msf3kvrdna] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

[b-msf3kvrdna]::-webkit-scrollbar {
    width: 8px;
}

[b-msf3kvrdna]::-webkit-scrollbar-thumb {
    background: #888;
    height: 35px;
    border-radius: 15px;
}

    [b-msf3kvrdna]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildInsurance.razor.rz.scp.css */
.main-content-container[b-073z97pxnd] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

.blueshift-card-active[b-073z97pxnd] {
    flex-flow: column;
    gap: 0;
    padding: 1em;
}

.close-container[b-073z97pxnd] {
    width: 100%;
    display: flex;
    justify-content: end;
}

.edit[b-073z97pxnd] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    width: fit-content;
}

.abreviation[b-073z97pxnd] {
    width: fit-content;
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
    height: fit-content;
}

.edit-input[b-073z97pxnd] {
    grid-area: 1 / 2 / 3 / 3;
}

.edit-input input[b-073z97pxnd] {
    height: fit-content;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildPacket.razor.rz.scp.css */
.main-content-container[b-k4qgjd20lu] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

#top-bar[b-k4qgjd20lu] {
    gap: unset;
}

[b-k4qgjd20lu] .global-search-container {
    margin: 0 !important;
}

[b-k4qgjd20lu] .global-search-input {
    border: none !important;
    max-width: 250px !important;
}

[b-k4qgjd20lu] input {
    background-color: rgba(56, 63, 69, 0) !important;
}

.admin-icon-container[b-k4qgjd20lu] {
    display: flex;
    gap: 1.5em;
    width: fit-content;
}

    .admin-icon-container button[b-k4qgjd20lu]{
        width: fit-content;
    }

    .admin-card-scroll.off:hover[b-k4qgjd20lu] {
        overflow-y: hidden;
    }

.blueshift-card[b-k4qgjd20lu] {
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-right: 22px;
}

.blueshift-card[b-k4qgjd20lu], .blueshift-card-container[b-k4qgjd20lu] {
    display: flex;
}

.blueshift-card-container[b-k4qgjd20lu] {
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    cursor: pointer;
    width: calc(100% - 0px);
}

.dimmed[b-k4qgjd20lu] {
    filter: blur(2px);
    opacity: 0.5;
    transition: all 0.3s ease;
}

div.blueshift-card.dimmed:hover[b-k4qgjd20lu] {
    cursor: none !important;
}

.form-col[b-k4qgjd20lu] {
    flex: 1;
    padding: 22px;
}

.active[b-k4qgjd20lu] {
    border: 1px solid var(--clr-ody-yellow);
    background-color: #444B52;
}

#expand[b-k4qgjd20lu] {
    width: 25px;
    height: fit-content;
}

h3[b-k4qgjd20lu] {
    text-align: center;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildPolicies.razor.rz.scp.css */
.main-content-container[b-ct3scd6lwu] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

.blueshift-card-active[b-ct3scd6lwu] {
    flex-flow: column;
    gap: 0;
    padding: 1em;
}

.close-container[b-ct3scd6lwu] {
    width: 100%;
    display: flex;
    justify-content: end;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildPOS.razor.rz.scp.css */
.main-content-container[b-o4atgq2msi] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildPriceGroup.razor.rz.scp.css */
.main-content-container[b-kb97k0v394] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

input#details.p-container.active[b-kb97k0v394] {
    padding: 10px;
}

#details[b-kb97k0v394] {
    width: 90%;
}

.input-fields[b-kb97k0v394] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: fit-content;
    gap: 5rem;
}

.input-group[b-kb97k0v394] {
    display: flex;
    flex-direction: row;
    gap: 5rem;
}

    .input-group input[b-kb97k0v394] {
        width: 50px;
        text-align: center;
    }

.input-fields .form-input[b-kb97k0v394] {
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
    justify-content: center !important;
    width: 300px;
    align-content: center;
    height: auto !important;
}

    .input-fields .form-input label[b-kb97k0v394] {
        height: auto;
    }

.input .form-input[b-kb97k0v394],
.input-fields .form-input[b-kb97k0v394] {
    width: fit-content;
}

.input input[b-kb97k0v394],
.input select[b-kb97k0v394] {
    width: 165px;
}

.input-fields input[b-kb97k0v394] {
    width: 70px;
}

input[type=date][b-kb97k0v394] {
    color: var(--clr-bs-input-text);
}

.divisors[b-kb97k0v394] {
    color: white;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.insurance-container[b-kb97k0v394] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.grid-container[b-kb97k0v394] {
    grid-template-columns: repeat(auto-fit, minmax(60px, 100px)); /* 3 columns */
}

.errors[b-kb97k0v394] {
    flex: 1;
}

/*no arrows in input number field*/
/* Chrome, Safari, Edge, Opera */
input[b-kb97k0v394]::-webkit-outer-spin-button,
input[b-kb97k0v394]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-kb97k0v394] {
    -moz-appearance: textfield;
}

/*Date picker icon*/
input[type="date"][b-kb97k0v394]::-webkit-calendar-picker-indicator {
    filter: invert(100%); /* Change the color to white */
}

.auto-save-wrapper[b-kb97k0v394] {
    height: 100%;
    width: 100%;
    overflow: visible;
}

#auto-save-icon-wrapper[b-kb97k0v394] {
    width: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    bottom: -40px;
}

#auto-save[b-kb97k0v394] {
    display: none;
}

#auto-save-active[b-kb97k0v394] {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1em;
    padding: 5px;
    height: 30px;
    color: white;
}

    #auto-save-active i[b-kb97k0v394] {
        animation-name: spin-b-kb97k0v394;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin-b-kb97k0v394 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 992px) {
    #auto-save-icon-wrapper[b-kb97k0v394] {
        display: flex;
        width: 100%;
        height: 30px;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 40px;
    }
}

.required-toggle[b-kb97k0v394] {
    display: flex;
    flex-direction: column;
}


.switch[b-kb97k0v394] {
    margin: 0 1rem 0 0;
    top: 4px;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildPromotion.razor.rz.scp.css */
.main-content-container[b-3kimr38zni] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.input-row[b-3kimr38zni] {
    display: flex;
    gap: 5rem;
}

.price-container[b-3kimr38zni] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.grid-container[b-3kimr38zni] {
    grid-template-columns: repeat(auto-fit, minmax(60px, 100px)); /* 3 columns */
}

.text[b-3kimr38zni] {
    /*background-color: var(--clr-bs-input-fill-primary);*/
    border: 1px solid var(--clr-bs-input-border);
}

p.error-message[b-3kimr38zni] {
    height: inherit;
    line-height: 1rem;
}

.errors[b-3kimr38zni] {
    flex: 1;
}

/*no arrows in input number field*/
/* Chrome, Safari, Edge, Opera */
input[b-3kimr38zni]::-webkit-outer-spin-button,
input[b-3kimr38zni]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-3kimr38zni] {
    -moz-appearance: textfield;
}

/*Date picker icon*/
input[type="date"][b-3kimr38zni]::-webkit-calendar-picker-indicator {
    filter: invert(100%); /* Change the color to white */
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildTaxFee.razor.rz.scp.css */
.main-content-container[b-w7lwwd2k2p] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

.blueshift-card-active[b-w7lwwd2k2p] {
    flex-flow: column;
    gap: 0;
    padding: 1em;
}

.close-container[b-w7lwwd2k2p] {
    width: 100%;
    display: flex;
    justify-content: end;
}

.active-toggle[b-w7lwwd2k2p] {
    display: flex;
    justify-content: flex-start;
    padding-left: .5%;
}

.switch[b-w7lwwd2k2p] {
    margin: 0 1rem 0 0;
    top: 4px;
}

    .switch.active[b-w7lwwd2k2p] {
        border: none;
        background-color: rgb(155, 135, 105);
        margin: 0 1rem 0 0;
        top: 4px;
    }

.tax-fee-container[b-w7lwwd2k2p]{
    display: flex;
    flex-direction: column;
    width: 100%;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildUnknownAgents.razor.rz.scp.css */
.main-content-container[b-6w3qjukrg8] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.input.form-input[b-6w3qjukrg8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
}

.form-grid[b-6w3qjukrg8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
}

.form-input[b-6w3qjukrg8] {
    width: unset;
}

.grid-container[b-6w3qjukrg8] {
    grid-template-columns: repeat(auto-fit, minmax(60px, 100px));
}

p.error-message[b-6w3qjukrg8] {
    height: inherit;
    line-height: 1rem;
}

.errors[b-6w3qjukrg8] {
    flex: 1;
}

.submit-btn[b-6w3qjukrg8] {
    width: 150px;
    margin-left: auto;
}
/*no arrows in input number field*/
/* Chrome, Safari, Edge, Opera */
input[b-6w3qjukrg8]::-webkit-outer-spin-button,
input[b-6w3qjukrg8]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-6w3qjukrg8] {
    -moz-appearance: textfield;
}

/*Date picker icon*/
input[type="date"][b-6w3qjukrg8]::-webkit-calendar-picker-indicator {
    filter: invert(100%); /* Change the color to white */
}

.arrow-container[b-6w3qjukrg8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.scroll-arrow[b-6w3qjukrg8] {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: none;
    place-items: center;
}

    .scroll-arrow button[b-6w3qjukrg8] {
        width: 20px;
        height: 20px;
        display: block;
    }

.arrow-disabled[b-6w3qjukrg8] {
    display: none;
}

.page-input-container[b-6w3qjukrg8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.page-input[b-6w3qjukrg8] {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px 4px;
}

.error-message[b-6w3qjukrg8] {
    padding: 0;
    margin: -5px 0 -25px 0;
}

.left-container[b-6w3qjukrg8]{
    height: 100%;
    padding: 1.5%;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminBuildUsers.razor.rz.scp.css */
.main-content-container[b-ry5xx5umtk] {
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminCreateCompany.razor.rz.scp.css */
.content[b-60b05cqtu0] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inputs[b-60b05cqtu0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3%;
}

    .inputs .form-col[b-60b05cqtu0] {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 0 !important;
    }

        .inputs .form-col input[b-60b05cqtu0] {
            width: inherit;
        }

.dd[b-60b05cqtu0] {
    width: 100%;
}

#save[b-60b05cqtu0],
#no-save[b-60b05cqtu0] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 20px;
    margin-top: 10px;
}

#save[b-60b05cqtu0] {
    cursor: pointer;
}

#no-save[b-60b05cqtu0] {
    pointer-events: none;
}

.form-row[b-60b05cqtu0] {
    justify-content: unset !important;
}

.container div.error-message[b-60b05cqtu0] {
    height: 20px;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

select.disabled[b-60b05cqtu0] {
    border-bottom: 1px solid #AFADAE;
    color: #AFADAE;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23AFADAE"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

.error-message[b-60b05cqtu0] {
    height: 24px;
}
/* /Features/Administration/Components/AdminBuild/Desktop/AdminSelectPacket.razor.rz.scp.css */
.nav-mask[b-txdodmxzln] {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(1rem);
    z-index: 150;
}

    .nav-mask.active[b-txdodmxzln] {
        visibility: visible;
    }

.container[b-txdodmxzln] {
    overflow: hidden;
    border: 2px solid var(--clr-ody-yellow);
    border-radius: var(--border-radius);
    width: 80%;
    z-index: 100;
    background-color: #444B52;
    backdrop-filter: none;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-container[b-txdodmxzln] {
    margin: -10px -10px 0 auto;
    transform: none;
}

.content[b-txdodmxzln] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inputs[b-txdodmxzln] {
    width: f;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3%;
    margin-bottom: 10px;
}

    .inputs .form-col[b-txdodmxzln] {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 0 !important;
    }

        .inputs .form-col input[b-txdodmxzln] {
            width: inherit;
        }

.dd[b-txdodmxzln] {
    width: 100%;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminBuildMobile.razor.rz.scp.css */
button[b-5tp9ehto2c] {
    margin: 10px auto;
}

.mobile-container[b-5tp9ehto2c] {
    height: 100%;
    /*padding-top: 68px;*/
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
}

.mobile-description[b-5tp9ehto2c]{
    margin: 0 5px;
}


/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileCompany.razor.rz.scp.css */


.mobile-card-container.nav-mask-active > .admin-mobile-component-card.active[b-xy1hj9yyrl],
.mobile-card-container.nav-mask-active[b-xy1hj9yyrl] {
    opacity: 1 !important;
    filter: blur(0);
    overflow: hidden;
    border-radius: 20px;
}

.close-container[b-xy1hj9yyrl] {
    transform: none;
}

.mobile-card-container[b-xy1hj9yyrl] {
    overflow: hidden !important;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileConnection.razor.rz.scp.css */
.mobile-card-scroll[b-gpl5p904dq]
{
    margin-top: 42px;
}

.connection-list-container[b-gpl5p904dq] {
    flex: 2;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    max-height: 200px;
}

.i-item span[b-gpl5p904dq] {
    color: var(--clr-bs-opaque-secondary);
}

.active-bubble span[b-gpl5p904dq] {
    color: white;
}

.list-container[b-gpl5p904dq] {
    width: 100%;
    display: flex;
    gap: 15px;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
}

.connection-container[b-gpl5p904dq] {
    border-radius: 5px;
    background-color: var(--clr-bs-input-fill-primary);
    border: solid 1px var(--clr-bs-input-border);
    width: 100%;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 5px;
}

    .connection-container input[b-gpl5p904dq] {
        border: none;
        background: none;
        text-align: center;
        align-self: center;
    }

.permission-container[b-gpl5p904dq] {
    flex: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    gap: 10px;
}

.amount-container[b-gpl5p904dq] {
    flex: 1;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    color: white;
}

.key-input[b-gpl5p904dq] {
    flex: 1;
    min-height: 30px;
}

    .key-input label[b-gpl5p904dq] {
        width: 80px;
    }

.divisor-input .form-row input[b-gpl5p904dq],
.amount-container > .form-input select[b-gpl5p904dq] {
    width: 150px;
}

#anchor[b-gpl5p904dq] {
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-input-fill-primary);
}

.grid-container[b-gpl5p904dq] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 30px;
    column-gap: 20px;
    row-gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}

.grid-item input[b-gpl5p904dq] {
    background-color: unset;
    width: 100%;
    padding: 0;
    border-radius: unset;
}

.connection-form-container[b-gpl5p904dq] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.icon-button[b-gpl5p904dq] {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.api-input[b-gpl5p904dq] {
    width: 100%
}

.label-button-row[b-gpl5p904dq] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    margin-bottom: 6px;
    gap: .5rem;
}

.select-all-switch[b-gpl5p904dq] {
    display: flex;
    width: 330px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
}

    .select-all-switch label[b-gpl5p904dq] {
        margin: 0 15px 0 0;
    }
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileCountryVAT.razor.rz.scp.css */
.blueshift-card[b-qdi23i3wgc] {
    max-height: none;
    margin-bottom: 30px;
    overflow: visible;
}

#top-bar .blueshift-card[b-qdi23i3wgc],
#top-bar[b-qdi23i3wgc] {
    overflow: visible;
}

.grid-container[b-qdi23i3wgc] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30px;
    column-gap: 15px;
    row-gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.mobile-component-card.agent[b-qdi23i3wgc] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: .8em;
    gap: 10px;
}

.form-input[b-qdi23i3wgc] {
    padding-bottom: 15px;
}

.website-grid[b-qdi23i3wgc] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 10px;
    grid-auto-rows: auto;
    max-height: calc(2 * 100px);
    margin-top: 20px;
}
.input-button-container[b-qdi23i3wgc] {
    min-width: 0;
    width: 100%;
}
.rectangle[b-qdi23i3wgc] {
    height: 3rem;
    width: 100%;
    padding: 0 .8em;
    display: flex;
    flex-direction: row;
    background-color: var(--clr-bs-opaque-secondary);
    position: relative;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; 
    white-space: nowrap;
}

    .rectangle span.rectangle-label[b-qdi23i3wgc] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
        min-width: 0;
        text-align: left;
    }

.mobile-content[b-qdi23i3wgc] {
    height: 100%;
    overflow: visible;
}

.mobile-card-scroll[b-qdi23i3wgc] {
    height: 100%;
    overflow-y: auto;
}

.arrow-container[b-qdi23i3wgc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.scroll-arrow[b-qdi23i3wgc] {
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
}

.arrow-disabled[b-qdi23i3wgc] {
    visibility: hidden;
}

.nav-mask.active[b-qdi23i3wgc]{
    top: 90px !important;
    height: auto !important;
}

.form-row[b-qdi23i3wgc] {
    display: flex;
    flex-direction: column;
}

/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileInsurance.razor.rz.scp.css */
.edit[b-iwz5c3iu4k] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 10px;
    width: 100%;
}

.abreviation[b-iwz5c3iu4k] {
    width: fit-content;
    height: fit-content;
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
}

.edit-input[b-iwz5c3iu4k] {
    grid-area: 1 / 2 / 3 / 3;
}

    .edit-input input[b-iwz5c3iu4k] {
        height: fit-content;
    }
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobilePacket.razor.rz.scp.css */
#top-bar[b-tctx231lji] {
    justify-content: unset;
    gap: unset;
}

.icon-container[b-tctx231lji] {
    display: flex;
    gap: 22px;
    margin-left: calc(100% - 292px);
}

[b-tctx231lji] .global-search-container {
    margin: 0 !important;
    max-width: 250px !important;
}

[b-tctx231lji] .global-search-input {
    border: none !important;
    width: 85% !important;
}

[b-tctx231lji] input {
    background-color: rgba(56, 63, 69, 0) !important;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobilePriceGroup.razor.rz.scp.css */
.mobile-card-scroll[b-g36sw2ed9j] {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.price-group-list-container[b-g36sw2ed9j] {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid var(--clr-bs-opaque-secondary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 200px;
}

.insurance-container[b-g36sw2ed9j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.percent-input[b-g36sw2ed9j] {
    flex: 1;
    min-height: 30px;
}

.amount-container[b-g36sw2ed9j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
    margin-top: 10px;
}

    .divisor-input .form-row input[b-g36sw2ed9j],
    .amount-container > .form-input select[b-g36sw2ed9j] {
        width: 150px;
        padding-bottom: 5px;
    }

.form-row-dv[b-g36sw2ed9j] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

    .form-row-dv input[b-g36sw2ed9j] {
        width: 150px;
    }

#anchor[b-g36sw2ed9j] {
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-input-fill-primary);
}

.small-label[b-g36sw2ed9j] {
    font-weight: var(--fnt-weight-thin);
}

select[b-g36sw2ed9j] {
    width: 150px;
}

.grid-container[b-g36sw2ed9j] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30px;
    column-gap: 15px;
    row-gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.grid-item[b-g36sw2ed9j] {
    background-color: var(--clr-bs-input-fill-primary);
    border: solid 1px var(--clr-bs-input-border);
}

    .grid-item label[b-g36sw2ed9j] {
        height: unset;
    }

     .grid-item span[b-g36sw2ed9j] {
        color: var(--clr-bs-input-text);
     }

.grid-item input[b-g36sw2ed9j] {
    text-align: unset;
    background-color: unset;
    width: 100%;
    padding: 0;
    border-radius: unset;
}

.dd-input[b-g36sw2ed9j] {
    border: none;
    width: 150px;
}

.form-row[b-g36sw2ed9j] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    height: 45px;
}

.input-wrapper[b-g36sw2ed9j] {
    display: flex;
    flex-direction: column;
    width: 150px;
}

.error-message[b-g36sw2ed9j] {
    color: var(--clr-ody-yellow);
    font-size: 0.875rem;
    height: 18px;
}

.form-row label[b-g36sw2ed9j] {
    margin-bottom: -5px;
}

.form-row.has-error label[b-g36sw2ed9j] {
    margin-bottom: 21px;
}

span[b-g36sw2ed9j] {
    margin-top: 2px;
}

.auto-save-wrapper[b-g36sw2ed9j] {
    height: 100%;
    width: 100%;
    overflow: visible;
}

#auto-save-icon-wrapper[b-g36sw2ed9j] {
    width: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    bottom: -40px;
}

#auto-save[b-g36sw2ed9j] {
    display: none;
}

#auto-save-active[b-g36sw2ed9j] {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1em;
    padding: 5px;
    height: 30px;
    color: white;
}

    #auto-save-active i[b-g36sw2ed9j] {
        animation-name: spin-b-g36sw2ed9j;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin-b-g36sw2ed9j {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.required-toggle[b-g36sw2ed9j] {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .required-toggle > label:first-child[b-g36sw2ed9j] {
        width: 150px;
    }

.switch[b-g36sw2ed9j] {
    margin: 0 1rem 0 0;
    top: 4px;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobilePromotion.razor.rz.scp.css */
.promo-list-container[b-ccw0stsgfr] {
    flex: 2;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    max-height: 200px;
}

.i-item span[b-ccw0stsgfr] {
    color: white;
}

.active-bubble span[b-ccw0stsgfr]{
    color: white;
}

.list-container[b-ccw0stsgfr] {
    width: 100%;
    display: flex;
    gap: 15px;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
}

.promotion-container[b-ccw0stsgfr] {
    border-radius: 5px;
    background-color: var(--clr-bs-input-fill-primary);
    border: solid 1px var(--clr-bs-input-border);
    width: 100%;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 5px;
}
    .promotion-container input[b-ccw0stsgfr] {
        border: none;
        text-align: center;
        align-self: center;
    }

.price-container[b-ccw0stsgfr] {
    flex: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    gap: 10px;
}

.amount-container[b-ccw0stsgfr] {
    flex: 1;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    color: white;
}

.percent-input[b-ccw0stsgfr]{
    flex: 1;
    min-height: 30px;
}
    .divisor-input .form-row input[b-ccw0stsgfr],
    .amount-container > .form-input select[b-ccw0stsgfr] {
        width: 150px;
    }

#anchor[b-ccw0stsgfr] {
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-input-fill-primary);
}

.grid-container[b-ccw0stsgfr] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30px;
    column-gap: 20px;
    row-gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
    height: 120px;
}

.promotion-container input[b-ccw0stsgfr] {
    background-color: unset;
    width: 100%;
    padding: 0;
    border-radius: unset;
}

.pg-promo-form-container[b-ccw0stsgfr] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    padding: 15px;
    border-radius: var(--border-radius);
    height: auto;
    margin-bottom: 20px;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileTaxFee.razor.rz.scp.css */
.active-toggle[b-ff0xjnrmyr] {
    display: flex;
    justify-content: flex-start;
    margin-left: 15px;
}

.switch[b-ff0xjnrmyr] {
    margin: 0 1rem 0 0;
    top: 4px;
}

    .switch.active[b-ff0xjnrmyr] {
        border: none;
        background-color: rgb(155, 135, 105);
        margin: 0 1rem 0 0;
        top: 4px;
    }

.tax-fee-container[b-ff0xjnrmyr] {
    display: flex;
    flex-direction: column;
    width: 100%
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileUnknownAgents.razor.rz.scp.css */
.blueshift-card[b-c4uxaor7yk] {
    max-height: none;
    margin-bottom: 30px;
    overflow: visible;
}
#top-bar .blueshift-card[b-c4uxaor7yk],
#top-bar[b-c4uxaor7yk] {
    overflow: visible;
}

.grid-container[b-c4uxaor7yk] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30px;
    column-gap: 15px;
    row-gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.mobile-component-card.agent[b-c4uxaor7yk] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: .8em;
    gap: 10px;
}

.form-input[b-c4uxaor7yk] {
    padding-bottom: 15px;
}

.website-grid[b-c4uxaor7yk] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 10px;
    grid-auto-rows: auto;
    max-height: calc(2 * 100px);
}

.rectangle[b-c4uxaor7yk] {
    height: 3rem;
    width: 100%;
    padding: 0 .8em;
    display: flex;
    flex-direction: row;
    background-color: var(--clr-bs-opaque-secondary);
    position: relative;
    border-radius: 10px;
    text-align: center;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
}

.mobile-content[b-c4uxaor7yk] {
    height: 100%;
    overflow: visible;
}

.mobile-card-scroll[b-c4uxaor7yk] {
    height: 100%;
    overflow-y: auto;
}

.arrow-container[b-c4uxaor7yk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.scroll-arrow[b-c4uxaor7yk] {
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
}

.arrow-disabled[b-c4uxaor7yk] {
    visibility: hidden;
}

.nav-mask[b-c4uxaor7yk] {
    height: 100%;
    top: 120px;
}
/* /Features/Administration/Components/AdminBuild/Mobile/AdminMobileUsers.razor.rz.scp.css */

/*Specific to this page*/
#save[b-k82kxqxq34], #no-save[b-k82kxqxq34] {
   margin: 15px 0 0 auto;
   height: 20px;
   
}

#save[b-k82kxqxq34] {
    cursor: pointer;
}

#no-save[b-k82kxqxq34] {
    pointer-events: none;
}

.inputs[b-k82kxqxq34] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

    .inputs .form-row[b-k82kxqxq34] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .inputs .form-row label[b-k82kxqxq34] {
            width: 48%;
        }

        .inputs .form-row input[b-k82kxqxq34],
        .inputs .form-row .dd[b-k82kxqxq34] {
            width: 48%;
        }
        .mobile-card-container[b-k82kxqxq34]{
            height: 100% !important;
        }
.active-toggle[b-k82kxqxq34] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.switch[b-k82kxqxq34] {
    margin: 0 1rem 0 0;
    top: 4px;
}

    .switch.active[b-k82kxqxq34] {
        border: none;
        background-color: rgb(155, 135, 105);
    }

.admin-mobile-component-card .table-wrapper[b-k82kxqxq34] {
    width: 100%;
    box-sizing: border-box;
}

.mobile-component-grid[b-k82kxqxq34] {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 10px;
    row-gap: 10px;
}
    .mobile-component-grid > div[b-k82kxqxq34] {
        white-space: normal;
        word-wrap: break-word;
    }
/* /Features/Administration/Page/AdminBuild.razor.rz.scp.css */
.container[b-7peyticgto] {
    display: flex;
    flex-direction: row;
    height: 70vh;
    color: white;
    width: calc(100%-220px);
    border-radius: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 0;
    position: relative;
}

.button-container[b-7peyticgto] {
    margin-top: 20px;
    display: flex;
}

    .button-container button[b-7peyticgto] {
        width: fit-content;
        margin: 0 20px 0 auto;
        border-radius: 20px;
        cursor: pointer;
        font-weight: var(--fnt-weight-thick);
        padding: 0.25em 2em;
        box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.31);
        transition: all 0.3s;
    }

        .button-container button:hover[b-7peyticgto] {
            box-shadow: 0px 15px 25px -5px rgba(0,0,0,0.54);
            transform: scale(1.03);
        }

.disabled[b-7peyticgto] {
    background-color: var(--clr-ody-med-grey);
}

.active[b-7peyticgto] {
    color: var(--clr-ody-yellow)
}

.warning[b-7peyticgto] {
    border-bottom: 3px solid var(--clr-ody-yellow);
}

/*Side Menu*/
.side-menu[b-7peyticgto] {
    z-index: 1;
    width: 15%;
    min-width: 180px;
    height: 100%;
    padding: 1em 15px 1em 25px;
    overflow-y: hidden;
}

.arrow[b-7peyticgto] {
    height: 12px;
    width: 12px;
}

    .arrow.active[b-7peyticgto] {
        transform: rotate(90deg);
    }

.flex-row[b-7peyticgto] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .flex-row:hover[b-7peyticgto] {
        cursor: pointer;
    }

    .flex-row label[b-7peyticgto] {
        height: 40px;
    }

.options-container[b-7peyticgto] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    justify-content: space-between;
    flex-shrink: 0;
    font-weight: var(--fnt-weight-thin);
    color: white;
}

.option[b-7peyticgto] {
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    white-space: normal;
    align-content: center;
    gap: 1rem;
    line-height: 1rem;
}

    .option :hover[b-7peyticgto] {
        color: var(--clr-ody-yellow);
        cursor: pointer;
        font-weight: var(--fnt-weight-thick);
    }

    .option.active[b-7peyticgto] {
        color: var(--clr-ody-yellow);
        cursor: pointer;
        font-weight: var(--fnt-weight-thick);
        background-color: transparent;
        border-color: transparent;
    }

.location-main-content-container[b-7peyticgto] {
    background: none;
}
/* /Features/Auth/Components/AdminCreateUser.razor.rz.scp.css */
.nav-mask[b-hheueh2l7m] {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--clr-bs-opaque-primary);
    backdrop-filter: blur(1rem);
    z-index: 50;
}

    .nav-mask.active[b-hheueh2l7m] {
        visibility: visible;
    }

.container[b-hheueh2l7m] {
    overflow: visible;
    border: 2px solid var(--clr-ody-yellow);
    border-radius: var(--border-radius);
    position: fixed;
    width: 90%;
    z-index: 100;
    background-color: var(--clr-bs-opaque-primary);
    backdrop-filter: none;
    margin: auto;
    padding: 20px 20px 60px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .close-container[b-hheueh2l7m] {
        margin: -10px -10px 0 auto;
        transform: none;
    }

    .content[b-hheueh2l7m] {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    .inputs[b-hheueh2l7m] {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3%;
    }
        .inputs .form-row[b-hheueh2l7m] {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            padding-bottom: 0 !important;
        }
            .inputs .form-row input[b-hheueh2l7m],
            .inputs .form-row select[b-hheueh2l7m] {
                width: inherit;
            }


    #save[b-hheueh2l7m],
    #no-save[b-hheueh2l7m]{
        position: absolute;
        bottom: 20px;
        right: 20px;
        height: 20px;
        margin-top: 10px;
    }
    #save[b-hheueh2l7m] {
        cursor: pointer;
    }
    #no-save[b-hheueh2l7m] {

        pointer-events: none;
    }

label.disabled[b-hheueh2l7m] {
    color: #AFADAE !important;
}

    .container .error-message[b-hheueh2l7m] {
        height: 20px;
    }

@media screen and (max-width: 992px) {
    .nav-mask[b-hheueh2l7m] {
        height: 100%;
        top: 137px;
        border-radius: var(--border-radius);
    }

    .container[b-hheueh2l7m] {
        height: 250px;
        width: 100%;
       /* border: none;
        background-color: #444B52;*/
        top: 0px;
    }

    .content[b-hheueh2l7m] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .inputs[b-hheueh2l7m] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 10px;
    }

        .inputs .form-row[b-hheueh2l7m] {
            width: 100%;
            display: flex;
            flex-direction: row;
            /*justify-content: space-between;*/
        }
            .inputs .form-row label[b-hheueh2l7m]{
                flex: 1;
            }
            .inputs .form-row select[b-hheueh2l7m],
            .inputs .form-row input[b-hheueh2l7m] {
                flex: 2;
                width: inherit;
                border: 1px solid var(--clr-ody-yellow);
                /*min-width: fit-content;*/
            }

    .dd-input[b-hheueh2l7m]  {
        border: 1px solid var(--clr-ody-yellow);
    }

    .images[b-hheueh2l7m] {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding-top: 5px;
    }
     .container .error-message[b-hheueh2l7m]{
         bottom: 25px;
     }
}
/* /Features/Auth/Pages/AccountSetUp/PasswordCreate.razor.rz.scp.css */
[b-1cf4q57yd1] .new-password-form {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 300px;
}

    [b-1cf4q57yd1] .new-password-form input {
        height: unset;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;
    }

        [b-1cf4q57yd1] .new-password-form input:-webkit-autofill {
            background-color: var(--clr-bs-input-fill-primary);
            -webkit-text-fill-color: white;
            transition: background-color 5000s ease-in-out 0s;
            transition-property: background-color, color;
        } 

    button[b-1cf4q57yd1] {
        margin: 0.5rem 0;
    }
/* /Features/Auth/Pages/AccountSetUp/TwoFactorCreate.razor.rz.scp.css */


.login-container[b-vuzvu9tmpd] {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    color: var(--clr-white);
    gap: 1.5rem;
    text-align: center;
    padding: 2rem;
}

[b-vuzvu9tmpd] .new-password-form {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 300px;
}

    [b-vuzvu9tmpd] .new-password-form input {
        height: unset;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;
        width: auto;
    }

.login-error[b-vuzvu9tmpd] {
    color: var(--clr-error);
    padding: 0 1rem;
}
button[b-vuzvu9tmpd] {
    margin: 0.5rem 0;
}

.two-factor-container[b-vuzvu9tmpd] {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    color: var(--clr-white);
    gap: 1.5rem;
    text-align: center;
    padding: 2rem;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .two-factor-container[b-vuzvu9tmpd]::-webkit-scrollbar {
        display: none;
    }

.qr-code-image[b-vuzvu9tmpd] {
    width: 250px;
    height: 250px;
    display: block;
    margin: 1rem auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* /Features/Auth/Pages/Login.razor.rz.scp.css */
.login-container[b-t30zz34pqy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    max-width: 300px;
    transform: translateY(25vh);

}

.logo-container[b-t30zz34pqy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.logo-text[b-t30zz34pqy] {
    color: var(--clr-white);
    font-size: 2.75rem;
    text-transform: capitalize;
}

[b-t30zz34pqy] .login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
}

    [b-t30zz34pqy] .login-form input {
        height: unset;
        border: none;
        background: white;
        color: black;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;

        /*Autofill styling*/
        -webkit-text-fill-color: black !important;
        color: black !important;
        caret-color: black;
        transition: background ease-in-out 0s;
    }

    /*Autofill styling*/
    [b-t30zz34pqy] .login-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }

        [b-t30zz34pqy] .login-form input.invalid {
            outline: none;
        }

    [b-t30zz34pqy] .login-form .login-input-error {
        padding: 0 1rem;
        color: var(--clr-error);
    }

    [b-t30zz34pqy] .login-form .login-error {
        color: var(--clr-error);
        padding: 0 1rem;
    }

    [b-t30zz34pqy] .login-form .btn-login {
        height: unset;
        margin: 0.75rem 0;
        color: var(--clr-bs-dark-blue);
    }

.forgot-password-text[b-t30zz34pqy] {
    text-decoration: underline;
    color: var(--clr-white);
    margin: .25rem 0;
    text-align: center;
    transition: var(--transition);
}

    .forgot-password-text:hover[b-t30zz34pqy] {
        color: var(--clr-ody-light-grey);
    }

@media screen and (max-height: 650px) and (orientation: landscape) {
    .login-container[b-t30zz34pqy] {
        transform: translateY(10vh);
    }
}

@media screen and (min-width: 800px) and (orientation: landscape) and (min-height: 650px) {
    .login-container[b-t30zz34pqy] {
        transform: translateY(35vh);
    }

    .logo-text[b-t30zz34pqy] {
        font-size: 3rem;
    }
}

.two-factor-container[b-t30zz34pqy] {
    color: var(--clr-white);
    text-align: center;
}

.qr-code-image[b-t30zz34pqy] {
    width: 250px;
    height: 250px;
    display: block;
    margin: 1rem auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.logo-container.logo-compact[b-t30zz34pqy] {
    margin-top: -150px; 
}

/* /Features/Auth/Pages/PasswordReset/PasswordReset.razor.rz.scp.css */
[b-ib4rr163pa] .reset-password-form {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 300px;
}

    [b-ib4rr163pa] .reset-password-form input {
        height: unset;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;

        /*Autofill styling*/
        transition: background ease-in-out 0s;
    }

        [b-ib4rr163pa] input:-webkit-autofill {
            background-color: var(--clr-bs-input-fill-primary);
            -webkit-text-fill-color: white;
            transition: background-color 5000s ease-in-out 0s;
            transition-property: background-color, color;
        } 

button[b-ib4rr163pa] {
    margin: 0.5rem 0;
}
/* /Features/Auth/Pages/PasswordReset/PasswordResetRequest.razor.rz.scp.css */
[b-y0odtzibpa] .reset-password-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
}

    [b-y0odtzibpa] .reset-password-form input {
        height: unset;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;
    }
/* /Features/Licensee/Pages/LicenseeLogin.razor.rz.scp.css */
.login-container[b-b8yogc8e5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    max-width: 300px;
    transform: translateY(25vh);
}

.logo-container[b-b8yogc8e5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.logo-text[b-b8yogc8e5w] {
    color: var(--clr-white);
    font-size: 2.75rem;
    text-transform: capitalize;
}

[b-b8yogc8e5w] .login-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
}
    [b-b8yogc8e5w] .login-form input {
        height: unset;
        border: none;
        background: white;
        color: black;
        margin: 0.5rem 0;
        border-radius: var(--border-radius);
        padding: 0.25em 1em;
        /*Autofill styling*/
        -webkit-text-fill-color: black !important;
        color: black !important;
        caret-color: black;
        transition: background ease-in-out 0s;
    }

        /*Autofill styling*/
        [b-b8yogc8e5w] .login-form input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        }


        [b-b8yogc8e5w] .login-form input.invalid {
            outline: none;
        }

    [b-b8yogc8e5w] .login-form .login-input-error {
        padding: 0 1rem;
        color: var(--clr-error);
    }

    [b-b8yogc8e5w] .login-form .login-error {
        color: var(--clr-error);
        padding: 0 1rem;
    }

    [b-b8yogc8e5w] .login-form .btn-login {
        margin: 0.75rem 0;
        color: var(--clr-bs-dark-blue);
    }

@media screen and (max-height: 650px) and (orientation: landscape) {
    .login-container[b-b8yogc8e5w] {
        transform: translateY(10vh);
    }
}

@media screen and (min-width: 800px) and (orientation: landscape) and (min-height: 650px) {
    .login-container[b-b8yogc8e5w] {
        transform: translateY(35vh);
    }

    .logo-text[b-b8yogc8e5w] {
        font-size: 3rem;
    }
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildDepositDeduction.razor.rz.scp.css */
.main-content-container[b-vyjdodcmwr] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 30px;
}

.right-container[b-vyjdodcmwr] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.deposit-list-container[b-vyjdodcmwr] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 1%;
}

.table[b-vyjdodcmwr] {
    width: fit-content;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 5% auto;
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    overflow: hidden;
}

.header[b-vyjdodcmwr] {
    visibility: hidden;
}

.visible[b-vyjdodcmwr] {
    font-weight: var(--fnt-weight-thick);
    position: sticky;
    top: 0;
}

.scroll-section[b-vyjdodcmwr] {
    grid-area: 2 / 1 / 3 / 3;
    height: fit-content;
    max-height: 100%;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
}

.error-message[b-vyjdodcmwr] {
    margin-top: 0;
    margin-bottom: 5px;
}

span[b-vyjdodcmwr]{
    font-weight: 100;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildHolidayHours.razor.rz.scp.css */
.location-container[b-ef39xhnnw4] {
    overflow: hidden;
    width: 100%;
}

.icon-container[b-ef39xhnnw4]{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.scroll-wrapper[b-ef39xhnnw4] {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    overflow: hidden;
    scrollbar-gutter: stable;
    height: calc(100% - 35px);
}

    .scroll-wrapper:hover[b-ef39xhnnw4] {
        overflow-y: scroll
    }

.override-hours-grid > input[b-ef39xhnnw4] {
    width: 100% !important;
}

.override-hours-grid[b-ef39xhnnw4] {
    height: fit-content;
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 4%;
}

    .override-hours-grid > *[b-ef39xhnnw4] {
        margin: auto 0;
    }

input[type="time"][b-ef39xhnnw4]::-webkit-calendar-picker-indicator {
    background: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

input[type="date"][b-ef39xhnnw4]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Inverts the default black icon to white */
}

input[type="date"][b-ef39xhnnw4]::-webkit-calendar-picker-indicator {
    background: none;
    background-repeat: no-repeat;
    background-image: url('images/icons/calendar.svg');
    color: white;
}

.first-column-container[b-ef39xhnnw4] {
    display: flex;
    gap: 7px;
    align-items: center;
    grid-column: 1;
}

.hours[b-ef39xhnnw4] {
    display: flex;
    gap: 10px;
}

.holiday-toggle[b-ef39xhnnw4] {
    display: flex;
    gap: 3px;
    font-weight: var(--fnt-weight-thin);
    align-items: center;
    margin-left: 5px;
}

.hours-error-container[b-ef39xhnnw4] {
    margin-bottom: 20px;
}

.add-grid[b-ef39xhnnw4] {
    width: 50%;
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

@media (max-width: 1300px) {
    .override-hours-grid[b-ef39xhnnw4] {
        padding-top: 20px;
        flex: unset;
        width: 100%;
        grid-template-columns: [first] 25% [second] 20% [third] 20% [fourth] 10% [fifth] 10%;
        grid-template-rows: repeat(auto, 40px);
        padding-left: 0;
    }
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildHours.razor.rz.scp.css */
.horizontal[b-olk9b82rg1] {
    align-items: center;
}



input[b-olk9b82rg1] {
    margin: auto;
    height: 35px;
    width: inherit;
}

    input[type=date][b-olk9b82rg1] {
        min-width: 110px;
        padding: 0 .5em;
    }

.datepicker[b-olk9b82rg1] {
    color-scheme: dark !important;
}

input[type="time"][b-olk9b82rg1]::-webkit-calendar-picker-indicator {
    background: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

.location-container[b-olk9b82rg1] {
    overflow: hidden;
    width: 100%;
   
}

.scroll-wrapper[b-olk9b82rg1] {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    overflow: hidden;
    scrollbar-gutter: stable;
    height: 100%;
}

.scroll-wrapper:hover[b-olk9b82rg1] {
   overflow-y: scroll
}

label[b-olk9b82rg1] {
    margin: auto 0;
    white-space: nowrap;
}

.hours-grid[b-olk9b82rg1] {
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: [first] .3fr [second] 1fr [third] 1.5fr [fourth] 50px [fifth] 1fr;
    grid-gap: 1.5em 2em;
    align-items: start;
}

    .hours-grid > *[b-olk9b82rg1] {
        margin: auto 0;
    }

.DOW[b-olk9b82rg1] {
    grid-column: 1;
    margin-top: 5px;
}

.hours-container[b-olk9b82rg1] {
    width: fit-content;
    display: flex;
    gap: 15px;
    align-items: center;
}

.hours-toggle[b-olk9b82rg1] {
    display: flex;
    align-items: center;
    font-weight: var(--fnt-weight-thin);
    gap: 3px;
}

.hours-error-container[b-olk9b82rg1] {
    margin-left: 24.5px;
}


@media (max-width: 1300px) {
    .scroll-wrapper[b-olk9b82rg1] {
        flex-wrap: wrap;
    }

    .hours-grid[b-olk9b82rg1] {
        flex: unset;
        grid-template-columns: [first] 5% [second] 25% [third] 25% [fourth] 20% [fifth] 10%;
        grid-template-rows: repeat(auto, 40px);
        width: 90%;
        height: 380px;
        margin-bottom: 30px;
    }
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildInfo.razor.rz.scp.css */
.main-content-container[b-zmgx9yp1z9] {
    position: relative;
    overflow: hidden;
}


.form-input-active[b-zmgx9yp1z9] {
    display: flex;
    flex-direction: row;
}
.overflow-container[b-zmgx9yp1z9] {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    scrollbar-gutter: stable;
}

    .overflow-container:hover[b-zmgx9yp1z9] {
        overflow-y: scroll;
    }

.form-grid[b-zmgx9yp1z9]{
    gap: 0 2em;
    display: grid;
    grid-template-columns: repeat(3, auto);
}
    .form-grid .form-input[b-zmgx9yp1z9] {
        width: 100%;
    }

.form-label-container[b-zmgx9yp1z9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

input[type="number"][b-zmgx9yp1z9]::-webkit-inner-spin-button,
input[type="number"][b-zmgx9yp1z9]::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Remove default arrows */
    margin: 0; /* Ensure no extra margin */
}

/* For Firefox */
input[type="number"][b-zmgx9yp1z9] {
    -moz-appearance: textfield; /* Remove arrows in Firefox */
}

.error-container[b-zmgx9yp1z9] {
    position: unset;
}

.active-toggle[b-zmgx9yp1z9] {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.switch[b-zmgx9yp1z9] {
    margin: 0 0 0 2px;
    top: 4px;
}

#add[b-zmgx9yp1z9] {
    width: 15px;
    height: 15px;
}

.email-input-container[b-zmgx9yp1z9] {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    background-color: rgba(56, 63, 69, 0.80);
    border: 1px solid #51575C;
    border-radius: 5px;
    padding-right: .5em;
}

    .email-input-container.error[b-zmgx9yp1z9] {
        border: 1px solid var(--clr-ody-yellow) !important;
    }

    .email-input-container input[b-zmgx9yp1z9] {
        border: none !important;
        outline: none;
        background: transparent;
        width: 100%;
    }

.delete-icon[b-zmgx9yp1z9] {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.email-input-container:hover .delete-icon[b-zmgx9yp1z9] {
    opacity: 0.9;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildInsurance.razor.rz.scp.css */
.description-error[b-rl958q2uf1] {
    border: 1px solid var(--clr-ody-yellow);
}
.button-container[b-rl958q2uf1]{
    padding-top: 20px;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildOneWay.razor.rz.scp.css */
.main-content-container[b-71biow1z6b] {
    height: 100%;
    overflow: visible;
}

.dropoff-list-container[b-71biow1z6b] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 1%;
}

.scrolly[b-71biow1z6b] {
    min-width: fit-content;
}

.scrolly:hover[b-71biow1z6b] {
    overflow-y: scroll;
}

.error-message[b-71biow1z6b] {
    margin-top: 0;
    margin-bottom: 5px;
}

.form-group[b-71biow1z6b] {
    display: flex;
    flex-direction: column;
    max-width: 15%;
    margin-bottom: 20px;
}

.datepicker[b-71biow1z6b] {
    color-scheme: dark !important;
}

.form-group-list[b-71biow1z6b] {
    display: flex;
    gap: 1em;
    justify-content: center;
}

    .p-container[b-71biow1z6b] {
        align-items: center;
        justify-content: center;
    }

        .p-container label[b-71biow1z6b] {
            margin-right: 8px;
        }

.blueshift-card[b-71biow1z6b] {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
    margin: 0;
    padding: .5rem;
    border-radius: 10px;
}
    .blueshift-card label[b-71biow1z6b] {
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.vehicles-grid[b-71biow1z6b] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 19px 20px;
    margin: 0 auto;
    max-height: 100%;
    scrollbar-gutter: stable;
    padding-right: 15px;
    overflow: hidden;
}
.all-vehicles[b-71biow1z6b] {
    overflow-y: hidden;
    padding-bottom: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    max-height: calc(100% - 25px);
}
.all-vehicles:hover[b-71biow1z6b]{
    overflow-y: scroll;
}
.vehicles-container[b-71biow1z6b] {
    flex: 1 1 0;
    width: 100%;
    overflow: hidden;
}

.connection-bubble-container[b-71biow1z6b] {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    scrollbar-width: none;
}

.bubble-container[b-71biow1z6b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    flex-direction: row;
    width: 100%;
    scrollbar-width: none;
}

.bubble-container-hide[b-71biow1z6b] {
    display: none;
}

.bubble[b-71biow1z6b] {
    min-width: fit-content;
    padding: 0 .8em;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropfee-percentage[b-71biow1z6b] {
    flex-shrink: 1;
}
.drop-vehicles[b-71biow1z6b] {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: auto auto 1fr;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: inherit;
}

.drop-vehicle-enabled-list[b-71biow1z6b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    scrollbar-gutter: stable;
    width: fit-content;
    overflow: auto;
}

.line[b-71biow1z6b] {
    display: inline-block;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    margin: 0 8px;
    height: 100%;
    vertical-align: middle;
}

.drop-enabled-settings[b-71biow1z6b] {
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: space-between;
}

.active-toggle[b-71biow1z6b] {
    display: flex;
    justify-content: flex-start;
    margin-left: 15px;
}

.switch[b-71biow1z6b] {
    margin: 0 1rem 0 0;
    top: 4px;
}

    .switch.active[b-71biow1z6b] {
        border: none;
        background-color: rgb(155, 135, 105);
        margin: 0 1rem 0 0;
        top: 4px;
    }
.active-toggle.horizontal.stacked[b-71biow1z6b] {
    flex-direction: column;
    align-items: flex-start;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildPolicies.razor.rz.scp.css */
.text[b-0p5mp3s4jj] {
    gap: 5px;
    height: fit-content;
}

.description-error[b-0p5mp3s4jj] {
    border: 1px solid var(--clr-ody-yellow);
}

textarea[b-0p5mp3s4jj]{
    height: fit-content;
    max-height: 250px !important;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildTaxAndFee.razor.rz.scp.css */
.text-area[b-rw91ovavda] {
    margin-top: 4px;
    overflow-y: hidden;
    scroll-behavior: smooth;
    transition: overflow 0.3s ease;
}

    .text-area:hover[b-rw91ovavda] {
        overflow-y: auto;
    }


.location-form-input-group[b-rw91ovavda] {
    width: 150px;
    height: fit-content;
    margin: 0;
    padding: 0;
}
    .location-form-input-group input[b-rw91ovavda],
    .location-form-input-group select[b-rw91ovavda] {
        width: 100% !important;
    }
.info[b-rw91ovavda]{
    width: unset !important;
}

.text[b-rw91ovavda]{
    flex: 1;
}

.input-container[b-rw91ovavda] {
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .blueshift-card-active.selected[b-rw91ovavda] {
        background-color: var(--clr-bs-opaque-primary);
        filter: none;
    }

    .blueshift-card.dimmed[b-rw91ovavda],
    .blueshift-card-active.dimmed[b-rw91ovavda] {
        filter: blur(2px);
        opacity: 0.5;
        transition: all 0.3s ease;
    }

    .right[b-rw91ovavda] {
        display: flex;
    }

    .right-top[b-rw91ovavda]{
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px 30px;
        align-items: center;
        width: fit-content;
    }

    .icon-container[b-rw91ovavda] {
        height: 100%;
    }

    .right-bottom[b-rw91ovavda]{
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 30px;
        width: fit-content;
        height: fit-content;
    }

input[type="date"][b-rw91ovavda]::-webkit-calendar-picker-indicator {
    background: none;
    background-repeat: no-repeat;
    background-image: url('images/icons/calendar.svg');
    color: white;
}

input[type="date"][b-rw91ovavda]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Inverts the default black icon to white */
}

.error-container[b-rw91ovavda] {
    display: flex;
    flex-direction: column;
    position: unset;
    width: fit-content;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildTaxFeeMatrix.razor.rz.scp.css */
.main-content-container[b-0k2rpowvnt] {
    flex-direction: column;
}

.row[b-0k2rpowvnt] {
    display: flex;
}

    .main-content-container > .row:first-of-type[b-0k2rpowvnt] {
        border-bottom: 1px solid white;
    }

.header[b-0k2rpowvnt] {
    width: 150px;
}

.cell[b-0k2rpowvnt] {
    flex: 1;
    padding: 8px;
}

.scroll-container[b-0k2rpowvnt] {
    width: 100%;
    padding: 0;
}

.table[b-0k2rpowvnt] {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.table-body[b-0k2rpowvnt] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.switch[b-0k2rpowvnt] {
    margin: 0;
}

.disabled[b-0k2rpowvnt] {
    visibility: hidden;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildVehicles.razor.rz.scp.css */
.container[b-d0f9wcr8r8] {
    height: 100%;
    width: 100%;
}

.main-content-container[b-d0f9wcr8r8] {
    overflow: hidden;
    position: relative;
}

.overflow-container[b-d0f9wcr8r8] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.filters-container[b-d0f9wcr8r8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 40px;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 0 35px;
    height: 80px;
    border: 1px solid #51575C;
    border-radius: 20px;
    width: 100%;
}

    .filters-container .drop-down[b-d0f9wcr8r8]{
        flex:1;
    }

    .filters-container .drop-down:hover[b-d0f9wcr8r8]{
        cursor: pointer;
    }

.vehicle-error-container[b-d0f9wcr8r8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
}
    p.error-message[b-d0f9wcr8r8]{
        padding-top: 20px;
        text-align: center;
    }

.vehicles-grid[b-d0f9wcr8r8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 19px 20px;
    margin: 0 auto;
    max-height: 100%;
    scrollbar-gutter: stable;
    padding-right: 15px;
    overflow: hidden;
}
.vehicles-container[b-d0f9wcr8r8] {
    flex: 1;
    overflow: hidden;
}

    .vehicles-grid:hover[b-d0f9wcr8r8]{
        overflow-y: scroll;
    }

    .filters-container button[b-d0f9wcr8r8] {
        width: fit-content;
    }

.active-vehicles[b-d0f9wcr8r8] {
    margin-bottom: 19px;
    max-height: 20%;
    overflow-y: hidden;
    padding-bottom: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
/* /Features/Location/Components/LocationBuild/Desktop/LocationBuildWrapper.razor.rz.scp.css */
.container[b-ou2vae50i5] {
    display: flex;
    height: 70dvh;
    width: 100%;
    border-radius: var(--border-radius);
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 0;
    position: relative;
}

.button-container[b-ou2vae50i5] {
    margin-top: 10px;
    width: 100%;
    display: flex;
}

    .button-container[b-ou2vae50i5] button[b-ou2vae50i5] {
        color: var(--clr-bs-dark-blue);
        width: fit-content;
        margin: 0 0 auto auto;
        border-radius: 20px;
        cursor: pointer;
        font-weight: var(--fnt-weight-thick);
        padding: 0.25em 2.5em;
        box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.31);
        transition: all 0.3s;
    }

    .button-container button:hover[b-ou2vae50i5] {
        box-shadow: 0px 15px 25px -5px rgba(0,0,0,0.54);
        transform: scale(1.03);
    }

.disabled[b-ou2vae50i5] {
    background-color: var(--clr-ody-med-grey);
}

.content-wrapper[b-ou2vae50i5] {
    padding: 1em 2em;
    width: calc(100% - 115px);
    height: 100%;
    color: white;
    border: solid 4px var(--clr-bs-opaque-secondary);
    border-left: 0;
    border-radius: 0 20px 20px 0;
}

.active[b-ou2vae50i5] {
    color: var(--clr-ody-yellow);
    border: none;
    background: none;
}

.warning[b-ou2vae50i5] {
    border-bottom: 3px solid var(--clr-ody-yellow);
}

/*Side Menu*/
.side-menu[b-ou2vae50i5] {
    display: flex;
    width: 115px;
    flex-direction: column;
    color: white;
    justify-content: space-between;
    align-items: center;
    background: var(--clr-bs-opaque-secondary);
    padding: 1rem 0;
}

.side-menu .icon-label[b-ou2vae50i5] {
    margin: 0 auto;
    min-width: 100%;
    height: 50px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

        .side-menu .icon-label:hover[b-ou2vae50i5] {
            z-index: 1;
            padding-left: 15px;
            margin-left: 30px;
            border-radius: 15px;
            background-color: var(--clr-bs-opaque-secondary);
            box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.31);
            transform: scale(1.05);
        }

            .side-menu .icon-label:hover label[b-ou2vae50i5] {
                display: flex;
                margin-left: 12px;
                margin-right: 65px; /*this margin fixes the width of the labels*/
            }

            .side-menu .icon-label:hover i[b-ou2vae50i5] {
                flex-shrink: 0;
            }

    .side-menu i[b-ou2vae50i5] {
        margin: auto auto;
    }

.error-icon[b-ou2vae50i5] {
    position: relative;
    width: fit-content;
}

.error-dot[b-ou2vae50i5] {
    position: absolute;
    top: -5px;
    right: -3px;
    z-index: 10;
    width: 13px;
    height: 13px;
    background-color: red;
    border-radius: 50%;
}

.side-menu label[b-ou2vae50i5] {
    display: none;
}

    .side-menu label:hover[b-ou2vae50i5] {
        display: block;
        cursor: pointer;
    }

.main-content-container[b-ou2vae50i5] {
    display: flex;
    height: inherit;
    width: 100%;
    border-radius: 20px;
    color: white;
}

.scroll-container[b-ou2vae50i5] {
    padding-bottom: 50px;
}
/* /Features/Location/Components/LocationBuild/Mobile/LocationBuildMobile.razor.rz.scp.css */
.button-container[b-xzy5j1dnb1]{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
button[b-xzy5j1dnb1] {
    width: 125px;
}
.disabled[b-xzy5j1dnb1] {
    background-color: var(--clr-bs-btn-grey);
    color: var(--clr-bs-dark-blue);
}

.location-mobile-container[b-xzy5j1dnb1] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.error-circle[b-xzy5j1dnb1] {
    transform: translateX(5px) translateY(-10px) scale(1.2);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D14227;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileDepositDeduction.razor.rz.scp.css */
.one-way-component[b-8joo5taavg] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: calc(100% - 100px) !important;
    overflow-y: auto;
}

    .one-way-component[b-8joo5taavg]::-webkit-scrollbar {
        display: none;
    }

.form-box[b-8joo5taavg] {
    background-color: var(--clr-bs-opaque-primary);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.form-row[b-8joo5taavg] {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
    width: 100%;
}

.form-input[b-8joo5taavg] {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    gap: 10px;
}

    .form-input input[b-8joo5taavg] {
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
    }

.mobile-component-card-depo[b-8joo5taavg] {
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    width: 100%;
    color: white;
}

.mobile-component-card[b-8joo5taavg] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: fit-content;
    color: white;
    overflow: visible;
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
}

    .mobile-component-card[b-8joo5taavg]::-webkit-scrollbar {
        display: none;
    }

.scroll-container[b-8joo5taavg] {
    overflow: visible;
    height: auto;
    max-height: none;
}

.table-body[b-8joo5taavg] {
    display: table;
    width: 100%;
}

.row[b-8joo5taavg] {
    display: table-row;
    width: 100%;
}

.cell[b-8joo5taavg] {
    display: table-cell;
    padding: 8px 18px 8px 0;
    text-align: left;
    color: white;
}

    .cell[b-8joo5taavg][b-8joo5taavg] {
        flex-grow: 2;
        width: 50%;
        min-width: 150px;
    }

    .cell.header[b-8joo5taavg] {
        padding: 8px 0;
    }

    .cell input[b-8joo5taavg] {
        width: 100%;
    }

span[b-8joo5taavg] {
    font-weight: 100;
}

.form-group[b-8joo5taavg] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

    .form-group span[b-8joo5taavg] {
        font-size: 12px;
    }

.dd-input input[b-9tjeb2vwqk][b-8joo5taavg] {
    border: none;
    width: 100%;
    max-width: 165px;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileFees.razor.rz.scp.css */
/*Mobile component cards (editable)*/
.blueshift-card[b-kixsnxkdk7] {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    padding: 22px;
    overflow: hidden;
}

    .blueshift-card p[b-kixsnxkdk7] {
        max-height: 130px;
        overflow: hidden;
    }

.inactive-text[b-kixsnxkdk7] {
    line-height: 22px;
}

.blueshift-card-active[b-kixsnxkdk7] {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 28px;
    padding: 22px;
    flex-flow: row nowrap;
    color: white;
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-opaque-primary);
    min-height: 160px;
    height: unset !important;
}

.mobile-card-header-container[b-kixsnxkdk7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.text[b-kixsnxkdk7] {
    width: 100%;
    line-height: 22px;
}

    .text textarea[b-kixsnxkdk7] {
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        resize: none;
        border: none;
    }

/* In mobile component cards (not-editable) section*/
.mobile-card-scroll[b-kixsnxkdk7] {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*Extra page-specific css*/
.form-row[b-kixsnxkdk7] {
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}

.admin[b-kixsnxkdk7]
{
    margin-top: 20px;
    margin-bottom: 20px;
}

    .location-form-input-group[b-kixsnxkdk7] {
        max-width: 45%;
        padding: 0;
        gap: 7px;
    }

.location-form-input-group .form-input-long[b-kixsnxkdk7],
.location-form-input-group input[b-kixsnxkdk7],
.location-form-input-group select[b-kixsnxkdk7] {
    width: 100%;
}

.location-form-input-group .form-input-long[b-kixsnxkdk7] {
    height: 100%;
}

.blueshift-card-active.selected[b-kixsnxkdk7] {
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-ody-yellow);
    filter: none;
}

.blueshift-card.dimmed[b-kixsnxkdk7],
.blueshift-card-active.dimmed[b-kixsnxkdk7] {
    filter: blur(2px);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.error-container[b-kixsnxkdk7] {
    display: flex;
    flex-direction: column;
    position: unset;
    height: fit-content;
}

input[type="date"][b-kixsnxkdk7]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Inverts the default black icon to white */
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileHolidayHours.razor.rz.scp.css */
/*Mobile component cards (not-editable)*/
.mobile-card-scroll[b-ziffsn9m1y] {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mobile-card-container[b-ziffsn9m1y] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
}

.admin-mobile-component-card[b-ziffsn9m1y] {
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: 20px;
    padding: .5rem 1rem 1rem;
    color: white;
}

.mobile-card-container .admin-mobile-component-card.active[b-ziffsn9m1y] {
    border: 2px solid #D1A463;
    background-color: var(--clr-bs-opaque-primary);
    color: white;
}

.table-wrapper td[b-ziffsn9m1y] {
    padding-right: 45px;
    padding-bottom: 10px;
}

.table-wrapper input[b-ziffsn9m1y] {
    width: 120px;
}

td[b-ziffsn9m1y] {
    font-weight: var(--fnt-weight-thin);
}

    td .left[b-ziffsn9m1y] {
        font-weight: var(--fnt-weight-thick);
    }

/*Extra css specific to hours and holiday page*/
.form-row-time-item[b-ziffsn9m1y] {
    width: 150px;
    text-align: left;
}

.form-row-item[b-ziffsn9m1y] {
    width: 20%;
    /*border: 1px solid red;*/
}

.hours-container[b-ziffsn9m1y] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    gap: 25px;
}

/* Extra css specific to this page*/
.add-grid[b-ziffsn9m1y] {
    grid-column-start: 1;
    grid-column-end: 6;
    display: flex;
    height: 25px;
    justify-content: right;
    align-items: center;
    margin-bottom: 20px;
}

.date-input-container[b-ziffsn9m1y] {
    position: relative;
    width: fit-content;
}

    /*Open date input by clicking any part of element*/
    .date-input-container input[type="date"][b-ziffsn9m1y]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .date-input-container input[type="date"][b-ziffsn9m1y] {
        outline: none;
        text-align: left;
    }

input[type="time"][b-ziffsn9m1y] {
    width: 50%;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 25px 25px;
    cursor: pointer;
}

    input[type="time"][b-ziffsn9m1y]::-webkit-calendar-picker-indicator {
        background: none;
    }

input[type="date"][b-ziffsn9m1y]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    position: absolute;
    left: -15px;
    width: 25px;
    height: 25px;
    background: none;
}

label[b-ziffsn9m1y] {
    margin-bottom: auto;
    /*font-size: 18px;*/
}

.switch[b-ziffsn9m1y] {
    width: 35px;
    height: 15px;
    background-color: rgb(131,134,136);
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

    .switch.active[b-ziffsn9m1y] {
        background-color: rgb(155,135,105);
    }

.slider-container[b-ziffsn9m1y] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    gap: 15px;
    width: 50%;
}

.delete-wrapper[b-ziffsn9m1y] {
    width: 100%;
    display: flex;
    justify-content: end;
}

#delete[b-ziffsn9m1y] {
    height: 30px;
    margin: auto;
}
.datepicker[b-ziffsn9m1y] {
    color-scheme: dark !important;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileHours.razor.rz.scp.css */
/*Extra css specific to this page*/
.mobile-component-card[b-94jfv5ku8z] {
    padding: 24px;
    margin-bottom: 15px;
}

.hours-container[b-94jfv5ku8z] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10px;
    gap: 15px;
}

.form-row-time-item[b-94jfv5ku8z] {
    width: 150px;
    text-align: left;
}

.form-row-item[b-94jfv5ku8z] {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 25%;
}

.datepicker[b-94jfv5ku8z] {
    color-scheme: dark !important;
}

input[type="time"][b-94jfv5ku8z]::-webkit-calendar-picker-indicator {
    background: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileInfo.razor.rz.scp.css */
/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-info-container[b-bto2ruk2xe]::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.mobile-info-container[b-bto2ruk2xe]::-webkit-scrollbar {
    display: none;
}
.info-block[b-bto2ruk2xe]{
    overflow: hidden;
}

.mobile-component-card[b-bto2ruk2xe] {
    height: fit-content;
    padding: 24px;
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .mobile-component-card .form-row[b-bto2ruk2xe] {
        height: 20px;
        margin-bottom: 15px;
        padding: 0;
        vertical-align: bottom;
        position: relative;
        gap: 0px;
        width: 100%;
    }
        .mobile-component-card .form-row label[b-bto2ruk2xe]{
            display: inline-block;
            vertical-align:bottom;
            position: relative;
            bottom:0;
        }

        .editable-block[b-bto2ruk2xe] {
            display: flex;
            flex-direction: column;
            overflow: hidden;
            color: #AFADAE;
        }

/* Hide scrollbar for Chrome, Safari and Opera */
    .mobile-component-card[b-bto2ruk2xe]::-webkit-scrollbar {
        display: none;
    }

.form-input[b-bto2ruk2xe] {
    width: 50%;
}

.active-toggle[b-bto2ruk2xe] {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    gap: 10px;
}

.switch[b-bto2ruk2xe] {
    margin: 0;
    top: 4px;
}

.mobile-location-content-scroll-container-edit[b-bto2ruk2xe] {
    height: calc(100% - 100px) !important;
}

.form-label-container[b-bto2ruk2xe] {
    display: flex;
    align-items: center;
    gap: 5%;
    min-width: 50%;
}

.email-input-container[b-bto2ruk2xe] {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    width: 100%;
}

    .email-input-container input[b-bto2ruk2xe] {
        flex-grow: 1;
        width: 100%;
        min-width: 0;
        outline: none;
    }

    .email-input-container.error[b-bto2ruk2xe] {
        border: 1px solid var(--clr-ody-yellow) !important;
    }

#add[b-bto2ruk2xe] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 7px;
}

.delete-icon[b-bto2ruk2xe] {
    
    width: 15px;
    height: 15px;
    
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileInsurance.razor.rz.scp.css */
.mobile-card-header-container[b-v9gk2gxr2c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.blueshift-card-active[b-v9gk2gxr2c] {
    height: unset !important;
    padding: 15px;
    background-color: var(--clr-bs-opaque-primary);
}

    .content-wrapper[b-v9gk2gxr2c] {
        background-color: none;
    }
    
/* /Features/Location/Components/LocationBuild/Mobile/MobileOneWay.razor.rz.scp.css */


.one-way-component[b-1fdgl3ic0g] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.mobile-component-card location[b-1fdgl3ic0g] {
    background-color: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 1rem;
    overflow-y: scroll;
    width: 100%;
    color: white;
    height: 700px;
}

.form-group[b-1fdgl3ic0g] {
    display: flex;
    flex-direction: column;
    width: 165px;
}
.form-group select[b-1fdgl3ic0g]{
    padding-top: 10px;
    width: inherit;
}

.one-way-component .mobile-component-card.active[b-1fdgl3ic0g] {
    border: 2px solid #D1A463 ;
    background-color: #444B52 ;
    color: white ;
}

.add-button[b-1fdgl3ic0g] {
    margin-top: 50px;
}
.mobile-component-card.drop-off[b-1fdgl3ic0g]{
    overflow: unset;
}
.drop-off[b-1fdgl3ic0g] {
    margin-bottom: 30px;
}

.mobile-card-container[b-1fdgl3ic0g]{
    overflow-y: scroll;
}

.mobile-add-container[b-1fdgl3ic0g] {
    margin: 0 auto; 
}
 
.form-group-list[b-1fdgl3ic0g] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
    .form-group-list .mobile-component-card[b-1fdgl3ic0g] {
        height: 40px;
        margin-right: 10px;
        align-content: center;
        padding: 7px 24px;
        border-radius: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .form-group-list .mobile-component-card p[b-1fdgl3ic0g] {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .mobile-component-card .form-group[b-1fdgl3ic0g],
        .mobile-component-card select[b-1fdgl3ic0g] {
            width: 100%;
        }

select[b-1fdgl3ic0g], input[b-1fdgl3ic0g]{
    height: unset;
}

.drop-vehicles[b-1fdgl3ic0g] {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: auto auto 1fr;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: inherit;
}

.drop-vehicle-enabled-list[b-1fdgl3ic0g] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    scrollbar-gutter: stable;
    width: fit-content;
    overflow: auto;
}

.line[b-1fdgl3ic0g] {
    display: inline-block;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    margin: 0 8px;
    height: 100%;
    vertical-align: middle;
}

.drop-enabled-settings[b-1fdgl3ic0g] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}


.active-toggle.horizontal.stacked[b-1fdgl3ic0g] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 12px;
}

.bubble-circle-active[b-1fdgl3ic0g] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--clr-ody-yellow);
}

.switch[b-1fdgl3ic0g] {
    margin: 0 1rem 0 0;
    top: 4px;
}

    .switch.active[b-1fdgl3ic0g] {
        border: none;
        background-color: rgb(155, 135, 105);
        margin: 0 1rem 0 0;
        top: 4px;
    }

.active-toggle.horizontal.stacked[b-1fdgl3ic0g] {
    flex-direction: column;
    align-items: flex-start;
}

.vehicles-container[b-1fdgl3ic0g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    overflow-y: scroll;
    max-height: calc(100% - 160px);
    gap: 25px 5px;
}

    .vehicles-container a[b-1fdgl3ic0g] {
        display: flex;
        width: 86px;
        height: 32px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
.website-grid[b-1fdgl3ic0g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 50px;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 10px;
    grid-auto-rows: auto;
    max-height: 40vh;
}

.p-container[b-1fdgl3ic0g] {
    height: 50px;
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    padding: 0 12px;
    text-align: left; 
}

    .p-container label[b-1fdgl3ic0g] {
        margin-bottom: 0; 
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; 
    }

    .p-container i[b-1fdgl3ic0g] {
        flex-shrink: 0; 
        margin-left: 8px;
    }

.mobile-component-card > label[b-1fdgl3ic0g],
.form-group > label[b-1fdgl3ic0g],
.drop-vehicle-enabled-list > label[b-1fdgl3ic0g],
.vehicles-container > label[b-1fdgl3ic0g] {
    display: block;
    margin-bottom: 12px;
}

.switch[b-1fdgl3ic0g],
.p-container label[b-1fdgl3ic0g],
.bubble label[b-1fdgl3ic0g] {
    margin-bottom: 0;
}

.exclude-dot[b-1fdgl3ic0g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.bubble-circle-exclude-inactive[b-1fdgl3ic0g] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--clr-ody-yellow);
    ;
}
.bubble-circle-exclude-active[b-1fdgl3ic0g] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--clr-ody-yellow);
}

.datepicker[b-1fdgl3ic0g]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.mobile-location-content-scroll-container-edit[b-1fdgl3ic0g] {
    height: calc(100% - 130px) !important;
    overflow-y: scroll;
    position: relative;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobilePolicies.razor.rz.scp.css */
/*Mobile component cards (editable)*/
.blueshift-card[b-gss33vex7s] {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
    padding: 22px;
    overflow: hidden;
}

.error-container[b-gss33vex7s] {
    position: unset;
}

    .blueshift-card p[b-gss33vex7s] {
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

.inactive-text[b-gss33vex7s] {
    line-height: 22px;
}

.blueshift-card-active[b-gss33vex7s] {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 28px;
    padding: 22px;
    flex-flow: row nowrap;
    color: white;
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-opaque-primary);
    min-height: 160px;
    max-height: 200px;
}
    .blueshift-card-active #anchor[b-gss33vex7s]{
        max-height: 80% !important;
    }

    .mobile-card-header-container[b-gss33vex7s] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        min-height: 24px;
    }

.text[b-gss33vex7s] {
    width: 100%;
    line-height: 22px;
    
}

    .text textarea[b-gss33vex7s] {
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        resize: none;
        border: none;
        height: 100px !important;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

/* In mobile component cards (not-editable) section*/
.mobile-card-scroll[b-gss33vex7s] {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.blueshift-card-active[b-gss33vex7s] {
    height: unset !important;
    max-height: 200px;
    overflow-y: scroll;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileTaxMatrix.razor.rz.scp.css */
.disabled[b-5x6t1stvj8] {
    visibility: hidden;
}
/* /Features/Location/Components/LocationBuild/Mobile/MobileVehicles.razor.rz.scp.css */
.mobile-component-card[b-8xdhe6s87b] {
    overflow: hidden;
    height: 100%;
    color: white;
    padding: 24px;
    width: 100%;
    position: relative;
}

.filters-container[b-8xdhe6s87b] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
    width: 100%;
}
    .form-row[b-8xdhe6s87b] {
        width: 100%;
        margin-bottom: 20px;
        gap: 20px;
        text-decoration: none;
        font-weight: var(--fnt-weight-thin);
    }
        select[b-8xdhe6s87b]{
            width: 45% !important;
        }

.clear[b-8xdhe6s87b] {
    width: fit-content;
    cursor: pointer;
    margin: auto;
}

.vehicles-container[b-8xdhe6s87b] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    overflow-y: scroll;
    max-height: calc(100% - 160px);
    gap: 25px 5px;
}

    .vehicles-container a[b-8xdhe6s87b] {
        display: flex;
        width: 86px;
        height: 32px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .error-container[b-8xdhe6s87b] {
        bottom: 2%;
    }
/* /Features/Location/Pages/Location.razor.rz.scp.css */
.container[b-ub5lw8otwx] {
    height: 100%;
    color: white;
}

.img-container[b-ub5lw8otwx] {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: row;
    width: 40px;
    justify-content: right;
    margin: 0 0 20px auto;
}
    .img-container i[b-ub5lw8otwx] {
        margin: 0 0 0 auto;
        width: 25px;
    }

.email-address td[b-ub5lw8otwx] {
    color: purple;
}

.mobile-card[b-ub5lw8otwx] {
    background-color: var(--clr-bs-opaque-primary);
    border: 1px solid var(--clr-bs-input-border);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
    position: relative;
}

    .mobile-card label[b-ub5lw8otwx], .mobile-card span[b-ub5lw8otwx] {
        width: 50%;
        margin-bottom: .5rem;
    }

.mobile-details[b-ub5lw8otwx] {
    display: flex;
    flex-wrap: wrap;
    color: white;
}

    .location-add-icon[b-ub5lw8otwx] {
        height: 25px;
        margin: 3px 0 20px auto;
        margin-bottom: 20px;
        cursor: pointer;
    }

.icon-container[b-ub5lw8otwx] {
    display: flex;
    justify-content: end;
}

.active[b-ub5lw8otwx] {
    border: none;
    background: none;
}

@media screen and (min-width: 992px) {
    .image-container i[b-ub5lw8otwx] {
        padding-bottom: 1.5em;
    }

    .flex-table[b-ub5lw8otwx] {
        width: 100%;
        display: grid;
        grid-template-columns: [first] 25% [second] 25% [third] 15% [fourth] 25% ;
        grid-template-rows: 30px auto;
        grid-gap: 10px 15px;
    }

    .col-company-header[b-ub5lw8otwx] {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
    }

    .col-location-header[b-ub5lw8otwx] {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
    }

    .col-email-header[b-ub5lw8otwx]  {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
    }

    .col-location[b-ub5lw8otwx] {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .envalope[b-ub5lw8otwx] {
        color: var(--clr-ody-yellow);
        opacity: .3;
    }

    .active[b-ub5lw8otwx] {
        color: var(--clr-ody-yellow);
        opacity: 1;
    }

        .active:hover[b-ub5lw8otwx] {
            cursor: pointer;
            color: var(--clr-ody-yellow);
        }

        .envalope:hover[b-ub5lw8otwx] {
            opacity: 1;
        }
}
/* /Features/Location/Pages/LocationBuildError.razor.rz.scp.css */
.container[b-fyckvls2ob] {
    background: rgba(255,255,255, 0.05);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: var(--border-radius);
    color: white;
    height: 69.5vh;
    text-align: center;
    padding: 108px 450px;
    font: normal normal bold 32px/48px;
}

span[b-fyckvls2ob] {
    color: var(--clr-ody-yellow);
}

.final-text[b-fyckvls2ob] {
    margin-top: 45px;
}

.mobile-component-card[b-fyckvls2ob] {
    margin-top: 20px;
}
/* /Features/Location/Pages/LocationBuildSuccess.razor.rz.scp.css */
.container[b-ec5mfylhs5] {
    background: rgba(255,255,255, 0.05);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: var(--border-radius);
    color: white;
    height: 69.5vh;
    text-align: center;
    padding: 10% 35%;
    font: normal normal bold 32px/48px;
}

    span[b-ec5mfylhs5] {
        color: var(--clr-ody-yellow);
    }

.final-text[b-ec5mfylhs5]{
    margin-top:45px;
}

.mobile-component-card[b-ec5mfylhs5]{
    margin-top: 20px;
}
/* /Features/Location/Pages/LocationRequest.razor.rz.scp.css */
.container[b-mx3248f8gx] {
    height: 100%;
    position: relative;
}

.form-input[b-mx3248f8gx] {
    flex: 1 1 80px;
    justify-content: space-around;
}

.submit-btn button:disabled[b-mx3248f8gx] {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

    .submit-btn button:disabled:hover[b-mx3248f8gx] {
        transform: none;
        box-shadow: none;
    }

.submit-btn[b-mx3248f8gx] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 75px;
    align-content: center;
}

    .submit-btn button[b-mx3248f8gx] {
        justify-self: right;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 40px;
        color: var(--clr-bs-dark-blue);
    }

[b-mx3248f8gx] .form-container {
    width: 100%;
    position: relative;
}

.mobile-component-card[b-mx3248f8gx] {
    margin-top: 20px;
    background-color: var(--clr-bs-opaque-primary);
    border: 1px solid var(--clr-bs-input-border);
    border-radius: 20px;
    padding: 1.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
}

[b-mx3248f8gx] .form-input .form-input-input {
    width: 65%;
}

.image-container[b-mx3248f8gx] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
}

@media screen and (max-width: 992px) {

    .container[b-mx3248f8gx] {
        height: calc(100% - 50px);
        overflow-y: scroll;
    }

    .form-input[b-mx3248f8gx] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
    }

    .code label[b-mx3248f8gx] {
        height: fit-content
    }

    .form-input label[b-mx3248f8gx] {
        max-width: 70px;
    }

    .form-input-input[b-mx3248f8gx] {
        display: flex;
        flex-direction: column;
    }

    .submit-btn[b-mx3248f8gx] {
        margin: 30px auto auto auto;
    }

    .img-container[b-mx3248f8gx] {
        width: 100%;
        position: static;
        display: flex;
        flex-direction: row;
        width: 40px;
        justify-content: right;
        margin: 0 0 20px auto;
    }
}

@media screen and (min-width: 992px) {
    [b-mx3248f8gx] .form-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 75px;
    }

    .form-input-group[b-mx3248f8gx] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        column-gap: 2rem;
        row-gap: 0;
        width: 100%;
        justify-content: start;
    }

    .form-input[b-mx3248f8gx] {
        flex: unset;
        width:unset;
        max-width: unset;
        justify-content: unset;
    }

    .form-input-input[b-mx3248f8gx] {
        width: unset;
    }

    [b-mx3248f8gx].form-input label {
        display: block;
    }

    .select-placeholder[b-mx3248f8gx] {
        color: transparent;
    }

    .error-message.active[b-mx3248f8gx] {
        visibility: unset;
    }

    .submit-btn[b-mx3248f8gx] {
        display: grid;
        grid-template-columns: 80% 20%;
        width: 100%;
        height: 45px;
        margin: 0;
    }

        .submit-btn button[b-mx3248f8gx] {
            justify-self: right;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 170px;
            height: 40px;
            margin-right: 5px;
        }

    .error-message[b-mx3248f8gx] {
        height: 24px;
        margin: 0;
        line-height: 1rem;
    }

    .image-container img:hover[b-mx3248f8gx] {
        cursor: pointer;
    }
}
/* /Features/Shared/Components/AutosaveToast.razor.rz.scp.css */
.global-toast[b-bb6kd1kbbc] {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    position: absolute;
    bottom: 1rem;
    font-size: 14px;
    color: var(--clr-ody-yellow);
    z-index: 9999;
    animation: fadeInOut-b-bb6kd1kbbc 3s ease-in-out;
    width: 100%;
    max-width: 80vw;
}

    .save[b-bb6kd1kbbc] {
        border-radius: 8px;
        background-color: var(--clr-bs-opaque-primary);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        width: fit-content;
        margin: 0 auto;
        padding: .5rem .5rem;
    }

@media screen and (max-width: 992px) {
    .global-toast[b-bb6kd1kbbc] {
        max-width: 100%;
        left: 0;
        bottom: .5rem;
    }
    .save i[b-bb6kd1kbbc] {
        font-size: 14px;
    }
}

@keyframes fadeInOut-b-bb6kd1kbbc {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
/* /Features/Shared/Components/BackButton.razor.rz.scp.css */
.back-btn[b-382gwmocxd] {
    margin: .75rem 0;
    border: 2px solid var(--clr-primary);
    width: 60%;
}

@media screen and (min-width: 800px) {
    .back-btn[b-382gwmocxd] {
        margin: 1rem 0;
        max-width: 300px;
    }
}
/* /Features/Shared/Components/BlueshiftGrid/BlueshiftGrid.razor.rz.scp.css */
.blueshift-grid-table[b-6k64oob0lk] {
    border-collapse: collapse;
    width: fit-content;
}

    .blueshift-grid-table.table-fixed[b-6k64oob0lk] {
        table-layout: fixed;
    }

    .blueshift-grid-table thead tr[b-6k64oob0lk]  th {
        color: var(--clr-white);
    }

    .blueshift-grid-table thead tr[b-6k64oob0lk]  th,
    .blueshift-grid-table tbody tr[b-6k64oob0lk]  td {
        padding: .5rem .5rem .5rem 0;
    }

    .blueshift-grid-table tbody tr:hover[b-6k64oob0lk] {
        color: var(--clr-ody-yellow);
        cursor: pointer;
    }

.trash-icon[b-6k64oob0lk] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: auto;
}

i#Enabled[b-6k64oob0lk] {
    color: var(--clr-ody-yellow);
    opacity: 1;
    cursor: pointer;
}

    i#Enabled:hover[b-6k64oob0lk] {
        color: grey;
    }
/* /Features/Shared/Components/BlueshiftGrid/GridColumn.razor.rz.scp.css */
a[b-ny9e04howb] {
    color: var(--clr-ody-yellow);
}

    a:active[b-ny9e04howb] {
        color: var(--clr-ody-yellow);
    }

#content > a:not(.row-link)[b-ny9e04howb] {
    position: relative;
    z-index: 1;
}


.gear-icon[b-ny9e04howb]{
/*    color:green;
    border: 1px solid red;*/
}
/* /Features/Shared/Components/BlueshiftMobileCard/BlueshiftMobileCard.razor.rz.scp.css */
.blueshift-mobile-card[b-zwa5opv1kq] {
    display: flex;
    padding: 1rem;
    flex-flow: column;
    width: 100%;
    background-color: var(--clr-white);
    border-radius: var(--border-radius);
    gap: 1rem;
}

.top-level-icons[b-zwa5opv1kq] {
    display: flex;
    justify-content: space-between;
}

.top-level-icons i[b-zwa5opv1kq]{
    font-size: 24px;
    color: var(--clr-ody-yellow);
}

i#Enabled[b-zwa5opv1kq] {
    color: var(--clr-ody-yellow);
    font-size: 24px;
    opacity: 1;
}
/* /Features/Shared/Components/BlueshiftMobileCard/MobileCardContent.razor.rz.scp.css */
.content-container[b-vi5bg5ts9b] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.content-container label[b-vi5bg5ts9b] {
    font-weight: var(--fnt-weight-thick);
}

    .content-container span[b-vi5bg5ts9b] {
        font-weight: var(--fnt-weight-thick);
        text-align: left;
    }
/* /Features/Shared/Components/BlueshiftTable/BlueshiftTable.razor.rz.scp.css */
.blueshift-table-wrapper[b-m7woj6x7hl] {
    height: 100%;
    width: 100%;
}

.blueshift-table[b-m7woj6x7hl] {
    height: calc(100% - 45px);
    width: 98%;
    display: block;
    background-color: var(--clr-bs-opaque-primary);
    border: 1px solid var(--clr-bs-component-border);
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    overflow: hidden; /* NEW: clip the table box itself at its calc() height */
}

    .blueshift-table thead[b-m7woj6x7hl] {
        width: calc(100% - 9px);
    }

    .blueshift-table thead[b-m7woj6x7hl],
    .blueshift-table tbody[b-m7woj6x7hl] {
        flex: 0 1 auto;
        color: white;
    }

        .blueshift-table tbody tr[b-m7woj6x7hl],
        .blueshift-table thead tr[b-m7woj6x7hl] {
            display: flex;
            flex-direction: row;
            padding-top: 10px;
            gap: 10%;
            border-bottom: 1px solid var(--clr-bs-component-border);
            align-items: center;
        }

        .blueshift-table tbody tr[b-m7woj6x7hl] {
            padding-bottom: 10px;
        }

            .blueshift-table tbody tr td[b-m7woj6x7hl],
            .blueshift-table thead tr th[b-m7woj6x7hl] {
                /*width: 30% !important;*/
                display: flex;
                flex: 0 1 auto;
            }

    .blueshift-table tr td input[b-m7woj6x7hl] {
        /* width: inherit;*/
        padding-right: 25px;
    }

    .blueshift-table th[b-m7woj6x7hl] {
        font-weight: var(--fnt-weight-thick);
    }

    .blueshift-table td[b-m7woj6x7hl] {
        font-weight: var(--fnt-weight-thin);
    }

    .blueshift-table thead[b-m7woj6x7hl],
    .blueshift-table tbody[b-m7woj6x7hl] {
        display: block;
        flex-grow: 0;
    }

    .blueshift-table tbody[b-m7woj6x7hl] {
        height: calc(100% - 80px);
        flex: 0 0 auto;
        overflow-y: auto; /* UNCOMMENTED: this is what lets rows scroll internally on mobile */
    }

#anchor[b-m7woj6x7hl] {
    color: var(--clr-ody-yellow);
    cursor: pointer;
}

#auto-save[b-m7woj6x7hl] {
    display: none;
}

#auto-save-active[b-m7woj6x7hl] {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 1em;
    padding: 5px;
    height: 30px;
    color: white;
}

    #auto-save-active i[b-m7woj6x7hl] {
        animation-name: spin-b-m7woj6x7hl;
        animation-duration: 5000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin-b-m7woj6x7hl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 992px) {
    .blueshift-table[b-m7woj6x7hl] {
        background-color: inherit;
        border: unset;
        border-radius: unset;
        padding: 0;
        white-space: nowrap;
        display: block;
        font-size: 1rem;
        overflow: visible; /* NEW: undo mobile's overflow:hidden on desktop, since desktop handles its own tbody scroll */
    }

        .blueshift-table thead tr[b-m7woj6x7hl],
        .blueshift-table tbody tr[b-m7woj6x7hl] {
            display: flex;
            flex-direction: row;
            justify-content: left;
            gap: 25px;
            font-weight: var(--fnt-weight-thin);
        }

    .can-edit[b-m7woj6x7hl] {
        cursor: pointer;
    }

        .can-edit:hover[b-m7woj6x7hl] {
            color: var(--clr-ody-yellow);
            font-style: italic;
        }

    .blueshift-table tbody[b-m7woj6x7hl] {
        overflow-y: hidden;
        scrollbar-gutter: stable;
    }

        .blueshift-table tbody:hover[b-m7woj6x7hl] {
            overflow-y: auto;
        }

    .blueshift-table > table > tbody > td[b-m7woj6x7hl] {
        overflow: visible !important;
    }
}

.hidden-active[b-m7woj6x7hl] {
    border-bottom: solid 1px var(--clr-ody-yellow) !important;
}

.hidden-names[b-m7woj6x7hl] {
    padding-top: 10px;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

.hidden[b-m7woj6x7hl] {
    align-items: start !important;
    padding-bottom: 20px !important;
}

.hidden-container[b-m7woj6x7hl] {
    display: flex;
    width: calc(90% - 300px) !important;
    margin-left: 400px;
}

.hidden-active[b-m7woj6x7hl], .hidden-names[b-m7woj6x7hl], .hidden[b-m7woj6x7hl] {
    background-color: rgba(255,255,255,0.05);
}
/* /Features/Shared/Components/BlueshiftTable/TableColumn.razor.rz.scp.css */
th[b-v0kvnn2ue9], td[b-v0kvnn2ue9]{
    flex: 1;
}

th[b-v0kvnn2ue9], td[b-v0kvnn2ue9] {
    display: flex;
    text-align: left;
    height: 10%;
}

/* cells in table will have a hidden overflow but not in the add row - this allows a custom drop down to be visible*/
.can-edit td[b-v0kvnn2ue9], th[b-v0kvnn2ue9] {
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: visible;
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}

table th[b-v0kvnn2ue9] {
    font-weight: var(--fnt-weight-thick);
}

table td[b-v0kvnn2ue9] {
    padding-left: 5px;
    font-weight: var(--fnt-weight-thin);
}

a[b-v0kvnn2ue9] {
    color: var(--clr-ody-yellow);
}

    a:active[b-v0kvnn2ue9] {
        color: var(--clr-ody-yellow);
    }

#content > a:not(.row-link)[b-v0kvnn2ue9] {
    position: relative;
    z-index: 1;
}

input[b-v0kvnn2ue9]{
    width: inherit;
    font-size: 1rem;
}

td select[b-v0kvnn2ue9]{
    height: inherit;
}
.switch[b-v0kvnn2ue9] {
    height: 15px;
    width: 35px;
    background-color: var(--clr-bs-opaque-secondary);
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 3.5px 5px 3.5px 5px;
    cursor: pointer;
    border-bottom: none;
}
    .switch.active[b-v0kvnn2ue9] {
        border: none;
        background-color: rgb(155, 135, 105) !important;
    }

.active-toggle[b-v0kvnn2ue9] {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.can-edit td.user-toggle[b-v0kvnn2ue9] {
    overflow-x: visible;
    overflow-y: visible;
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}
/* /Features/Shared/Components/CustomDropDown.razor.rz.scp.css */
.dd-container[b-9tjeb2vwqk] {
    position: relative;
}

.dd-wrapper[b-9tjeb2vwqk] {
    width: inherit;
    padding: 0;
    position: relative;
}

.dd-input[b-9tjeb2vwqk] {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

    .dd-input.disabled[b-9tjeb2vwqk] {
        opacity: .3;
    }

    .dd-input input[b-9tjeb2vwqk] {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dd-input-img[b-9tjeb2vwqk] {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

    .dd-input-img img[b-9tjeb2vwqk] {
        height: 7px;
        padding: 0;
    }

.dd-input img:hover[b-9tjeb2vwqk] {
    cursor: pointer;
}

.dd-list-container[b-9tjeb2vwqk] {
    z-index: 5;
    position: absolute;
    display: none;
    margin: 5px 0;
    width: 100%;
    padding: 20px 0 5px;
    background-color: rgb(56,63,69);
    overflow: visible;
}

.slide[b-9tjeb2vwqk] {
    display: block;
    z-index: 5;
    animation: fade-b-9tjeb2vwqk .2s linear forwards;
}

.slide-out[b-9tjeb2vwqk] {
    display: none;
}

.dd-list[b-9tjeb2vwqk] {
    width: inherit;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    text-overflow: clip;
    white-space: nowrap;
    z-index: inherit;
}

.dd-item[b-9tjeb2vwqk] {
    color: white;
    padding: .4rem 20px;
    font-weight: var(--fnt-weight-medium);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    z-index: inherit;
}

    .dd-item:hover[b-9tjeb2vwqk] {
        cursor: pointer;
        background-color: var(--clr-bs-opaque-secondary);
    }

@keyframes fade-b-9tjeb2vwqk {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
    }

    to {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
/* /Features/Shared/Components/GlobalSearch.razor.rz.scp.css */
.display-none[b-5k8j0sq92d] {
    display: none;
}

.global-search-container[b-5k8j0sq92d] {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 40px;
    align-items: center;
    flex: 1;
}
    #global-search-button[b-5k8j0sq92d]{
        border: none;
    }

.global-search-wrapper[b-5k8j0sq92d] {
    height: 40px;
}

.global-search-input-container[b-5k8j0sq92d] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    padding: 0 0.4rem 0 .8rem;
    outline: none;
    background-color: rgba(56, 63, 69, 0.8);
    border: 1px solid var(--clr-bs-input-border);
}

    .global-search-input-container:hover[b-5k8j0sq92d] {
        cursor: text;
    }

    .error-message[b-5k8j0sq92d] {
        margin: 0;
        justify-self: left;
    }

.search-term[b-5k8j0sq92d] {
    font-weight: var(--fnt-weight-thick);
}

.search-results-wrapper[b-5k8j0sq92d] {
    background-color: var(--clr-bs-dark-blue);
    position: relative;
    width: 100%;
    min-height: 500px;
    max-height: 100%;
    color: var(--clr-white);
    z-index: 1000;
    border-radius: var(--border-radius);
    border: 1px solid var(--clr-ody-yellow);
    overflow: hidden;
}

.search-container[b-5k8j0sq92d] {
    padding: 1rem;
}

.global-search-input[b-5k8j0sq92d] {
    width: 100%;
    font-weight: var(--fnt-weight-thick);
    border: 1px solid var(--clr-ody-yellow);
}

.search-results-container[b-5k8j0sq92d] {
    height: 83%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
}

.search-category[b-5k8j0sq92d] {
    display: flex;
    gap: 5px;
    font-weight: var(--fnt-weight-thick);
    overflow: hidden;
    cursor: pointer;
    padding: 0 1rem;
    margin-bottom: 15px;
}

    .search-category:hover[b-5k8j0sq92d], .selected[b-5k8j0sq92d] {
        background-color: var(--clr-bs-opaque-secondary);
    }

    .search-category p[b-5k8j0sq92d] {
        font-weight: var(--fnt-weight-thin);
    }

.icon-bg[b-5k8j0sq92d] {
    background-color: var(--clr-ody-yellow);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: auto 0;
    padding: 3px;
}

.icon-bg i[b-5k8j0sq92d] {
    width: 100%;
    text-align: center;
}

.search-result[b-5k8j0sq92d] {
    margin-left: 2rem;
}

@media screen and (min-width: 992px) {
    .global-search-container[b-5k8j0sq92d] {
        display: flex;
        justify-content: center;
        text-align: center;
        max-width: 400px;
        width: 100%;
        height: 40px;
        margin: auto 10px;
    }

    .global-search-wrapper[b-5k8j0sq92d] {
        /*max-width: 300px;*/
        height: 40px;
        width: inherit;
    }
}

/*Scroll bar*/
/* width */
[b-5k8j0sq92d]::-webkit-scrollbar {
    width: 8px;
}

/* Track */
[b-5k8j0sq92d]::-webkit-scrollbar-track {
}

/* Handle */
[b-5k8j0sq92d]::-webkit-scrollbar-thumb {
    background: #888;
    height: 35px;
    border-radius: 15px;
}

    /* Handle on hover */
    [b-5k8j0sq92d]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* /Features/Shared/Components/GlobalTable.razor.rz.scp.css */
.table-wrapper[b-y4rcdb2x26] {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.global-table[b-y4rcdb2x26] {
    white-space: nowrap;
    display: block;
    overflow-y: auto;
    font-size: 1rem;
    height: 100%;
    width: 100%;
}


    .global-table thead[b-y4rcdb2x26] {
        width: 100% !important;
        display: flex;
        justify-content: flex-start;
        overflow-y: auto;
    }

tr[b-y4rcdb2x26] {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*justify-content: space-between;*/
    gap: 10%;
}

th:nth-child(2)[b-y4rcdb2x26],
td:nth-child(2)[b-y4rcdb2x26] {
    width: max-content; /* Adjust this as needed */
}

tbody tr[b-y4rcdb2x26] {
    padding-top: 10px;
}

th[b-y4rcdb2x26], td[b-y4rcdb2x26] {
    /*flex: 1;*/
    width: 60%;
    padding: 0;
    white-space: normal;
    text-overflow: unset;
    text-align: start;
}

td[b-y4rcdb2x26]{
    padding-left: 5px;
}

.global-table th[b-y4rcdb2x26] {
    font-weight: var(--fnt-weight-thick);
}

.global-table td[b-y4rcdb2x26] {
    font-weight: var(--fnt-weight-thin);
}

.global-table tbody[b-y4rcdb2x26] {
    display: block;
    overflow-y: auto;
    height: 100%;
}

.active-row[b-y4rcdb2x26] {
    color: var(--clr-ody-yellow)
}

.error-message[b-y4rcdb2x26] {
    color: red;
}

@media screen and (min-width: 992px)
{
    .global-table[b-y4rcdb2x26] {
        white-space: nowrap;
        display: block;
        overflow-y: hidden;
        font-size: 1rem;
        height: 100%;
        width: 100%;
    }
    tr[b-y4rcdb2x26] {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 10%;
    }

    th[b-y4rcdb2x26], td[b-y4rcdb2x26] {
        width: 40%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .global-table tbody[b-y4rcdb2x26]{
        overflow: hidden;
        scrollbar-gutter: stable;
    }

    .global-table tbody:hover[b-y4rcdb2x26]{
        overflow-y: scroll;
    }
}
/* /Features/Shared/Components/HamburgerMenu.razor.rz.scp.css */
.hamburger-menu[b-tlxw9f4wrn] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    width: 30px;
    height: 2rem;
    align-self: center;
}

.menu-bar[b-tlxw9f4wrn] {
    /*width: 2px;*/
    height: 2px;
    background-color: var(--clr-ody-yellow);
    transform: rotate(0deg);
    transition: transform 0.5s ease, width 0.5s ease;
}

    .menu-bar[b-tlxw9f4wrn] {
        width: 30px;
    }

.hamburger-menu.open[b-tlxw9f4wrn] {
    transform: rotateZ(-90deg);
    position: relative;
}

.open .menu-bar:nth-child(1)[b-tlxw9f4wrn] {
    transform: rotateZ(45deg);
    position: absolute;
    transition: transform 0.5s ease, width 0.5s ease;
}

.open .menu-bar:nth-child(3)[b-tlxw9f4wrn] {
    transform: rotateZ(-45deg);
    position: absolute;
    transition: transform 0.5s ease, width 0.5s ease;
}

.open .menu-bar:nth-child(2)[b-tlxw9f4wrn] {
    /*    opacity: 0;*/
    transform: rotateY(90deg);
    transition: transform 0.5s ease, width 0.5s ease;
}
/* /Features/Shared/Components/HeaderLogo.razor.rz.scp.css */
.blueshift-logo[b-6vaythkiq9] {
    height: 5rem;
    z-index: 1;
    max-width: 300px;
}

    .blueshift-logo img[b-6vaythkiq9] {
        height: 100%;
        max-width: 100%;
        min-width: 95%;
    }

@media screen and (max-width: 992px)
{
    .blueshift-logo[b-6vaythkiq9] {
        position: relative;
        height: 3rem;
        z-index: 1;
        width: unset;
    }

        .blueshift-logo img[b-6vaythkiq9] {
            height: 100%;
        }
}
/* /Features/Shared/Components/HeaderUser.razor.rz.scp.css */
.logout:hover[b-y6a8b1niw4] {
    cursor: pointer;
    color: var(--clr-ody-yellow);
    text-decoration: underline;
}

.header-user-container[b-y6a8b1niw4] {
    display: flex;
    justify-content: right;
    text-align: right;
    letter-spacing: .5px;
    font-size: 1em;
    line-height: 1rem;
    z-index: 1;
    align-items: center;
    width: 300px;
}

.divider[b-y6a8b1niw4]{
    padding: 0 5px;
}
/* /Features/Shared/Components/LayeredContainer.razor.rz.scp.css */
.main-background[b-inwy35ocr8] {
    border-radius: var(--border-radius);
    height: fit-content;
    width: 100%;
    padding: 20px;
    background: var(--clr-bs-opaque-primary);
    border: solid 4px var(--clr-bs-opaque-secondary);
    
}
.position-relative[b-inwy35ocr8] {
    position: relative;
}
@media screen and (min-width: 992px) {
    .main-background[b-inwy35ocr8] {
        padding: 1em 2em;
        height: 70dvh;
        border: 0px solid transparent;
        outline: 4px solid var(--clr-bs-opaque-secondary);
        outline-offset: -4px;
    }
}
/* /Features/Shared/Components/LoginPageContainer.razor.rz.scp.css */
.login-page-container[b-v05fz5fsu6] {
    display: flex;
    align-items: center;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.main-content[b-v05fz5fsu6]::-webkit-scrollbar {
    display: none; 
}
/* /Features/Shared/Components/MainContent.razor.rz.scp.css */
.main-content[b-5by9d8oj6e] {
    position: relative;
    height: calc(100% - 124px );
    width: 100%;
}

@media screen and (min-width: 992px) {
    .main-content[b-5by9d8oj6e] {
        margin-top:0;
        height: unset;
        overflow: unset;
    }
}
/* /Features/Shared/Components/MainContentLicensee.razor.rz.scp.css */
.main-content[b-uk1pcdxxxc] {
    position: relative;
    height: calc(100% - 55px);
    width: 100%;
}

@media screen and (min-width: 992px) {
    .main-content[b-uk1pcdxxxc] {
        align-content: center;
        margin: auto 0;
    }
}
/* /Features/Shared/Components/MainHeader.razor.rz.scp.css */
.main-header[b-naike8ailz] {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: var(--clr-white);
    width: 100%;
    padding: 0 0 8px;
    gap: 8px;
}

@media screen and (min-width: 992px) {
    .main-header[b-naike8ailz] {
        width: 100%;
        justify-content: space-between;
        flex-flow: row nowrap;
        padding: 1em 0 0;
        gap: unset;
    }

    .flex[b-naike8ailz]{
        padding: 0;
    }
}

/* /Features/Shared/Components/MainNavigation.razor.rz.scp.css */
.main-nav[b-uy4hp4i4xr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    flex-flow: row nowrap;
    height: fit-content;
    padding: .25rem;
    border: 1px solid var(--clr-bs-input-border);
    border-radius: 30px;
    position: relative;
    width: fit-content;
}

.slider[b-uy4hp4i4xr] {
    position: absolute;
    top: 4px;
    left: 6px;
    width: calc(25% - 4px);
    height: calc(100% - 8px);
    border-radius: 18px;
    background-color: var(--clr-ody-yellow);
    transition: transform 0.3s ease;
    z-index:1;
}

.slider[b-uy4hp4i4xr]:before {
    display: none;
}

.main-nav:has(a[href="/location"].active) .slider[b-uy4hp4i4xr] {
    color: var(--clr-bs-dark-blue);
    transform: translateX(0%);
}

.main-nav:has(a[href="/travel-agency"].active) .slider[b-uy4hp4i4xr] {
    transform: translateX(100%);
}

.main-nav:has(a[href="/tools"].active) .slider[b-uy4hp4i4xr] {
    transform: translateX(200%);
}

.main-nav:has(a[href="/admin/build"].active) .slider[b-uy4hp4i4xr] {
    transform: translateX(300%);
}

    .main-nav[b-uy4hp4i4xr]  a, .dropdown[b-uy4hp4i4xr]  {
        width: 150px;
        padding: 2px 0;
    }

.main-nav[b-uy4hp4i4xr]  a {
    font-size: var(--ideal-font-size);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fnt-weight-regular);
    color: #fff;
    text-align: center;
    width: 150px;
    z-index: 2;
    margin: 0 1em;
}

        .main-nav[b-uy4hp4i4xr]  a:hover {
            cursor: pointer;
        }

        .main-nav[b-uy4hp4i4xr]  a.active {
            font-weight: var(--fnt-weight-thick);
            color: var(--clr-bs-dark-blue) ;
            background-color: unset;
            border: unset;
        }

.active[b-uy4hp4i4xr] {
    border: unset;
    background-color: unset;
    color: var(--clr-bs-dark-blue);
}

.hidden[b-uy4hp4i4xr]  {
    height: 0px;
    overflow: hidden;
}

[b-uy4hp4i4xr] .active {
    color: var(--clr-bs-dark-blue) !important;
    font-weight: bold;
}

.dropdown[b-uy4hp4i4xr]  a.active:first-child {
    color: var(--clr-bs-dark-blue);
}
/* /Features/Shared/Components/MobileNavMenu.razor.rz.scp.css */
.mobile-nav-mask[b-n2ilhynj8a] {
    visibility: hidden;
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--clr-bs-dark-blue);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .mobile-nav-mask.active[b-n2ilhynj8a] {
        opacity: 0.8;
        visibility: visible;
    }

.mobile-nav-sidebar[b-n2ilhynj8a] {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 70px;
    right: 0;
    bottom: 0;
    padding: 30px;
    background-color: var(--clr-bs-dark-blue);
    transform: translateX(-110%);
    transition: transform 0.5s ease, width 0.5s ease;
}

.dropdown[b-n2ilhynj8a] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right: 1.5rem;
}

.dropdown-open[b-n2ilhynj8a] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path transform="rotate(180 12 12)" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right: 1.5rem;
}

.mobile-nav-sidebar.slide[b-n2ilhynj8a] {
    transform: translateX(0);
}

.mobile-nav-separator[b-n2ilhynj8a] {
    background-color: var(--clr-ody-yellow);
    height: 1px;
}

.mobile-nav-menu[b-n2ilhynj8a] ,
.mobile-nav-menu[b-n2ilhynj8a]  a {
    color: var(--clr-white);
    font-weight: var(--fnt-weight-thick);
}

    .mobile-nav-menu[b-n2ilhynj8a]  a.active {
        color: var(--clr-ody-yellow);
    }

.mobile-nav-menu[b-n2ilhynj8a] {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}

.mobile-nav-submenu[b-n2ilhynj8a] {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    margin-left: 1.5rem;
    padding-left: .5rem;
    border-left: 1px solid var(--clr-ody-yellow);
    height: 25vh;
    overflow-y: scroll;
}
.mobile-nav-submenu.location[b-n2ilhynj8a]{
    max-height: 25vh;
}

    .mobile-nav-submenu span[b-n2ilhynj8a] {
        color: var(--clr-ody-yellow);
    }

    .mobile-nav-submenu[b-n2ilhynj8a]  a {
        font-weight: var(--fnt-weight-regular);
    }

        .mobile-nav-submenu[b-n2ilhynj8a]  a.active {
            color: var(--clr-ody-yellow);
        }

.hidden[b-n2ilhynj8a] {
    display: none;
}

.active[b-n2ilhynj8a] {
    color: var(--clr-ody-yellow);
}
/* /Features/Shared/Components/PageContainer.razor.rz.scp.css */
.page-container[b-jji7txswbh],
.page-container-licensee[b-jji7txswbh] {
    padding: 1em;
    display: block;
    position: relative;
    height: 100dvh;
    overflow: hidden;
    overflow-y: hidden;
    align-self: center;
}

@media screen and (min-width: 992px) {
    .page-container[b-jji7txswbh] {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 7% 13% 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-width: 80vw;
        margin: 0 10%;
        padding: unset;
        justify-items: center;
    }

    .page-container-licensee[b-jji7txswbh] {
        grid-template-rows: 7% auto 1fr;
        grid-row-gap: 4rem;
    }
}
/* /Features/Shared/Components/PopupConfirm.razor.rz.scp.css */
.nav-mask[b-ssb1gje1q1] {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    border-radius: 20px;
    z-index: 50;
    justify-content: center;
    background-color: var(--clr-bs-opaque-primary);
    backdrop-filter: blur(0px);
}

    .nav-mask.active[b-ssb1gje1q1] {
        visibility: visible;
    }

.container[b-ssb1gje1q1] {
    overflow: hidden;
    border: 2px solid var(--clr-ody-yellow);
    border-radius: var(--border-radius);
    z-index: 100;
    justify-self: center;
    align-self: center;
    background-color: #444B52;
    backdrop-filter: none;
    padding: 20px;
}


.content[b-ssb1gje1q1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}



.buttons[b-ssb1gje1q1] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

    .buttons button[b-ssb1gje1q1] {
        width: 100px;
    }
        .buttons button.cancel[b-ssb1gje1q1] {
            background-color: #444B52 !important;
            color: white !important;
            border: 2px solid var(--clr-ody-yellow);
            border-radius: 20px;
            cursor: pointer;
        }



@media screen and (max-width: 992px) {
    .nav-mask[b-ssb1gje1q1] {
        top: 130px;
        height: calc(100% - 140px);
        display: unset;
    }

        .nav-mask.nav-mask-loc[b-ssb1gje1q1] {
            top: 0;
            height: 100%;
        }

    .container[b-ssb1gje1q1] {
        width: 80%;
        margin-top: 10px;
        top: 0px;
    }

    .content[b-ssb1gje1q1] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

}
/* /Features/Shared/Components/PopupErrorMessage.razor.rz.scp.css */
.nav-mask[b-1pycgb7hrm] {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    border-radius: 20px;
    z-index: 50;
    justify-content: center;
    background-color: var(--clr-bs-opaque-primary);
    backdrop-filter: blur(1rem);
    /*height: inherit;*/
}
    .nav-mask.active[b-1pycgb7hrm] {
        visibility: visible;
        
    }

.container[b-1pycgb7hrm] {
    overflow: hidden;
    border: 2px solid var(--clr-ody-yellow);
    border-radius: var(--border-radius);
    width: 70%;
    z-index: 100;
    justify-self: center;
    align-self: center;
    background-color: #444B52;
    backdrop-filter: none;
    
    margin: auto auto;
    padding: 20px;
}

.close-container[b-1pycgb7hrm] {
    margin: -10px -10px 0 auto;
    transform: none;
}

.content[b-1pycgb7hrm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}

#save[b-1pycgb7hrm],
#no-save[b-1pycgb7hrm] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 20px;
    margin-top: 10px;
}

#save[b-1pycgb7hrm] {
    cursor: pointer;
}

#no-save[b-1pycgb7hrm] {
    pointer-events: none;
}

.container .error-message[b-1pycgb7hrm] {
    height: 20px;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.buttons[b-1pycgb7hrm]{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 200px;
    margin: auto;
}

.buttons.hidden[b-1pycgb7hrm]{
    visibility: hidden;
}

.buttons button[b-1pycgb7hrm]{
    width: 200px;
}
a[b-1pycgb7hrm]{
    color: var(--clr-ody-yellow) !important;
}
a:hover[b-1pycgb7hrm] {
    cursor: pointer !important;
    
}

@media screen and (max-width: 992px) {
    .nav-mask[b-1pycgb7hrm] {
        height: 100%;
        top: 120px;
        display: unset;
    }

    .container[b-1pycgb7hrm] {
        width: 100%;
        top: 0px;
    }

    .content[b-1pycgb7hrm] {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .images[b-1pycgb7hrm] {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding-top: 5px;
    }

    .container .error-message[b-1pycgb7hrm] {
        bottom: 25px;
    }
}
/* /Features/Shared/Layouts/LicenseeLayout.razor.rz.scp.css */
.flex[b-d93xt7zeo3] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .flex-main[b-d93xt7zeo3] {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
}
/* /Features/Shared/Layouts/MainLayout.razor.rz.scp.css */
.flex[b-ch1qsw1hge] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 992px){
    .flex[b-ch1qsw1hge] {
        padding: 0 15px;
        position: relative;
        justify-content: space-between;
    }
}
/* /Features/Shared/Pages/Error.razor.rz.scp.css */
.error-container[b-wdeku4sd81] {
    position: absolute;
    bottom: -22px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: var(--clr-white);
    margin-top: 2%;
    text-align: center;
    gap: 1rem;
}
/* /Features/Shared/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-sbnirq42zb] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: var(--clr-white);
    margin-top: 2%;
    gap: 1rem;
    text-align: center;
}
/* /Features/Shared/Pages/Unauthorized.razor.rz.scp.css */
.unauthorized-container[b-brg1u2id0w] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: var(--clr-white);
    margin-top: 2% ;
    text-align: center;
    gap: 1rem;
}
/* /Features/Tools/Components/VisibilityTracker.razor.rz.scp.css */
.main-content-container[b-mhoqib9zmg] {
    height: 100%;
}

.nav-container[b-mhoqib9zmg] {
    width: 100%;
    justify-items: center;
}

.nav[b-mhoqib9zmg] {
    height: 32px;
}

.slider[b-mhoqib9zmg] {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(50% - 1px);
    height: calc(100% - 2px);
    border-radius: 18px;
    background-color: var(--clr-ody-yellow);
    transition: transform 0.3s ease;
    z-index: 1;
}

    .slider[b-mhoqib9zmg]:before {
        display: none;
    }

.nav:has(.overview.active) .slider[b-mhoqib9zmg] {
    color: var(--clr-bs-dark-blue);
    transform: translateX(0%);
}

.nav:has(.adjust.active) .slider[b-mhoqib9zmg] {
    transform: translateX(100%);
}

.nav[b-mhoqib9zmg]  label {
    font-size: var(--ideal-font-size);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fnt-weight-regular);
    color: #fff;
    text-align: center;
    width: 105px;
    z-index: 2;
    margin: 0 1em;
    padding: 3px;
}

.nav[b-mhoqib9zmg]  label:hover {
    cursor: pointer;
}

.nav[b-mhoqib9zmg]  label.active {
    color: var(--clr-bs-dark-blue);
    background-color: unset;
    border: unset;
    z-index: 2;
}

/*Adjust*/

.active[b-mhoqib9zmg] {
    border: unset;
    background-color: unset;
    color: var(--clr-bs-dark-blue);
}

[b-mhoqib9zmg] .active {
    color: var(--clr-bs-dark-blue) !important;
    font-weight: bold;
    z-index: 2 !important;
}

.bottom-section[b-mhoqib9zmg] {
    margin-top: 20px;
    height: calc(100% - 72px);
    overflow: hidden;
}

.adjust-container[b-mhoqib9zmg] {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 25% 1fr;
    height: 100%;
}

.agent-agency[b-mhoqib9zmg] {
    height: 100%;
    display: flex;
    gap: 1em;
    flex-direction: column;
    padding: 15px 20px;
    position: relative;
    border: 1px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.display-none[b-mhoqib9zmg] {
    display: none;
}

#global-search-button[b-mhoqib9zmg] {
    border: none;
}

.global-search-wrapper[b-mhoqib9zmg] {
    height: 40px;
}

.global-search-input-container[b-mhoqib9zmg] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    padding: 0 0.4rem 0 .8rem;
    outline: none;
    background-color: rgba(56, 63, 69, 0.8);
    border: 1px solid var(--clr-bs-input-border);
}

    .global-search-input-container:hover[b-mhoqib9zmg] {
        cursor: text;
    }

.search-term[b-mhoqib9zmg] {
    font-weight: var(--fnt-weight-thick);
}

.search-results-wrapper[b-mhoqib9zmg] {
    background-color: var(--clr-bs-dark-blue);
    position: relative;
    width: 100%;
    min-height: 500px;
    max-height: 100%;
    color: var(--clr-white);
    z-index: 5;
    border-radius: var(--border-radius);
    border: 1px solid var(--clr-ody-yellow);
    overflow: hidden;
}

.search-container[b-mhoqib9zmg] {
    padding: 1rem;
}

.global-search-input[b-mhoqib9zmg] {
    width: 100%;
    font-weight: var(--fnt-weight-thick);
    border: 1px solid var(--clr-ody-yellow);
}

.search-results-container[b-mhoqib9zmg] {
    height: 83%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
}

.search-category[b-mhoqib9zmg] {
    display: flex;
    gap: 5px;
    font-weight: var(--fnt-weight-thick);
    overflow: hidden;
    cursor: pointer;
    padding: 0 1rem;
    margin-bottom: 15px;
}

    .search-category:hover[b-mhoqib9zmg], .selected[b-mhoqib9zmg] {
        background-color: var(--clr-bs-opaque-secondary);
    }

    .search-category p[b-mhoqib9zmg] {
        font-weight: var(--fnt-weight-thin);
    }

.icon-bg[b-mhoqib9zmg] {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: auto 0;
    padding: 3px;
}

    .icon-bg i[b-mhoqib9zmg] {
        width: 100%;
        text-align: center;
    }

.search-result[b-mhoqib9zmg] {
    margin-left: 2rem;
}

@media screen and (min-width: 992px) {

    .global-search-wrapper[b-mhoqib9zmg] {
        height: 30px;
        width: inherit;
    }
}

/*Scroll bar*/
/* width */
[b-mhoqib9zmg]::-webkit-scrollbar {
    width: 8px;
}

/* Track */
[b-mhoqib9zmg]::-webkit-scrollbar-track {
}

/* Handle */
[b-mhoqib9zmg]::-webkit-scrollbar-thumb {
    background: #888;
    height: 35px;
    border-radius: 15px;
}

    /* Handle on hover */
    [b-mhoqib9zmg]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.scrolly[b-mhoqib9zmg] {
    padding: 0 .5em;
    flex: 1;
}

.agent[b-mhoqib9zmg] {
    height: 100%;
    border: 1px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 10px 40px;
}

.frequency[b-mhoqib9zmg] {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 50px;
}

.datepicker[b-mhoqib9zmg] {
    color-scheme: dark !important;
}

input[type="time"][b-mhoqib9zmg]::-webkit-calendar-picker-indicator {
    background: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

.form-row[b-mhoqib9zmg] {
    justify-content: unset;
    align-items: unset;
    gap: 40px;
    margin-bottom: 30px;
}

[b-mhoqib9zmg] .fa-circle-check:hover,
[b-mhoqib9zmg] .fa-circle:hover{
    cursor: default;
}
/* /Features/Tools/Pages/Tools.razor.rz.scp.css */
.container[b-nnxgwqafsp] {
    display: flex;
    height: 70dvh;
    width: 100%;
}

.side-menu[b-nnxgwqafsp] {
    gap: 7%;
}
/* /Features/TravelAgency/Components/Desktop/Agent.razor.rz.scp.css */
.ta-agent-container[b-xtb0cje7od] {
    width: 100%;
    height: 100%;
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 17% 1fr;
    overflow: hidden;
}
    .agent-list[b-xtb0cje7od] {
        overflow-y: auto;
        height: 100%;
        display: flex;
        gap: .8em;
        flex-direction: column;
        padding: 15px 20px;
        /*padding: 15px 10px 15px 20px;*/
        position: relative;
        border: 1px solid var(--clr-bs-component-border);
        border-radius: var(--border-radius);
    }
        .agent-plus[b-xtb0cje7od]{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        .agent-container[b-xtb0cje7od] {
            display: flex;
            max-height: calc(100% - 85px);
            width: 100%;
            gap: .8em;
            flex-direction: column;
            align-items: center;
            overflow: hidden;
            flex: 1;
        }
            .scrolly[b-xtb0cje7od] {
                padding: 0 .5em;
                flex: 1;
            }
/*        .scroll-arrow {
            width: 20px;
            height: 20px;
            padding: 0;
            border: 0;
            background: none;
            place-items: center;
        }

        .scroll-arrow button {
            width: 20px;
            height: 20px;
            display: block;
        }*/

        .input-button-container[b-xtb0cje7od] {
            display: flex;
            flex-flow: row;
            width: 100%;
            align-items: center;
            justify-content: left;
            gap: 3%;
        }
        .button-error-container[b-xtb0cje7od]{
            width: inherit;
        }

        .sa-container[b-xtb0cje7od] {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0 5% 0 5%;
            border-radius: 10px;
            background-color: var(--clr-bs-input-fill-primary);
            border: 1px solid var(--clr-bs-input-border);
            cursor: pointer;
            height: 35px;
            width: 100%;
            align-content: center;
            color: white;
        }

            .sa-container:hover i[b-xtb0cje7od] {
                opacity: 0.6;
                transition: 0.1s;
            }

            .sa-container.active[b-xtb0cje7od] {
                border: 1px solid var(--clr-ody-yellow);
                background-color: var(--clr-bs-dark-blue);
            }

                .sa-container.active.error[b-xtb0cje7od] {
                    border: 1px solid red !important;
                }

        .sa-button[b-xtb0cje7od] {
            height: 35px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            align-content: center;
        }

        .sa-container.active input[b-xtb0cje7od] {
            margin-top: 5px;
            height: 35px;
            text-overflow: ellipsis;
            width: 100%;
            border: 1px solid var(--clr-ody-yellow);
            background-color: var(--clr-bs-dark-blue);
        }

    .agent-detail[b-xtb0cje7od] {
        overflow: auto;
        border: 1px solid var(--clr-bs-component-border);
        border-radius: var(--border-radius);
        padding: 15px;
    }
        .agent-detail-container[b-xtb0cje7od]{
            display: flex;
            flex-direction: column;
            gap: 3vh;
        }
        .general-info[b-xtb0cje7od]{
            display: flex;
            flex-direction: row;
            gap: 7%;
            flex-wrap: wrap;
        }

            .input-dropdown[b-xtb0cje7od] {
                display: flex;
                flex-direction: row;
                width: inherit !important;
            }
                .input-dropdown input[b-xtb0cje7od] {
                    width: 60px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                .input-dropdown .dropdown[b-xtb0cje7od]  input{
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    border-left: none;
                    max-width: 140px;
                }
        .connection-types[b-xtb0cje7od]{
            height: 100%;
        }
        .connection-name[b-xtb0cje7od] {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 10px;
        }
        .connection-types-list[b-xtb0cje7od]{
            overflow: hidden;
        }
        .connection-scroll-container[b-xtb0cje7od] {
            gap: 1em;
            margin: 0;
            /*padding-right: .8em;*/
            width: 100%;
            scrollbar-gutter: stable;
            overflow: hidden;
        }
            .connection-scroll-container:hover[b-xtb0cje7od]{
                overflow-y: scroll;
            }
                .selected-connection-type-container[b-xtb0cje7od],
                .connection-type-container[b-xtb0cje7od] {
                    display: grid;
                    grid-template-rows: repeat(auto-fill, 1fr);
                    grid-template-columns: repeat(auto-fill, minmax(170px,1fr));
                    gap: .5em 1em;
                    padding-bottom: .5em;
                }
                    .selected-connection-type-container .bubble span[b-xtb0cje7od],
                    .connection-type-container .bubble span[b-xtb0cje7od] {
                        text-overflow: ellipsis !important;
                    }

            .scrolling-container[b-xtb0cje7od] {
                display: flex;
                gap: 1em;
                align-items: center;
                position: relative;
                margin: 0;
                padding-right: .8em;
                width: fit-content;

            }

            .bubble-container[b-xtb0cje7od] {
                display: flex;
                flex-wrap: wrap;
                gap: 1em;
                flex-direction: row;
                width: 100%;
                scrollbar-width: none;
            }

            .bubble-container-hide[b-xtb0cje7od] {
                display: none;
            }

            .bubble[b-xtb0cje7od] {
                padding: 0 10px
            }

    .terms-grid[b-xtb0cje7od] {
        display: grid;
        grid-template-columns: 108px 134px 134px;
        grid-template-rows: 27px 30px 30px;
        gap: 5px 35px;
    }
        .terms-grid input[b-xtb0cje7od] {
            width: 134px;
        }
        .commission[b-xtb0cje7od]{
            grid-area: 3 / 1 / 4 / 2;
        }

        .promotion-note[b-xtb0cje7od]{
            position: absolute;
            bottom: 0;
            right: 0;
        }

/*    .plus-icon{
        margin: 0 auto;
    }*/

.agent-address-info[b-xtb0cje7od] {
    width: fit-content;
}

    .agent-address-info .form-row[b-xtb0cje7od] {
        padding-bottom: 15px;
        gap: 15px;
        justify-content: unset;
    }


.arrow-container[b-xtb0cje7od] {
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.scroll-arrow[b-xtb0cje7od] {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: none;
    place-items: center;
}

    .scroll-arrow button[b-xtb0cje7od] {
        width: 20px;
        height: 20px;
        display: block;
    }

.arrow-disabled[b-xtb0cje7od] {
    display: none;
}

.page-input-container[b-xtb0cje7od] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.page-input[b-xtb0cje7od] {
    width: 40px;
    height: 25px;
    text-align: center;
    padding: 2px 4px;
}

.website-input .website-list[b-xtb0cje7od] {
    display: flex;
    gap: 8px;
    width: 100%;
}

.website-input .website-row[b-xtb0cje7od] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-overflow: ellipsis;
}

    .website-input .website-row input[b-xtb0cje7od] {
        width: 100%;
        padding-right: 32px; 
    }

    .website-input .website-row i[b-xtb0cje7od] {
        position: absolute;
        right: 10px;
        pointer-events: auto;
    }
/* /Features/TravelAgency/Components/Desktop/TravelAgencyDetail.razor.rz.scp.css */

.travel-agency-container[b-3140kbpc7t] {
    border: 1px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 15px;
    height: 100%;
}

.input-dropdown[b-3140kbpc7t] {
    display: flex;
    flex-direction: row;
    width: inherit !important;
}

    .input-dropdown input[b-3140kbpc7t] {
        width: 60px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-dropdown .dropdown[b-3140kbpc7t]  input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        max-width: 140px;
    }

        .ta-info-grid[b-3140kbpc7t] {
            display: grid;
            grid-template-rows: auto auto auto;
            gap: 7%;
        }

        .ta-fees[b-3140kbpc7t] {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 7%;
            flex-wrap: wrap;
        }

        .ta-price-groups[b-3140kbpc7t] {
        }

        .scrolling-container[b-3140kbpc7t] {
            display: flex;
            gap: 1em;
            align-items: center;
            position: relative;
            margin: 0;
            padding-right: .8em;
            width: fit-content;
        }

        .bubble-container[b-3140kbpc7t] {
            display: flex;
            flex-wrap: wrap;
            gap: 1em;
            flex-direction: row;
            width: 100%;
            scrollbar-width: none;
        }

        .bubble-container-hide[b-3140kbpc7t] {
            display: none;
        }

        .bubble[b-3140kbpc7t] {
            padding: 0 10px
        }


        .ta-prepaid-info[b-3140kbpc7t] {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 7%;
            flex-wrap: wrap;
            row-gap: 4%;
        }
/* /Features/TravelAgency/Components/Desktop/TravelAgencyWrapper.razor.rz.scp.css */
.container[b-8d7rc55hyt] {
    display: grid;
    height: 70dvh;
    width: 100%;
    border-radius: var(--border-radius);
    grid-template-columns: 115px 1fr;
    overflow: hidden;
    gap: 0;
    position: relative;
}

.button-container[b-8d7rc55hyt] {
    margin-top: 10px;
    width: 100%;
    display: flex;
}

    .button-container[b-ou2vae50i5] button[b-8d7rc55hyt] {
        color: var(--clr-bs-dark-blue);
        width: fit-content;
        margin: 0 0 auto auto;
        border-radius: 20px;
        cursor: pointer;
        font-weight: var(--fnt-weight-thick);
        padding: 0.25em 2.5em;
        box-shadow: -1px 2px 5px -1px rgba(0,0,0,0.31);
        transition: all 0.3s;
    }

    .button-container button:hover[b-8d7rc55hyt] {
        box-shadow: 0px 15px 25px -5px rgba(0,0,0,0.54);
        transform: scale(1.03);
    }

.content-wrapper[b-8d7rc55hyt] {
    padding: 1em 2em;
    width: calc(100% - 115px);
    height: 100%;
    color: white;
    border: solid 4px var(--clr-bs-opaque-secondary);
    border-left: 0;
    border-radius: 0 20px 20px 0;

    display: grid;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    height: inherit;
    width: 100%;
}
    .top-section[b-8d7rc55hyt] {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        width: inherit;
        border: 1px solid var(--clr-bs-component-border);
        border-radius: var(--border-radius);
    }
        .ta-grid[b-8d7rc55hyt] {
            width: 100%;
            display: grid;
            grid-template-columns: auto 1fr;
            grid-template-rows: repeat(3, 1fr);
        }

        .ta-name[b-8d7rc55hyt] {
            grid-area: 1 / 1 / 2 / 2;
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .ta-name .form-input[b-8d7rc55hyt] {
                position: relative;
                margin: 0;
            }

        .plus-icon[b-8d7rc55hyt] {
            grid-area: 1 / 2 / 2 / 3;
            justify-self: end;
        }

        .ta-toggles[b-8d7rc55hyt] {
            grid-area: 3 / 1 / 4 / 2;
            display: flex;
            gap: 20px;
            align-items: center;
        }


    .bottom-section[b-8d7rc55hyt] {
        overflow: hidden;
        position: relative;
    }

.active[b-8d7rc55hyt] {
    color: var(--clr-ody-yellow);
    border: none;
    background: none;
}

.warning[b-8d7rc55hyt] {
    border-bottom: 3px solid var(--clr-ody-yellow);
}

.error-icon[b-8d7rc55hyt] {
    position: relative;
    width: fit-content;
}

.error-dot[b-8d7rc55hyt] {
    position: absolute;
    top: -5px;
    right: -3px;
    z-index: 10;
    width: 13px;
    height: 13px;
    background-color: red;
    border-radius: 50%;
}

.main-content-container[b-8d7rc55hyt] {
    display: flex;
    height: inherit;
    width: 100%;
    border-radius: 20px;
    color: white;
}

.scroll-container[b-8d7rc55hyt] {
    padding-bottom: 50px;
}

.note-container[b-8d7rc55hyt] {
    position: absolute;
    bottom:0;
    padding: 0 20px;
    width: 100%;
    font-size: small;
    font-weight: var(--fnt-weight-thin);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: calc(100% - 345px);
}

    @keyframes spin-b-8d7rc55hyt {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .loading-container[b-8d7rc55hyt] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        width: fit-content;
        gap: 10px;
    }

        .loading-container i[b-8d7rc55hyt] {
            flex-shrink: 0;
        }

    .ta-mask[b-8d7rc55hyt] {
        visibility: visible;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        border-radius: 20px;
        z-index: 50;
        justify-content: center;
        background-color: none;
        backdrop-filter: none;
    }

    .popup-container[b-8d7rc55hyt] {
        color: white;
        max-width: 230px;
        height: 50px;
        padding: 10px;
        display: flex;
        justify-content: center;
        background-color: var(--clr-bs-opaque-primary);
        gap: 8px;
    }

        .popup-container p[b-8d7rc55hyt] {
            margin: 0;
        }
/* /Features/TravelAgency/Components/Mobile/AgentMobile.razor.rz.scp.css */
.agent-plus[b-un8zkl6831]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.price-group-content[b-un8zkl6831] {
    width: 100%;
    background: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 1rem;
    position: relative
}

.price-group-content .content[b-un8zkl6831] {
    color: white;
    /*text-align: center;*/
}
    .price-group-content .buttons[b-un8zkl6831] {
        display: flex;
        justify-content: center;
        gap: 2em;
        color: var(--clr-ody-yellow);
        text-align: center;
    }

.pg-grid[b-un8zkl6831] {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.ct-grid[b-un8zkl6831] {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.pg-item[b-un8zkl6831] {
    padding: 0;
    height: 30px;
    overflow: hidden;
    width: auto;
    background: transparent;
    color: #A5A4A6;
    text-align: center;
    align-items: center;
    border: 3px solid #A5A4A6;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bubble[b-un8zkl6831] {
    min-width: fit-content;
}


.website-grid[b-un8zkl6831] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 50px;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 10px;
    grid-auto-rows: auto;
    max-height: 40vh;
}

.rectangle[b-un8zkl6831] {
    height: 3rem;
    width: 100%;
    padding: 0 .8em;
    display: flex;
    flex-direction: row;
    background-color: var(--clr-bs-opaque-secondary);
    position: relative;
    border-radius: 10px;
    text-align: center;
    justify-content: space-between;
    white-space: nowrap;
    align-items: center;
}

    .rectangle input[b-un8zkl6831] {
        width: 80%;
        border: none;
        background: none;
        height: auto;
    }

    .rectangle p[b-un8zkl6831] {
        width: 80%;
    }
.active[b-un8zkl6831] {
    border: 1px solid var(--clr-ody-yellow);
    background-color: var(--clr-bs-dark-blue);
}

.input-dropdown[b-un8zkl6831] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .input-dropdown input[b-un8zkl6831] {
        width: 6rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .dropdown[b-un8zkl6831]{
        flex: 1;
    }
    .input-dropdown .dropdown[b-un8zkl6831]  input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        flex: 1;
        /*max-width: 140px;*/
    }

    .connection-name[b-un8zkl6831]{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .scroll-arrow[b-un8zkl6831] {
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        background: none;
        place-items: center;
    }

        .scroll-arrow button[b-un8zkl6831] {
            width: 20px;
            height: 20px;
            display: block;
        }
.selected-connection-type-container[b-un8zkl6831],
.connection-type-container[b-un8zkl6831] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5em 1em;
    padding-bottom: .5em;
}

.terms-grid[b-un8zkl6831] {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 15px;
    row-gap: 10px;
    position: relative;
}

.t-item[b-un8zkl6831] {
    height: 30px;
    text-align: start;
    align-content: baseline;
    vertical-align: bottom;
}

    .t-item input[b-un8zkl6831] {
        width: 100%;
    }


.arrow-container[b-un8zkl6831] {
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.scroll-arrow[b-un8zkl6831] {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: none;
    place-items: center;
}

    .scroll-arrow button[b-un8zkl6831] {
        width: 20px;
        height: 20px;
        display: block;
    }

.arrow-disabled[b-un8zkl6831] {
    display: none;
}

.page-input-container[b-un8zkl6831] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.page-input[b-un8zkl6831] {
    width: 40px;
    height: 25px;
    text-align: center;
    padding: 2px 4px;
}

.website-input .website-list[b-un8zkl6831] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.website-input .website-row[b-un8zkl6831] {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
}

    .website-input .website-row input[b-un8zkl6831] {
        width: 100%;
        padding-right: 32px;
        box-sizing: border-box;
    }

    .website-input .website-row i[b-un8zkl6831] {
        position: absolute;
        right: 10px;
        pointer-events: auto;
    }
/* /Features/TravelAgency/Components/Mobile/TravelAgencyDetailMobile.razor.rz.scp.css */
.price-group-content[b-6g0ts4ztyu] {
    width: 100%;
    background: var(--clr-bs-opaque-primary);
    border: 2px solid var(--clr-bs-component-border);
    border-radius: var(--border-radius);
    padding: 1rem;
    position: relative
}

    .price-group-content .buttons[b-6g0ts4ztyu] {
        display: flex;
        justify-content: center;
        gap: 2em;
        color: var(--clr-ody-yellow);
        text-align: center;
    }

div.content[b-6g0ts4ztyu] {
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
}

.pg-grid[b-6g0ts4ztyu] {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.ta-toggles[b-6g0ts4ztyu] {
    display: flex;
    flex-direction: row;
}
/* /Features/TravelAgency/Components/Mobile/TravelAgencyWrapperMobile.razor.rz.scp.css */
.mobile-ta-container[b-mocl2gdldh]{
    overflow:hidden;
    height: inherit;
    display: flex;
    flex-direction: column;
}
.mobile-scrolly[b-mocl2gdldh] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    overflow: scroll;
}

.plus-icon.top[b-mocl2gdldh] {
    display: flex;
    justify-content: center;
}

.ta-name[b-mocl2gdldh] {
    display: flex;
    flex-direction: row;
    gap: 7%;
}
    #travel-agency-name[b-mocl2gdldh]{
        width: 100%;
    }
.ta-toggles[b-mocl2gdldh]{
    display: flex;
}
.ta-error-container[b-mocl2gdldh]{
    height: 25px;
}
.ta-mask[b-mocl2gdldh]{
    height: inherit;
    display: flex;
    justify-content: center;
}
.popup-container.loading-container[b-mocl2gdldh]{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}


.mobile-ta-nav[b-mocl2gdldh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    flex-flow: row nowrap;
    height: fit-content;
    padding: .25rem;
    border: 1px solid white;
    border-radius: 30px;
    position: relative;
    width: inherit;
   margin-bottom: 25px;
}

.slider[b-mocl2gdldh] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 2px);
    height: calc(100% - 4px);
    border-radius: 18px;
    background-color: var(--clr-ody-yellow);
    transition: transform 0.3s ease;
    z-index: 1;
}

    .slider[b-mocl2gdldh]:before {
        display: none;
    }

.mobile-ta-nav:has(#travel-agency.active) .slider[b-mocl2gdldh] {
    transform: translateX(0%);
}

.mobile-ta-nav:has(#agents.active) .slider[b-mocl2gdldh] {
    transform: translateX(100%);
}
.mobile-ta-nav[b-mocl2gdldh]  a, .dropdown[b-mocl2gdldh]  {
    width: 150px;
    padding: 2px 0;

}

.mobile-ta-nav a[b-mocl2gdldh] {
    font-size: var(--ideal-font-size);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--fnt-weight-regular);
    color: #fff;
    text-align: center;
    width: calc(100% - 4px);
    z-index: 2;
    position: relative;
}

    .mobile-ta-nav a.active[b-mocl2gdldh] {
        font-weight: var(--fnt-weight-thick);
        color: var(--clr-bs-dark-blue);
        background-color: unset;
        border: unset;
    }

a.active[b-mocl2gdldh] {
    border: unset;
    background-color: unset;
    color: var(--clr-bs-dark-blue);
}

.hidden[b-mocl2gdldh]  {
    height: 0px;
    overflow: hidden;
}

.error-circle[b-mocl2gdldh] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D14227;
    z-index: 3;
}

.span-padding[b-mocl2gdldh] {
    display: none; /* Hide the spacing element */
}

.promotion-note[b-mocl2gdldh] {
    display: flex;
    flex-direction: column;
}
