
.card-counter-container-double {
    margin: 15px;
}

.card-counter-container {
    box-sizing: border-box !important;
    outline: none !important;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: center;
    align-items: center;
}
.card-counter-item {
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    margin: 15px !important;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.card-counter-item-selected {
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.7);
    zoom: 1.05;
}

.card-counter-item-sx {
    width: 50%;
    border-top-left-radius: 8px; 
    border-bottom-left-radius: 8px;
}
.card-counter-item-dx {
    width: 50%;
    border-top-right-radius: 8px; 
    border-bottom-right-radius: 8px;
}

.card-counter-cols-2{
     min-width: calc(50% - 30px);
}
.card-counter-cols-3{
     min-width: calc(33.3333% - 30px);
}
.card-counter-cols-4{
     min-width: calc(25% - 30px);
}
.card-counter-cols-5{
     min-width: calc(20% - 30px);
}
.card-counter-cols-6{
     min-width: calc(16.6666% - 30px);
}
.card-counter-cols-7{
     min-width: calc(14.2857% - 30px);
}
.card-counter-cols-8{
     min-width: calc(12.5% - 30px);
}
.card-counter-cols-9{
     min-width: calc(11.1111% - 30px);
}
.card-counter-cols-10{
     min-width: calc(10% - 30px);
}
.card-counter-item-container {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    display: flex;
    height: 100%;
    overflow: hidden;
}
.card-counter-item-icon-container {
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 20px;
    box-sizing: content-box !important;
}
.card-counter-item-icon-container-circle {
    border-radius: 100px;
}
.card-counter-item-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
}
.card-counter-item-icon-large {
    font-size: 64px;
    width: 64px;
    height: 64px;
}

.card-counter-item-content-container {
    display: flex;
    flex-direction: column;
    color: rgb(17, 17, 17);
    width: 100%;
}

.card-counter-item-content-counter {
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
.card-counter-item-content-description {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-top: 4px;
    line-height: normal;
}

.card-counter-description{
    text-align: center;
    font-weight: 600;
    font-size:  18px;
}