/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.25em 0;
    padding: 0;
}

.row-options {
    /* display: none; */
    visibility: hidden;
}
  
tr:hover .row-options {
    /* display: block; */
    visibility: visible;
    color: #c0c0c0!important;
}

.disabled{
    pointer-events: none;
}

.treeview .btn-default {
    border-color: #e3e5ef;
}
.treeview .btn-default:hover {
    background-color: #f7faea;
    color: #bada55;
}
.treeview ul {
    list-style: none;
    padding-left: 32px;
}
.treeview ul li {
    padding: 25px 0px 0px 50px;
    position: relative;
}
.treeview ul li:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -31px;
    border-left: 2px dashed #a2a5b5;
    width: 1px;
    height: 100%;
}
.treeview ul li:after {
    content: "";
    position: absolute;
    border-top: 2px dashed #a2a5b5;
    top: 50px;
    left: -30px;
    width: 65px;
}
.treeview ul li:last-child:before {
    top: -22px;
    height: 72px;
}
.treeview > ul > li:after, .treeview > ul > li:last-child:before {
    content: unset;
}
.treeview > ul > li:before {
    top: 90px;
    left: 36px;
}
.treeview > ul > li:not(:last-child) > ul > li:before {
    content: unset;
}
.treeview > ul > li > .treeview__level:before {
    height: 60px;
    width: 60px;
    top: -9.5px;
    background-color: #54a6d9;
    border: 4.5px solid #d5e9f6;
    font-size: 22px;
}
.treeview > ul > li > ul {
    padding-left: 34px;
}
.treeview__level {
    padding: 12px;
    padding-left: 42.5px;
    display: inline-block;
    /*border-radius: 5px;
    font-weight: 700;
    border: 1px solid #e3e5ef;*/
    position: relative;
    z-index: 1;
}
.treeview__level:before {
    content: attr(data-level);
    position: absolute;
    left: -27.5px;
    top: -6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 4.5px solid #eef6d5;
    background-color: #bada55;
    color: #fff;
    font-size: 20px;
    background-size: cover;
}
.treeview__level-btns {
    margin-left: 15px;
    display: inline-block;
    position: relative;
}
.treeview__level .level-same, .treeview__level .level-sub {
    position: absolute;
    display: none;
    transition: opacity 250ms cubic-bezier(0.7, 0, 0.3, 1);
}
.treeview__level .level-same.in, .treeview__level .level-sub.in {
    display: block;
}
.treeview__level .level-same.in .btn-default, .treeview__level .level-sub.in .btn-default {
    background-color: #faeaea;
    color: #da5555;
}
.treeview__level .level-same {
    top: 0;
    left: 45px;
}
.treeview__level .level-sub {
    top: 42px;
    left: 0px;
}
.treeview__level .level-remove {
    display: none;
}
.treeview__level.selected {
    background-color: #f9f9fb;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.treeview__level.selected .level-remove {
    display: inline-block;
}
.treeview__level.selected .level-add {
    display: none;
}
.treeview__level.selected .level-same, .treeview__level.selected .level-sub {
    display: none;
}
.treeview .level-title {
    cursor: pointer;
    user-select: none;
}
.treeview--mapview ul {
    justify-content: center;
    display: flex;
}
.treeview--mapview ul li:before {
    content: unset;
}
.treeview--mapview ul li:after {
    content: unset;
}

/* Hide the default scrollbar */
.scroll-list::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
}

/* Style the scrollbar track */
.scroll-list::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background color of the track */
}

/* Style the scrollbar thumb */
.scroll-list::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 3px; /* Round the corners of the thumb */
}
