.page-account header {
    background-color: #4682B4; /* Daha koyu bir mavi tonuna ayarlad�k */
    display: flex;
   
 justify-content: space-between;
    align-items: center;
    padding: 10px 3%;
}
.username-text {
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

    .navbar.default-layout .navbar-brand-wrapper {

        transition: width 0.25s ease, background 0.25s ease;

        -webkit-transition: width 0.25s ease, background 0.25s ease;

        -moz-transition: width 0.25s ease, background 0.25s ease;

        -ms-transition: width 0.25s ease, background 0.25s ease;

        background: #4682B4;    ---- Arkaplan rengi

        width: 240px;

        height: 63px;

    }



.sidebar {

    min-height: calc(100vh - 63px);

    background: -webkit-gradient(linear, left bottom, left top, from(#e3c7ef), to(#3f2747));

    background: linear-gradient(to top, #4682B4, #4682B4);   ---- Client men� arka plan rengi

  }
