/* _content/baraka.promo/Pages/News/NewsEdit.razor.rz.scp.css */
.header-text[b-r3r114za3r] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-right: 20px;
}

.edit-form[b-r3r114za3r] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.form-section[b-r3r114za3r] {
    margin-bottom: 30px;
}

.form-row[b-r3r114za3r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-field[b-r3r114za3r] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-field label[b-r3r114za3r] {
    font-weight: 500;
    color: #333;
}

.form-field input[b-r3r114za3r],
.form-field textarea[b-r3r114za3r],
.form-field select[b-r3r114za3r] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-field input:focus[b-r3r114za3r],
.form-field textarea:focus[b-r3r114za3r],
.form-field select:focus[b-r3r114za3r] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.image-preview[b-r3r114za3r] {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.image-preview img[b-r3r114za3r] {
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.language-tabs[b-r3r114za3r] {
    margin-top: 20px;
}

.language-content[b-r3r114za3r] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.required-field[b-r3r114za3r] {
    color: #dc3545;
}

.validation-error[b-r3r114za3r] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}
/* _content/baraka.promo/Pages/News/NewsList.razor.rz.scp.css */
.header-text[b-89z467efo5] {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-right: 20px;
}

.news-grid[b-89z467efo5] {
    margin-top: 20px;
}

.status-badge[b-89z467efo5] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.status-draft[b-89z467efo5] {
    background-color: #6c757d;
    color: white;
}

.status-published[b-89z467efo5] {
    background-color: #28a745;
    color: white;
}

.status-archived[b-89z467efo5] {
    background-color: #ffc107;
    color: #212529;
}

.type-badge[b-89z467efo5] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.type-news[b-89z467efo5] {
    background-color: #17a2b8;
    color: white;
}

.type-promo[b-89z467efo5] {
    background-color: #28a745;
    color: white;
}
/* _content/baraka.promo/Pages/TgPushSender/TgPushSender.razor.rz.scp.css */
.rz-fileupload[b-kndux25jt9]{
    display:flex !important;
    flex-direction:row !important;
}
.rz-fileupload-row[b-kndux25jt9]{
    margin:0px !important;
}
.rz-button-icon-left .rzi[b-kndux25jt9] {
    margin: 0px !important;
    padding: 0px !important;
}

.hide-filename .rz-fileupload-content[b-kndux25jt9] {
    display: none !important;
}
/* _content/baraka.promo/Shared/Inputs/MyInputMask.razor.rz.scp.css */
.inputGroup[b-sze65menrc] {
    position: relative;
}

    .inputGroup input[b-sze65menrc] {
        outline: none;
        border-radius: 10px;
        width: 100%;
        background-color:darkgrey;
        height: 40px;
        padding-left: 56px;
        font-size:16px;
        width:fit-content;
    }

    .inputGroup label[b-sze65menrc] {
        position: absolute;
        left: 0;
        margin-top: 8px;
        margin-left: 16px;
        pointer-events: none;
        transition: all 0.3s ease;
    }

.inputGroup-kfc input[b-sze65menrc] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa input[b-sze65menrc] {
    border: 2px solid var(--light-maroon);
}

.inputGroup-kfc label[b-sze65menrc] {
    color: var(--input-label-kfc);
}

.inputGroup-costa label[b-sze65menrc] {
    color: black;
}

.inputGroup :is(input:focus, input:valid) ~ label[b-sze65menrc] {
    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-sze65menrc] {
    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-sze65menrc] {
    color: var(--input-label-kfc);
}

.inputGroup-costa :is(input:focus, input:valid) ~ label[b-sze65menrc] {
    color: var(--dark-maroon);
}

.inputGroup-kfc :is(input:focus, input:valid)[b-sze65menrc] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa :is(input:focus, input:valid)  .prefix[b-sze65menrc] {
    border: 2px solid var(--light-maroon);
}

.inputGroup-kfc :is(input:focus, input:valid)  .prefix[b-sze65menrc] {
    border: 2px solid var(--border-color-kfc);
}

.inputGroup-costa :is(input:focus, input:valid)  .prefix[b-sze65menrc] {
    border: 2px solid var(--light-maroon);
}

.inputGroup :is(input:focus, input:valid)  .prefix[b-sze65menrc] {
    display: block;
    transition: all 0.3s ease;
}
.inputGroup:focus-within .prefix[b-sze65menrc] {
    display: block;
    transition: all 0.3s ease;
}
.imask-input[b-sze65menrc]{

}
.inputGroup:focus-within .imask-input[b-sze65menrc] {
    padding-left:56px;
}

.display-none[b-sze65menrc] {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 16px; /* Adjust left positioning */
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.prefix[b-sze65menrc] {
    display: none;
    transition: all 0.3s ease;
}

/* Add styles for appearance and positioning as needed */
.prefix[b-sze65menrc] {
    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-3a2epq4meg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3a2epq4meg] {
    flex: 1;
}

.sidebar[b-3a2epq4meg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3a2epq4meg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3a2epq4meg]  a, .top-row .btn-link[b-3a2epq4meg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3a2epq4meg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3a2epq4meg] {
        display: none;
    }

    .top-row.auth[b-3a2epq4meg] {
        justify-content: space-between;
    }

    .top-row a[b-3a2epq4meg], .top-row .btn-link[b-3a2epq4meg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3a2epq4meg] {
        flex-direction: row;
    }

    .sidebar[b-3a2epq4meg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3a2epq4meg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3a2epq4meg], article[b-3a2epq4meg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/baraka.promo/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l4tbfbt2nj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l4tbfbt2nj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l4tbfbt2nj] {
    font-size: 1.1rem;
}

.oi[b-l4tbfbt2nj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-l4tbfbt2nj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l4tbfbt2nj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l4tbfbt2nj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l4tbfbt2nj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l4tbfbt2nj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-l4tbfbt2nj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l4tbfbt2nj] {
        display: none;
    }

    .collapse[b-l4tbfbt2nj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
