.cash-progress {
  position: absolute;
  width: 10px;
  background: rgba(255, 255, 255, 0.1);
  height: 210px;
  top: -225px;
  right: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  transition: all 0.3s ease-in-out;
}

.cash-progress div {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cash-progress div .cinner-prog {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(50, 203, 115, 0.75);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.service-card:hover .cash-progress {
  background: rgba(255, 255, 255, 0.2);
}

.service-card:hover .cash-progress div {
  background: rgba(255, 255, 255, 0.1);
}

.service-card:hover .cash-progress .cinner-prog {
  background: rgba(50, 203, 115, 1);
}

.service-card:hover .cash-tooltip {
  opacity: 1 !important;
}

.cash-tooltip {
  position: relative;
  opacity: 0.85;
  left: -42px;
  top: -10px;
  width: 35px;
  height: 23px;
  font-size: 10px;
  background: rgba(255,255,255,0.3);
  color: #fff;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

/* Small arrow */
.cash-tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) rotate(180deg);
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(255,255,255,0.3) transparent transparent;
}

.cinner-prog.cash-danger {
  background: rgba(243, 53, 53, 0.75) !important;
}

.cinner-prog.cash-warning {
  background: rgba(235, 185, 21, 0.75) !important;
}

.service-card:hover .cash-progress .cinner-prog.cash-danger {
  background: rgba(243, 53, 53,0.85) !important;
}

.service-card:hover .cash-progress .cinner-prog.cash-warning {
  background: rgba(235, 185, 21, 1) !important;
}

.service-card .icon-btn {
  transform: none;
}

.service-card .icon-btn i {
  font-size: 24px;
  margin-top: 2px;
  margin-left: 1px;
  color: #525252;
  transition: all 0.3s ease-in-out;
}

.service-card .icon-btn:hover i {
  color: #fff;
}

.colored {
  color: var(--theme-color);
}

.tx-7 {
  font-size: 7px !important;
}

.tx-8 {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px !important;
}

.tx-17 {
  font-size: 17px !important;
}

.tx-18 {
  font-size: 18px !important;
}

.tx-19 {
  font-size: 19px !important;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-21 {
  font-size: 21px !important;
}

.tx-80 {
  font-size: 80px !important;
}

.text-transform-none {
  text-transform: none !important;
}

.text-justify {
  text-align: justify !important;
}

.footer-about-url:hover {
  color: #fff !important;
}

@media (max-width: 991px){
  .footer-about {
    max-width: 100% !important;
  }

  .footer-about .about-logo {
    text-align: center;
  }
}

.footer-bowls {
  position: relative;
  bottom: 19px;
}

@media (max-width: 496px){
  .footer-bowls {
    margin-bottom: -15px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcumb-wrapper .breadcumb-bg-thumb {
    border-radius: 0px !important;
  }

  .blog-title-img {
    -webkit-border-radius: 24px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius: 24px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-radius: 24px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

@media (max-width: 575px) {
  .breadcumb-menu {
    padding: 20px 24px 12px !important;
  }
}

.breadcumb-menu li {
  line-height: 1.3 !important;
}

.blog-cat-active {
  color: var(--theme-color) !important;
}

.blog-cat-active img {
  filter: invert(49%) sepia(61%) saturate(484%) hue-rotate(93deg) brightness(100%) contrast(98%) !important;
}

.blog-listing-img {
  width: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 16 / 9 !important;
}

@media (max-width: 411px){
  .widget.widget_banner.blog-listing {
    padding: 50px 15px !important;
  }
}

.fix-lh-1-0 {
  line-height: 1 !important;
}

@media (min-width: 1200px){
  .blog-post-title {
    font-size: 45px !important;
    line-height: 1.06 !important;
  }
}

.single-post-prevnext-img {
  height: 150px !important;
  width: 100% !important;
  max-width: 380px !important;
  min-width: 380px !important;
  object-fit: cover !important;
}

.zbiorki-cats i {
  font-size: 40px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}

.zbiorki-cats a:hover i {
  color: #fff;
}

.zbiorki-cats a.active i {
  color: #fff;
}

.zbiorka-faq {
  border-radius: 15px !important;
}

.zbiorka-additional-help p {
  line-height: 1.54;
  font-size: 14px;
}

.zbiorka-additional-help div {
  line-height: 1.54;
  font-size: 14px;
}

.zbiorka-licznik div:first-child {
  flex-shrink: 1;
  margin-right: 8px;
}

.zbiorka-licznik i {
  color: var(--theme-color);
  font-size: 24px;
}

.zbiorka-licznik .balance {
  font-size: 24px;
  color: #202020;
  font-weight: 600;
  display: block;
}

.zbiorka-licznik .target {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.zbiorka-pay {
  background: var(--theme-color) !important;
  color: #fff !important;
  padding: 14px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.zbiorka-pay.gotopay {
  padding: 18px 28px !important;
}

.zbiorka-pay.zbp-disabled {
  background: #7c7c7c !important;
  opacity: 0.75;
}

.modal-dialog {
  max-width: 660px !important;
}

.modal-content {
  background: #fff !important;
}

.pick-amount-btn {
  background: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #ebebeb;
  text-align: center;
  width: 100%;
  padding: 14px 8px;
  border-radius: 6px;
  color: #202020;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pick-amount-btn:hover {
  border: 1px solid var(--theme-color);
}

.pick-amount-btn.active {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.grecaptcha-badge {
    display: none;
}

.faq-icon-fix {
  position: relative;
  top: -2px;
}

.box-icon.faq-fix {
  position: relative;
  top: -3px;
}

.partner-card h3 {
  font-size: 20px !important;
  line-height: 1.34;
  margin-bottom: 11px !important;
}

.partner-card .team-desig {
  font-size: 14px !important;
  line-height: 1.34;
}

.partner-card .img-wrap {
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-card .img-wrap .team-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.partner-card .img-wrap .team-img img {
  width: auto;
  max-width: 80%;
}

.info-msg {
    width: 100%;
    padding: 10px 14px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    background: #f8f8f8;
}

.info-msg.error {
    border-left: 2px solid rgb(189, 36, 49);
    box-shadow: rgba(189, 36, 49, 0.1) 0rem 0.25rem 0.5rem;
}

.info-msg svg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -1px;
    margin-right: 6px;
    flex-shrink: 0;
}

.anonym-payment-lab {
  font-size: 14px !important;
}

.zb-avatar {
  flex-shrink: 0;
}

.zb-avatar img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  border: 7px solid #eff1f7;
}

.zb-payers {
  line-height: 1.34;
  margin-top: 25px;
  min-height: 30px;
  max-height: 150px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.zb-payers.expanded {
  min-height: 150px;
  /*height: 650px;*/
  max-height: none !important;
  overflow-y: auto;
}

[data-simplebar] {
    padding-right: 19px; 
}

.zb-payers .item {
  margin-bottom: 18px;
}

.zb-payers .item:last-child {
  margin-bottom: 0px;
}

.zb-payers .time {
  font-size: 12px;
}

.zb-payers .name {
  font-size: 15px;
}

.zb-payers .amount {
  font-size: 15px !important;
}

.simplebar-track.simplebar-vertical {
  right: -2px !important;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.10 !important;
  transition: all 0.2s ease-in-out !important;
}

.zb-payers:hover .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.15 !important;
  transition: all 0.2s ease-in-out !important;
}

.expand-payers {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 3px 3px;
  line-height: 0;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.expand-payers:hover {
  background: #ececec;
}

.expand-payers svg {
  width: 10px;
  height: 10px;
}

.scroll-container::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.scroll-container {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

@media (max-width: 768px){
  .fix-mobile-top {
    padding-top: 25px !important;
  }
}

/* RIBBON */
.ribbon-wrapper {
    position: absolute;
    z-index: 998;
    top: 40px;
}
.ribbon-front {
    background: #c72e2e;
    background: linear-gradient(90deg,rgb(179, 40, 40) 0%, rgba(217, 39, 39, 1) 100%);
    height: 44px;
    width: 240px;
    position: relative;
    left: -10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: #f8f8f8;
    text-align: center;
    text-shadow: 0px 1px 2px #cc6666;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    top: 50px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #9b1724 transparent transparent;
}

.ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}
.ribbon-edge-bottomleft {
    border-width: 0 10px 0px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
    left: 220px;
    border-color: transparent transparent transparent #9b1724;
}

.ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px;
}
.ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
    display: none;
}

@-webkit-keyframes flow {
    0% {
        left: -20px;
        opacity: 0;
    }
    12% { /* początek rozbłysku */
        left: 100px;
        opacity: 0.3;
    }
    23% { /* koniec efektu (1.5s z 6.5s) */
        left: 180px;
        opacity: 0;
    }
    100% { /* pauza 5 sekund */
        left: 180px;
        opacity: 0;
    }
}
@keyframes flow {
    0% {
        left: -20px;
        opacity: 0;
    }
    12% { /* początek rozbłysku */
        left: 100px;
        opacity: 0.3;
    }
    23% { /* koniec efektu (1.5s z 6.5s) */
        left: 180px;
        opacity: 0;
    }
    100% { /* pauza 5 sekund */
        left: 180px;
        opacity: 0;
    }
}

.glow {
    background: rgb(255, 255, 255);
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    -webkit-animation: flow 6.5s linear infinite;
    -moz-animation: flow 6.5s linear infinite;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(1%, rgba(255, 255, 255, 0)),
        color-stop(100%, rgba(255, 255, 255, 1))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 1%,
        rgba(255, 255, 255, 1) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-left: 1px solid #fff;
}

/* V2 */

.ribbon {
  width: 150px;
  height: 139px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #a12222;;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 226px;
  padding: 12px 0;
  background: #c72e2e;
  background: linear-gradient(90deg,rgba(199, 46, 46, 1) 0%, rgba(217, 39, 39, 1) 100%);
  box-shadow: -20px 4px 6px 0px rgba(0, 0, 0, 0.20);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 12px;
}
.ribbon-top-left::after {
  bottom: 1px;
  left: 0;
}
.ribbon-top-left span {
  right: -20px;
  top: 35px;
  transform: rotate(-45deg);
}
/* END RIBBON */