/* _content/Coupon/Shared/AutoCompleteControl.razor.rz.scp.css */
.blazored-typeahead[b-sbhj5tehvi] {
    border-radius: 5px;
}

.blazored-typeahead__controls[b-sbhj5tehvi] {
    position: relative;
    cursor: text;
    display: flex;
}

.blazored-typeahead__input[b-sbhj5tehvi] {
    flex: 1;
    border: none;
    border-radius: 5px;
    padding: 7px 28px 7px 0px;
}

    .blazored-typeahead__input:focus[b-sbhj5tehvi] {
        outline: none;
    }

.blazored-typeahead__input-multi:focus[b-sbhj5tehvi] {
    outline: none;
    box-shadow: none;
}

.blazored-typeahead__input-hidden[b-sbhj5tehvi] {
    display: none;
}

.invalid[b-sbhj5tehvi] {
    border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper[b-sbhj5tehvi] {
    display: flex;
    width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper[b-sbhj5tehvi] {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled[b-sbhj5tehvi] {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-radius: 5px 0 0 5px;
    color: grey;
}

    .blazored-typeahead__input-mask-wrapper--disabled:focus[b-sbhj5tehvi] {
        border: none;
    }

.blazored-typeahead__input-mask[b-sbhj5tehvi] {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 5px 0 0 5px;
}

    .blazored-typeahead__input-mask:focus[b-sbhj5tehvi] {
        outline: none;
    }

.blazored-typeahead__down-arrow path[b-sbhj5tehvi] {
    fill: #dbdbdb;
}

.blazored-typeahead__input-icon[b-sbhj5tehvi] {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .blazored-typeahead__input-icon:focus[b-sbhj5tehvi] {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    }

    .blazored-typeahead__input-icon:hover[b-sbhj5tehvi] {
        background-color: #f5f5f5;
    }

        .blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path[b-sbhj5tehvi] {
            fill: #333333;
        }

.blazored-typeahead__input-icon--disabled[b-sbhj5tehvi],
.blazored-typeahead__input-icon--disabled:hover[b-sbhj5tehvi] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

    .blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path[b-sbhj5tehvi],
    .blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path[b-sbhj5tehvi] {
        fill: #9c9c9c;
    }

.blazored-typeahead__multi-value[b-sbhj5tehvi] {
    background-color: #dbdbdb;
    display: flex;
    align-items: center;
    min-width: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: .4rem 0 .4rem .4rem;
}

.blazored-typeahead__multi-value-label[b-sbhj5tehvi] {
    color: rgb(51, 51, 51);
    font-size: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
    padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear[b-sbhj5tehvi] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    border: 0;
    outline: none;
}

    .blazored-typeahead__multi-value-clear:focus[b-sbhj5tehvi] {
        outline: none;
    }

    .blazored-typeahead__multi-value-clear:hover[b-sbhj5tehvi] {
        background-color: rgb(212, 212, 212);
        color: rgb(222, 53, 11);
    }

.blazored-typeahead__results[b-sbhj5tehvi] {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #dbdbdb;
    min-height: 2rem;
    max-height: 450rem;
    overflow-y: auto;
    z-index: 1046;
    width: 100%;
    background: #fff;
}

.blazored-typeahead__result[b-sbhj5tehvi],
.blazored-typeahead__notfound[b-sbhj5tehvi],
.blazored-typeahead__results-help-template[b-sbhj5tehvi],
.blazored-typeahead__results-header[b-sbhj5tehvi],
.blazored-typeahead__results-footer[b-sbhj5tehvi] {
    padding: .5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.blazored-typeahead__selected-item[b-sbhj5tehvi] {
    background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted[b-sbhj5tehvi] {
    background-color: #d3e2f2;
}

.blazored-typeahead__active-item[b-sbhj5tehvi],
.blazored-typeahead__result:hover[b-sbhj5tehvi],
.blazored-typeahead__result:focus[b-sbhj5tehvi] {
    background-color: #007bff;
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    color: #fff;
    cursor: pointer;
}

.blazored-typeahead__loader[b-sbhj5tehvi] {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout-b-sbhj5tehvi 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout-b-sbhj5tehvi {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.blazored-typeahead__clear[b-sbhj5tehvi] {
    color: black !important;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    cursor: pointer;
}

.blazored-typeahead__results[b-sbhj5tehvi] {
    max-height: 240px !important;
}

@media(max-height: 736px) {

    .blazored-typeahead__results[b-sbhj5tehvi] {
        max-height: 200px !important;
    }
}
/* _content/Coupon/Shared/MainLayout.razor.rz.scp.css */
.page[b-pnpjmrtwwz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pnpjmrtwwz] {
    flex: 1;
}

.sidebar[b-pnpjmrtwwz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pnpjmrtwwz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pnpjmrtwwz]  a, .top-row .btn-link[b-pnpjmrtwwz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pnpjmrtwwz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pnpjmrtwwz] {
        display: none;
    }

    .top-row.auth[b-pnpjmrtwwz] {
        justify-content: space-between;
    }

    .top-row a[b-pnpjmrtwwz], .top-row .btn-link[b-pnpjmrtwwz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnpjmrtwwz] {
        flex-direction: row;
    }

    .sidebar[b-pnpjmrtwwz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnpjmrtwwz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pnpjmrtwwz], article[b-pnpjmrtwwz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Coupon/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7wgcs7g5px] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7wgcs7g5px] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7wgcs7g5px] {
    font-size: 1.1rem;
}

.oi[b-7wgcs7g5px] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7wgcs7g5px] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7wgcs7g5px] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7wgcs7g5px] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7wgcs7g5px]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7wgcs7g5px]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7wgcs7g5px]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7wgcs7g5px] {
        display: none;
    }

    .collapse[b-7wgcs7g5px] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
