/* line 1, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card {
  font-family: 'Helvetica Neue';
}
/* line 3, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info {
  border: 32px solid transparent;
  border-image: url(/pipeline_assets/admit_card_boarder-7ea648d007ba4b9aeb4eb3a8d1bf06948e8a4af36db5134c67b29dd20fe51d7b.png) 33 round;
}
/* line 7, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-header {
  padding: 10px 0 20px 0;
  text-align: center;
}
/* line 10, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-header .admit-text {
  padding: 15px;
  border-radius: 20px;
  background: #44351b;
  color: #ffffff;
  width: 30%;
  height: 55px;
  margin-left: 34%;
}
/* line 19, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-header .h-attr {
  line-height: 25px;
}
/* line 24, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-print-header {
  text-align: center;
}
/* line 26, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-print-header .admit-text {
  padding: 15px;
  border-radius: 20px;
  background: #44351b !important;
  color: #ffffff !important;
  width: 30%;
  height: 55px;
  margin-left: 34%;
  print-color-adjust: exact;
}
/* line 36, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .admit-card-print-header .h-attr {
  line-height: 25px;
}
/* line 44, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .student-section {
  font-weight: bold;
  color: black;
  padding-left: 5%;
}
/* line 48, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .student-section p {
  font-size: 20px;
}
/* line 52, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-info .student-section .student-attr {
  border-bottom: 1px dotted black;
  padding: 0 8px;
  margin: 0 15px;
}
/* line 60, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-front {
  margin: 10px;
  width: 48%;
  height: 405px;
  float: left;
}
/* line 67, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-back {
  margin: 10px;
  width: 48%;
  height: 405px;
  float: left;
}
/* line 74, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-print-front {
  margin: 10px;
  height: 405px;
}
/* line 79, /app/app/assets/stylesheets/admit_card.scss */
.student-admit-card .admit-card-print-back {
  margin: 10px;
  height: 405px;
}
