@charset "UTF-8";
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 1.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 35, 97, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DCDCDC;
  border-top-left-radius: calc(6.25rem - 1px);
  border-top-right-radius: calc(6.25rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DCDCDC;
  border-bottom-right-radius: calc(6.25rem - 1px);
  border-bottom-left-radius: calc(6.25rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-content.without-margin-modal {
    min-height: auto !important;
  }
}

.modal-body.without-margin {
  padding: 0;
}

.modal-header.without-margin-header {
  border-bottom: none;
  padding: 0;
}
.modal-header.without-margin-header button {
  position: absolute;
  right: 0px;
  z-index: 11;
  background-color: #fff;
  top: -8px;
  opacity: 1;
}

.popup-component-body p {
  margin-bottom: 0;
}

/* Popup Component - Card Styling */
.popup-component-content {
  /* Card Title Enhancement */
  /* Buttons Container - Inside card-body with isolated events */
  /* Primary Button (Belge/Popup) Styling */
  /* Outline Button (Link/Detaylı Bilgi) Styling */
  /* Common Button Styles */
  /* Responsive Adjustments */
}
.popup-component-content.card {
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.popup-component-content.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #20acd6 0%, #0a58ca 100%);
  transition: width 0.3s ease;
}
.popup-component-content.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12) !important;
}
.popup-component-content.card:hover::before {
  width: 6px;
}
.popup-component-content .card-title {
  position: relative;
  padding-left: 0;
  transition: color 0.3s ease;
}
.popup-component-content .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #20acd6 0%, transparent 100%);
  border: none;
}
.popup-component-content .popup-actions-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
.popup-component-content .btn-primary {
  background: linear-gradient(135deg, #20acd6 0%, #0a58ca 100%);
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.popup-component-content .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.popup-component-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
  background: linear-gradient(135deg, #0a58ca 0%, #084298 100%);
}
.popup-component-content .btn-primary:hover::before {
  left: 100%;
}
.popup-component-content .btn-primary:hover svg {
  transform: scale(1.1) rotate(5deg);
}
.popup-component-content .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(13, 110, 253, 0.3);
}
.popup-component-content .btn-primary svg {
  transition: transform 0.3s ease;
}
.popup-component-content .btn-outline-primary {
  border: 2px solid #20acd6;
  color: #20acd6;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 8px;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.popup-component-content .btn-outline-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #20acd6;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.popup-component-content .btn-outline-primary:hover {
  color: #fff;
  border-color: #20acd6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}
.popup-component-content .btn-outline-primary:hover::before {
  width: 300px;
  height: 300px;
}
.popup-component-content .btn-outline-primary:hover svg {
  transform: translateX(3px);
}
.popup-component-content .btn-outline-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}
.popup-component-content .btn-outline-primary svg {
  transition: transform 0.3s ease;
}
.popup-component-content .btn:hover svg {
  animation: iconPulse 0.6s ease-in-out;
}
.popup-component-content .btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.popup-component-content .btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: button-loading-spinner 0.6s linear infinite;
}
.popup-component-content .btn:focus {
  outline: 2px solid #20acd6;
  outline-offset: 2px;
}
.popup-component-content .btn:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 768px) {
  .popup-component-content .card-body {
    padding: 1.25rem !important;
  }
  .popup-component-content .popup-actions-wrapper {
    flex-direction: column;
  }
  .popup-component-content .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Card Body Text */
.popup-component-body {
  color: #495057;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* Icon Animation */
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
/* Modal Overlay and Z-Index Fixes */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
}

/* Modal content z-index and positioning */
.modal {
  z-index: 1055;
}
.modal.show {
  display: block !important;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

/* Ensure modal close button is always clickable */
.modal-header .btn-close {
  z-index: 1060;
  position: relative;
}
.modal-header .btn-close:focus {
  outline: 2px solid #20acd6;
  outline-offset: 2px;
  box-shadow: none;
}

/* Prevent body scroll when modal is open (Bootstrap already handles this, but just in case) */
body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

/* Modal dialog centering fix */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

/*# sourceMappingURL=popup.css.map */
