/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --primary-color: #10b981;
  --page-bg: #f3f4f6;
  --card-bg: #ffffff;
  --text-main: #111827;
  --text-muted: #6b7280;
  --badge-bg: #ecfdf5;
  --border-soft: #e5e7eb;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--page-bg);
  color: var(--text-main);
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 16px;
}

.video-container {
  max-width: 900px;
  width: 100%;
}

.video-frame {
  background-color: #000;
  border-radius: 16px;
  height: 420px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.video-title-top {
  color: #111827;
  padding: 6px 18px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 10px;
}

.video-card {
  margin-top: 22px;
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.vc-left h5 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-main);
}

.meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: #4B5563;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.meta-item i {
  font-size: 14px;
  color: #9CA3AF;
}

.status-badge {
  background-color: rgba(35, 193, 183, 0.1);
  color: #23C1B7;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #23C1B7;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #23C1B7;
}

.action-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn-download {
  background-color: #23C1B7 !important;
  border: none;
  color: #ecfdf5 !important;
  padding: 10px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
}

.btn-download:hover {
  background-color: #0f9f72 !important;
  color: #ecfdf5;
}

.btn-ghost {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 22px;
  border: 1px solid var(--border-soft);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-main);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-ghost:hover {
  background-color: #f9fafb;
}

.info-panel {
  margin-top: 26px;
  border-radius: 16px;
  border: 1px solid #9B45FC;
  background-color: #f8f5ff;
  padding: 20px 22px;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-header-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: rgb(35, 193, 183);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.info-list {
  margin-bottom: 0;
  padding-left: 50px;
  list-style: none;
  font-size: 14px;
  color: #374151;
}

.info-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.check-icon {
  color: var(--primary-color);
  font-size: 16px;
  margin-top: 2px;
}

.info-list span {
  line-height: 1.4;
}

.infoBg {
  background: rgba(35, 193, 183, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .video-frame {
    height: 260px;
  }
  .video-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .action-row {
    width: 100%;
  }
  .btn-download,
  .btn-ghost {
    flex: 1 1 auto;
    justify-content: center;
  }
}
/* Modal backdrop - white overlay effect */
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.95);
}

/* Modal center */
.vidModal .modal-dialog {
  max-width: 550px;
}

.vidModal .modal-content {
  border-radius: 24px;
  border: none;
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.15);
  padding: 40px 0px 32px;
  text-align: center;
  background: #f9f9f9;
}

/* Top icon circle */
.expired-icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: rgba(253, 54, 105, 0.1);
  /* 10% opacity */
  display: flex;
  align-items: center;
  justify-content: center;
}

.expired-icon-inner i {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background-color: #FD3669;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);*/
  color: #FD3669;
  background: #fff;
  font-size: 54px;
}

.expired-title {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.expired-subtitle {
  font-size: 14px;
  color: #111827;
  max-width: 340px;
  margin: 0 auto 24px;
  line-height: 1.5;
}

.btn-primary-custom {
  border-radius: 12px;
  border: none;
  background-color: #23C1B7;
  color: #ffffff;
  padding: 10px 32px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 14px 30px rgba(35, 193, 183, 0.45);
}

.btn-primary-custom:hover {
  background-color: #1eb1a7;
  color: #ffffff;
}

.expired-note {
  margin-top: 40px;
  font-size: 12px;
  color: #111827;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.expired-footer {
  margin-top: 32px;
  font-size: 11px;
  color: #111827;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Hide default header & footer spacing of modal */
.vidModal .modal-header,
.vidModal .modal-footer {
  border: none;
}

.vidModal .modal-header {
  padding-bottom: 0;
}

.vidModal .modal-footer {
  padding-top: 0;
}

.vidModal .modal-dialog-centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.expired-icon-inner1 i {
  color: #23C1B7;
  font-size: 30px;
  background: rgba(35, 193, 183, 0.2);
}

.expired-icon-wrapper1 {
  background: rgba(35, 193, 183, 0.1);
}

@media (max-width: 576px) {
  .vidModal .modal-content {
    padding: 30px 24px 24px;
    border-radius: 20px;
  }
  .expired-title {
    font-size: 24px;
  }
}

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