html {
    scroll-behavior: smooth;
}


/*SIDEBAR STYLE*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d4463d!important;
}

/*POSTING BUTTON*/
.ScopeSelector .scope {
    margin-right: 0!important;
}
.post-status-form .media-upload-icon, .post-status-form .poll-icon, .post-status-form .emoji-icon {
    font-size: 1.5em!important;
}
.post-status-form .form-bottom-left {
    max-width: 7em!important;
}
.post-status-form .form-post-body {
    height: calc(var(--post-line-height)*3em)!important;
}
.post-status-form form {
    margin: 0!important;
}

.language-selector {
    margin-left: auto!important;
    margin-right: 0.5em!important;
}

/*FUNKY ROTATION OF THE SIDEBAR HEHE*/
#sidebar{
    perspective: 800px;
    /*transition: all 0.2s;*/
}
.user-panel {
    /*transform: rotate3d(0, 1, 0.1, 12deg);*/
}
.NavPanel,.features-panel {
    /*transform: rotate3d(0, 1, 0, 15deg);*/
}
#notifs-sidebar {
    /*transform: rotate3d(0.1, 1, -0.02, 12deg);*/
}
#notifs-column {
    perspective: 800px;
}
#notifs-column>.Notifications {
    /*transform: rotate3d(0, -1, -0.05, 11deg);*/
}

/*IN NOTIFICATION, DISPLAY THE ACTION ON ANOTHER LINE*/
.name-and-action > span > small{
	display: block;
}
