/*
 * Public-facing stylesheet for this plugin.
 *
 * @link       https://vohuutuan04@gmail.com
 * @since      1.0.0
 * @package    Find_Destiny
 * @subpackage Find_Destiny/public/css
 */

/* Overlay che phủ toàn màn hình */
.overlay-destiny {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay.show {
  opacity: 1;
}

/* Pop-up container wrapper */
.popup-wrapper {
  position: fixed;
  background-image: url("../img/cunghoangdao.png");
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 1001;
  max-width: 800px;
  width: 95%;
  max-height: 80vh;
  overflow-y: auto;
  transition: all 0.4s ease;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.popup-wrapper.show {
  transform: translate(-50%, -50%) scale(1);
}

/* Close button X */
.close-x {
  margin: 0;
  position: absolute;
  top: 0px;
  right: 10px;
  background-color: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  z-index: 1002;
  outline: none;
  outline-offset: unset;
  line-height: unset;
  letter-spacing: unset;
  min-height: unset;
}

.close-x:hover {
  color: red;
}

/* CSS gốc của form - giữ nguyên */
.find-destiny-container {
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  position: relative;
}

.find-destiny-container h2 {
  text-align: center;
  color: #111111;
  margin-bottom: 20px;
}

.find-destiny-container .form-group {
  width: 100%;
  margin-bottom: 0;
}

.find-destiny-container label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: black;
  font-size: 18px;
}
.form-destiny-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.find-destiny-container input[type="date"] {
  width: 100%;
  padding: 10px;
  box-shadow: none;
  height: 60px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #57171c;
  margin-bottom: 0px;
}
.color-names{
  font-weight: normal;
  padding-left: 5px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: var(--medium);
    color: #333333;
}
.find-destiny-container input[type="date"]:focus-visible {
  outline: none;
  outline-offset: unset;
}

.find-destiny-container .find-destiny-button {
  display: block;
  background: linear-gradient(120deg, #55161b 0%, #873b40 25%, #55161b 75%);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  text-transform: inherit;
  letter-spacing: 1px;
  font-weight: normal;
  width: 150px;
  height: 60px;
}
.find-destiny-container .find-destiny-button::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/menu-cloud-bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.find-destiny-container .find-destiny-button:hover {
  background-color: #25aa89;
}
.find-destiny-container .find-destiny-result {
  display: block;
  background: linear-gradient(120deg, #55161b 0%, #873b40 25%, #55161b 75%);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  text-transform: inherit;
  font-weight: normal;
  height: 60px;
}
.find-destiny-container .find-destiny-result::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/menu-cloud-bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.find-destiny-container .find-destiny-result:hover {
  background-color: #25aa89;
}
.color-section strong #result-native-colors {
  margin-left: 10px;
}

.color-section strong #result-compatible-colors {
  margin-left: 10px;
}

.color-section strong #result-conflicting-colors {
  margin-left: 10px;
}

.destiny-results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.destiny-results h3 {
  color: black;
  margin-bottom: 20px;
  font-size: 24px;
}

.destiny-results p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.destiny-results strong {
  color: #222;
}

.destiny-results .color-section {
  margin-bottom: 10px;
}

.destiny-results .color-section p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.destiny-results .color-swatch {
  display: inline-block;
  width: 60px;
  height: 45px;
  vertical-align: middle;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1);
}

.destiny-results .color-codes {
  font-size: 0.9em;
  color: #666;
  margin-left: 5px;
}

.destiny-error {
  margin-top: 20px;
  padding: 15px;
  background-color: #ffe0e0;
  border: 1px solid #ffb3b3;
  border-radius: 4px;
  color: #cc0000;
  text-align: center;
}

@media (max-width: 980px) {
  .popup-wrapper {
    top: 40%;
    max-width: 700px;
    width: 95%;
    max-height: 55vh;
  }
  .find-destiny-container .form-group {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .find-destiny-container {
    padding: 20px;
  }
  .popup-wrapper {
    top: 50%;
    max-width: 700px;
    width: 95%;
    max-height: 55vh;
  }
  .destiny-results .color-swatch {
    width: 25px;
    height: 25px;
  }
  .find-destiny-container .find-destiny-button {
    padding: 0px 10px;
    height: 50px;
  }
  .find-destiny-container input[type="date"] {
    height: 50px;
  }
  .color-section strong #result-native-colors {
    margin-left: 0px;
  }
  .find-destiny-container .find-destiny-result {
    font-size: 12px;
    height: 30px;
    padding: 0 7px;
  }
  .destiny-results strong {
    font-size: 16px;
  }
  .destiny-results {
    margin-top: 0px;
    padding-top: 0px;
  }
}
