/* /Components/Components/Breadcrumb/Breadcrumb.razor.rz.scp.css */
.custom-breadcrumb-container[b-yfcytxvbig] {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    font-size: 14px;
}

.custom-breadcrumb-item[b-yfcytxvbig]{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    cursor: pointer;
}
.custom-breadcrumb-icon[b-yfcytxvbig] {
    color: var(--primary-color);
    height: 22px;
}
.custom-breadcrumb-text[b-yfcytxvbig]{
    line-height: 22px;
}
.custom-breadcrumb-item:hover[b-yfcytxvbig] {
    color: var(--primary-color);
}
    .custom-breadcrumb-item:hover .custom-breadcrumb-text[b-yfcytxvbig] {
        text-decoration: underline;
    }

.custom-breadcrumb-separator[b-yfcytxvbig] {
    color: var(--primary-color);
}
.custom-breadcrumb-item-disabled[b-yfcytxvbig]{
    cursor: default !important;
    color: #808080 !important;
}
    .custom-breadcrumb-item-disabled .custom-breadcrumb-text[b-yfcytxvbig] {
        text-decoration: none !important;
    }
/* /Components/Components/Inputs/Content/HtmlEditor.razor.rz.scp.css */
.html-editor-container[b-x5ikdsucin] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    min-height: 790px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.html-editor-container-loader[b-x5ikdsucin]{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #00000099;
    color: white;
    text-align: center;
    padding-top: 80px;
    font-weight: bold;
    z-index: 1;
}
.html-editor-content[b-x5ikdsucin] {
    padding-left: 10px;
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.html-editor-content-left[b-x5ikdsucin] {
    flex: 1;
}
.html-editor-content-right[b-x5ikdsucin] {
    width: 44px;
    background-color: white;
    border-left: 1px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 5px;
    margin-left: 5px;
    gap: 5px;
}
.html-editor-content-right-spacer[b-x5ikdsucin]{
    flex: 1;
}
.html-editor-property-save[b-x5ikdsucin] {
    color: #00902c;
    border: 1px solid #00902c;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    margin-top: 2px;
}
.html-editor-property-container[b-x5ikdsucin] {
    background-color: white;
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    padding-bottom: 5px;
    flex-wrap: wrap;
}
.html-editor-property-item-spacer[b-x5ikdsucin] {
    flex: 1;
}
.html-editor-element-type-container[b-x5ikdsucin] {
    width: 200px;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    overflow: auto;
    padding-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.html-editor-element-type-header[b-x5ikdsucin] {
    text-align: center;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 11px;
    border-bottom: 1px solid var(--primary-color);
}
    .html-editor-element-type-header h6[b-x5ikdsucin]{
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .html-editor-element-type-item[b-x5ikdsucin] {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        height: 32px;
        border: 1px solid var(--primary-color);
        border-radius: 5px;
        padding: 3px 10px;
        margin-bottom: 5px;
        cursor: pointer;
    }
    .html-editor-element-type-item:hover[b-x5ikdsucin]{
        background-color: var(--primary-color);
        color: var(--font-color);
    }
    .html-editor-element-type-item-icon[b-x5ikdsucin] {
        width: 20px;
        text-align: center;
    }
.html-editor-content-container[b-x5ikdsucin] {
    height: 720px;
    overflow: auto;
    padding-top: 10px;
    position: relative;
}

.dropable[b-x5ikdsucin] {
    border-top: 3px solid red !important;
}

.dropableContainer[b-x5ikdsucin] {
    border: 1px solid var(--primary-color);
}
.html-editor-content-item[b-x5ikdsucin]{
    min-height: 30px;
    border: 2px solid transparent;
    cursor: pointer;
}
    .html-editor-content-item:hover[b-x5ikdsucin] {
        border: 2px solid #a9a9a9;
    }
.html-editor-content-drop-spacer[b-x5ikdsucin]{
    height: 80px;
}
.html-editor-content-item-selected[b-x5ikdsucin] {
    border: 2px solid red !important;
}
.html-editor-property-item-separator[b-x5ikdsucin]{
    width: 20px;
}
.html-editor-content-right-separator[b-x5ikdsucin]{
    height: 20px;
}
.html-editor-language-item[b-x5ikdsucin]{
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
/* /Components/Components/Inputs/Content/HtmlElement.razor.rz.scp.css */
.dropableContainer[b-h9ac4gvk9j] {
    outline: 1px solid var(--primary-color);
}
.dropable[b-h9ac4gvk9j] {
    border-top: 3px solid red;
}
.html-editor-content-item[b-h9ac4gvk9j]{
    min-height: 20px;
    width: 100%;
}
.html-editor-preview-container img[b-h9ac4gvk9j]{
    width: 100%;
}
.html-editor-preview-container-empty[b-h9ac4gvk9j]{
    min-height: 50px;
    border: 1px solid #d9d9d9;
}
.html-editor-preview-container[b-h9ac4gvk9j]{
    min-height: 10px;
    border: 2px solid transparent;
}
    .html-editor-preview-container:hover[b-h9ac4gvk9j]{
        border: 2px solid #a9a9a9;
    }
    .html-editor-edit-container[b-h9ac4gvk9j] {
        padding: 10px;
    }
.html-editor-edit-sub-container[b-h9ac4gvk9j] {
    position: relative;
}
.html-editor-content-drop-spacer[b-h9ac4gvk9j] {
    height: 10px;
}
.html-editor-content-column[b-h9ac4gvk9j]{
    min-height: 20px;
}
.html-editor-content-column[b-h9ac4gvk9j] {
    border: 1px dashed #d9d9d9;
}
.html-editor-content-item-selected[b-h9ac4gvk9j] {
    border: 2px solid red !important;
}
.align-start[b-h9ac4gvk9j] {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
}

.align-center[b-h9ac4gvk9j] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.align-end[b-h9ac4gvk9j] {
    text-align: end;
    margin-left: auto;
    margin-right: 0;
}
/* /Components/Components/Inputs/Content/HtmlProperty.razor.rz.scp.css */
.html-editor-property-item[b-9lc03i5cuv] {
    color: var(--primary-color);
    cursor: pointer;
    margin-top: 2px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

    .html-editor-property-item:hover[b-9lc03i5cuv] {
        background-color: var(--primary-color);
        color: var(--font-color);
    }
.html-editor-property-element[b-9lc03i5cuv]{
    display: flex;
    justify-content: flex-start;
}
    .html-editor-property-element .html-editor-property-item[b-9lc03i5cuv] {
        margin-top: 2px;
        height: 36px;
        border-right: 0px !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
        .html-editor-property-element .html-editor-property-item:hover[b-9lc03i5cuv] {
            background-color: white;
            color: var(--primary-color);
        }
        .html-editor-property-element .html-editor-property-item-content[b-9lc03i5cuv] {
            margin-top: 2px;
            height: 36px;
        }
.html-editor-property-item-disabled[b-9lc03i5cuv] {
    border-color: #d9d9d9 !important;
    background-color: white !important;
    color: #d9d9d9 !important;
    cursor: default !important;
}
/* /Components/Components/Inputs/Language/InputLanguage.razor.rz.scp.css */
.input-language-component[b-jny9u4aw6c] {
    display: flex;
    justify-content: flex-start;
}
.input-language-container[b-jny9u4aw6c] {
    width: auto;
    display: flex;
    justify-content: flex-start;
    border: 1px solid var(--primary-color);
    border-radius: var(--bs-border-radius);
}
.input-language-item[b-jny9u4aw6c] {
    width: 200px;
    text-align: center;
    border-right: 1px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
    padding: 6px;
    font-weight: 500;
}
.input-language-item:last-of-type[b-jny9u4aw6c]{
    border-right: 0px;
}
    .input-language-item:hover[b-jny9u4aw6c] {
        background-color: var(--secondary-color);
        color: var(--font-color);
    }

    .input-language-item-selected[b-jny9u4aw6c] {
        background-color: var(--primary-color) !important;
        color: var(--font-color) !important;
        cursor: default;
    }
/* /Components/Components/Inputs/Password/CustomPassword.razor.rz.scp.css */
.form-password[b-s81hhi792u]
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
/* /Components/Components/Inputs/Password/PasswordDoubleCheck.razor.rz.scp.css */
/* /Components/Components/Inputs/Phone/InputPhone.razor.rz.scp.css */
.custom-phone-container[b-gx0qxgv379] {
    width: 100%;
    box-shadow: none !important;
    display: flex;
    justify-content: flex-start;
}
/* /Components/Components/Inputs/Size/InputSize.razor.rz.scp.css */
.input-size-container[b-pketo05dl1]
{
    display: flex;
    justify-content: flex-start;
    width: auto;
}
.input-size-content[b-pketo05dl1]{
    flex: 1;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-container-background[b-xyaa2nhscl]
{    
    height: 100svh;
    position: relative;    
    display: flex;
    justify-content: flex-start;
}
.login-container-left[b-xyaa2nhscl] {
    flex: 1;
    background: url('/images//login//login-background.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    position: relative;
}
.login-container-right[b-xyaa2nhscl]{
    width: 600px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.login-container-copyright[b-xyaa2nhscl]{
    position: absolute;
    bottom: 1px;
    left: 1px;
    color: white;
    background-color: #000000AA;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}
.login-layout-content-container[b-xyaa2nhscl]{
    flex: 1;
}
.footer-container[b-xyaa2nhscl]{
    padding-left: 30px;
    padding-right: 30px;
}
.footer-content-container[b-xyaa2nhscl] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.login-language-item[b-xyaa2nhscl] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
    line-height: 24px;
    font-weight: 500;
}
    .login-language-item:hover[b-xyaa2nhscl]{
        text-decoration: underline;
    }
    .login-language-item-text[b-xyaa2nhscl] {
        color: var(--color-primary);
    }   
.login-language-item-icon img[b-xyaa2nhscl] {
    width: 24px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-menu-container[b-we59j0oinv]
{
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    position: relative;
}

.main-menu-container-left[b-we59j0oinv] {
    width: 60px;
    background-color: var(--menu-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100vh;
    z-index: 100;
}
.main-menu-container-branding[b-we59j0oinv]{
    padding: 5px;
    margin-bottom: 10px;
}

.main-menu-container-branding img[b-we59j0oinv] {
    width: 100%;
}

.main-menu-container-right[b-we59j0oinv] {
    flex: 1;
    height: 100vh;
    overflow: auto;
    padding: 30px;
}
.main-menu-container-submenu[b-we59j0oinv]{
    position: absolute;
    left: 60px;
}
.main-menu-item[b-we59j0oinv]{
    width: 50px;
    height: 50px;
    margin: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.main-menu-item-icon[b-we59j0oinv] {
    height: 100%;
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-color);
}
.main-menu-item-icon img[b-we59j0oinv] {
    width: 32px;
}
    .main-menu-item i[b-we59j0oinv] {
        font-size: 24px;
        color: var(--primary-color);
        line-height: 50px;
    }
    .main-menu-item:hover[b-we59j0oinv]{
        background-color: white;
    }   
    .main-menu-item:hover .main-menu-item-tooltip[b-we59j0oinv] {
        visibility: visible;
    }

    .main-menu-item-tooltip[b-we59j0oinv] {
        visibility: hidden;
        position: absolute;
        left: 62px;
        width: auto;
        top: 8px;
        background-color: var(--primary-color);
        color: var(--font-color);
        padding: 3px 10px;
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 35%) 0px 2px 5px;
        white-space: nowrap;
        font-weight: 500;
        font-size: 16px;
    }
    .main-menu-item-tooltip[b-we59j0oinv]::after {
        content: "";
        position: absolute;
        bottom: 15%;
        left: 0%;
        margin-bottom: 5px;
        margin-left: -10px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent var(--primary-color) transparent transparent;
    }
.main-menu-spacer[b-we59j0oinv] {
    flex: 1;
}
.sub-menu-container[b-we59j0oinv] {
    position: absolute;
    top: 0px;
    left: 60px;
    height: 100vh;
    background-color: var(--menu-color);
    padding: 30px;
    padding-top: 20px;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99;
}
.sub-menu-item[b-we59j0oinv] {
    border-left: 3px solid var(--menu-font-color);
    color: var(--menu-font-color);
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.sub-menu-item:hover[b-we59j0oinv]{
    border-color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
}
