@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.element-show-block {
 
}
.element-hide-none {
    display: none;
}
html, body {
    height: 100%;
    overflow: hidden;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#water-marker {
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none; /* ȥ��������¼������ɴ�͸��div�����ײ�������div�� */
    background-size: 120px 120px;
    position: fixed;
    background-attachment: fixed;
}

.required-field:after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.sidebar-nav {
    margin-bottom: 22px;
}

.dxbl-accordion-item-content {
    font-size: 14px;
    /*padding-left: 2px;*/
}

.icon-column-chooser {
    width: 16px;
    height: 16px;
    mask-image: url("filterIcons/columnchooser.svg");
    background-color: currentColor;
}

.icon-preferences {
    width: 16px;
    height: 16px;
    mask-image: url("filterIcons/preferences.svg");
    background-color: currentColor;
}

.icon-save {
    width: 16px;
    height: 16px;
    mask-image: url("filterIcons/save.svg");
    background-color: currentColor;
}

.icon-fieldchooser {
    width: 16px;
    height: 16px;
    mask-image: url("filterIcons/fieldchooser.svg");
    background-color: currentColor;
}

.disabledchooser input {
    pointer-events: none !important;
    background-color: white;
}

.red-color-su {
    color: red !important;
}



.icon-class-Default {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Default.svg");
    mask-image: url("../images/filterIcons/Default.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-Between {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Between.svg");
    mask-image: url("../images/filterIcons/Between.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-Contains {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Contains.svg");
    mask-image: url("../images/filterIcons/Contains.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-EndsWith {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/EndsWith.svg");
    mask-image: url("../images/filterIcons/EndsWith.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-Equal {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Equal.svg");
    mask-image: url("../images/filterIcons/Equal.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-Greater {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Greater.svg");
    mask-image: url("../images/filterIcons/Greater.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-GreaterOrEqual {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/GreaterOrEqual.svg");
    mask-image: url("../images/filterIcons/GreaterOrEqual.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-Less {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/Less.svg");
    mask-image: url("../images/filterIcons/Less.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-LessOrEqual {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/LessOrEqual.svg");
    mask-image: url("../images/filterIcons/LessOrEqual.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-NotContains {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/NotContains.svg");
    mask-image: url("../images/filterIcons/NotContains.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-NotEqual {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/NotEqual.svg");
    mask-image: url("../images/filterIcons/NotEqual.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-class-StartsWith {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/StartsWith.svg");
    mask-image: url("../images/filterIcons/StartsWith.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}


.tb-icon {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
    background-color: #7D7D7D;
    opacity: 0.7;
    color: black;
}

.tb-btn {
    border-radius: 10px;
    font-size: 12px;
}

.mini-btn {
    padding: 5px;
}

.clearIcon {
    -webkit-mask-image: url("../images/filterIcons/plus_clear.svg");
    mask-image: url("../images/filterIcons/plus_clear.svg");
    width: 16px;
    height: 16px;
}

.plusCircleIcon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../images/filterIcons/plus-circle.svg");
    mask-image: url("../images/filterIcons/plus-circle.svg");
}
.editIcon {
    -webkit-mask-image: url("../images/filterIcons/plus_edit.svg");
    mask-image: url("../images/filterIcons/plus_edit.svg");
    width: 16px;
    height: 16px;
}


.search-box {
    display: inline-flex;
    margin-bottom: 20px;
}
.content-box{
    padding:1rem;
}



.treeview-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    background-position: center center;
}

.treeview-icon-folder {
    background-image: url("../images/filterIcons/folder-color.svg");
}

.treeview-icon-image {
    background-image: url("../images/filterIcons/image-colors.svg");
}

.treeview-icon-video {
    background-image: url("../images/filterIcons/video-colors.svg");
}

.treeview-icon-music {
    background-image: url("../images/filterIcons/music-colors.svg");
}

.treeview-icon-document {
    background-image: url("../images/filterIcons/document-color.svg");
}


.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url(../images/filterIcons/drop-file.svg);
    mask-image: url(../images/filterIcons/drop-file.svg);
}


.dxbl-btn.dxbl-disabled, .dxbl-btn:disabled {
    border-color: #ccc;
    background-color: #ccc;
}

.state_stop {
    background-color: #E55163;
    color: #fff;
    padding: 2px 5px;
    border-radius:5px;
}
.state_running {
    background-color: #26C657;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.state_font_blue {
    color: blue;
    padding: 2px 5px;
    border-radius: 5px;
}

.state_font_orange {
    color: orange;   
    padding: 2px 5px;
    border-radius: 5px;
}

.upload-box {
    border-radius: 10px;
    background-color: #F7F7F9;
}

.step-box {
    width: 100%;
    background-color: #fff;
    margin: 5px;
    border-radius: 10px;
    padding: 50px 20px;
    min-height:300px;
}

.formLable {
    text-align: left;
   
    line-height: 30px;
    padding-left: 20px;
    width: auto;
    max-height:150px;
    overflow:auto;
}

.formTextbox {
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: auto;
    border:solid 1px #ccc;
    border-radius:5px;
}
    ::deep .dxbl-fl-cpt {
        justify-content: flex-end;
    }

.step_finish {
    width: 50%;
    margin: 0 auto;
}

.hintItem {
    text-align: left;
    font-size: 12px;
    padding: 5px 0;
    color: orange;
}

.popupBodyCss{
     overflow:auto;
}

.runningTxtCss {
    position: absolute;
    top: 0;
    left: 40%;
}
.runningCss {
    background-color: #26C657;
    height:100%;
    width:0;
}
.runningBgCss {
    width: 180px;
    height: 20px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
}

.customGridCell {
    height:25px;
    line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;   
}
.pre-title {
    display: block; /* ÿ����Ϊһ����Ԫ�� */
    margin: 0; /* �Ƴ�Ĭ�ϵ��м�� */
    font-size: 15px;
}

.pre-detail {
    display: block; /* ÿ����Ϊһ����Ԫ�� */
    margin: 0; /* �Ƴ�Ĭ�ϵ��м�� */
    font-size: 12px;
}

/* OSS设置页面样式 */
.oss-settings-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.oss-settings-section {
    width: 100%;
}

.oss-page-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.oss-page-card-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.oss-settings-row-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.oss-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
    min-width: 120px;
    text-align: center;
}

.oss-icon-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.oss-icon-btn .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}

.oss-icon-btn div {
    font-size: 14px;
    white-space: nowrap;
}

/* OSS响应式布局 */
@media (max-width: 768px) {
    .oss-settings-container {
        padding: 10px;
        gap: 10px;
    }
    
    .oss-page-card {
        padding: 15px;
    }

    .oss-page-card-content {
        gap: 12px;
    }
    
    .oss-icon-btn {
        min-width: 100px;
        padding: 12px;
    }

    .oss-icon-btn .icon {
        width: 40px;
        height: 40px;
    }
}