.class-card-box[data-v-3716e271] {
  position: relative;
  height: 270px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
.class-card-box.class-card-box-active[data-v-3716e271] {
  background: white;
}
.class-card-box.class-card-box-inactive[data-v-3716e271] {
  background: #f5f5f5;
}
.class-card-box .card-top[data-v-3716e271] {
  position: relative;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.class-card-box .card-top .classroom-bg[data-v-3716e271] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.class-card-box .card-top .school-info[data-v-3716e271] {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
}
.class-card-box .card-top .school-info .school-name[data-v-3716e271] {
  font-size: 16px;
  margin: 0 0 4px;
  opacity: 0.9;
}
.class-card-box .card-top .school-info .class-name[data-v-3716e271] {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.class-card-box .card-top .school-info .class-name img[data-v-3716e271] {
  width: 20px;
  height: 20px;
}
.class-card-box .card-bottom[data-v-3716e271] {
  height: 50%;
  padding: 20px;
  background: white;
}
.class-card-box .card-bottom .info-row[data-v-3716e271] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.class-card-box .card-bottom .info-row[data-v-3716e271]:last-child {
  margin-bottom: 0;
}
.class-card-box .card-bottom .info-item[data-v-3716e271] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.class-card-box .card-bottom .info-item.full-width[data-v-3716e271] {
  width: 100%;
}
.class-card-box .card-bottom .info-item .p-light-grey[data-v-3716e271] {
  font-size: 14px;
  color: #666;
  margin: 0 0 4px;
}
.class-card-box .card-bottom .info-item .info-value[data-v-3716e271] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.blank-box[data-v-38b89dd4] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: white;
  font-size: 16px;
}
.blank-box .create-btn[data-v-38b89dd4] {
  color: #2447F9;
  cursor: pointer;
}
.blank-box .create-btn[data-v-38b89dd4]:hover {
  text-decoration: underline;
  color: #2447F9;
}

.class-cards-box[data-v-e1de6538] {
  position: absolute;
  background: white;
  height: 100%;
  width: 100%;
  padding: 40px 80px;
  border-radius: 20px;
  overflow: auto;
}
.class-cards-box .card-bg[data-v-e1de6538] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.class-cards-box .select-box[data-v-e1de6538] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.class-cards-box .class-cards[data-v-e1de6538] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1060px;
  padding: 25px 0 0 50px;
}
.class-cards-box .class-cards .class-card-item[data-v-e1de6538] {
  margin: 20px;
  width: 440px;
  height: 300px;
  display: inline-block;
}
.class-cards-box .card-pagination[data-v-e1de6538] {
  margin-right: 20px;
  float: right;
}
.class-cards-box .create-class-btn[data-v-e1de6538] {
  width: 240px;
  height: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#8FA2FF), to(#2447F9));
  background: linear-gradient(90deg, #8FA2FF 0%, #2447F9 100%);
  -webkit-box-shadow: 0px 2px 3.6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 3.6px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

