/* /Components/CustomEntryComponent.razor.rz.scp.css */
/* /Components/FinalOutputComponent.razor.rz.scp.css */
.final-copy[b-e0355ms1zh] {
    background-color: var(--container-bg-color);
    color: var(--input-text-color);
    /*box-shadow: var(--inner-shadow);*/
    border: solid 1px var(--border-color);
    margin-bottom: 10px;;
}
/* /Components/ListViewComponent.razor.rz.scp.css */


.snippets-container[b-3y4if15rbk]{
    padding-bottom: 5px;
    margin-top: 5px;
}

.section-alpha-transition[b-3y4if15rbk]
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    transform-origin: top;
    transition:  max-height 1s 0.15s ease-in-out, opacity 1s 0.010s ease-in-out;
}

/* /Components/Popups/AccordionView/AccordionPopup.razor.rz.scp.css */
.accordion-full-background[b-l6g2kknkpq]
{
    /*font-family: var(--font-raleway);*/
    /*font-weight: var(--font-lite-weight);*/
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: none;
}
/* /Components/Popups/CustomEntries/CustomEntriesPopupComponent.razor.rz.scp.css */
.full-background[b-e6s4m40wfu]
{
    font-family: var(--font-raleway);
    font-weight: var(--font-lite-weight);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: none;
}
/* /Components/Popups/Dialog/DialogPopupComponent.razor.rz.scp.css */
.dialog-popup[b-lwfbozoios] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    justify-items: center;
    background-color: var(--container-bg-color);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 15px 30px var(--shadow-color);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.full-background[b-lwfbozoios]
{
    font-family: var(--font-raleway);
    font-weight: var(--font-lite-weight);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: none;
}
/* /Components/SelectionComponent.razor.rz.scp.css */
select[b-pc8sbls5at] {
    font-family: var(--font-selection);
    font-weight: var(--font-lite-weight);
    font-size:14px;
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--input-bg-color);
    color: var(--input-text-color);
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: var(--inner-shadow);

    /* Force the arrow to move by using a background and ensuring it doesn't repeat */
    background-image: linear-gradient(45deg, transparent 50%, var(--text-color) 50%), linear-gradient(135deg, var(--text-color) 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(50% + 1px), calc(100% - 10px) calc(50% + 1px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
}

select[b-pc8sbls5at]::-ms-expand {
    display: none;
}


option:disabled[b-pc8sbls5at]
{
    font-style: italic;
}
/* /Components/SelectionImageComponent.razor.rz.scp.css */
.image[b-rvxol3gxau] {
    width: 100px; /* Set the width of the image */
    height: 100px; /* Set the height of the image */
    object-fit: fill; /* Ensure the image covers the area */
    border-radius: 5px;
    visibility: hidden;
}

.aspect-ratio-preview[b-rvxol3gxau]{
    width: 90px;
    height: 90px;
    visibility: hidden;
    transition: height 1s ease-in-out;
}
/* /Components/Utils/Console.razor.rz.scp.css */
.consoleContainer[b-ef6gaxu65n]
{
    font-family: var(--font-raleway);
    font-weight: var(--font-lite-weight);
    font-display: swap;
    font-style: normal;
    font-size: .75em;
    display:flex;
    position: absolute;
    top:10px;
    right: 10px;
    word-wrap: anywhere;
    
    border: 2px solid var(--button-hover-bg-color);
    border-radius: 10px;
    background-color: var(--popup-bg-color);
    padding: 5px;
    z-index: 1000;
}

.control-button[b-ef6gaxu65n]
{
    width: 20px; 
    height: 15px; 
    padding: 5px; 
    margin: 5px;
}
/* /Pages/Index.razor.rz.scp.css */
