.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);
}

.accordion > .class {
  margin-top: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  border: 1px solid #EEEEEE;
  background: #F9F9F9;
}
.accordion > .class:focus-within {
  box-shadow: 0 0 0 2px #292E6F;
  border-color: #292E6F;
}
.accordion > .class .class-header {
  background-color: #FFF;
}
.accordion > .class .class-header:first-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion > .class .class-header .btn {
  background: #F9F9F9;
  border: none;
  outline: none;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1.15rem;
  line-height: 24px;
  width: 100%;
  text-align: left;
  color: #414151;
  font-weight: 400;
  margin: 0;
  min-height: 50px;
  font-weight: 500;
}
.accordion > .class .class-header .btn img {
  width: 32px;
  height: 30px;
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #F9F9F9;
}
.accordion > .class .class-header .btn:after {
  font-family: "custom_icon";
  content: "\e905";
  transform: rotate(0deg);
  transition: 0.5s all;
  width: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 0;
}
.accordion > .class .class-header .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.accordion > .class .class-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}
.accordion > .class .class-body p {
  color: #6A7178;
  font-size: 1rem;
  line-height: 1.7rem;
}
.accordion > .class .class-body p:first-child {
  margin-top: 0px;
}
.accordion > .class .class-body p:last-child {
  margin-bottom: 0px;
}
.accordion > .class .collapse:not(.show) {
  display: none;
}
.accordion > .class .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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