@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Administration/Engine/BatchProgressDialog.razor.rz.scp.css */
.progress[b-ciw8hsyv1f] {
    width: 100%;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar[b-ciw8hsyv1f] {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

.errors[b-ciw8hsyv1f] {
    color: red;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    height: 27vh;
    overflow-y: scroll;
    width: 40vw;
}
/* /Components/Administration/Storage/ImportExport.razor.rz.scp.css */
[b-956ohv5q7l] #dropzone-fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.dropped-elements[b-956ohv5q7l] {
    padding: 0.5em;
    aspect-ratio: 1/1;
    overflow: auto;
    border: groove;
    flex-basis: 50%;
    max-height: 33rem;
    max-width: 33rem;
}

.dropped-element-name[b-956ohv5q7l] {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.dropped-element-name-dot[b-956ohv5q7l] {
    font-size: 1em;
    font-weight: bold;
}

.dropped-element-name-remove[b-956ohv5q7l] {
    font-size: 1.5em;
    color: red;
    cursor: pointer;
}

.import-row[b-956ohv5q7l] {
    display: flex;
    align-items: center;
    gap: 1em;
}

.buttons[b-956ohv5q7l] {
    margin-top: 0.7em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.status-import-failed[b-956ohv5q7l] {
    color: red;
}

.status-partially-imported[b-956ohv5q7l] {
    color: orange;
}

.status-imported[b-956ohv5q7l] {
    color: green;
}


.dropzone[b-956ohv5q7l] {
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2em;
    flex-basis: 50%;
    max-height: 33rem;
    max-width: 33rem;
}

    .dropzone.has-advanced-upload[b-956ohv5q7l] {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
    }

    .dropzone.is-dragover[b-956ohv5q7l] {
        outline-offset: -20px;
        outline-color: #c8dadf;
        background-color: #fff;
    }

    .dropzone.has-advanced-upload .dropzone-icon[b-956ohv5q7l] {
        width: 100%;
        height: 20%;
        fill: #92b0b3;
        display: block;
        margin-bottom: 1%;
    }

#dropzone-fileInput-label[b-956ohv5q7l] {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
/* /Components/Button/GGButton.razor.rz.scp.css */


/*# sourceMappingURL=GGButton.razor.css.map */
/* /Components/Button/GGButtonBar.razor.rz.scp.css */
.stretch-btn[b-35kf1jm7qg]  > .btn {
  flex: 1;
}

/*# sourceMappingURL=GGButtonBar.razor.css.map */
/* /Components/ConnectExpress/CompactImageTitleDescriptionGrid.razor.rz.scp.css */
.td-content[b-1zs9uk9j3u] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.avatar[b-1zs9uk9j3u] {
    margin-right: 10px;
    color: var(--color-gray-600);
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: unset !important;
    border-radius: unset !important;
}

.title[b-1zs9uk9j3u] {
    font-weight: 500;
    color: var(--color-gray-900);
}

.subline[b-1zs9uk9j3u] {
    color: var(--color-gray-500);
}
/* /Components/ConnectExpress/WizardTitle.razor.rz.scp.css */
.title-container[b-7019jrt1t7] {
    display: flex;
    gap: 2rem
}
/* /Components/Flows/AdditionalFieldComponents/AdditionalTextField.razor.rz.scp.css */
.dollar-button[b-pyyr7fdn26] {
    cursor: pointer;
    background-color: lawngreen;
    opacity: 0.5;
    transition: opacity linear 200ms;
}

.dollar-button.active[b-pyyr7fdn26]{
    opacity: 1;
}
/* /Components/Input/Toggle.razor.rz.scp.css */
/* The switch - the box around the slider */
.switch[b-zh7nww4w60] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input[b-zh7nww4w60] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-zh7nww4w60] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-zh7nww4w60]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-zh7nww4w60] {
    background-color: #2196F3;
}

input:focus + .slider[b-zh7nww4w60] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-zh7nww4w60]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-zh7nww4w60] {
    border-radius: 34px;
}

    .slider.round[b-zh7nww4w60]:before {
        border-radius: 50%;
    }
/* /Components/Layout/Panels/SplitPanel.razor.rz.scp.css */
.horizontalSplitter[b-16na6ly6xu] {
    cursor: col-resize;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    width: 6px;
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.verticalSplitter[b-16na6ly6xu] {
    cursor: row-resize;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    height: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.spinner[b-hl1wcq1tek] {
    border: 0.35em solid #0275d8; /* Bootstrap primary color */
    border-top: 0.35em solid #5bc0de; /* Bootstrap info color */
    border-radius: 50%;
    width: 2em;
    height: 2em;
    min-width: 2em;
    min-height: 2em;
    animation: spin-b-hl1wcq1tek 700ms linear infinite;
    box-shadow: 0 0 0.2em gray;
}

@keyframes spin-b-hl1wcq1tek {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Components/MultilingualTextBox/MultilingualTextBox.razor.rz.scp.css */
.multilingual.container .row[b-v8aq8kx4d4] {
    margin-bottom: 1%;
}

.multilingual.container .row:first-of-type[b-v8aq8kx4d4] {
    margin-bottom: unset;
}

.multilingual_addbutton[b-v8aq8kx4d4] {
    width: 4rem;
}

.multilingual_addbutton:focus[b-v8aq8kx4d4] {
    box-shadow: none;
}

#multilingual_editor_validations[b-v8aq8kx4d4] {
    color: red;
}
/* /Components/Snackbar/GGSnackbar.razor.rz.scp.css */
#snackbar-wrapper[b-5w0o623h66] {
    bottom: 20px;
    right: 20px;
    position: fixed;
    padding: 15px 20px 15px 20px;
    width: 300px;
    text-align: left;
    max-height: 85%;
    overflow-y: auto;
    max-width: calc(100% - 40px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
    border-radius: 12px;
    color: var(--color-dark);
}

#snackbar-title[b-5w0o623h66] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#snackbar-content[b-5w0o623h66] {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

#snackbar-actions[b-5w0o623h66] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 16px;
}
/* /Components/Tooltip/TooltipMain.razor.rz.scp.css */
#tooltip-wrapper[b-9wfv2877e9] {
    position: absolute;
    z-index: 200;
    width: max-content;
    height: max-content;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 6px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
}

#tooltip-header[b-9wfv2877e9] {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

#tooltip-content[b-9wfv2877e9] {
    padding: 1rem 1rem;
}
/* /Pages/ConnectExpress/Cockpit.razor.rz.scp.css */
.description-input[b-dm1auz6wvk]  div label {
    display: none;
}
/* /Services/Dialog/Content/ContentLayout.razor.rz.scp.css */
#content-layout_content[b-ctcys6uo3o] {
    margin-bottom: 1rem;
    max-height: 70vh;
    overflow: overlay;
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 1rem;
}

#content-layout_buttons[b-ctcys6uo3o] {
    margin-top: auto;
    padding-left: 0.25rem;
}

#content-layout_buttons[b-ctcys6uo3o]  > button {
    width: 8rem;
    margin-right: 0.25rem;
}

#content-layout_buttons[b-ctcys6uo3o]  :first-child {
    margin-right: 0;
}
