﻿
.model-column-table-name {
    padding-left: 1.5em !important;
}
.model-field-group-searchbar {
    border-color: #B6BFBF;
    border-radius: 6px !important;
    padding: 4px;
}
.add-new-model-field-group {
    padding: 6px 12px;
}
.model-field-treeview .dx-texteditor-input-container .dx-icon-search {
    margin-top: -15px;
}
.model-field-treeview .dx-texteditor-input-container .dx-icon-search::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.0625 15.625C12.6869 15.625 15.625 12.6869 15.625 9.0625C15.625 5.43813 12.6869 2.5 9.0625 2.5C5.43813 2.5 2.5 5.43813 2.5 9.0625C2.5 12.6869 5.43813 15.625 9.0625 15.625Z' stroke='%23879090' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.7036 13.7031L17.5005 17.5' stroke='%23879090' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.model-field-treeview .dx-treeview-toggle-item-visibility {
    color: #020303;
    font-size: 16px;
}
.model-field-treeview .model-field-treeview-column svg path {
    fill: #9B51E0
}
.model-field-treeview .model-field-treeview-item {
    padding: 5px 16px 5px 4px;
    color: #020303
}

.model-field-treeview .dx-treeview-item.dx-state-hover .model-field-treeview-folder-btn:after {
    height: 16px;
    display: block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1571_57004)'%3E%3Cpath d='M8 9C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9Z' fill='%235A6161'%3E%3C/path%3E%3Cpath d='M4.71875 8C4.71875 8.53503 4.28503 8.96875 3.75 8.96875C3.21497 8.96875 2.78125 8.53503 2.78125 8C2.78125 7.46497 3.21497 7.03125 3.75 7.03125C4.28503 7.03125 4.71875 7.46497 4.71875 8Z' fill='%235A6161' stroke='%235A6161' stroke-width='0.0625'%3E%3C/path%3E%3Cpath d='M13.2188 8C13.2188 8.53503 12.785 8.96875 12.25 8.96875C11.715 8.96875 11.2812 8.53503 11.2812 8C11.2812 7.46497 11.715 7.03125 12.25 7.03125C12.785 7.03125 13.2188 7.46497 13.2188 8Z' fill='%235A6161' stroke='%235A6161' stroke-width='0.0625'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1571_57004'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.model-folder-context-menu-item {
    font-size: 14px;
    color: #020303;
    padding: 8px 4px 5px 4px;
}

.model-folder-context-menu-item#subFolder  svg path{
    stroke : #000;
}
.model-folder-context-menu-item#rename svg path {
    fill: #000;
}

.model-folder-context-menu-item#delete {
    color: #EB5757;
    border-top: 1px solid #DEE4E4;
}
.model-field-treeview-folder-btn{
    margin-right: -3%;
}