/* /Pages/Groups.razor.rz.scp.css */
.input-group-img[b-1qvk2gtakd] {
    background-color: white;
    width: 100%;
    object-fit: contain;
    max-height: 100px;
    min-width: 30px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

[b-1qvk2gtakd].card-body .row:not(:last-child) {
    margin-bottom: 1rem;
}
/* /Pages/Index.razor.rz.scp.css */
.itemtable[b-g5dyteeyk2] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    user-select: none;
}

.itemtable thead tr th[b-g5dyteeyk2] {
    font-weight: normal !important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}

.itemtable th:not(:first-child)[b-g5dyteeyk2] {
    box-shadow: -5px 0px 1px -5px var(--bs-body-color);
}

.itemtable th.sortable span[b-g5dyteeyk2] {
    cursor: pointer;
}

.itemtable th.sortable span:hover[b-g5dyteeyk2] {
    text-decoration: underline;
}

.itemtable td[b-g5dyteeyk2] {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1px;
}

.itemtable td:not(:last-child)[b-g5dyteeyk2] {
    border-right-width: 1px;
    border-right-color: transparent;
}

.itemtable tbody tr:hover[b-g5dyteeyk2] {
    box-shadow: 0 0 .2rem .1rem var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    transition: box-shadow 0.1s ease-out;
    position: relative;
    border-bottom-color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
}

.itemtable > tbody > tr > .resizing[b-g5dyteeyk2] {
    border-right-width: 1px;
    border-right-style: dashed;
    border-right-color: var(--bs-body-color);
}

.itemtable tr.active[b-g5dyteeyk2] {
    /*background-color: var(--bs-table-hover-bg);*/
    background-color: var(--bs-body-color);
}

.itemtable .active td[b-g5dyteeyk2] {
    background-color: transparent !important;
    /*color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));*/
    color: var(--bs-body-bg);
}

.itemtable .placeholder[b-g5dyteeyk2] {
    display:table-cell;
}

.itemcards > .card[b-g5dyteeyk2] {
    flex-direction: row;
    width: calc(100% - 20px);
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 1rem;
    --bs-text-opacity: 1;
    /*color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity));*/
}

.itemcards > .card:hover[b-g5dyteeyk2] {
    /*color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;*/
    background-color: var(--bs-body-color);
    color: var(--bs-body-bg);
}

.itemcards .card-table[b-g5dyteeyk2] {
    display: table;
    width: 100%;
    padding: .5em;
}

.itemcards .card-row[b-g5dyteeyk2] {
  display: table-row;
}

.itemcards .card-value[b-g5dyteeyk2] {
    display: table-cell;
}

.itemcards .card-value:first-child[b-g5dyteeyk2] {
    white-space: nowrap;
    width: 1%;
}

.itemcards .placeholder[b-g5dyteeyk2] {
    display: table-cell;
}

.list-group-line li:last-child[b-g5dyteeyk2] {
    flex: 1 1 auto;
}

.list-group-line .list-group-item span:first-child[b-g5dyteeyk2] {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
}

.dropdown-menu > li > button > i[b-g5dyteeyk2] {
    padding-right: .25em;
}

#btn-back-to-top[b-g5dyteeyk2] {
    position: fixed;
    bottom: 1.5rem;
    right: 1rem;
    display: none;
    z-index: 99;
    opacity: 0;
    transition: all 0.2s linear;
    visibility: collapse;
    border: var(--bs-border-width) solid var(--bs-border-color-translucent);
}

#btn-back-to-top.show-transform[b-g5dyteeyk2] {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 641px) {
    .itemcards[b-g5dyteeyk2] {
        display: none;
    }

    .item-loading:has(+ .itemtable)[b-g5dyteeyk2] {
        display: none;
    }
}

@media (max-width: 640.98px) {
    .itemtable[b-g5dyteeyk2] {
        display: none;
    }

    .item-loading:has(+ .itemcards)[b-g5dyteeyk2] {
        display: none;
    }

    .list-group-line[b-g5dyteeyk2] {
        display: none;
    }

    #btn-back-to-top[b-g5dyteeyk2] {
        display: block;
    }
}
/* /Pages/Record.razor.rz.scp.css */
.val-mb-3[b-4qqjyozpmo] {
    margin-bottom: 1rem;
}

.val-mb-3:has( + .validation-message)[b-4qqjyozpmo] {
    margin-bottom: 0;
}

.accessories-group[b-4qqjyozpmo] {
    flex-wrap: wrap;
}

[b-4qqjyozpmo].accessories-group input[type=text] {
    min-width: 200px;
}

[b-4qqjyozpmo].main-control span {
    white-space: normal;
}

[b-4qqjyozpmo].main-control span:not(:first-child) {
    border-left-style: none;
}

