/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.less to edit this template
*/
/*
    Created on : 06.05.2026, 14:36:00
    Author     : websm
*/
/*#Header #Menuouter #Menu {

    .navi_item {
        text-transform: uppercase;
        &.active{
            border-radius: 5px 5px 0 0;
            box-sizing: border-box;
            background: @ivbrednew;
            box-shadow: 0 0px 3px #939598;
            .navi-item-inner {
                a {
                    color:#fff;
                }
            }
            &:hover {
                background: #fff;
                a{
                    color: @grey;
                }
            }
        }
    }
}*/
/*.downloadbox{
    &:before{
        border-radius: 5px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: box-shadow 0.15s ease-in-out;
    }
    &:hover {
        &:before {
            box-shadow: 0 0 5px #5a5a5a;
            border-radius: 5px;
        }
    }
    a{
        &:hover {
            &:before {
                box-shadow: 0 0 5px #5a5a5a;
                border-radius: 5px;
            }
        }
    }
}*/
