/* /Components/MultipleAutocomplete.razor.rz.scp.css */
[b-3vrxwqn83f] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 0 !important;
}
[b-3vrxwqn83f] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text{
    margin-top:12px !important;
}
/* /Components/TagField.razor.rz.scp.css */
.input-field[b-czpy16zsr7] {
    min-width:30%
}
/* /Pages/Authentication/Login.razor.rz.scp.css */
[b-90j7bmq1az] .container {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
}

[b-90j7bmq1az] .main {
    width: 25rem;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

[b-90j7bmq1az] .login {
    display: flex;
    flex-direction: column;
}

[b-90j7bmq1az] .header {
    text-align: center;
}

[b-90j7bmq1az] .full-Height {
    height: 100vh;
}

[b-90j7bmq1az] .login-width {
    width: 100%;
    height: 100%;
    justify-content: center;
}

[b-90j7bmq1az] .login-form {
    min-width: 30vw;
}

[b-90j7bmq1az] .logo-back {
    background-color: wheat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
[b-90j7bmq1az] .logo{
    max-height:70px;
}
/* /Pages/BlogManagement/Element.razor.rz.scp.css */
[b-jecwwbpraw] .selector {
    width: 100%;
    justify-content: start;
}
/* /Pages/BlogManagement/PageForm.razor.rz.scp.css */

[b-oxncv3os2s] .full-height {
    height: calc(100vh - 82px);
}

[b-oxncv3os2s] .full-height-tabs {
    height: calc(100vh - 188px);
}

[b-oxncv3os2s] .full-editor {
    height: calc(100vh - 188px);
    width: 100%;
    border:none;
    outline:none;
}
/* /Pages/BlogManagement/TemplateBuilder.razor.rz.scp.css */
[b-wpzjwpx0p0] .main {
    display: grid;
    grid-template-columns: auto 1fr auto;
}

[b-wpzjwpx0p0] .elements {
    height: calc(100vh - 164px);
    overflow: auto;
}

[b-wpzjwpx0p0] .toolbar {
    grid-column: 1 / 2;
}

[b-wpzjwpx0p0] .design {
    grid-column: 2 / 3;
}

[b-wpzjwpx0p0] .properties {
  
    grid-column: 3 / 4;
    width: 20vw;
}
[b-wpzjwpx0p0] .dark-border .mud-paper-outlined {
    border: 1px solid gray !important;
}
/* /Pages/Forms/FormBuilder.razor.rz.scp.css */
[b-0aii8d38fk] .main {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
[b-0aii8d38fk] .fields {
    grid-column: 1 / 2;
    height: calc(100vh - 90px);
    overflow: auto;
}
[b-0aii8d38fk] .properties {
    grid-column: 2 / 3;
}
[b-0aii8d38fk] .form-data {
    grid-column: 3 / 4;
    width: 20vw;
}
/* /Pages/LanguageManagement/TranslationEntries.razor.rz.scp.css */
[b-ane4g91avg] .full-height-table .mud-table-container {
    height: calc(100vh - 260px);
    /*min-height:200px;*/
}
/* /Pages/MediaGallery/GalleryFiles.razor.rz.scp.css */
[b-fgdocgyxex] .full-height {
    height: calc(100vh - 226px);
    overflow-y:auto;
}
[b-fgdocgyxex] .file-item {
    width:256px !important;
}
[b-fgdocgyxex] .mud-card-media{
    width:128px !important;
    height:128px !important;
    margin:auto;
}
/* /Pages/MenuManagement/Menus.razor.rz.scp.css */
[b-wqnemwqrx5] .full-height-tree{
    height: calc(100vh - 160px);
    /*min-height:200px;*/
}
[b-wqnemwqrx5] .main{
   margin:16px
}
/* /Pages/Settings/Settings.razor.rz.scp.css */

[b-lwntinbx40] .main {
    height: calc(100vh - 96px);
    margin-top: 16px;
    overflow-y:scroll;
}
[b-lwntinbx40] .fix-width{
    width:80% !important;
}
/* /Pages/Slider/SliderForm.razor.rz.scp.css */
[b-1pmr0nrv5u] .image-item {
    display: grid;
    justify-items:start;
}

[b-1pmr0nrv5u] .delete-image {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self:start;
}
/* /Pages/UserManagment/RoleForm.razor.rz.scp.css */
[b-rj1erepzjw] .scroll-list {
    overflow: scroll;
    max-height: 240px !important;
}
