.dashboard-container{
    background-color: #F9F7F7;
}
.custom-nav{
    border-radius: 16px;
    padding: 14px;
    background-color: #fff;
    border: 0.5px solid #ECECEC;
    box-shadow: 1px 2px 5px 0px #F2F0F0;

}
.custom-nav-scroll{
    overflow-x: scroll;
}

.custom-nav-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.custom-nav-scroll::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    background-color: transparent;
    border-radius: 6px;
}

.custom-nav-scroll::-webkit-scrollbar-thumb {
    background-color: #B6B6B6;
    border: 2px solid transparent;
    border-radius: 6px;
}
.nav-pills .theme-tab-2.active {
    color: #121A27 !important;
}

.nav-pills .theme-tab-2:hover{
    color: #121A27;
}

.nav-pills .theme-tab-2.active ,.theme-tab-2:hover{
    background-color: #F6F2FF;
    border-radius: 10px;
    box-shadow: 1px 1.5px 3px 0px #E4E4E440;
    position: relative;
    border-radius: 8px;
    z-index: 1;
    border: none;
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(93, 69, 144, 0.17) 100%);
    padding: 10px 24px;
    background-color: #DADADA00;
    color: #909090;
    border-width: 0.2px, 0.2px, 0.6px, 0.2px;
    transition: 0.3s ease-in-out;


}

.nav-pills .theme-tab-2.active::before, .theme-tab-2:hover::before{
    content: "";
    background: #F6F2FF;
    position: absolute;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    top: 1.5px;
    margin: 0;
    border-radius: 8px;
    left: 2px;
    right: 1px;
    z-index: -1;
    display: block;
    transition: all ease-in-out .3s;
}
.profile-container {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px #D2D2D240;
    background-color: #FFFFFF;
}

.profile-container.active {
    border: 1px solid #3B4454;
    box-shadow: none;
}


.profile-align {
    position: absolute;
    top: -33%;
    left: 37%;
}

@media(max-width:426px) {
    .profile-align {
        left: 42%;
    }
}
.cust-img-width {
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px #ADADAD40;

}
.more-options-img{
    width: 11px;
    height: 4px;
}
.dropdown-box {
    border-radius: 10px;
    border: 1px solid #ECECEC;
    box-shadow: 0px 2px 4px 0px #C0C0C040;
    min-width: 120px;

}
.custom-item{
    border-bottom: 1px solid #F6F6F6;
}
.dropdown-icon {
    width: 14px;
    height: 14px;
}
.dropdown-icon-1 {
    width: 16px;
    height: 13px;
}
.dropdown-btn{
    padding: 3px 4px;
    border-radius: 3px;
    background-color: transparent;
    line-height: 0;

    &:hover{
        background-color: #F3F2F2;
    }

    &:focus{
        background-color: #F3F2F2;
        box-shadow: none;
    }
    &:active{
        border: none !important;
        border-color: transparent !important;
    }
}
.dropdown-position {
    position: absolute;
    left: 41%;
    transform: translate(1%, -59%);
}

.arrow-cont {
    background-color: #909090;
    color: #fff;
    width: 32px;
    height: 18px;
    border-radius: 10px;
    padding: 2px 6px;
    border: none;

    img {
        transform: rotate(180deg);
    }
}

.arrow-cont.active {
    background-color: #121A27;

    img {
        transform: rotate(0deg);
    }
}
.cust-border {
    height: 30px;
    width: 1px;
    background-color: #c2c2c2;
}
.cust-border-bottom-tree {
    border-top: 2px solid #c2c2c2;
    position: absolute;
    left: 14%;
    right: 14%;
}

@media(max-width:1024px) {
    .cust-border-bottom-tree {
        left: 21%;
        right: 20%;
    }
}

.cust-border-bottom-tree::after {
    content: '';
    background-image: url(/left-curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: -16px;
}

.cust-border-bottom-tree::before {
    content: '';
    background-image: url(/right-curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -1.5px;
    right: -16px;
}

@media(max-width:768px) {
    .cust-border-bottom-tree {
        left: 27%;
        right: 28%;
    }

}

@media(max-width:820px) {
    .cust-border-bottom-tree {
        left: 27%;
        right: 29%;
    }

}



.line-pointer {
    border-radius: 10px;
}

.left-curve {
    position: absolute;
    top: 0;
    left: 187px;
}

.call-tree-scroll {
    max-height: 330px;
    overflow-y: scroll;
}

.call-tree-scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.call-tree-scroll::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: transparent;
    border-radius: 6px;
}

.call-tree-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 6px;
}
.custom-border-center {
    height: 13px;
    width: 2px;
    background-color: #c2c2c2;
}
.profile-container{
    width: 184px;
}
.dropdown-width{
    min-width: 120px;
}