[b-4qqjyozpmo] input.minw-input {
    min-width: 150px;
}
/* /Pages/Service.razor.rz.scp.css */
.sub-header[b-mqidxkxjmm] {
    width: 150px;
    display: inline-block;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;
}

[b-mqidxkxjmm] input.minw-input-number {
    min-width: 100px;
}

.contact-tel[b-mqidxkxjmm], .contact-mail[b-mqidxkxjmm] {
    padding-right: .5rem;
    text-decoration: none;
}

.contact-tel:hover[b-mqidxkxjmm], .contact-mail:hover[b-mqidxkxjmm] {
    text-decoration: underline;
}

.contact-tel:empty[b-mqidxkxjmm], .contact-mail:empty[b-mqidxkxjmm] {
    display:none;
}

.contact-tel[b-mqidxkxjmm]:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    content: "\f5c1";
    padding-right: .5rem;
}

.contact-mail[b-mqidxkxjmm]:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    content: "\f32f";
    padding-right: .5rem;
}

.repair-user-group img[b-mqidxkxjmm] {
    height: 1.5rem
}

.repair-user-group .input-group-text:has(+ .invalid)[b-mqidxkxjmm] {
    outline: 1px solid var(--bs-form-invalid-border-color);
}

[b-mqidxkxjmm].repair-user-group .input-group-text.input-group-icon {
    border-right-style: none;
}

[b-mqidxkxjmm].repair-user-group input.form-control:disabled {
    background-color: var(--bs-tertiary-bg);
    border-left-style: none;
    padding-left: 0;
    clip-path: inset(-1px -1px -1px 1px);
}
/* /Pages/Users.razor.rz.scp.css */
[b-fpra144xeo] .cg-table table {
    height: 250px;
    overflow-y: scroll;
    display: block;
}

[b-fpra144xeo].card-body .row:not(:last-child) {
    margin-bottom: 1rem;
}
/* /Shared/InputAutocomplete.razor.rz.scp.css */
.autocomplete[b-basz20yd8y] {
    display: flex;
    width: 100%;
}

.input-group > .autocomplete[b-basz20yd8y] {
    flex: 1 1 auto;
    width: 1%;
}

.autocomplete:last-child > .input-group > input:first-child[b-basz20yd8y],
.autocomplete:has( + .validation-message) > .input-group > input:first-child[b-basz20yd8y] {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.autocomplete > .input-group > input[b-basz20yd8y] {
    border-radius: var(--bs-border-radius);
    padding-right: 2.75rem !important;
}

.autocomplete button:focus-visible[b-basz20yd8y] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-radius: 0.25rem !important;
}

