:root{
    --tema-birincil : #efa603;
    --tema-birincil-rgb : 239, 166, 3;

    --tema-birincil-acik : #fdb311;
    --tema-birincil-acik-rgb : 253, 179, 17;

    --tema-birincil-koyu : #4a412c;
    --tema-birincil-koyu-rgb : 74, 65, 44;

    --tema-birincil-koyu-1 : #39342a;
    --tema-birincil-koyu-1-rgb : 57, 52, 42;

    --tema-birincil-beyaz : #f8f6f2;
    --tema-birincil-beyaz-rgb : 248, 246, 242;

    --tema-birincil-beyaz-1 : #f3ecdd;
    --tema-birincil-beyaz-1-rgb : 243, 246, 221;

    --tema-birincil-beyaz-2 : #f3dba5;
    --tema-birincil-beyaz-2-rgb : 243, 219, 165;

}

.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: 1;
    position: relative;
    top: -53px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--bs-primary);
}
.dark-style .selectLabel{
    background-color: #2f3349;
    z-index: 1;position: relative;top: -53px;left: 10px;padding-left: 5px;padding-right: 5px;color: var(--bs-primary);

}

.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;
}

#template-customizer{
    display: none!important;
}