:root{
    --tema-birincil : #d4ca0c;
    --tema-birincil-rgb : 212, 202, 12;

    --tema-birincil-acik : #beb74d;
    --tema-birincil-acik-rgb : 190, 183, 77;

    --tema-birincil-koyu : #737038;
    --tema-birincil-koyu-rgb : 115, 112, 56;

    --tema-birincil-koyu-1 : #57553e;
    --tema-birincil-koyu-1-rgb : 87, 85, 62;

    --tema-birincil-beyaz : #fafaf4;
    --tema-birincil-beyaz-rgb : 250, 250, 244;

    --tema-birincil-beyaz-1 : #f8f8e0;
    --tema-birincil-beyaz-1-rgb : 250, 250, 244;

    --tema-birincil-beyaz-2 : #f3f3a3;
    --tema-birincil-beyaz-2-rgb : 243, 243, 163;

}

.app-brand-link img{
    width: 220px;
}
.layout-menu .app-brand-link img{
    width: 170px;
}
.light-style .ozelLabel{
    background-color: #fff;
    z-index: 1;
    position: relative;
    top: 7px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: var(--bs-primary);
}
.dark-style .ozelLabel{
    background-color: #2f3349;
    z-index: 1;position: relative;top: 10px;left: 10px;padding-left: 5px;padding-right: 5px;font-weight: bold;
    color: var(--bs-primary);
}
.light-style .selectLabel{
    background-color: #fff;z-index: 20;position: relative;top: -53px;left: 10px;padding-left: 5px;padding-right: 5px;color: var(--bs-primary);
}
.dark-style .selectLabel{
    background-color: #2f3349;
    z-index: 20;position: relative;top: -53px;left: 10px;padding-left: 5px;padding-right: 5px;color: var(--bs-primary);

}
.dark-style .app-brand-link img{
    filter:brightness(100);
}
.dark-style .layout-menu .app-brand-link img{
    filter:brightness(100);
}
.l2{
    width: 40px!important;
    display: none;
}
.layout-menu-collapsed .l1{
    display: none;
}
.layout-menu-collapsed .l2{
    display: block;
}
.layout-menu-hover .l1{
    display: block!important;
}
.layout-menu-hover .l2{
    display: none!important;
}