﻿.sds-tree-grid .dx-treelist-header-panel {
    border: 1px solid #e8eaeb;
    border-top-right-radius: 6px;
    background-color: #fff;
    border-top-left-radius: 6px;
}
.sds-tree-grid .dx-treelist-header-panel .dx-toolbar-items-container {
    height: 76px;
}
.tree-grid-title {
    color: var(--sds-grey-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* padding: 6px 12px; */
}
.tree-grid-item-count, .tree-grid-child-count {
    border-radius: 10px;
    background: var(--sds-grey-300, #F0F4F4);
    color: var(--sds-grey-800, #2D3232);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    height: 20px;
    padding: 1px 8px;
}
.sds-tree-grid .dx-treelist-header-panel .dx-treelist-search-panel {
    padding: 3px;
    border-radius: 6px;
    /* margin-right: 20px; */
    border: 1px solid var(--sds-grey);
}
.sds-tree-grid .dx-treelist-header-panel .dx-treelist-search-panel .dx-icon-search::before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%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%3C/path%3E%3Cpath d='M13.7036 13.703L17.5005 17.4999' stroke='%23879090' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E")
}
.sds-tree-grid .dx-treelist-header-panel .dx-treelist-search-panel .dx-icon-search {
    margin-top: -16px;
}
.sds-tree-grid .dx-treelist-headers .dx-header-row {
    background: var(--sds-grey-200);
    height: 52px;
    border-bottom: 0px;
}
.sds-tree-grid .dx-treelist-headers .dx-header-row td {
    vertical-align: middle !important;
    border: 0px;
    color: var(--sds-grey-700, #5A6161);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.sds-tree-grid .dx-treelist-table tr{
    height: 30px;
}
.sds-tree-grid .dx-treelist-table tr td{
    padding: 20px;
}

.sds-tree-grid .dx-treelist-pager {
    background: #fff;
    padding: 0;
}
.sds-tree-grid .dx-treelist-pager .dx-pages {
    float: unset;
    display: flex;
    justify-content: space-between;
    height: 64px;
    padding: 16px;
}
.sds-tree-grid .dx-treelist-pager .dx-pages .dx-info {
    color: var(--sds-grey-800, #2D3232);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 3px;
    opacity: 1;
}
.sds-tree-grid .dx-pager .dx-pages .dx-page, .sds-tree-grid .dx-pager .dx-pages .dx-separator {
    height: 32px;
    min-width: 32px;
    padding: 4px 12px 6px 12px;
    margin: 0px !important;
    justify-content: center;
    align-items: center;
    border: 0.1px solid var(--sds-grey, #B6BFBF);
    border-left: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.sds-tree-grid .dx-pager .dx-pages .dx-navigate-button {
    height: 18px !important;
    padding: 6px 20px !important;
    justify-content: center;
    align-items: center;
    width: unset;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid var(--sds-grey, #B6BFBF);
    background: var(--sds-grey-000, #FFF);
    font-family: 'Inter';
}
.sds-tree-grid .dx-navigate-button.dx-prev-button.dx-button-disable {
    border-right: 1px solid black;
}
.sds-tree-grid .dx-pager .dx-pages .dx-prev-button {
    border-radius: 6px 0px 0px 6px;
}
.sds-tree-grid .dx-pager .dx-pages .dx-prev-button::before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 10H3.125' stroke='%23020303' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8.75 4.375L3.125 10L8.75 15.625' stroke='%23020303' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.sds-tree-grid .dx-pager .dx-pages .dx-next-button::before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10H16.875' stroke='%23020303' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.25 4.375L16.875 10L11.25 15.625' stroke='%23020303' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.sds-tree-grid .dx-pager .dx-pages .dx-next-button {
    border-radius: 0px 6px 6px 0px;
    border-left: 0px;
}
.sds-tree-grid .dx-searchbox .dx-texteditor-input
{
    padding-inline-start: 35px;
}

.sds-tree-grid .sds-tree-grid-btn-primary {
    border: 1px solid var(--sds-primary);
    background: var(--sds-primary);
    color: white;
}
.sds-tree-grid .sds-tree-grid-btn-ticket{
    border: 1px solid var(--sds-grey);
    background: var(--sds-grey-000);
    color: var(--sds-grey-900);
}
.sds-tree-grid .sds-tree-grid-btn-ticket:hover{
    background: var(--sds-grey-200);
}
.sds-tree-grid .sds-tree-grid-btn {
    padding: 6px 12px;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.sds-tree-grid .dx-toolbar .dx-toolbar-items-container .dx-toolbar-before, .sds-tree-grid .dx-toolbar .dx-toolbar-items-container .dx-toolbar-after {
    padding: 16px;
}
@media only screen and (max-width: 800px) {
    
    .sds-tree-grid .dx-toolbar-before,.sds-tree-grid  .dx-toolbar-after{
        float: unset;
        display: block;
    }
}