/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23.Eyl.2021, 16:05:48
    Author     : Ayberk
*/
.app-sidebar{
    background: #fff;
}
.side-menu__label{
    white-space: normal;
}
.app-sidebar ul li a,
.user-info h2,
.user-info,
.side-menu .slide-menu li a{
    color:#212529;

}
.side-menu__icon svg{
    fill:#212529;
}
.form-label{
    font-weight: bold;  
}
.horizontalMenu ul li a.btn{
    margin: 0px !important;
    border-radius: 10px;
}
.bg-background-1 .sticky-wrapper .horizontalMenu > .horizontalMenu-list > li > a > i{
    color: #fff;
}
.bg-background-1 .sticky-wrapper.is-sticky .horizontalMenu>.horizontalMenu-list>li>a>i{
    color: #18113c;
}

.item-user .item-user-icons button {
    color: #6964f7;
}

.item-user .item-user-icons button {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.5rem;
    margin-top: .3rem;
    font-size: 16px;
    background: #f5f4f9;
    border: none;
}

.item-card9-icons2 button {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.1rem;
    border-radius: 50px;
    color: #18113c;
    background: #eff0ff;
    border: none;
}
.td-custom-elipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    max-height: 150px;
}

.devamini_oku{
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.devamini_oku p{
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dropzone {
    position: relative;
    border: 2px dashed #666ee8;
    border-radius: 20px;
    font: bold 24px/200px arial;
    min-height: 450px;
    margin: 30px auto;
    text-align: center;
}

.dropzone.hover {
    border: 10px solid #FE5;
    color: #FE5;
}

.dropzone div {
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    left: 0;
}

.dropzone img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

.dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

*::-webkit-scrollbar{
    height: 10px !important;
}