/*# sourceMappingURL=custom.min.css.map */

.card-wrapper .jp-card .jp-card-back,
.card-wrapper .jp-card .jp-card-front {
  background-color: #8ec5fc;
  background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.nav-item .nav-link {
  cursor: pointer !important;
}

#paytr_taksit_tablosu {
  clear: both;
  font-size: 12px;
  max-width: 100%;
  text-align: center;
  font-family: Arial, sans-serif;
}
#paytr_taksit_tablosu::before {
  display: table;
  content: " ";
}
#paytr_taksit_tablosu::after {
  content: "";
  clear: both;
  display: table;
}
.taksit-tablosu-wrapper {
  margin: 5px;
  width: 20%;
  padding: 12px;
  cursor: default;
  text-align: center;
  display: inline-;
  border: 1px solid #e1e1e1;
}
.taksit-logo img {
  max-height: 28px;
  padding-bottom: 10px;
}
.taksit-tutari-text {
  float: left;
  width: 100%;
  color: #a2a2a2;
  margin-bottom: 5px;
}
.taksit-tutar-wrapper {
  background-color: #f7f7f7;
}
.taksit-tutar-wrapper:hover {
  background-color: #e8e8e8;
}

.taksit-tutar-wrapper-baslik {
  display: flex;
  background-color: #cacaca;
}
.taksit-tutar-wrapper-baslik:hover {
  background-color: #bbbbbb;
}

.taksit-tutari {
  float: left;
  width: 100%;
  padding: 6px 0;
  color: #474747;
  border: 2px solid #ffffff;
}
.taksit-tutari-bold {
  font-weight: bold;
}

/* Blurlu divler için stil */
.blurred {
    filter: blur(4px); /* Divleri blur yap */
    transition: filter 0.3s ease, pointer-events 0.3s ease; /* Blur kalkarken geçiş efekti */
}

/* Üzerine gelindiğinde blur kalksın */
.blurred:hover {
    filter: blur(0px); /* Blur'u kaldır */
}


.message-list li .col-mail-2 .date {
  right: 0;
  width: 140px;
  padding-left: 20px;
  text-align: right;
}

.cp{
  cursor:pointer;
}


.inputgerekli {
  border-color: var(--vz-form-invalid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .25rem) center;
  background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}