
.custom-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  max-width: 800px;

}

  .custom-card ul {
    padding-left: 1rem;
    margin-bottom: 0;
  }

  .custom-card li {
    margin-bottom: 10px;
  }

  .custom-card strong {
    font-weight: 600;
  }

.price {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}

.btn-sepete-ekle {
  background-color: #dc3545;
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}

  .btn-sepete-ekle:hover {
    background-color: #c82333;
  }


.progress-wizard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #5b2c6f;
  padding: 15px 10px;
  overflow: hidden;
  align-content: center;
  align-items: center;
}


.progress-step {
  text-align: center;
  flex: 1 1 auto;
  min-width: 100px;
  max-width: 200px;
  
}

  .progress-step .circle {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    position: relative;
  }

  .progress-step.active .circle {
    background-color: #a569bd;
  }

  .progress-step .label {
    color: white;
    font-size: 1rem;
    margin-top: 5px;
    word-break: break-word;
  }

  /* Çizgileri tamamen kaldırdık */
  .progress-step::after {
    display: none !important;
  }
button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
  background-color: #a569bd;
  border-color: #a569bd;
}
button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
  background-color: #a569bd;
  border-color: #a569bd;
}
  button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover, .btn:not(.close):not(.mfp-close).btn-primary:focus, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
    background-color: #5b2c6f;
    border-color: #5b2c6f;
    color: #fff;
  }
button.btn {

  background-color: #5b2c6f!important;
  border-color: #5b2c6f!important;
 
}
a {
  color: #5b2c6f!important;
  text-decoration: none
}

  a:hover {
    color: #a569bd!important;
  }
  button.btn:hover {
    background-color: #a569bd !important;
    border-color: #a569bd !important;
  }
.p-checkbox > input[type="checkbox"]:checked + .p-checkbox-style:before {
  -webkit-animation-name: none;
  animation-name: none;
  border: #5b2c6f!important;
  background: #5b2c6f!important;
}
.p-radio > input[type="radio"]:checked + .p-radio-style:before {
  -webkit-animation-name: none;
  animation-name: none;
  border: 1px solid #5b2c6f !important;
  background: #5b2c6f !important;
}
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #9aa0a6;
  --bs-gray-dark: #2e2e2e;
  --bs-primary: #5b2c6f;
  --bs-secondary: #c1c3ce;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-white: #fff;
  --bs-light: #fbfbfb;
  --bs-dark: #1e2022;
  --bs-blue: #007bff;
  --bs-font-sans-serif: 'Amare Walter Neue Variable', sans-serif;
  --bs-font-monospace: 'Amare Walter Neue Variable', sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0))
}


.wizard-container {
  background-color: #6c3483;

  padding: 20px;
  color: #fff;
}

.wizard-step {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wizard-bullet {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}

.wizard-step.active .wizard-bullet {
  background-color: #bb8fce;
}

.wizard-text {
  font-size: 0.95rem;
  word-break: break-word;
}
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
  border-width: 5px;
  background-color: #5b2c6f
}
.dx-radiobutton.dx-state-focused .dx-radiobutton-icon {
  border-color: #5b2c6f
}
#scrollTop {
  z-index: -1;
  opacity: 0;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 26px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; /* transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; */
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

  #scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  #scrollTop:hover {
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    background-color: transparent !important;
  }

    #scrollTop:hover i {
      -webkit-transform: translate(0, -39px) !important;
      -ms-transform: translate(0, -39px) !important;
      transform: translate(0, -39px) !important;
    }

  #scrollTop:after, #scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #5b2c6f;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
  }

  #scrollTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2;
  }

  #scrollTop:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  #scrollTop:active:before {
    opacity: 1;
  }
