.mb-4 {
    margin-bottom: 0rem !important;
}

.d-md-flex {
    display: flex !important;
    flex-direction: column-reverse;
    margin-top: auto;
	font-size: 14px;
}

.boxed-item {
    margin-left: 20px;
}

.sidebar-nav .nav-link {
	white-space: initial;
}

.sidebar-nav .nav-group-toggle::after {
	flex-shrink: 0;
}

.avatar{
	justify-content: flex-end;
}

.avatar-md {
	display: contents;
	align-items: center;
	white-space: nowrap; /* Metni tek satırda tutar */
}

.avatar-img {
	flex-shrink: 0; /* Resmin küçülmesini engeller */
	margin-right: 8px; /* Resim ile isim arasında boşluk bırakır */
	width: 40px; /* Resmin genişliğini ayarlayın, uygun bir değer seçin */
	height: 40px; /* Resmin yüksekliğini ayarlayın, uygun bir değer seçin */
	border-radius: 50%; /* Resmi daire yapar */
}

.user-name {
	display: inline-block; 
	white-space: nowrap; /* Metni tek satırda tutar */
}

div#standalone-container {
	flex-grow: 1 !important;
	flex-direction: column;
	display: flex;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    color: black;
}

.carousel-inner {
    text-align: -webkit-center;
}

div#carouselExampleCaptions {
    width: 70%;
}

.carousel-caption.d-none.d-md-block {
    background-color: rgba(var(--cui-body-color-rgb), 0.5);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 50%;
    right: 25%;
    left: 25%;
	position: static;
}

span.carousel-control-next-icon, span.carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    /* padding: 20px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

button#backButton {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

button#nextButton {
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex
;
    justify-content: center;
    align-items: center;
}