
.points {
    padding: 20px;
}
.points-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.points-head-title {
    font-family: 'TT Firs Neue' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #222222;
}
.points-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
}
.card-progress {
    width: 100%;
    background: #EFEFEF;
    border-radius: 34px;
}
.card-progress-indicator {
    background: #00CB67
}
.points-card {
    width: 100%;
    max-width: 195px;
    height: 100%;
    max-height: 249px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.points-card-active {
    width: 100%;
    max-width: 626px;
    height: 100%;
    max-height: 249px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


/*# sourceMappingURL=layout-components-webinars-components-points-index-vue.css.map?ver=9fcc381e*/