/* body {
  background-color: #878888 !important;
  color: #000 !important;
} */

.m0 {
  margin: 0 !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.container-donation,
.section-donation {
  padding: 0 !important;
}

.section-checkout {
  padding: 0 !important;
  max-width: 1000px;
  margin: 0 auto;
}

.ta-r {
  text-align: right;
}

.input-box-border {
  border: 1px solid #c5c5c5 !important;
}

#secCheckout {
  display: none;
}

.wrapp-containt {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* ================================================================== */

.card-donation {
  border: none !important;
  -webkit-webkit-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 7%);
  -moz-webkit-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 7%);
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 7%);
}

.donation-form-wrapper {
  margin: 0 0 10px 0;
}

.donation-date-section {
  margin: 30px 0 30px 0 !important;
}

#sponsorAchildDonationAmt {
  margin-right: 10px;
}

.btn-school-select {
  border: none !important;
  padding: 10px !important;
  background-color: #bbbfc3 !important;
  color: #111518 !important;
  font-weight: 500;
}

.btn-school-select:hover {
  background-color: #ffcd05 !important;
  color: #111518 !important;
}

/* .active, */
.school-selected {
  background-color: #ffcd05 !important;
  color: #111518 !important;
}

.tab-pane {
  background-color: #fff !important;
}

.proceed-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.meal-type-section {
  margin-bottom: 30px;
}

.validation-message {
  color: #f00;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 500;
}

.error-input {
  border-color: #ff0000 !important;
  opacity: 0.8 !important;
}

#btnProceed,
#paymentSubmit {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #ffcd05 !important;
  font-weight: 400;
  color: #000;
}

/* ==| checkout view stye |=========================================================================== */

.checkout-title {
  padding: 20px 10px;
  background-color: #00000008;
  text-align: center;
  border-radius: 5px;
}

.checkout-title h5 {
  font-size: 18px;
  font-weight: 300;
  color: #737373 !important;
}

.checkout-title h5 span {
  /* font-size: 20px; */
  /* font-weight: 700; */
  color: #111518 !important;
}

.donation-type h5 {
  margin-bottom: 5px !important;
}

.donation-summary-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.donation-type hr,
.checkout-hr {
  border: 1px solid #b3b3b3;
  margin-bottom: 20px;
}

.meal-donation-hr {
  border: 1px solid #b3b3b3 !important;
  margin: 30px 0 20px 0 !important;
}

.donation-amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.donation-amount-label {
  font-size: 15px;
  /* font-weight: 500; */
}

.donation-amount-value {
  font-size: 15px;
}

.donation-amount-tot-value {
  font-size: 20px;
  font-weight: 500;
}

.donation-summary-total {
  background-color: #fbf6ed;
  padding: 10px 8px !important;
}

.donation-summary-total > .donation-amount-label > .donation-summary-title,
.donation-summary-total > .donation-summary-title {
  font-size: 15px !important;
  color: #111518;
}

.pay-methods {
  width: 25%;
  border: none !important;
  /* padding: 10px !important; */
  background-color: #bbbfc3 !important;
  color: #111518 !important;
}

.pay-methods-inner {
  width: 100%;
  text-align: center !important;
  color: #111518 !important;
  /* border: none !important;
    padding: 10px !important;
    background-color: #bbbfc3 !important; */
  color: #111518 !important;
  font-weight: 500;
}

.pay-methods:hover {
  background-color: #ffcd05 !important;
  color: #111518 !important;
}

.pay-method-selected {
  background-color: #ffcd05 !important;
  color: #111518 !important;
}

.acc-deatils {
  margin-top: 10px;
}

.acc-deatils-item {
  margin-bottom: 5px !important;
}

.req-feald {
  color: #f00;
  opacity: 0.7;
}

.form-control {
  border: 1px solid #edeff2 !important;
}

.address_section {
  background-color: #fbf6ed;
  padding: 15px 0 15px 30px;
}

.width-25p {
  width: 25%;
}

