:root {
    --input-background: #f3f3f5;
    --muted-foreground: #717182;
}

.bg-input-background {
    background-color: var(--input-background);
    color: var(--muted-foreground);
}

.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}

.stg-tabs ul li button.active{
    background: #2872B8;
    background: linear-gradient(90deg,rgba(40, 114, 184, 1) 0%, rgba(36, 39, 94, 1) 100%);
    color: #ffffff;
}
.stg-tabs ul li button.active svg{
    color: #ffffff;
}