*::-webkit-scrollbar {
    width: 0.875rem;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border: 0.25rem solid transparent;
    background-clip: content-box;
    background-color: #bbbbbb;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow: overlay;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 !important;
}

.font-estetik {
    font-family: 'Sacramento', cursive !important;
    color: #ffffff !important;
}

.cropper {
    width: 14rem;
    height: 14rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.cropper>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.btn-music {
    position: fixed;
    bottom: 9vh;
    right: 2vh;
    z-index: 1055;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    z-index: 1055 !important;
}

.card-body {
    overflow-wrap: break-word !important;
}

























.comment{
    width:100%;
    margin:10px auto;
    background:#212529;
    border-radius:5px;
}

.comment .profıle-ımage{
    float: left;
    height: 100%;
    margin: 6px 0px 0px 6px;
    background: none;
    position: absolute;
    border-radius: 50%;
}

.comment .profıle-ımage:hover{
    opacity:0.6;
}

.comment .profıle-ımage #name{
    color:white;
    font-size:2rem;
    margin:0px;
    padding-top:5px;
    padding-left: 15px;
    text-align:center;
}

.comment .username{
    float: left;
    margin: 15px 0px 0px 10px;
    padding: 0px;
    font-size: 0.8rem;
    width: 80%;
    position: relative;
    margin-left: 80px;
}

.username h3{
    margin-left: 0;
    background: none;
    width: 80%;
    margin-bottom: -5px;
}

.comment .username:hover{
    color:#757575;
}


.comment .user-comment{
    margin-top: 10px;
    padding-left: 82px;
    width: 100%;
    background-color: none;
    display: flex;
}


.comment .time-placeholder{
    bottom: 0;
    float: left;
    margin-left: 2px;
    position: relative;
    color: navajowhite;
    width: 100%;
}

.comment .user-comment p{
    color:grey;
    margin:0px;
    padding:0px;
    font-size:12px;
    top:35px;
    left:-36px;
}

.comment .user-comment span{
    color:#9E9E9E;
    font-size:13px;
    margin:0px;
    padding:0px;
    left:75px;
    top:-13px;
}

.comment .user-comment span:hover{
    color:#616161;
}
