.srv.v9 {
    --srv-v9-icn-s: 5rem;

    .srv-icn {
        width: var(--srv-v9-icn-s);
        height: var(--srv-v9-icn-s);
    }

    .btn.v3 {
        color: var(--primary);
    }
    &[data-colors="primary-dark"]{
        .bg-bx.ulk-bg{
            background-color: #EBF4FF;;
        }
        .btn.v3{
            color: #253451;
            svg{
                rect{
                    fill: #253451;
                }
                path{
                    fill: white;
                }
            }
        }
    }
    
}
