.box-shadow{
    box-shadow: 0 4px 8px rgba(102, 109, 146, .08);
}
body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 100px
}

body::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.09)
}

body::-webkit-scrollbar-track {
    background-color: #fafaff
}

body::-webkit-scrollbar-thumb {
    background: #000fff;
    background-color: #000fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 100px
}

body::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.61);
    border-radius: 100px
}

body::-webkit-scrollbar-thumb:vertical {
    min-height: 6px
}

body::-webkit-scrollbar-thumb:horizontal {
    min-width: 6px
}

.bottom-0{
    bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.top{
    margin-top:-10px !important;
}
.button-secondary-hover{
    --sds-c-button-outline-brand-color-background-hover : blue;
    --sds-c-button-text-color-hover: white;
}