/* _content/baraka.promo/Pages/TgPushSender/TgPushSender.razor.rz.scp.css */
.rz-fileupload[b-stw8pj4942]{
    display:flex !important;
    flex-direction:row !important;
}
.rz-fileupload-row[b-stw8pj4942]{
    margin:0px !important;
}
.rz-button-icon-left .rzi[b-stw8pj4942] {
    margin: 0px !important;
    padding: 0px !important;
}

.hide-filename .rz-fileupload-content[b-stw8pj4942] {
    display: none !important;
}
/* _content/baraka.promo/Shared/Inputs/MyInputMask.razor.rz.scp.css */
.inputGroup[b-ft3hoekmy8] {
    position: relative;
}

    .inputGroup input[b-ft3hoekmy8] {
        outline: none;
        border-radius: 10px;
        width: 100%;
        background-color:darkgrey;
        height: 40px;
        padding-left: 56px;
        font-size:16px;
        width:fit-content;
    }

    .inputGroup label[b-ft3hoekmy8] {
        position: absolute;
        left: 0;
        margin-top: 8px;
        margin-left: 16px;
        pointer-events: none;
        transition: all 0.3s ease;
    }

.inputGroup-kfc input[b-ft3hoekmy8] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa input[b-ft3hoekmy8] {
    border: 2px solid var(--light-maroon);
}

.inputGroup-kfc label[b-ft3hoekmy8] {
    color: var(--input-label-kfc);
}

.inputGroup-costa label[b-ft3hoekmy8] {
    color: black;
}

.inputGroup :is(input:focus, input:valid) ~ label[b-ft3hoekmy8] {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 14px;
    padding: 0.4em 0.4em 0px 0.4em;
    background-color: darkgrey;
    font-size: 10px;
    display:none;
}


.static-label[b-ft3hoekmy8] {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 14px !important;
    margin-top:0px !important;
    padding: 0.4em 0.4em 0px 0.4em;
    background-color: white;
    font-size: 10px;
}

.inputGroup-kfc :is(input:focus, input:valid) ~ label[b-ft3hoekmy8] {
    color: var(--input-label-kfc);
}

.inputGroup-costa :is(input:focus, input:valid) ~ label[b-ft3hoekmy8] {
    color: var(--dark-maroon);
}

.inputGroup-kfc :is(input:focus, input:valid)[b-ft3hoekmy8] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa :is(input:focus, input:valid)  .prefix[b-ft3hoekmy8] {
    border: 2px solid var(--light-maroon);
}

.inputGroup-kfc :is(input:focus, input:valid)  .prefix[b-ft3hoekmy8] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa :is(input:focus, input:valid)  .prefix[b-ft3hoekmy8] {
    border: 2px solid var(--light-maroon);
}

.inputGroup :is(input:focus, input:valid)  .prefix[b-ft3hoekmy8] {
    display: block;
    transition: all 0.3s ease;
}
.inputGroup:focus-within .prefix[b-ft3hoekmy8] {
    display: block;
    transition: all 0.3s ease;
}
.imask-input[b-ft3hoekmy8]{

}
.inputGroup:focus-within .imask-input[b-ft3hoekmy8] {
    padding-left:56px;
}

.display-none[b-ft3hoekmy8] {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 16px; /* Adjust left positioning */
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.prefix[b-ft3hoekmy8] {
    display: none;
    transition: all 0.3s ease;
}

/* Add styles for appearance and positioning as needed */
.prefix[b-ft3hoekmy8] {
    position: absolute;
    top: 50%;
    font-size:16px;
    left: 16px; /* Adjust left positioning */
    transform: translateY(-50%);
}
/* _content/baraka.promo/Shared/MainLayout.razor.rz.scp.css */
.page[b-lyeshqaa1h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lyeshqaa1h] {
    flex: 1;
}

.sidebar[b-lyeshqaa1h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lyeshqaa1h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lyeshqaa1h]  a, .top-row .btn-link[b-lyeshqaa1h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-lyeshqaa1h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lyeshqaa1h] {
        display: none;
    }

    .top-row.auth[b-lyeshqaa1h] {
        justify-content: space-between;
    }

    .top-row a[b-lyeshqaa1h], .top-row .btn-link[b-lyeshqaa1h] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lyeshqaa1h] {
        flex-direction: row;
    }

    .sidebar[b-lyeshqaa1h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lyeshqaa1h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-lyeshqaa1h], article[b-lyeshqaa1h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/baraka.promo/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e5x8ks63r6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e5x8ks63r6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e5x8ks63r6] {
    font-size: 1.1rem;
}

.oi[b-e5x8ks63r6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e5x8ks63r6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e5x8ks63r6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e5x8ks63r6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e5x8ks63r6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-e5x8ks63r6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-e5x8ks63r6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e5x8ks63r6] {
        display: none;
    }

    .collapse[b-e5x8ks63r6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
