.log-form-holder {
  float: left;
  width: 100%;
  margin-top: 210px;
}

.log-form-container {
  float: left;
  width: 100%;
  padding: 10px;
}

.form-header {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 20px;
  text-align: center;
  color: #041847;
}

#otpnum {
  display: none;
}

.member-details {
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.edit-member-details {
  padding-top: 35px;
}

.mem-image {
  max-width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.field-holder {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}

.field-label {
  font-weight: bold;
}

.dvphoto-upload {
  padding: 5px 0;
}

.browse-btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  background: url(../../images/upload-btn.jpg) no-repeat center;
}

.browse-btn input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.btn-edit {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ui-datepicker-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
}

input[type="text"].material-readonly {
  background-color: #f2f2f2;
}

.mem-img-container {
  float: left;
  padding: 10px;
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 35px;
  background-color: #f2f2f2;
}

.mem-img-holder {
  text-align: center;
}

.ui-datepicker-month,
.ui-datepicker-year {
  color: #333;
}

.btn-back {
  margin-right: 10px;
}

.mem-img-block {
  float: left;
  width: 100%;
}

/* thankyou page  */

.thank-container {
  background-color: #f8f9fa;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verified-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.verified-card .icon {
  font-size: 48px;
  color: #00c853;
  margin-bottom: 20px;
}

.verified-card h3 {
  margin-bottom: 10px;
}

.verified-card p {
  color: #6c757d;
}

.verified-card .btn-primary {
  background-color: #3f51b5;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
}

.verified-card .btn-primary:hover {
  background-color: #3949ab;
}

/* Receipts page styles based on Attendance UI */
.receipts-page {
  margin-top: 290px;
  margin-bottom: 30px;
}

.receipts-card {
  background: #f5f6fa;
  border: 1px solid #d8dbe5;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.receipts-title {
  margin: 0 0 18px 0;
  color: #2f3640;
  font-size: 18px;
  font-weight: 700;
}

.receipts-summary-card {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d8df;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.receipts-summary-card .summary-icon {
  float: left;
  width: 90px;
}

.receipts-summary-card .summary-icon i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background: #4f9967;
}

.receipts-summary-card .summary-details {
  float: left;
  width: 40%;
}

.receipts-summary-card .summary-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  color: #2f3640;
  font-weight: 700;
}

.receipts-summary-card .summary-line {
  margin: 0;
  font-size: 18px;
  color: #2f3640;
  line-height: 1.6;
}

.receipts-summary-card .summary-percent {
  color: #2a7e45;
  font-weight: 700;
}

.receipts-summary-card .summary-progress-area {
  float: right;
  width: 48%;
  text-align: center;
  padding-top: 15px;
}

.receipts-summary-card .summary-progress-label {
  font-size: 16px;
  color: #2f3640;
  margin-bottom: 8px;
}

.receipts-summary-card .summary-progress-value {
  font-size: 40px;
  color: #2a7e45;
  font-weight: 700;
}

.receipts-table-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2f3640;
  font-weight: 700;
}

.receipts-table-wrap {
  background: #fff;
  border: 1px solid #d5d8df;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.receipts-table {
  margin-bottom: 0;
  min-width: 720px;
}

.receipts-table th {
  font-size: 18px;
  font-weight: 500;
  color: #2f3640;
  padding: 16px 20px;
  background: #f3f4f8;
}

.receipts-table td {
  font-size: 18px;
  color: #2f3640;
  padding: 14px 20px;
  vertical-align: middle !important;
}

.receipt-amount-col {
  color: #2a7e45;
  font-weight: 600;
}

.receipt-view-btn {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #d5d8df;
  border-radius: 4px;
  color: #4b5466;
  text-decoration: none !important;
}

.receipt-action-col {
  text-align: center;
  white-space: nowrap;
}

.receipt-view-btn:hover {
  border-color: #4f9967;
  color: #2a7e45;
}

.receipts-bottom {
  float: left;
  width: 100%;
  margin-top: 14px;
  background: #fff;
  border: 1px solid #d5d8df;
  border-radius: 8px;
  padding: 10px 16px;
}

.receipts-msg {
  float: left;
  font-size: 16px;
  color: #3e4555;
  padding-top: 7px;
}

.receipts-msg i {
  color: #4f9967;
  margin-right: 8px;
}

.receipts-footnote {
  clear: both;
  text-align: center;
  font-size: 16px;
  color: #3e4555;
  padding-top: 16px;
}

.receipt-popup {
  position: absolute;
  width: 980px;
  top: 0;
  left: 50%;
  margin-left: -480px;
}

.receipt-popup .gen-pop-cont {
  width: 980px;
}

@media(max-width:991px) {
  .receipt-popup {
    left: auto;
    margin-left: 0;
    width: 100%;
  }

  .receipt-popup,
  .receipt-popup .gen-pop-cont {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .receipts-table-wrap {
    background: none;
    border: 0;
    border-radius: 0;
  }


  .receipts-page {
    margin-top: 90px;
  }

  .receipts-card {
    padding: 12px;
  }

  .receipts-summary-card .summary-icon {
    width: 100%;
    margin-bottom: 10px;
  }

  .receipts-summary-card .summary-details,
  .receipts-summary-card .summary-progress-area {
    float: left;
    width: 100%;
  }

  .receipts-summary-card .summary-progress-area {
    margin-top: 15px;
    padding-top: 0;
  }

  .receipts-table th,
  .receipts-table td {
    font-size: 16px;
    padding: 12px;
  }

  .receipt-view-btn {
    min-width: 100px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .receipts-table-wrap {
    overflow: visible;
  }

  .receipts-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
  }

  .receipts-table thead {
    display: none;
  }

  .receipts-table tbody {
    display: block;
  }

  .receipts-table.table>tbody>tr {
    display: block;
    background: #fff;
    border: 1px solid #d5d8df;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 0;
  }

  .receipts-table.table>tbody>tr>td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #eceef3;
    padding: 10px 0;
    font-size: 15px;
  }

  .receipts-table.table>tbody>tr>td:first-child {
    border-top: 0;
  }

  .receipts-table.table>tbody>tr>td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #4b5466;
    margin-right: 12px;
    white-space: nowrap;
  }

  .receipts-table.table>tbody>tr>td.receipt-action-col {
    justify-content: space-between;
  }

  .receipts-table.table>tbody>tr>td.receipt-action-col .receipt-view-btn {
    margin-left: auto;
  }

  .receipts-table.table>tbody>tr.receipt-empty-row>td {
    display: block;
    border-top: 0;
    text-align: center;
    padding: 0;
  }

  .receipts-table.table>tbody>tr.receipt-empty-row>td::before {
    content: none;
  }

  .receipts-msg,
  .receipts-footnote {
    font-size: 16px;
  }
}