.x-alert-danger {
    background-color: rgba(241,211,211, 1);
    color: rgba(201,77,80,1);
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.x-alert-danger:last-child {
    margin-bottom: 0px;
}

.x-alert-info {
    background-color: rgba(23,162,184, 1);
    color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.detail-student-kelas-name {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
}

.no-data {
    min-height: 100px;
    border: 1px dashed #DDD;
    border-radius: 5px;
}

.bukti-image {
    height: 200px;
    width: auto;
    /* width: 100%; */
    overflow: hidden;
}

.bukti-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.information-wrapper {
    height: 250px;
    width: auto;
}

.information {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.greeting {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.photo-profile {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    overflow: hidden;
}

.photo-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .calendar, .calendar_weekdays, .calendar_content {
    max-width: 450px; } */

  .calendar {
    margin: auto;
    font-weight: 400; }

  .calendar_content {
    background: #fff; }

  .calendar_weekdays {
    background: #E16975; }

  .calendar_header {
    padding: 10px 0;
    background-color: #DA4453; }

  .calendar_content, .calendar_weekdays, .calendar_header {
    position: relative;
    overflow: hidden; }

  .calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
    color: #fff !important; }

  .calendar_weekdays div, .calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 15px 0; }

  .calendar_content div {
    border: 1px solid transparent;
    float: left;
    position: relative;
    z-index: 0; }

  .calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default; }

  .calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent; }

  .calendar_content div.past-date {
    color: #d5d5d5; }

  .calendar_content div.today {
    font-weight: bold;
    font-size: 16px;
    color: #fff !important; }
    .calendar_content div.today:after {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 auto;
      background: #DA4453;
      z-index: -1;
      -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
      -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
      box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48); }

  .calendar_content div.selected {
    background-color: #f0f0f0; }

  .calendar_header {
    width: 100%;
    text-align: center; }

  .calendar_header h2 {
    padding: 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    float: left;
    width: 70%;
    margin: 0 0 10px; }

.schedule-item {
    min-height: 200px;
}

.schedule-item-img {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.schedule-item-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.schedule-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 5px;
    /* min-height: 100px; */
}

.schedule-table-item {
    background-color: #f0f0f04d;
    padding: 5px;
    border: 1px solid #ccc;
    text-align: left;
}