.pay_method_selection {
  margin: 50px 0 50px 0;
}

.field-section {
  margin-bottom: 20px;
}

.field-section label {
  font-weight: 400;
  /* opacity: 0.8; */
}

.bank-details-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bank-details-section p {
  font-weight: 600;
  opacity: 0.8;
}

.checkout-errors {
  display: flex;
  align-items: center;
}

.btn-pay-actions {
  width: 120px;
}

.btn-warning {
  background-color: #ffcd05 !important;
}

.proceed-btn-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.post-proof {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.post-proof input {
  margin-left: 10px;
}

.post-proof-address {
  margin: 10px 0;
  padding: 15px 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fbf6ed;
}

.post-proof-address p {
  margin: 0;
}

.button-section {
  margin-top: 20px;
}

/* ======================================================================== */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
#successModal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0 20px 20px;
  border: 1px solid #888;
  width: 30%;
  display: block;
  border-radius: 10px;
}

#successModal .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#successModal .body > h4 {
  text-align: center;
  color: #009933;
  margin: 25px 0 25px 0;
}

#successModal .body > p {
  text-align: center;
  margin-top: 0 0 15px 0;
}

#successModal .body > button {
  width: 302px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #009933;
  text-align: center;
  margin: 15px;
  border-radius: 6px;
  font-size: 15px;
}

/* Modal Content */
#submitConfirmationModal .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0 20px 20px;
  border: 1px solid #888;
  width: 30%;
  display: block;
  border-radius: 10px;
}

#submitConfirmationModal .body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#submitConfirmationModal .body > h4 {
  text-align: center;
  color: #404040;
  margin: 25px 0 25px 0;
}

#submitConfirmationModal .body > p {
  text-align: center;
  margin-top: 0 0 15px 0;
}

#submitConfirmationModal .body .btn-wrapper {
  display: flex;
}

#submitConfirmationModal .body .submit {
  width: 100px;
  padding: 5px;
  font-weight: 600;
  color: #000;
  background-color: #ffcd05 !important;
  text-align: center;
  margin: 15px;
  border-radius: 6px;
  font-size: 15px;
}

.swal2-confirm {
  color: #000 !important;
  background-color: #ffcd05 !important;
}

#submitConfirmationModal .body .cancel {
  width: 100px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #bfbfbf;
  text-align: center;
  margin: 15px;
  border-radius: 6px;
  font-size: 15px;
}

.test-css {
  color: #10f90c;
}

.success-card,
.error-card {
  width: 600px;
  margin: 10% auto 30px auto;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success-card .icon,
.error-card .icon {
  width: 60px;
  margin: 25px 25px 20px;
}

.success-card .title {
  color: #009933;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.error-card .title {
  color: #a71010;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.success-card .description {
  font-size: 20px;
  font-weight: 600;
}

.error-card .description {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px !important;
}

.success-card .h-line,
.error-card .h-line {
  border-top: 1px solid #878787 !important;
  width: 85%;
  margin-bottom: 30px;
}

.success-card .button,
.error-card .button {
  background-color: #ffcd05;
  margin-bottom: 30px;
}

/* ===================================================================== */
/* ==========            DONATION MANAGEMENT FUNCTIONS ...       ======= */
/* ===================================================================== */

.status-section {
  margin-top: 5px;
}

.status-btn {
  width: 130px;
}

.float-right {
  display: flex;
  justify-content: flex-end;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.action-btn {
  width: 100px;
}

.filter-section {
  margin-top: 5px;
}

.date-picker {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #808080;
  padding: 2px;
  border-radius: 3px;
}

.donation-date-picker {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid !important;
  border-color: rgb(180, 181, 181, 0.3) !important;
  border-radius: 3px;
}

.pr-1 {
  padding-right: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.text-right {
  text-align: right !important;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d9d9d9;
}

.list-section {
  margin-top: 10px;
}

.list-section-hide {
  margin-top: 10px;
  display: none;
}

#donation-table {
  /* display: flex;
  flex-direction: column; */
  border: 1px solid #bfbfbf;
  font-size: 13px;

  /* display: flex;
  max-height: 79vh;
  overflow: scroll;
  flex-direction: column; */
}

#donation-table-footer {
  background-color: #ccc;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto auto auto auto;
  padding: 0 20px 20px;
  border: 1px solid #888;
  width: 50%;
  display: block;
}

.payment-details-section {
  height: 480px;
}

.modal-content > .header {
  display: flex;
  justify-content: flex-end;
}

.modal-content > .header p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 600;
  align-self: center;
}

