
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-small{
    font-size: 13px;
}
.placeholder-white::placeholder{
    color: white;
}
.text-card-title{
    font-size: 24px;
    text-shadow: 0 7px 10px rgba(0,0,0,.7);
    font-weight: 600;
}
.text-card-text{
    font-weight: 400;
    font-size: 16px;
    text-shadow: 0 7px 10px rgba(0,0,0,.5);
}

.rounded-img-top{
    border-radius: var(--std-radius) var(--std-radius) 0px 0px
}


.rounded-img{
    border-radius: var(--std-radius);
}

.sidebar-title{
    font-size: 30px;
    text-shadow: 0 7px 10px rgba(0,0,0,.7);
}
.sidebar-desc{
    text-shadow: 0 7px 10px rgba(0,0,0,.7);
    font-size: 24px;
}
.sidebar-menu{
    margin: 25px -1.5rem 10px -1.5rem;
    padding: 0;
}
.sidebar-menu-item{
    border-radius: 0!important;
    border: 0;
    padding: 5px 24px;
    font-size: 20px;
    font-weight: 500!important;
    margin-bottom: 5px;
    transition: .2s ease all;
}
.sidebar-menu-item.active{
    background: rgba(255, 255, 255, 0.2);
    /*backdrop-filter: blur( 5px );*/
    /*-webkit-backdrop-filter: blur( 5px );*/
    -moz-box-shadow:    inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow:         inset 0 0 20px rgba(255,255,255,.5);
}
.blog-image-container{
    box-shadow: 0 7px 10px rgba(0,0,0,.5);
    border-radius: var(--std-radius);
}
.blog-head{
    background: rgba(255, 255, 255, 0.2);
    /*backdrop-filter: blur( 5px );*/
    /*-webkit-backdrop-filter: blur( 5px );*/
    -moz-box-shadow:    inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow:         inset 0 0 20px rgba(255,255,255,.5);
    padding: 12px 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: linear-gradient(to top,
    rgba(0,0,0,.4),
    rgba(0,0,0,.2),
    rgba(0,0,0,.3)
    );
    text-shadow: 0 7px 10px rgba(0,0,0,.7);
    border-top: 1px white solid;
}
.sidebar-menu-item:hover{
    background: rgba(255, 255, 255, 0.2);
    /*backdrop-filter: blur( 5px );*/
    /*-webkit-backdrop-filter: blur( 5px );*/
    -moz-box-shadow:    inset 0 0 10px #fff;
    -webkit-box-shadow: inset 0 0 10px #fff;
    box-shadow:         inset 0 0 20px rgba(255,255,255,.5);
}
.sidebar-blog-image{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: var(--std-radius);
}
.sidebar-blog-title{
    font-size: 22px;
}
.sidebar-blog-content{
    font-size: 14px;
    font-weight: 300;
}

.blog-img-container{
    position: relative;
    overflow: hidden;
    border-radius: var(--std-radius) var(--std-radius) 0 0;
}
.blog-img-container::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(255,255,255,.3);
    z-index: 1;
}
.blog-title{
  text-shadow: 0 5px 10px rgba(0,0,0,.4);
  margin-bottom: 20px;
}
.blog-yazi p{
}
.bg-blog{
    background: linear-gradient(to right,

    );
}

.blog_btn{
    background: linear-gradient(to right,
    #974090,
    #dc5734
    );
    color: white;
    font-weight: bolder;
    padding: 20px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 24px;
    text-align: center;
    margin-bottom: 1rem;
}
.blog_btn a{
    color: white;
    text-decoration: underline;
}
thead, tbody, tfoot, tr, td, th {

    border-width: 1px;

}

table{
    width: 100%!important;
    max-width: 100%!important;
    margin: 20px 0;
}
.bilgi_element{
    display: block;
    background-color: rgb(218 59 206 / 14%);
    color: #961ae3;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.bilgi_element .bilgi_before{
    position: absolute;
    left: -10px;
    top: -15px;
    background-color: #961ae3;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.soru_before {
    position: absolute;
    left: -10px;
    top: -15px;
    background-color: #2ee31a;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.soru_element {
    /* background-color: #67ff003d; */
    display: block;
    background-color: rgb(99 218 59 / 14%);
    color: #0b913e;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 25px;
    border-radius: 10px;
}