/*Populer Konular bölümü*/

.popular-title-container{
    background-color: rgb(156 160 168 / 21%);
    padding: 20px;
    border-radius: 7px;
    width: 280px;
}

.popular-title-container a{
    display: flex;
    text-decoration: none;
    color: black;
}

.popular-title-list{
    padding: 20px 20px 0 20px;
}

.popular-title-item-left{
    margin-right: 10px;
}

.popular-title ul, .popular-title li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.popular-title-item-left img{
    width: 30px;
}

.popular-title-item{
    display: flex;
    margin-bottom: 12px;
}

.popular-title-item:last-child{
    margin-bottom: 0;
}

.popular-title-item-left{
    align-self: center;
}
/* Ana sayfa sağ bölüm - konu ve topluluk oluşturma */

.create-title-container {
    background-color: rgb(156 160 168 / 21%);
    border: 1px solid #ccc;
    border-radius: 7px 7px 7px 7px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 320px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.create-title-container img{
    border-radius : 7px 7px 0 0;
}

.create-title-container .home-avatar {
    height: 68px;
    left: 12px;
    position: absolute;
    top: 21px;
    /*top: 80px;*/
    width: 42px;
}

.create-title-container .home-headline {
    color: #1c1c1c;
    font-family: IBM Regular;
    font-size: 16px;
    margin-bottom: 16px;
    margin-left: 62px;
    margin-top: 26px;
}

.create-title-container .home-content {
    color: #1c1c1c;
    font-family: IBM Light;
    font-size: .925em;
    line-height: 1.425;
    margin-bottom: 13px;
    margin-left: 11px;
    margin-right: 8px;
}

.create-title-container .create-post:hover {
    background-color: #1484d7;
}

.create-title-container .create-post {
    background-color: rgb(28, 89, 175);
    color: #fff;
}

.create-title-container .home-create {
    align-self: center;
    border: 1px solid transparent;
    border-radius: 9999px;
    cursor: pointer;
    font-family: Noto Sans Bold;
    font-size: 14px;
    height: 32px;
    margin-bottom: 12px;
    padding-bottom: 1px;
    padding-right: 1px;
    width: 92.15%;
}

.create-title-container a{
	display: flex;
	align-items: center;
	justify-content: center;
}