.autocomplete .dropdown-extendeditem-value[b-basz20yd8y] {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-list[b-basz20yd8y] {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.autocomplete-item:focus[b-basz20yd8y], .autocomplete-item:hover[b-basz20yd8y] {
    cursor: pointer;
}

.dropdown-item:focus[b-basz20yd8y], .dropdown-item:hover[b-basz20yd8y] {
    cursor: pointer;
}

.dropdown-item-highlight[b-basz20yd8y] {
    color: #1e2125;
    background-color: #e9ecef;
    cursor: pointer;
}

.invalid ~ .dropdown-menu[b-basz20yd8y] {
    outline: 1px solid var(--bs-form-invalid-border-color);
}

.valid ~ .dropdown-menu[b-basz20yd8y] {
    outline: 1px solid var(--bs-form-valid-border-color);
}

.autocomplete .text-white ~ button[b-basz20yd8y] {
    color: rgba(var(--bs-white-rgb),1) !important;
}


[b-basz20yd8y].autocomplete:has(+ .dropdown-toggle) input:focus {
    clip-path: inset(-.25rem 0 -.25rem -.25rem);
}

[b-basz20yd8y].autocomplete:has(input:focus) + .dropdown-toggle {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    clip-path: inset(-.25rem -.25rem -.25rem 1px);
}
/* /Shared/InputCheckbox2.razor.rz.scp.css */
.input-group-check[b-x60wbupm4s] {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.input-group-check > label.form-check-label[b-x60wbupm4s] {
    align-items: center;
    display: inline-flex;
    user-select: none;
}

.input-group-check > label.form-check-label > input[b-x60wbupm4s] {
    margin-right: .75rem;
    margin-top: 0;
}

.input-group-check > label.form-check-label > span[b-x60wbupm4s] {
    background-color: var(--bs-body-bg);
    padding: .375rem .75rem;
    border-left: var(--bs-border-width) solid var(--bs-border-color);
    font-size: min(var(--min-group-fontsize), 1rem);
}

.input-group-check:last-child > label.form-check-label > span[b-x60wbupm4s] {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
/* /Shared/InputColor2.razor.rz.scp.css */
input[type="color"][b-pq2y295ytz] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px;
}

input[type="color"][b-pq2y295ytz]::-webkit-color-swatch {
    border: none;
}

input[type="color"][b-pq2y295ytz]::-moz-color-swatch {
    border: none;
}
/* /Shared/InputDateTime2.razor.rz.scp.css */
.date-time[b-xy6kssm7zt] {
    outline: none !important;
}

[b-xy6kssm7zt].date-time input.form-check-input {
    margin-top: 0;
}

.date-time.invalid > div[b-xy6kssm7zt], [b-xy6kssm7zt].date-time.invalid > input {
    outline: 1px solid var(--bs-form-invalid-border-color);
}

.date-time.valid.modified > div[b-xy6kssm7zt], [b-xy6kssm7zt].date-time.valid.modified > input {
    outline: 1px solid var(--bs-form-valid-border-color);
}

[b-xy6kssm7zt].date-time > input {
    min-width: 110px;
}
/* /Shared/InputItemColumnComponent.razor.rz.scp.css */
.label-width[b-7dgqjytyb6] {
    width: 35%;
    max-width: 130px;
}
/* /Shared/InputPasswordComponent.razor.rz.scp.css */
.label-width[b-ioohsmql9r] {
    width: 35%;
    max-width: 130px;
}
/* /Shared/InputSelect2.razor.rz.scp.css */
.form-select[b-bc4gqse8jg] {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 16 16'%3e%3cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");
}

select[b-bc4gqse8jg] {
    appearance: base-select;
}

[b-bc4gqse8jg]::picker(select) {
    appearance: base-select;
    border-radius: var(--bs-border-radius);
    border-color: var(--bs-border-color);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(var(--bs-body-bg-rgb), 0.85);
}

select[b-bc4gqse8jg]::picker-icon {
    display: none;
}

selectedcontent .opt-image[b-bc4gqse8jg] {
    height: 1rem;
    vertical-align: text-top;
    padding-right: 0.5rem;
}

selectedcontent:empty[b-bc4gqse8jg] {
    display: inline-block;
}
/* /Shared/InputTableComponent.razor.rz.scp.css */
table.table-spare[b-bucpv8zm4w] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    border-style: hidden;
    box-shadow: 0 0 0 var(--bs-border-width) var(--bs-border-color);
}

table.table-spare th[b-bucpv8zm4w] {
    background-color: rgba(var(--bs-body-color-rgb), 0.03);
    color: var(--bs-body-color);
    font-weight: var(--bs-body-font-weight);
}

table.table-spare .icon-col[b-bucpv8zm4w], table.table-spare tr:only-child > th[b-bucpv8zm4w] {
    width: 1%;
}

table.table-spare td[b-bucpv8zm4w] {
    color: var(--bs-body-color);
    vertical-align: middle;
}

table.table-spare tbody td[b-bucpv8zm4w] {
    cursor: pointer;
}

table.table-spare tfoot td[b-bucpv8zm4w] {
    text-align: center;
}

table.table-spare tr:not(:last-child) th[b-bucpv8zm4w] {
    border-bottom-style: none;
}

table.table-spare tr.title th[b-bucpv8zm4w] {
    text-align: center;
}

table.table-spare tr:first-child th:first-child[b-bucpv8zm4w] {
    border-top-left-radius: var(--bs-border-radius);
}

table.table-spare tr:first-child th:last-child[b-bucpv8zm4w] {
    border-top-right-radius: var(--bs-border-radius);
}

table.table-spare tr:last-of-type td:first-child[b-bucpv8zm4w] {
    border-bottom-left-radius: var(--bs-border-radius);
}

table.table-spare tr:last-of-type td:last-child[b-bucpv8zm4w] {
    border-bottom-right-radius: var(--bs-border-radius);
}

table.table-spare[b-bucpv8zm4w]  input {
    min-width: 150px;
}

table.table-spare[b-bucpv8zm4w]  input[type=number] {
    min-width: 90px;
}
/* /Shared/ItemFileComponent.razor.rz.scp.css */
.file-capacity-bar[b-xhzekzne57] {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 6px;
}

.file-capacity-bar span[b-xhzekzne57] {
    font-size: small;
}

.file-capacity-bar .progress[b-xhzekzne57] {
    height: 5px;
}

.figure-container[b-xhzekzne57] {
    float: left;
    user-select: none;
}

.figure-thumbnail[b-xhzekzne57] {
    width: 4rem;
}

.figure-check[b-xhzekzne57] {
    position: relative;
    left: -25px;
    top: 0px;
}

.figure-thumbnail:hover[b-xhzekzne57] {
    text-decoration: underline;
    text-decoration-color: var(--bs-secondary-color);
}

.figure-thumbnail img[b-xhzekzne57] {
    background-color: var(--bs-secondary-color);
    width: 4rem;
    height: 4rem;
}

.figure-thumbnail figcaption[b-xhzekzne57] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.modal-image[b-xhzekzne57] {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal-dialog-image[b-xhzekzne57] {
    max-width: none !important;
    margin: 5px !important;
}

.modal-dialog-image .spinner-border[b-xhzekzne57] {
    min-width: 2rem;
    min-height: 2rem;
}

.modal-header-image[b-xhzekzne57] {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-title-image[b-xhzekzne57] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-image[b-xhzekzne57] {
    color: #000;
    border: 0;
    opacity: 0.5;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: larger;
}

.btn-image i[b-xhzekzne57] {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

[data-bs-theme="dark"] .btn-image[b-xhzekzne57] {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-image:disabled[b-xhzekzne57] {
    opacity: 0;
}

.btn-image:hover[b-xhzekzne57] {
    opacity: 0.75;
}

.btn-image:focus[b-xhzekzne57] {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.modal-body-image[b-xhzekzne57] {
    max-width: 100%;
    max-height: calc(100% - 65px);
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    user-select: none;
}

div.modal-body-image[b-xhzekzne57] {
    display: block;
}

div.modal-body-image:has(+ img.modal-body-loaded)[b-xhzekzne57] {
    display: none;
}

img.modal-body-image[b-xhzekzne57] {
    visibility: hidden;
}

img.modal-body-loaded[b-xhzekzne57] {
    visibility: visible !important;
}
/* /Shared/LoggedUserComponent.razor.rz.scp.css */
.auth[b-hyfo1lw4uh] {
    display: inline-flex;
    height: 100%;
}

.auth .btn[b-hyfo1lw4uh] {
    margin-left: 0.5rem;
    padding: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-color: var(--bs-secondary-color);
}

.auth .username[b-hyfo1lw4uh] {
    display: inline-flex;
    overflow: hidden;
    place-items: center;
}

.auth .btn img[b-hyfo1lw4uh] {
    height: 100%;
}

.auth .btn:hover img[b-hyfo1lw4uh] {
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.auth .btn:hover[b-hyfo1lw4uh]::before {
    content: "\f1c3";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
}

@media (max-width: 640.98px) {
    .auth .username[b-hyfo1lw4uh] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9p9lgyfckq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9p9lgyfckq] {
    flex: 1;
}

.sidebar[b-9p9lgyfckq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

[b-9p9lgyfckq].sidebar .top-row {
    position: inherit;
}

@media (min-width: 641px) {
    .page[b-9p9lgyfckq] {
        flex-direction: row;
    }

    .sidebar[b-9p9lgyfckq] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Shared/MessageBar.razor.rz.scp.css */
div.alert[b-o52offz01i] {
    border-radius: 0;
    position: sticky;
    top: 0px;
    z-index: 1000;
    backdrop-filter: blur(4px);
    background-color: color-mix(in srgb, var(--bs-alert-bg), transparent 25%);
    margin-bottom: 0;
}

@media (min-width: 641px) {
    div.alert[b-o52offz01i] {
        top: var(--top-row-height);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7dsgbhh4k8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7dsgbhh4k8] {
    background-color: rgba(0,0,0,0.4);
    border-color: rgba(0, 0, 0, 0);
}

.navbar-brand[b-7dsgbhh4k8] {
    font-size: 1.1rem;
}

.l-icon[b-7dsgbhh4k8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-item[b-7dsgbhh4k8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7dsgbhh4k8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7dsgbhh4k8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7dsgbhh4k8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7dsgbhh4k8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7dsgbhh4k8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.l-text[b-7dsgbhh4k8] {
    margin-right: 15px;
    white-space: nowrap;
}

.collapse .l-text[b-7dsgbhh4k8] {
    display: none;
}

.collapse .version[b-7dsgbhh4k8] {
    display: none;
}

.bottom-row[b-7dsgbhh4k8] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 32px;
}

.bottom-row .version[b-7dsgbhh4k8] {
    position: absolute;
    text-align: left;
    font-size: 0.7rem;
    padding-left: 32px;
    bottom: 13px;
}

.icon-menu-arrow[b-7dsgbhh4k8] {
    text-align: right;
}

.icon-menu-arrow i[b-7dsgbhh4k8] {
    cursor: pointer;
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7dsgbhh4k8] {
        display: none;
    }

    .collapse:is(div)[b-7dsgbhh4k8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .icon-menu-vertical[b-7dsgbhh4k8] {
        height: calc(100% - 90px);
        overflow-y: scroll;
        -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
        -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    }

    .icon-menu-vertical[b-7dsgbhh4k8]::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari and Opera */
    }
}

@media (max-width: 640.98px) {
    .bottom-row[b-7dsgbhh4k8] {
        display: none;
    }
}
