@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;900&display=swap");
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

body {
  background-color: #f0f0f5;
  font-family: "Nunito", sans-serif;
}
body .pink-color {
  color: #ff6f91;
}
body .pink-background {
  background-color: #ff6f91;
}
body .green-color {
  color: #a3d165;
}
body .not-verified-pop-up {
  width: 100%;
  background-color: #e2214e;
  padding: 25px;
  font-weight: 900;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 575.98px) {
  body .not-verified-pop-up {
    flex-direction: column;
  }
}
body .not-verified-pop-up span {
  color: #ffffff;
}
@media screen and (max-width: 575.98px) {
  body .not-verified-pop-up span {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
body .not-verified-pop-up a {
  font-size: 12px;
}
body .can-have-phantom .single-fundraising.phantom {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .can-have-phantom > .single-fundraising:nth-child(2n+1):not(.phantom) + .phantom {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  body .can-have-phantom > .single-fundraising:nth-child(3n+1):not(.phantom) + .phantom {
    display: block;
  }
  body .can-have-phantom > .single-fundraising:nth-child(3n+1):not(.phantom) + .phantom + .phantom {
    display: block;
  }
  body .can-have-phantom > .single-fundraising:nth-child(3n+2):not(.phantom) + .phantom {
    display: block;
  }
}
body .can-have-phantom-organisation .single-organisation-container.phantom {
  display: none;
}
@media screen and (min-width: 992px) {
  body .can-have-phantom-organisation .single-organisation-container.phantom {
    display: block;
  }
}
body .can-have-phantom-organisation .single-organisation-container:nth-child(5n), body .can-have-phantom-organisation .single-organisation-container:nth-child(5n-1) {
  display: none;
}
body .orange-color {
  color: #ff9772;
}
body .orange-background {
  background-color: #ff9772;
}
body .yellow-color {
  color: #ffc75f;
}
body .yellow-background {
  background-color: #ffc75f;
}
body a {
  text-decoration: none !important;
}
body .tns-ovh {
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .section-static-page {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
body .section-static-page h1,
body .section-static-page h2,
body .section-static-page h3,
body .section-static-page h4,
body .section-static-page h5,
body .section-static-page h6 {
  color: #ff6f91;
}
body .noFundraisings {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
body .noFundraisings span {
  font-weight: 900;
  color: #949a9d;
  font-size: 24px;
}
body .active-loader {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-left-color: transparent;
  -webkit-animation: rotate 1.4s ease;
          animation: rotate 1.4s ease;
}
body .parsley-errors-list {
  color: red;
  list-style-type: none;
  padding-left: 0;
  font-size: 12px;
}
body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .no-padding {
  padding: 0 !important;
}
body .no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .no-padding-right {
  padding-right: 0 !important;
}
body .no-padding-left {
  padding-left: 0 !important;
}
body .no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .no-margin {
  margin: 0 !important;
}
body .no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .no-margin-top {
  margin-top: 0 !important;
}
body .mb-10 {
  margin-bottom: 6rem !important;
}
body .mt-10 {
  margin-top: 6rem !important;
}
body .mb-15 {
  margin-bottom: 10rem !important;
}
body .mt-15 {
  margin-top: 10rem !important;
}
body .icheckbox_square-orange {
  border-radius: 3px;
}
body #section-search #fundraising-search-form {
  width: 90%;
}
body #flash-messenger {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 10px;
}
body .zwierzaki-alert {
  text-align: center;
  padding: 25px;
  color: white;
  font-weight: 900;
  border-radius: 10px;
  margin-top: 20px;
}
body .zwierzaki-alert button.close {
  margin-left: 20px;
}
body .info-alert {
  background-color: #949a9d;
}
body .success-alert {
  background-color: #a3d165;
}
body .error-alert {
  background-color: #e2214e;
}
body .warning-alert {
  background-color: #ffc75f;
}
body .input-currency-box {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .input-currency-box.currency-fundraising {
  flex: 1;
  background-color: #f0f0f5;
}
body .input-currency-box.currency-donation {
  flex: 2;
  background-color: #ffffff;
  border-top: 2px solid #f0f0f5;
  border-right: 2px solid #f0f0f5;
  border-bottom: 2px solid #f0f0f5;
}
body .input-currency-box span {
  font-weight: 900;
  color: #ff6f91;
  padding: 10px;
}
body .input-currency-box span.add-fundraising {
  font-size: 17px;
}
body .input-currency-box span.add-donation {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  body .input-currency-box span.add-donation {
    font-size: 50px;
  }
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body .icheckbox_square-orange,
body .iradio_square-orange {
  background: url(orange.png) no-repeat;
}
body .remove-right-borders {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  flex: 9;
}
body .remove-right-borders-donation {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 80%;
  border-right: none !important;
  padding-right: 0 !important;
}
body .main-login-container {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
body .main-login-container input[type=text],
body .main-login-container input[type=password],
body .main-login-container input[type=email] {
  background-color: #f0f0f5;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body .main-login-container input[type=text],
body .main-login-container input[type=password],
body .main-login-container input[type=email] {
    font-size: 17px;
  }
}
body .main-login-container input[type=text]:focus,
body .main-login-container input[type=password]:focus,
body .main-login-container input[type=email]:focus {
  outline: none !important;
}
body .main-login-container .login-side {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
@media screen and (min-width: 768px) {
  body .main-login-container .login-side {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 50%;
    padding: 25px;
  }
}
body .main-login-container .login-side .login-header h3 {
  font-weight: 200;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body .main-login-container .login-side .login-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body .main-login-container .login-side .login-form {
    padding-left: 70px;
    padding-right: 70px;
  }
}
body .main-login-container .login-side .login-form form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
body .main-login-container .login-side .login-form form .login-password,
body .main-login-container .login-side .login-form form .login-email {
  background-color: #f0f0f5;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body .main-login-container .login-side .login-form form .login-password,
body .main-login-container .login-side .login-form form .login-email {
    font-size: 17px;
  }
}
body .main-login-container .login-side .login-form form .login-password:focus,
body .main-login-container .login-side .login-form form .login-email:focus {
  outline: none;
}
body .main-login-container .login-side .login-form form .btn-pink {
  height: 50px;
}
body .main-login-container .login-side .login-form form .login-label {
  color: #949a9d;
}
body .main-login-container .login-side .login-form form .login-label.label-password {
  margin-top: 30px;
}
body .main-login-container .login-side .login-form form .reset_pass {
  color: #c5cbce;
}
body .main-login-container .login-side .login-form form .register-text {
  color: #949a9d;
  text-align: center;
  margin-bottom: 8rem;
}
body .main-login-container .login-side .login-form form .register-link {
  color: #949a9d;
  font-weight: 900;
}
body .main-login-container .register-side {
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
@media screen and (min-width: 768px) {
  body .main-login-container .register-side {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50%;
    background: linear-gradient(45deg, #ff6f91, #ff9772);
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  body .main-login-container .register-side h3 {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
  }
}
body .main-login-container .register-side .btn-yellow-full {
  width: 70%;
}
@media screen and (min-width: 1200px) {
  body .main-login-container .register-side .btn-yellow-full {
    width: 50%;
  }
}
body .main-login-container .register-side img {
  width: 60%;
}
body .choose-role {
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  body .choose-role {
    flex-direction: column;
  }
}
body .choose-role .want-help,
body .choose-role .need-help {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
@media screen and (max-width: 575.98px) {
  body .choose-role .want-help,
body .choose-role .need-help {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  body .choose-role .want-help,
body .choose-role .need-help {
    width: 70%;
  }
}
body .choose-role .want-help .main-text,
body .choose-role .need-help .main-text {
  font-weight: 900;
  color: #949a9d;
  margin-bottom: 3rem;
}
body .choose-role .want-help .row-roles,
body .choose-role .need-help .row-roles {
  justify-content: space-around;
}
@media screen and (max-width: 767.98px) {
  body .choose-role .want-help .row-roles,
body .choose-role .need-help .row-roles {
    flex-direction: column;
  }
}
body .choose-role .want-help .row-roles .item,
body .choose-role .need-help .row-roles .item {
  align-items: center;
  cursor: pointer;
}
body .choose-role .want-help .row-roles .item img,
body .choose-role .need-help .row-roles .item img {
  width: 50%;
}
body .choose-role .want-help .row-roles .item h4,
body .choose-role .need-help .row-roles .item h4 {
  color: #ff6f91;
  font-weight: 900;
  padding: 10px;
}
body .choose-role .want-help .row-roles .item h4.active,
body .choose-role .need-help .row-roles .item h4.active {
  border: 3px solid #ff6f91;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
body .choose-role .want-help {
  margin-right: 30px;
}
@media screen and (max-width: 767.98px) {
  body .choose-role .want-help {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  body .choose-role .need-help {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: #d2d2dc 0px 10px 10px 0px !important;
  }
}
body .select2-dropdown {
  border: 2px solid #c5cbce !important;
  border-radius: 10px !important;
}
body .select2-results__option--highlighted,
body .select2-results__option--highlighted[aria-selected] {
  background-color: #ff9772 !important;
  border-radius: 7px;
  color: #333333 !important;
}
body .select2-results__option[aria-selected=true] {
  background-color: #c5cbce !important;
  border-radius: 7px;
}
body .select2-container--open {
  padding: 0;
}
body .select2 {
  background-color: #f0f0f5;
  padding: 15px;
  border-radius: 10px;
  border: none;
  width: 100% !important;
}
body .select2:focus {
  outline: none !important;
}
body .select2 .select2-selection {
  background-color: #f0f0f5;
  border: none;
}
body .select2 .select2-selection .select2-selection__arrow {
  height: 50px;
  width: 30px;
}
body .select2 .select2-selection .select2-selection__arrow b {
  border-color: #ff9772 transparent transparent transparent;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ff9772 transparent !important;
}
body .preview-donation {
  width: 50%;
}
body .preview-payment-confirmation {
  width: 100%;
}
body .preview-payment {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  body .preview-payment {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  body .preview-payment {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  body .preview-payment {
    padding: 50px;
  }
}
body .preview-payment .preview-donation-info-border {
  border-bottom: 2px solid #f0f0f5;
}
body .preview-payment .preview-donation-info {
  align-items: center;
  padding-bottom: 30px;
  width: 100%;
}
body .preview-payment .preview-donation-info span:nth-child(1) {
  color: #ff6f91;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  body .preview-payment .preview-donation-info span:nth-child(1) {
    font-size: 50px;
  }
}
body .preview-payment .preview-donation-info span:nth-child(2) {
  color: #949a9d;
  font-weight: 900;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  body .preview-payment .preview-donation-info span:nth-child(2) {
    font-size: 14px;
  }
}
body .preview-payment .preview-donation-info span:nth-child(3) {
  color: #ff9772;
  font-weight: 900;
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  body .preview-payment .preview-donation-info span:nth-child(3) {
    font-size: 20px;
  }
}
body .preview-payment .payment-part {
  width: 100%;
}
body .preview-payment .payment-part .choose-method-text {
  font-weight: 900;
  color: #949a9d;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  body .preview-payment .payment-part .choose-method-text {
    font-size: 14px;
  }
}
body .preview-payment .payment-part .choose-method {
  display: flex;
  margin-top: 4rem;
  width: 100%;
  justify-content: center;
}
body .preview-payment .payment-part .choose-method .payment-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
body .preview-payment .payment-part .choose-method .payment-method img {
  width: 40%;
}
body .preview-payment .payment-part .choose-method .payment-method span {
  font-weight: 900;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  body .preview-payment .payment-part .choose-method .payment-method span {
    font-size: 18px;
  }
}
body .preview-payment .payment-part .choose-method .payment-method span.active {
  border: 2px solid #ff6f91;
  border-radius: 10px;
}
body .cards-container {
  width: 100%;
}
body .cards-container .card-list .select-opener {
  padding: 15px;
  background-color: #f0f0f5;
  border-radius: 10px;
  cursor: pointer;
}
body .cards-container .card-list .card-dropdown {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #c5cbce;
}
body .cards-container .card-list .card-dropdown .card-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid lightgrey;
  align-items: center;
}
body .cards-container .card-list .card-dropdown .card-item:last-child {
  border-bottom: none;
}
body .cards-container .card-list .card-dropdown .card-item .card-img img {
  width: 20%;
}
body .cards-container .card-list .add-new-card {
  text-align: right;
  font-weight: 900;
  color: #949a9d;
  margin-top: 10px;
  cursor: pointer;
}
body .cards-container .card-list .card-pay-button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  width: 100%;
}
body .card-managment-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
body .card-managment-container .card-headers-table {
  display: flex;
  text-align: center;
}
body .card-managment-container .card-headers-table .header-row-text {
  flex: 1;
  font-weight: 900;
  color: #949a9d;
}
body .card-managment-container .card-headers-table .header-row-text.card-mask {
  flex: 2 !important;
}
body .card-managment-container .card-rows-table {
  display: flex;
  flex-direction: column;
}
body .card-managment-container .card-rows-table .card-row-item {
  display: flex;
  text-align: center;
  align-items: center;
  height: 100px;
}
body .card-managment-container .card-rows-table .card-row-item .card-row-item-text {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
body .card-managment-container .card-rows-table .card-row-item .card-row-item-text.card-mask {
  flex: 2 !important;
}
@media screen and (min-width: 576px) {
  body .card-managment-container .card-rows-table .card-row-item .card-row-item-text {
    font-size: 14px;
  }
}
body .card-managment-container .card-rows-table .card-row-item .card-row-item-text img {
  max-width: 75px;
}
body .card-managment-container .card-rows-table .card-row-item .card-row-item-text i {
  color: #ffc75f;
  font-size: 30px;
}
body .card-managment-container .card-rows-table .card-row-item .active {
  font-weight: 900;
  color: #a3d165;
}
body .card-managment-container .card-rows-table .card-row-item .not-active {
  font-weight: 900;
  color: #e2214e;
}
body .list-of-organisations-container .single-organisation-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  body .list-of-organisations-container .single-organisation-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  body .list-of-organisations-container .single-organisation-container:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 15px;
  }
  body .list-of-organisations-container .single-organisation-container:nth-child(3n+2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  body .list-of-organisations-container .single-organisation-container:nth-child(3n+3) {
    padding-left: 15px;
    padding-right: 0px;
  }
}
body .list-of-organisations-container .single-organisation-container .single-organisation {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-image {
  display: flex;
  justify-content: center;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-image img {
  height: 200px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-divider {
  margin-top: 3rem;
  height: 3px;
  background-color: #f0f0f5;
  border-radius: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-description {
  display: flex;
  flex-direction: column;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-description h3 {
  font-weight: 900;
  color: #ff6f91;
  text-align: center;
  font-size: 18px;
}
body .list-of-organisations-container .single-organisation-container .single-organisation .single-organisation-description p {
  display: flex;
  justify-content: center;
  color: #949a9d;
}
body .no-results {
  width: 100%;
  padding: 10rem;
  display: flex;
  justify-content: center;
  color: #949a9d;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  body .no-results {
    padding: 2rem;
    padding-bottom: 0;
  }
}
body .my-donations-container {
  padding: 10px;
  /*margin-bottom:5rem;*/
}
body .my-donations-container .my-donates-headers-table {
  display: flex;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  body .my-donations-container .my-donates-headers-table {
    display: none;
  }
}
body .my-donations-container .my-donates-headers-table .header-row-text {
  flex: 1;
  font-weight: 900;
  color: #949a9d;
}
body .my-donations-container .my-donates-headers-table .header-row-text.description-title {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 575.98px) {
  body .my-donations-container .my-donates-headers-table .header-row-text.description-title {
    padding: 0;
  }
}
body .my-donations-container .my-donates-rows-table {
  display: flex;
  flex-direction: column;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item {
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575.98px) {
  body .my-donations-container .my-donates-rows-table .my-donates-row-item {
    flex-direction: column;
  }
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #333333;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text.description-title {
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 575.98px) {
  body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text.description-title {
    padding: 0;
  }
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text.description-title h3 {
  color: #ff6f91;
  font-weight: 900;
  font-size: 18px;
  min-height: 40px;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text.description-title p {
  color: #333333;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text.image {
  border-radius: 10px;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text img {
  border-radius: 10px;
  width: auto;
}
@media screen and (min-width: 576px) {
  body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text img {
    height: 160px;
    width: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h4.amount,
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h5.amount {
  font-weight: 900;
  color: #ff9772;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h4.donations,
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h5.donations {
  font-weight: 900;
  color: #ff6f91;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h4.pay-in,
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h5.pay-in {
  font-weight: 900;
  color: #a3d165;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h4.pay-out,
body .my-donations-container .my-donates-rows-table .my-donates-row-item .my-donates-row-item-text h5.pay-out {
  font-weight: 900;
  color: #e2214e;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .active {
  font-weight: 900;
  color: #a3d165;
}
body .my-donations-container .my-donates-rows-table .my-donates-row-item .not-active {
  font-weight: 900;
  color: #e2214e;
}
body .my-activites-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
body .my-activites-container .tabs {
  padding-left: 10px;
  padding-right: 10px;
}
body .my-activites-container .tabs a {
  font-weight: 900;
  color: #c5cbce;
  padding: 10px;
  cursor: pointer;
  border-bottom: 5px solid #f0f0f5;
  flex-grow: 1;
  text-align: center;
}
body .my-activites-container .tabs a.current-active {
  border-bottom: 5px solid #ff6f91;
}
body .my-activites-container .tabs a.placeholder-a {
  cursor: default;
  flex-grow: 10;
}
body .favorites-container {
  border-radius: 10px;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
body .favorites-container .tabs a {
  font-weight: 900;
  color: #949a9d;
  padding: 10px;
  cursor: pointer;
  border-bottom: 5px solid #c5cbce;
  flex-grow: 1;
  text-align: center;
}
body .favorites-container .tabs a.current-active {
  border-bottom: 5px solid #ff6f91;
}
body .favorites-container .tabs a.placeholder-a {
  cursor: default;
  flex-grow: 10;
}
body .add-donation {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  body .add-donation {
    flex-direction: row;
  }
}
@media screen and (max-width: 767.98px) {
  body .add-donation .col-sm-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  body .add-donation .col-sm-8 {
    padding-left: 0 !important;
  }
}
body .add-donation .col-sm-8 .form-side {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .add-donation .col-sm-8 .form-side #donation-amount {
  border: 2px solid #f0f0f5;
  padding: 30px;
  color: #ff6f91;
  font-size: 20px;
  font-weight: 900;
  text-align: right;
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  body .add-donation .col-sm-8 .form-side #donation-amount {
    font-size: 50px;
  }
}
body .add-donation .col-sm-8 .form-side #donation-amount:focus {
  outline: none !important;
}
body .add-donation .col-sm-8 .form-side input[type=text],
body .add-donation .col-sm-8 .form-side input[type=email] {
  background-color: #f0f0f5;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body .add-donation .col-sm-8 .form-side input[type=text],
body .add-donation .col-sm-8 .form-side input[type=email] {
    font-size: 17px;
  }
}
body .add-donation .col-sm-8 .form-side input[type=text]:focus,
body .add-donation .col-sm-8 .form-side input[type=email]:focus {
  outline: none !important;
}
body .add-donation .col-sm-8 .form-side .control-label {
  color: #949a9d;
  margin-top: 20px;
}
body .add-donation .col-sm-8 .form-side .check {
  color: #949a9d;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  body .add-donation .col-sm-8 .form-side .amount-buttons {
    justify-content: center;
  }
}
body .add-donation .col-sm-8 .form-side .amount-buttons a {
  width: 45%;
  padding: 10px 10px;
}
body .add-donation .col-sm-8 .form-side .amount-buttons a:nth-child(2n) {
  margin-right: 2.5%;
}
body .add-donation .col-sm-8 .form-side .amount-buttons a:nth-child(2n+1) {
  margin-left: 2.5%;
}
@media screen and (max-width: 991.98px) {
  body .add-donation .col-sm-8 .form-side .first-section,
body .add-donation .col-sm-8 .form-side .second-section,
body .add-donation .col-sm-8 .form-side .third-section {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  body .add-donation .col-sm-8 .form-side .second-section .empty {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body .add-donation .col-sm-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .add-donation .col-sm-4 {
    padding-right: 0 !important;
  }
}
body .add-donation .col-sm-4 .info-side {
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  border-radius: 10px;
}
body .add-donation .col-sm-4 .info-side .info-img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
body .add-donation .col-sm-4 .info-side .info-img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
body .add-donation .col-sm-4 .info-side .info-desc {
  background-color: white;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body .add-donation .col-sm-4 .info-side .info-desc .info-title {
  color: #ff6f91;
  font-weight: 900;
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  body .add-donation .col-sm-4 .info-side .info-desc .progress-value-remain {
    white-space: nowrap;
  }
}
body .previev-donator {
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 575.98px) {
  body .previev-donator {
    flex-direction: column;
    align-items: center;
  }
}
body .previev-donator .previev-donator-image-container {
  display: flex;
  flex: 2;
}
body .previev-donator .previev-donator-image-container img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .previev-donator .previev-donator-description-container {
  display: flex;
  flex-direction: column;
  flex: 3;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  body .previev-donator .previev-donator-description-container {
    align-items: center;
  }
}
body .previev-donator .previev-donator-description-container .previev-donator-description-header h3 {
  font-weight: 900;
  color: #ff6f91;
  text-align: right;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  body .previev-donator .previev-donator-description-container .previev-donator-description-header h3 {
    font-size: 40px;
  }
}
body .previev-donator .previev-donator-description-container .previev-donator-description-data {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media screen and (max-width: 575.98px) {
  body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data {
    align-items: center;
  }
}
body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data span {
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
}
body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data span:nth-child(1) {
  color: #949a9d;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data span:nth-child(1) {
    font-size: 14px;
  }
}
body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data span:nth-child(2) {
  color: #ff9772;
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  body .previev-donator .previev-donator-description-container .previev-donator-description-data .singular-data span:nth-child(2) {
    font-size: 25px;
  }
}
body .register-form-container .section-header h3 {
  font-weight: 200;
}
body .register-form-container form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  body .register-form-container form {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .register-form-container form {
    width: 70%;
  }
}
body .register-form-container input[type=text],
body .register-form-container input[type=password],
body .register-form-container input[type=email],
body .register-form-container input[type=date],
body .register-form-container input[type=number] {
  background-color: #f0f0f5;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body .register-form-container input[type=text],
body .register-form-container input[type=password],
body .register-form-container input[type=email],
body .register-form-container input[type=date],
body .register-form-container input[type=number] {
    font-size: 17px;
  }
}
body .register-form-container input[type=text]:focus,
body .register-form-container input[type=password]:focus,
body .register-form-container input[type=email]:focus,
body .register-form-container input[type=date]:focus,
body .register-form-container input[type=number]:focus {
  outline: none !important;
}
body .register-form-container input[type=file] {
  display: none;
}
body .register-form-container .custom-file-upload {
  cursor: pointer;
  padding: 15px;
  background-color: #f0f0f5;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
}
body .register-form-container .custom-file-upload img {
  width: 30px;
}
body .register-form-container .custom-file-upload span {
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  body .register-form-container .custom-file-upload span {
    font-size: 14px;
  }
}
body .register-form-container .custom-file-upload-image-container {
  display: flex;
  justify-content: center;
}
body .register-form-container .custom-file-upload-image-container .custom-file-upload-image {
  width: 50%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .register-form-container .terms-accept-label {
  font-weight: 400;
  color: #333333;
}
body .register-form-container .login-data,
body .register-form-container .user-data {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 50px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .register-form-container .login-data label,
body .register-form-container .user-data label {
  color: #949a9d;
  margin-top: 20px;
}
body .register-form-container .login-data h4.text-center,
body .register-form-container .user-data h4.text-center {
  font-weight: 200;
}
body .constant-payment-parent {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991.98px) {
  body .constant-payment-parent {
    flex-direction: column;
  }
}
body .constant-payment-parent .help-is-simple {
  background-color: #ff9772;
  border-radius: 10px;
  padding-top: 15px;
  display: flex;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
@media screen and (max-width: 991.98px) {
  body .constant-payment-parent .help-is-simple {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  body .constant-payment-parent .help-is-simple {
    flex-direction: column;
  }
}
body .constant-payment-parent .help-is-simple .col-md-8 {
  padding-bottom: 15px !important;
}
body .constant-payment-parent .help-is-simple .col-md-8 h3 {
  color: #333333;
  font-weight: 900;
}
body .constant-payment-parent .help-is-simple .col-md-8 p {
  color: #333333;
}
body .constant-payment-parent .help-is-simple .col-md-4 {
  display: flex;
  align-items: flex-end;
}
body .constant-payment-parent .make-a-constant-payment-parent {
  display: flex;
  padding-right: 0;
}
@media screen and (max-width: 575.98px) {
  body .constant-payment-parent .make-a-constant-payment-parent {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .constant-payment-parent .make-a-constant-payment-parent {
    margin-top: 30px;
    padding: 0;
  }
}
body .constant-payment-parent .make-a-constant-payment-parent .make-a-constant-payment {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .constant-payment-parent .make-a-constant-payment-parent .make-a-constant-payment .btn-pink {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .constant-payment-parent .make-a-constant-payment-parent .make-a-constant-payment p {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 900;
}
@media screen and (max-width: 575.98px) {
  body .get-money-help-animal {
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) {
  body .get-money-help-animal {
    flex-direction: column !important;
    align-items: center;
  }
}
body .get-money-help-animal h2 {
  font-weight: 100;
  text-align: center;
}
body .get-money-help-animal h2 #get {
  color: #ff6f91;
  font-weight: 900;
}
body .get-money-help-animal h2 #help {
  color: #ff9772;
  font-weight: 900;
}
@media screen and (max-width: 575.98px) {
  body .get-money-help-animal a {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 991.98px) {
  body .get-money-help-animal a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  body .get-money-help-animal .search {
    display: none !important;
  }
}
body .get-money-help-animal .search .search-from {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  display: flex;
  align-items: stretch;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .get-money-help-animal .search .search-from img {
  position: absolute;
  padding: 22px 10px;
  width: 45px;
}
body .get-money-help-animal .search .search-from input[type=text] {
  width: 78%;
  border: none;
  padding: 20px;
  background-color: #f0f0f5;
  border-radius: 10px;
  text-align: left;
  padding-left: 50px;
  font-size: 20px;
}
body .get-money-help-animal .search .search-from input[type=text]::-moz-placeholder {
  color: #949a9d;
}
body .get-money-help-animal .search .search-from input[type=text]:-ms-input-placeholder {
  color: #949a9d;
}
body .get-money-help-animal .search .search-from input[type=text]::placeholder {
  color: #949a9d;
}
body .get-money-help-animal .search .search-from input[type=text]:focus {
  outline: none;
}
body .get-money-help-animal .search .search-from .btn-pink {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
body .fundraisings-search-form form {
  width: 400px;
}
@media screen and (max-width: 575.98px) {
  body .fundraisings-search-form form {
    width: 100%;
  }
}
body .fundraisings-search-form form img {
  padding: 10px !important;
}
body .fundraisings-search-form form input[type=text] {
  padding: 10px !important;
  width: 86% !important;
  font-size: 14px !important;
}
body .fundraisings-search-form form .btn {
  padding: 10px !important;
  margin-left: 5px !important;
}
body .section-header h2 {
  font-weight: 200;
  margin-top: 50px;
}
body .light-grey {
  color: #c5cbce;
  font-weight: 200;
  font-style: italic;
}
body .btn {
  border-radius: 7px;
  padding: 10px 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  body .btn {
    padding: 10px 30px;
  }
}
body .btn:focus, body .btn:active {
  outline: none !important;
}
body .btn-pink {
  transition: background-color 0.2s, color 0.2s;
  background-color: #ff6f91;
  border: 2px solid #ff6f91;
  color: #ffffff;
}
body .btn-pink:hover {
  background-color: transparent;
  color: #ff6f91;
}
body .btn-filter {
  background-color: transparent;
  border: none;
  color: #ff9772;
}
body .btn-filter:focus, body .btn-filter:hover {
  outline: none !important;
  border: none !important;
  color: #ff9772;
}
body .btn-grey {
  transition: background-color 0.2s;
  background-color: transparent;
  border: 3px solid #f0f0f5;
  color: #949a9d;
}
body .btn-grey:hover {
  background-color: #f0f0f5;
  color: #fff;
}
body .btn-orange {
  transition: background-color 0.2s;
  background-color: transparent;
  border: 2px solid #ff9772;
  color: #333333;
}
body .btn-orange:hover {
  background-color: #ff9772;
  color: #333333;
}
body .btn-yellow {
  transition: background-color 0.2s;
  background-color: transparent;
  border: 2px solid #ffc75f;
  color: #333333;
}
body .btn-yellow:hover {
  background-color: #ffc75f;
  color: #333333;
}
body .btn-yellow-full,
body .btn-yellow-full:hover {
  transition: background-color 0.2s;
  background-color: #ffc75f;
  border: 2px solid #ffc75f;
  color: #333333;
}
body .btn-yellow-full:hover,
body .btn-yellow-full:hover:hover {
  background-color: transparent;
}
body .btn-orange-full,
body .btn-orange-full:hover {
  transition: background-color 0.2s;
  background-color: #ff9772;
  border: 2px solid #ff9772;
  color: #fff;
}
body .btn-orange-full:hover,
body .btn-orange-full:hover:hover {
  background-color: transparent;
  color: #ff9772;
}
body .controls-slider .dots-item {
  background-color: transparent;
  border: 2px solid #c5cbce;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}
body .controls-slider .dots-item.tns-nav-active {
  background-color: #c5cbce;
}
body .top-menu .navbar-default {
  background-color: #f0f0f5;
  border-color: #f0f0f5;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default li {
    text-align: center;
  }
}
body .top-menu .navbar-default li .menu-item {
  padding: 25px;
  padding-bottom: 10px !important;
  font-weight: 900;
  border: 2px solid transparent;
  color: #333333;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default li .menu-item {
    padding: 10px !important;
  }
}
body .top-menu .navbar-default li .menu-item:hover, body .top-menu .navbar-default li .menu-item.active {
  border-bottom: 2px solid #ff6f91;
}
body .top-menu .navbar-default .btn-group {
  padding-top: 15px;
}
body .top-menu .navbar-default .btn-group .select-opener-menu {
  background-color: white;
  padding: 7px 5px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  min-width: 200px;
  text-align: center;
}
body .top-menu .navbar-default .btn-group .select-opener-menu img {
  width: 30px;
  margin-right: 5px;
}
body .top-menu .navbar-default .btn-group .select-opener-menu span {
  font-weight: 900;
  margin-right: 5px;
  color: #949a9d;
}
body .top-menu .navbar-default .btn-group .card-dropdown {
  border-radius: 10px;
  width: 100%;
  border: none;
}
body .top-menu .navbar-default .btn-group .card-dropdown li {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f0f0f5;
}
body .top-menu .navbar-default .btn-group .card-dropdown li a {
  font-weight: 900;
  color: #949a9d;
  padding: 10px;
  text-align: center;
}
body .top-menu .navbar-default .btn-group .card-dropdown li a:hover {
  color: #ff6f91;
  background-color: #ffffff;
}
body .top-menu .navbar-default .btn-group .card-dropdown li:last-child {
  border-bottom: none;
}
body .top-menu .navbar-default .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
body .top-menu .navbar-default .container-fluid .navbar-header {
  width: 25%;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-2 {
  display: none;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-2 {
    display: flex;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-10 {
  padding-left: 0;
  display: flex;
}
body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-10 .navbar-brand {
  padding-left: 5px;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-10 .navbar-brand {
    height: auto !important;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-10 .navbar-brand img {
  padding: 5px;
  padding-top: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-header .col-sm-10 .navbar-brand img {
    padding-left: 0;
    width: 60% !important;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-collapse .get-money-help-animal {
  display: none;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-collapse .get-money-help-animal {
    display: flex !important;
    margin-bottom: 3rem;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-collapse .get-money-help-animal .search {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-collapse .get-money-help-animal .search {
    display: flex !important;
  }
}
@media screen and (max-width: 767.98px) {
  body .top-menu .navbar-default .container-fluid .navbar-toggle {
    border: none;
    padding: 0;
    margin-right: 0;
  }
}
body .top-menu .navbar-default .container-fluid .navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  margin-top: 5px !important;
}
@media screen and (max-width: 575.98px) {
  body .slider-item .no-margin-horizontal {
    flex-direction: column-reverse !important;
  }
}
body .slider-item .slider-description {
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .slider-item .slider-description {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  body .slider-item .slider-description {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
body .slider-item .slider-description div.col-12 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 575.98px) {
  body .slider-item .slider-description div.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  body .slider-item .slider-description div.col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  body .slider-item .slider-description div.col-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .slider-item .slider-description h2 {
  color: #ff6f91;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  body .slider-item .slider-description h2 {
    font-size: 30px;
    margin-top: 20px;
  }
}
body .slider-item .slider-description .ellipsis {
  margin-top: 0px;
  color: #333333;
}
@media screen and (min-width: 576px) {
  body .slider-item .slider-description .ellipsis {
    margin-top: 15px;
  }
}
body .slider-item .slider-img {
  padding: 0;
  height: 400px;
}
@media screen and (max-width: 575.98px) {
  body .slider-item .slider-img {
    height: 230px !important;
    position: relative;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .slider-item .slider-img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  body .slider-item .slider-img {
    height: 424px;
  }
}
body .slider-item .slider-img .img-main-slider {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 400px;
}
@media screen and (max-width: 575.98px) {
  body .slider-item .slider-img .img-main-slider {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    max-height: 300px;
  }
}
@media screen and (max-width: 1199.98px) {
  body .slider-item .slider-img .img-main-slider {
    max-height: 424px;
  }
}
body .slider-item .days-to-end {
  padding: 10px;
  width: 30% !important;
  background-color: #ffc75f;
  color: #333333;
  text-align: center;
  position: absolute;
  border-radius: 7px;
  bottom: 20px !important;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 375.98px) {
  body .slider-item .days-to-end {
    width: 35% !important;
    bottom: -25px !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 575.98px) {
  body .slider-item .days-to-end {
    width: 35% !important;
    bottom: -18px !important;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  body .slider-item .days-to-end {
    width: 40% !important;
  }
}
body .progress-bar-zwierzaki .outer-progress {
  width: 100%;
  height: 10px;
  background-color: #f0f0f5;
  border-radius: 10px;
}
body .progress-bar-zwierzaki .inner-progress {
  height: 10px;
  background-color: #ff9772;
  border-radius: 10px;
}
body .progress-bar-zwierzaki h3 {
  text-align: center;
  color: #ff9772;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body .progress-bar-zwierzaki h3 {
    font-size: 20px;
  }
}
body .progress-bar-zwierzaki h3 span {
  font-weight: 900;
}
body .progress-bar-zwierzaki p {
  text-align: center;
  margin-top: 10px;
  color: #c5cbce;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  body .progress-bar-zwierzaki p {
    font-size: 14px;
  }
}
body .addToFavorite i,
body .deleteFromFavorite i,
body .addToFavoriteLogin i {
  font-size: 25px;
  color: #c5cbce;
  margin-top: 10px;
  cursor: pointer;
}
body .addToFavorite i:hover,
body .deleteFromFavorite i:hover,
body .addToFavoriteLogin i:hover {
  color: #949a9d;
}
body .single-fundraising {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  /*padding-right: 30px;*/
}
@media screen and (min-width: 992px) {
  body .single-fundraising:nth-child(3n+1) {
    padding-right: 15px;
  }
  body .single-fundraising:nth-child(3n+2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  body .single-fundraising:nth-child(3n+3) {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 575.98px) {
  body .single-fundraising {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .single-fundraising {
    width: 50%;
  }
  body .single-fundraising:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 15px;
  }
}
body .single-fundraising .my-card {
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  border-radius: 10px;
}
body .single-fundraising .my-card .single-fundraising-image {
  position: relative;
}
body .single-fundraising .my-card .single-fundraising-image img {
  width: 100%;
  height: 230px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
body .single-fundraising .my-card .single-fundraising-image .days-to-end {
  padding: 10px;
  width: 40%;
  background-color: #ffc75f;
  color: #333333;
  text-align: center;
  position: absolute;
  border-radius: 7px;
  bottom: -17px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  body .single-fundraising .my-card .single-fundraising-image .days-to-end {
    width: 50% !important;
  }
}
body .single-fundraising .my-card .single-fundraising-description {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
}
body .single-fundraising .my-card .single-fundraising-description h3.single-fundraising-title {
  color: #ff6f91;
  font-weight: 900;
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  body .single-fundraising .my-card .single-fundraising-description h3.single-fundraising-title {
    margin-top: 0;
    padding-top: 20px;
    min-height: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  body .single-fundraising .my-card .single-fundraising-description h3.single-fundraising-title {
    min-height: 40px !important;
  }
}
body .single-fundraising .my-card .single-fundraising-description p.description {
  color: #333333;
}
body .single-fundraising .my-card .single-fundraising-description p.light-grey {
  margin-top: 10px;
}
body .single-fundraising .my-card .single-fundraising-description .col-md-6 {
  padding: 0;
}
body .single-fundraising .my-card .single-fundraising-description .col-md-12 {
  margin-top: 15px;
}
@media screen and (max-width: 991.98px) {
  body .single-fundraising .my-card .single-fundraising-description .col-md-12 {
    margin-top: 0;
  }
}
body .preview-organisation .preview-title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-title-container .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .preview-organisation .preview-title-container .col-xs-12 {
    padding-left: 0 !important;
  }
}
body .preview-organisation .preview-title-container .col-xs-12 .title {
  color: #ff6f91;
  font-weight: 900;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .desc-organisation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .preview-organisation .desc-organisation {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .wanna-help-organisation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .preview-organisation .wanna-help-organisation {
    padding-right: 0 !important;
  }
}
body .preview-organisation .preview-organisation-description {
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-right: 0;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-organisation-description {
    padding-top: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-data-container {
    flex-direction: column;
  }
}
body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-image {
  padding: 20px;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-image {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-data {
  background-color: #f0f0f5;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  color: #949a9d;
  line-height: 2.5rem;
  font-size: 11px;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-data {
    border-radius: 10px;
  }
}
@media screen and (min-width: 576px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-data-container .preview-organisation-data {
    padding: 30px;
    font-size: 14px;
  }
}
body .preview-organisation .preview-organisation-description .preview-organisation-desc {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 575.98px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-desc {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 576px) {
  body .preview-organisation .preview-organisation-description .preview-organisation-desc {
    padding-right: 35px;
  }
}
body .preview-organisation .preview-organisation-description .preview-organisation-desc p {
  line-height: 3rem;
}
body .preview-organisation .wanna-help {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  align-items: center;
  flex-direction: column;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .preview-organisation .wanna-help h4 {
  font-weight: 900;
  color: #c5cbce;
  margin-bottom: 30px;
}
body .preview-organisation .wanna-help .btn {
  width: 100%;
}
body .preview-organisation .wanna-help .divider {
  border: 2px solid #f0f0f5;
  width: 30%;
  margin-top: 30px;
  margin-bottom: 30px;
}
body .preview-organisation .wanna-help span {
  color: #c5cbce;
  margin-top: 20px;
}
body .preview-organisation .donates-container {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 575.98px) {
  body .preview-fundraising .preview-fundraising-main-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .preview-fundraising .preview-fundraising-main-container {
    padding-left: 0 !important;
  }
}
body .preview-fundraising .preview-fundraising-container {
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  border-radius: 10px;
}
body .preview-fundraising .preview-title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991.98px) {
  body .preview-fundraising .preview-title-container {
    flex-direction: row;
  }
}
body .preview-fundraising .preview-title-container .title {
  color: #ff6f91;
  font-weight: 900;
}
body .preview-fundraising .preview-title-container .favorites {
  margin-bottom: 5px;
}
body .preview-fundraising .preview-title-container .favorites .favorite-button .addToFavoriteLogin i,
body .preview-fundraising .preview-title-container .favorites .favorite-button .addToFavorite i,
body .preview-fundraising .preview-title-container .favorites .favorite-button .deleteFromFavorite i {
  margin-top: 0;
}
body .preview-fundraising .preview-title-container .favorites span {
  color: #c5cbce;
  font-size: 12px;
}
@media screen and (max-width: 991.98px) {
  body .preview-fundraising .preview-title-container .col-md-4 {
    order: -1;
  }
}
@media screen and (min-width: 991.98px) {
  body .preview-fundraising .preview-title-container .col-md-4 .fundraisings-search-form {
    width: 100%;
  }
}
@media screen and (min-width: 991.98px) {
  body .preview-fundraising .preview-title-container .col-md-4 .fundraisings-search-form .search {
    width: 100%;
  }
}
@media screen and (min-width: 991.98px) {
  body .preview-fundraising .preview-title-container .col-md-4 .fundraisings-search-form .search form {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  body .preview-fundraising .preview-title-container .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  body .preview-fundraising .preview-title-container .col-md-8 {
    padding-left: 0 !important;
  }
}
body .preview-fundraising .desktop-progress,
body .preview-fundraising .desktop-organisation {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .preview-fundraising .desktop-progress .helped-count,
body .preview-fundraising .desktop-organisation .helped-count {
  color: #c5cbce;
  text-align: center;
}
body .preview-fundraising .dates {
  text-align: center;
}
body .preview-fundraising .dates .text {
  color: #c5cbce;
  font-size: 12px;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .preview-fundraising .dates .text {
    font-size: 16px;
  }
}
body .preview-fundraising .dates .date {
  color: #949a9d;
  white-space: nowrap;
  font-size: 12px;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  body .preview-fundraising .dates .date {
    font-size: 16px;
  }
}
body .preview-fundraising .preview-fundraising-image {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .preview-fundraising .preview-fundraising-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .preview-fundraising .preview-fundraising-image .days-to-end {
  padding: 10px;
  width: 30% !important;
  background-color: #ffc75f;
  color: #333333;
  text-align: center;
  position: absolute;
  border-radius: 7px;
  bottom: -17px !important;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  body .preview-fundraising .preview-fundraising-image .days-to-end {
    width: 40% !important;
  }
}
@media screen and (min-width: 1198.98px) {
  body .preview-fundraising .preview-fundraising-image .days-to-end {
    width: 20% !important;
  }
}
body .preview-fundraising .preview-description-container {
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
}
body .preview-fundraising .preview-description-container .btn-pink {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}
body .preview-fundraising .preview-description-container .mobile-progress .progress-bar-zwierzaki {
  padding-left: 0;
  padding-right: 0;
}
body .preview-fundraising .preview-description-container .preview-description {
  text-align: left;
}
body .preview-fundraising .preview-description-container .preview-description iframe {
  width: 100%;
}
body .preview-fundraising .preview-organisation {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body .preview-fundraising .preview-organisation .organised-by {
  color: #c5cbce;
}
body .preview-fundraising .preview-organisation .organisation-img img {
  height: 50px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .preview-fundraising .preview-organisation .organisation-img h4 {
  font-weight: 900;
  color: #949a9d;
}
body .preview-fundraising .preview-organisation .count-fundraisings .col-xs-6 {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  body .preview-fundraising .preview-organisation .count-fundraisings .col-xs-6 {
    flex-direction: row;
  }
}
body .preview-fundraising .preview-organisation .count-fundraisings .text {
  color: #949a9d;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  body .preview-fundraising .preview-organisation .count-fundraisings .text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1199.98px) {
  body .preview-fundraising .preview-organisation .count-fundraisings .text {
    font-size: 14px;
  }
}
body .preview-fundraising .preview-organisation .count-fundraisings .value {
  color: #949a9d;
  font-weight: 900;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  body .preview-fundraising .preview-organisation .count-fundraisings .value {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1199.98px) {
  body .preview-fundraising .preview-organisation .count-fundraisings .value {
    font-size: 14px;
  }
}
body .donates .loadDonates {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
body .donates .loadDonates .donation-row {
  border-bottom: 3px solid #f0f0f5;
  padding: 10px;
}
body .donates .loadDonates .donation-row:last-of-type {
  border-bottom: none !important;
}
body .donates .loadDonates .donation-row .donation-description .donator-name {
  font-weight: 900;
  color: #ff9772;
  font-size: 14px;
}
body .donates .loadDonates .donation-row .donation-description .donation-price {
  font-weight: 900;
  color: #ff6f91;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  body .donates .loadDonates .donation-row .donation-description .donation-price {
    font-size: 21px;
  }
}
body .donates .loadDonates .donation-row .donation-description .date {
  color: #c5cbce;
  white-space: nowrap;
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  body .donates .loadDonates .donation-row .donation-description .date {
    font-size: 14px;
  }
}
body .donates .loadDonates .donation-row img {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 576px) {
  body .donates .loadDonates .donation-row img {
    width: 100%;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 80px;
}
body .ellipsis-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
body .ellipsis-header {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
@media screen and (min-width: 576px) {
  body .ellipsis-header {
    min-height: 60px;
  }
}
body .pagination > .active > a,
body .pagination > .active > a:focus,
body .pagination > .active > a:hover,
body .pagination > .active > span,
body .pagination > .active > span:focus,
body .pagination > .active > span:hover {
  background-color: #ff6f91;
  border-color: #ff6f91;
}
body .pagination > li > a,
body .pagination > li > span {
  color: #ff6f91;
}
body .pagination > li > a:focus,
body .pagination > li > a:hover,
body .pagination > li > span:focus,
body .pagination > li > span:hover {
  color: #ff6f91;
}
@media screen and (max-width: 575.98px) {
  body #section-slider {
    order: -1;
  }
}
body .dropdown .sort-by {
  color: #c5cbce;
}
body .dropdown .dropdown-toggle {
  color: #949a9d;
}
body .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: none;
}
body .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #949a9d;
  display: block;
  cursor: pointer;
}
body .dropdown .dropdown-menu .dropdown-item.active {
  color: #ff9772;
  font-weight: 900;
}
body footer .multi-color-line {
  margin-bottom: 15px;
}
body footer .multi-color-line div {
  padding: 2px 0px;
}
body footer .multi-color-line div .pink-background {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body footer .multi-color-line div .yellow-background {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body footer .links {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  body footer .links {
    margin-top: 30px;
  }
}
body footer .links div.footer-link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  gap: 5px;
}
body footer .links div.footer-link a {
  color: #949a9d;
}
body footer .links div.footer-link a:hover {
  color: #74787a;
}
@media screen and (max-width: 991.98px) {
  body footer .links div.footer-link {
    text-align: center;
  }
}
body footer .links div.logos {
  align-items: flex-end;
}
@media screen and (max-width: 991.98px) {
  body footer .links div.logos {
    margin-top: 50px;
  }
}
body footer .links div.logos .logo {
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  body footer .links div.logos .logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  body footer .links div.logos .logo img {
    width: 50%;
  }
}
body footer .links div.logos div.align-items-center {
  justify-content: end;
}
@media screen and (max-width: 991.98px) {
  body footer .links div.logos div.align-items-center {
    justify-content: center;
  }
}
body .fb-share-button a {
  color: #949a9d;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
}
body .fb-share-button a i {
  margin-right: 5px;
}
body .container2 * {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
body .back-to-cards-text {
  color: #949a9d;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: right;
}
body .container2 {
  text-align: center;
  width: 420px;
  margin: 20px auto 10px;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}
body .card-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  padding: 10px;
  background-color: #f0f0f5;
  text-align: left;
  box-sizing: border-box;
}
body .card-container aside {
  padding-bottom: 6px;
  font-weight: 900;
  color: #949a9d;
  font-family: "Nunito", sans-serif;
}
body .payu-card-form {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
}
body .card-details {
  clear: both;
  overflow: auto;
  margin-top: 10px;
}
body .card-details .expiration {
  width: 50%;
  float: left;
  padding-right: 5%;
}
body .card-details .cvv {
  width: 45%;
  float: left;
}
body #tokenizeButton {
  transition: background-color 0.2s, color 0.2s;
  background-color: #ff6f91;
  border: 2px solid #ff6f91;
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  padding: 10px 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
body .response-success {
  color: #438F29;
}
body .response-error {
  color: #990000;
}
body .verification-number-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
body .verification-number-container h3 {
  font-weight: 900;
}

.out-payment {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .out-payment .payment-table-section {
    padding-right: 0;
  }
}
.out-payment .payment-table-section .saldo-data {
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .out-payment .payment-table-section .saldo-data {
    flex-direction: column;
  }
}
@media screen and (max-width: 575.98px) {
  .out-payment .payment-table-section .saldo-data div {
    margin-bottom: 2rem;
  }
}
.out-payment .payment-table-section .saldo-data div h2 {
  font-weight: 900;
  font-size: 24px;
}
.out-payment .payment-table-section .saldo-data div h2.donations {
  color: #ff6f91;
}
.out-payment .payment-table-section .saldo-data div h2.to-paid-out {
  color: #ffc75f;
}
.out-payment .payment-table-section .saldo-data div h2.paid-out {
  color: #ff9772;
}
.out-payment .payment-table-section .saldo-data div h2.title-count {
  color: #949a9d;
}
.out-payment .payment-table-section .my-donations-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
.out-payment .payment-table-section .my-donations-container .my-donates-row-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .out-payment .payment-table-section .my-donations-container .my-donates-row-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .out-payment .payment-table-section .filterButton button {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .out-payment .form-section {
    padding-left: 0;
  }
}
.out-payment .form-section .form-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
}
.out-payment .form-section .form-container #saldo-out-form {
  display: flex;
  flex-direction: column;
  width: 80%;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.out-payment .form-section .form-container #saldo-out-form input[type=number] {
  background-color: #f0f0f5;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  height: 50px;
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 9;
  padding-right: 0;
  font-weight: 900;
  color: #ff6f91;
  text-align: right;
}
.out-payment .form-section .form-container #saldo-out-form input[type=number]:focus {
  outline: none !important;
  border: none !important;
}
.out-payment .form-section .form-container #saldo-out-form input[type=submit] {
  width: 100%;
}
.out-payment .form-section .form-container #saldo-out-form .currency-fundraising {
  flex: 1;
  background-color: #f0f0f5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
}
.out-payment .form-section .form-container #saldo-out-form .currency-fundraising .add-fundraising {
  font-weight: 900;
  color: #ff6f91;
  padding: 10px;
  font-size: 17px;
}
.out-payment .form-section .form-container #saldo-out-form label {
  color: #949a9d;
  font-size: 20px;
}
.out-payment .info-saldo-data-container {
  padding-left: 0;
  padding-right: 0;
}
.out-payment .info-saldo-data-container .info-saldo-data {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: rgb(210, 210, 220) 0px 0px 24px 0px;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.out-payment .info-saldo-data-container .info-saldo-data h3 {
  font-weight: 900;
  color: #ff6f91;
}

#filterModal .dates,
#filterModal .amounts {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  #filterModal .dates,
#filterModal .amounts {
    flex-direction: row;
  }
}
#filterModal .dates div.d-flex,
#filterModal .amounts div.d-flex {
  width: 100%;
}
@media screen and (min-width: 576px) {
  #filterModal .dates div.d-flex,
#filterModal .amounts div.d-flex {
    width: 48%;
  }
}
#filterModal input[type=text],
#filterModal input[type=date] {
  background-color: #f0f0f5;
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  #filterModal input[type=text],
#filterModal input[type=date] {
    font-size: 17px;
  }
}
#filterModal input[type=text]:focus,
#filterModal input[type=date]:focus {
  outline: none !important;
}

.social-buttons {
  width: 40px;
  position: fixed;
  right: 0px;
  bottom: 130px;
  z-index: 999999;
}
.social-buttons a {
  display: block;
  background-color: #eaeae7;
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  text-align: center;
  line-height: 40px;
}
.social-buttons a.social-facebook {
  background-color: #3b5999;
}
.social-buttons a.social-instagram {
  line-height: 36px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-buttons a img {
  width: 30px;
  height: 30px;
}

.phone-socials {
  display: none;
}

@media screen and (max-width: 768px) {
  .social-buttons {
    display: none;
  }
  .phone-socials {
    display: flex;
  }
  .phone-socials a {
    display: block;
    background-color: #eaeae7;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    text-align: center;
    line-height: 40px;
  }
  .phone-socials a.social-facebook {
    background-color: #3b5999;
  }
  .phone-socials a.social-instagram {
    line-height: 36px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  .phone-socials a img {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=zwierzaki.css.map */