
:root{

    --box-shadow:2px 6px 16px 0 rgba(17,42,128,0.08);
    --toggle-shadow: 0 0 6px rgba(37,44,55,0.1);    
} 

.br-max{
    border-radius: 24px;
}
.br-lg{
    border-radius: 12px;
}
.flex-nor{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-btw{
    display: flex;
    justify-content: space-between;
}
.g-1{
    gap: 4px;
}
.g-2{
    gap: 8px;
}
.t-center{
    text-align: center;
}

