.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.icon-card .card-icon-item {
  position: relative;
  margin-bottom: 12px;
}
.icon-card .card-icon-item .content-card-icon {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: white;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  z-index: 1;
  justify-content: center;
  gap: 25px;
  font-family: "Montserrat";
}
.icon-card .card-icon-item .content-card-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transition: 1.5s;
}
.icon-card .card-icon-item .content-card-icon.color-1::before {
  background: rgba(41, 46, 111, 0.65);
  height: 99%;
}
.icon-card .card-icon-item .content-card-icon.color-2::before {
  background: rgba(228, 21, 19, 0.65);
}
.icon-card .card-icon-item .content-card-icon.color-3::before {
  background: rgba(230, 197, 4, 0.65);
}
.icon-card .card-icon-item .content-card-icon h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: white;
  font-weight: inherit;
}
@media (min-width: 992px) {
  .icon-card .card-icon-item .content-card-icon.color-2, .icon-card .card-icon-item .content-card-icon.color-3 {
    padding: 30px 30px 30px 60px;
    justify-content: left;
    gap: 60px;
  }
  .icon-card .card-icon-item .content-card-icon.color-2 h3, .icon-card .card-icon-item .content-card-icon.color-3 h3 {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .icon-card .card-icon-item .content-card-icon {
    justify-content: left;
  }
  .icon-card .card-icon-item .content-card-icon h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .icon-card .card-icon-item .content-card-icon .draw-svg svg {
    width: 60px;
    height: 60px;
  }
}
.icon-card .card-icon-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .icon-card .card-icon-left {
    padding-right: 0;
  }
  .icon-card .card-icon-left .card-icon-item img {
    height: 43.5vh;
  }
  .icon-card .card-icon-right .card-icon-item img {
    height: 21vh;
  }
  .icon-card .card-icon-right .draw-svg svg {
    width: 60px;
    height: 80px;
  }
}

/*# sourceMappingURL=card_icon.css.map */