.modal-content > .header div {
  display: flex;
}

.modal-content > .header button {
  margin: 5px 10px !important;
}

.modal-content > .header button {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.modal-content .foorter {
  display: flex;
  margin: 20px 10px 0 0;
  justify-content: flex-end;
}

.modal-content .foorter button {
  margin: 0 0 0 5px;
}

#singelDonation .title-section {
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  background-color: #fbf6ed !important;
}

#singelDonation .report-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

#singelDonation .report-field {
  font-size: 16px;
  font-weight: 600;
}

#singelDonation .report-section-title {
  /* font-size: 18px; */
  font-weight: 700;
  background-color: #f2f2f2;
  padding: 20px 10px;
}

.modal-devider {
  margin: 0 0 5px 0;
}

.modal-devider-3 {
  margin: 20px 0 20px 0 !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-image {
  width: 100%;
}

.model-item-row {
  margin: 10px 0;
}

#footer-upgrade {
  display: none;
}

.btn-action {
  padding: 10px !important;
}

.table-header-row {
  display: flex;
  flex-direction: row;
}

.table-col {
  display: flex;
  align-items: flex-start;

  width: 300px;
  /* height: 75px; */
}

.col-amount {
  text-align: end;
}

.admin-title {
  font-size: 25px;
  text-align: center;
  color: #aa33cc;
}

.limit-char {
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#model-donation-instructions {
  text-align: justify;
}

.qr-image {
  width: 325px !important;
}

.special-donation {
  background-color: #fbf6ed !important;
  font-weight: 500 !important;
  padding: 15px !important;
}

.filter-col-fd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yellow-column {
  background-color: #fbf6ed !important;
}

.pagebreak {
  display: block;
  clear: both;
  page-break-after: always;
}

/* .pagebreak {
  page-break-before: auto;
  page-break-after: auto;
  page-break-inside: avoid;
  position: relative;
} */

#preferredDonationDate::-webkit-datetime-edit,
#preferredDonationDate::-webkit-inner-spin-button,
#preferredDonationDate::-webkit-clear-button {
  color: #fff;
  position: relative;
}

#preferredDonationDate::-webkit-datetime-edit-year-field {
  position: absolute !important;
  color: #000;
  left: 55px;
}

#preferredDonationDate::-webkit-datetime-edit-month-field {
  position: absolute !important;
  color: #000;
  left: 25px;
}

#preferredDonationDate::-webkit-datetime-edit-day-field {
  position: absolute !important;
  color: #000;
  left: 0px;
}

/* ========================================= */

.spinner {
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.55);
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
}

.table-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.table-spinner-wrapper p {
  margin: 0 0 0 5px !important;
}

.table-spinner {
  height: 20px;
  width: 20px;
  border: 2px solid rgb(42, 42, 42);
  border-top-color: rgb(184, 182, 182);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 1;
}

@keyframes rotation {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}

/* -------------------------------------------- */

.upload-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  display: flex;
  align-items: center;
  border: 2px dashed #8c8c8c;
  color: gray;
  background-color: #d9d9d9;
  padding: 8px 15px 8px 20px;
}

.upload-btn-wrapper .btn .text {
  margin: 0 0 0 20px;
}

.upload-btn-wrapper .btn #lblPayImage {
  font-size: 20px;
  font-weight: 600;
}

.upload-btn-wrapper .btn p .title {
  font-weight: 700;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#selected_file{
  width: 70% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}