#jstree {
    font-size: smaller;
}

.fa {
    margin-right: 5px;
}

#jstree .jstree-node {
    margin-left: 12px !important;
}

#jstree .jstree-icon {
    margin-right: 0px !important;
}

.field-container {
    min-height: 140px;
    width: 100%;
    border: 1px solid #ddd;
}

.joins-ul-container {
    height: 100px;
    min-height: 100px;
    overflow-y: auto;
}

.static-filter-ul-container,
.parameters-ul-container {
    position: relative;
    height: 100px;
    overflow-y: auto;
}

.ul-container {
    height: 65px;
}

.fa-columns {
    display: none !important;
}

.fields-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    min-height: 100px;
}

.field-label {
    text-align: center;

    display: block;
    color:white;
    background-color: #606468;
    font-weight: normal !important;
}

.drop-field-label {
    position: absolute;
    top: 45%;
    left: 33%;
    font-weight: normal !important;
    font-style: italic;
    color: rgb(195, 193, 193);
}

.drop-field-label-first-row {
    position: absolute;
    top: 55%;
    left: 33%;
    font-weight: normal !important;
    font-style: italic;
    color: rgb(195, 193, 193);
}

.category li {
    background-color: #f1f1f1;
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    cursor: move;
}

.field-textbox {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    resize: none;
    display: none;
}

ul.fields-ul > li:hover {
    color: #0dcaf0;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.ul-container .list-item {
    display: flex !important;
    align-items: center;
    gap: 5px;
    order: 2;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 5px;
}

.ul-container .list-item > span.column-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.ul-container .list-item > span.join-tables {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: inline-block;
}

.ul-container .list-item > span.function {
    flex: 1;
    white-space: nowrap;
    display: inline-block;
}

.input-container {
    position: absolute;
    bottom: 5px;
    width: 65%;
}

.ul-container .modify-field {
    order: 1;
}

.ul-container .delete-icon {
    order: 2;
    margin-left: 5px !important;
}

.ul-container .list-item hr {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 90%;
    margin: 0 auto !important;
}

/* preview */

.mt-custom {
    margin-top: 20px;
}

.mb-custom {
    margin-bottom: 20px;
}

#toggle-rows,
.sort-arrow {
    cursor: pointer;
    user-select: none;
}

.to-date-container label {
    text-align: right;
}

@media (max-width: 768px) {
    .to-date-container label {
        text-align: left;
    }

    .mt-custom.mb-custom .btn {
        order: 3;
        width: 100%;
        margin: 5px 0;
    }

    #theme-container label {
        text-align: left;
    }

    .pagination-container {
        width: 100%;
        text-align: center;
    }
}

/* .dropdown-menu {
    transform: translate3d(15px, 45px, 0px) !important;
} */

td,th{
    vertical-align: middle !important;
}

.tooltip {
    pointer-events: none;
}

.table-preview h6 {
    margin-bottom: 0rem;
}

.fa.fa-question-circle.options {
    color: #DAE8FC !important;
}

.dropdown-menu-filter{
    transform: translate3d(10px, 38px, 0px) !important;
    z-index: 1000;
}

.dropdown-menu.dropdown-menu-parameters{
    z-index: 1000;
}

.z-3{
    z-index: 3;

}

.form-inputs i{
    position:absolute;
    top: 68px;
    right: 24px;
}


.slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 5px;
}