.errorOutput,
.wrongDate {
  font-size: 1.5em;
}

.input1-wrap,
.input2-wrap {
  position: relative;
}

.input1-wrap {
  grid-area: input1;
}

.input2-wrap {
  grid-area: input2;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

#get_the_answer,
#createChart {
  grid-area: button;
  cursor: pointer;
}

.center {
  display: flex;
  justify-content: center;
}

.desteny-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.26);
  text-align: center;
  padding: 3.25em 0 8.5em 0;
  margin: 0;
}

.desteny-container p {
  margin: 0;
  font-size: 2.25em;
}

.chakra-table {
  border-spacing: 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  color: #000000;
  padding: 10px;
}

.chakra-table td:first-child,
.chakra-table th:first-child {
  border-left: 1px solid black;
}

.chakra-table tr:first-child th,
.chakra-table tr:last-child td {
  border-top: 1px solid black;
}

.chakra-table td,
.chakra-table th {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.chakra-name__bottom td:first {
  border-bottom-left-radius: 10px;
}

.chakra-table__result {
  margin-top: 1em;
}

.chakra-name {
  width: 16.25em;
  height: 3.0625em;
  /* border: 1px solid rgb(255, 255, 255); */
  padding: 0.3125em;
  text-align: left;
}

.chakra-name-left {
  /* display: flex; */
  justify-content: center;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding-left: 2.9375em;
}

.chakra-name-flex {
  display: flex;
  align-items: baseline;
  font-size: 12px;
}

#circle-sahastrara:before {

  font-size: 1.375em;
  content: "7";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  background: #b653f7;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #b653f7;
}

#circle-ajna:before {

  font-size: 1.375em;
  content: "6";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  background: #3d54f5;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #3d54f5;
}

#circle-vishuddha:before {

  font-size: 1.375em;
  content: "5";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #74e0f8;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #74e0f8;
}

#circle-anahata:before {

  font-size: 1.375em;
  content: "4";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #b6fd57;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #b6fd57;
}

#circle-manipura:before {

  font-size: 1.375em;
  content: "3";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #000000;
  background: #fbe49d;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #fbe49d;
}

#circle-svadhishtana:before {

  font-size: 1.375em;
  content: "2";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #f5f5f5;
  background: #ed7233;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #ed7233;
}

#circle-muladhara:before {

  font-size: 1.375em;
  content: "1";
  width: 1.25em;
  border-radius: calc(50%);
  height: 1.25em;
  display: inline-flex;
  color: #f5f5f5;
  background: #ea4631;
  justify-content: center;
  margin-right: 1.25em;
  box-shadow: 0 0 0.625em 0.625em #ea4631;
}

.chakra-td {
  padding: 0.3125em;
  text-align: center;
  width: 12.5em;
}

.chakra-tr {
  text-align-last: center;
  padding: 0.3125em;
  text-align: center;
}

.chakra-name__bottom {
  box-shadow: none;
}

.chakra-name__radius-left {
  border-top-left-radius: 10px;
}

.chakra-name__radius-right {
  border-top-right-radius: 10px;
}

.chakra-name__radius-left-bottom {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.chakra-name__radius-left-bottom {
  border-bottom-left-radius: 10px;
}

.chakra-name__radius-right-bottom {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.chakra-name__radius-right-bottom2 {
  border-bottom-right-radius: 10px;
}

.chakra-table-header> :nth-child(2),
.chakra-table-header> :nth-child(3) {

}

.chakra-table-header {
  text-transform: uppercase;
}

.glow__wrap {
  /* positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* display */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.glow {
  width: 50em;
  height: 1.875em;
  background: #fff8db;
  filter: blur(4.6875em);
}

.glow2 {
  position: absolute;
  width: 45em;
  height: 36em;
  background: #fff8db;
  filter: blur(4.6875em);
  z-index: -1;
}

.center_container {
  position: relative;
}

.glow-btn__wrap {
  /* positioning */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* display */
  display: flex;
  justify-content: center;
  align-items: center;
}

.glow-btn {
  width: 49.375em;
  height: 1.875em;
  background: #fff8db;
  filter: blur(4.6875em);
}

.personal-calculator {
  display: flex;
  justify-content: center;
  font-size: 1.375em;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.output-personal-date,
.output2 {
  text-align: center;
  font-size: 1.25em;
  font-family: Inter;
}

.matrix-container,
.compatibility-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pento {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.display-none {
  display: none;
}

#matrix {
  float: none;
  margin: 5% 0 0 0;
  width: 100%;
  max-width: 750px;
  min-width: 300px;
}

:not(svg) {
  transform-origin: 0px 0px;
}

svg:not(:root) {
  overflow-clip-margin: content-box;
  overflow: visible;
}

text {
  cursor: default;
}

.cls-3,
.cls-4,
.cls-18 {
  stroke-width: 2px;
}

.cls-5,
.cls-7 {
  stroke-width: 1px;
}

.cls-18 {
  stroke-dasharray: 0, 25, 10, 50, 10, 50, 10, 25;
}

.cls-18,
.cls-3,
.cls-4 {
  stroke-miterlimit: 10;
  stroke: black;
  fill: none;
}

.cls-5,
.cls-6 {
  stroke: #b653f7;
  fill: #b653f7;
}

.cls-7,
.cls-8 {
  stroke: #ea4631;
  fill: #ea4631;
}

.cls-10 {
  fill: #b653f7;
}

.cls-13 {
  fill: #3d54f5;
}

.cls-15 {
  fill: #74e0f8;
}

.cls-19 {
  fill: #ea4631;
}

.cls-22 {
  fill: #ed7233;
}

.cls-25 {
  fill: #fbe49d;
}

.cls-26 {
  fill: #b6fd57;
}

.cls-15,
.cls-21,
.cls-22,
.cls-26 {
  filter: blur(2.90323px);
}

.cls-13,
.cls-23 {
  filter: blur(3.54839px);
}

.cls-10,
.cls-19,

.cls-25 {
  filter: blur(5px);
}

.cls-24,
.cls-21,
.cls-23,
.cls-53 {
  fill:#F8FAFC; stroke:#CBD5E1; stroke-width:3; 
}

.kalp{
fill: #df0057;
}

.matrix-value-point {
  text-anchor: middle;
  alignment-baseline: middle;
}

.cls-28 {
  font-size: 12.9501px;
  line-height: 11px;
}

.cls-29 {
  font-size: 12.0251px;
  line-height: 10px;
}

.cls-33 {
  font-size: 12px;
  line-height: 81.9%;
}

.cls-43 {
  font-size: 5.76471px;
  line-height: 81.9%;
}

.cls-44 {
  font-size: 11.5587px;
  line-height: 81.9%;
}

.cls-54,
.cls-55,
.cls-56 {
  font-size: 29.7851px;
  line-height: 37px;
}

.cls-beyaz {
  font-size: 29.7851px;
  line-height: 37px;
  fill: #ffffff;
}

.cls-siyah {
  font-size: 29.7851px;
  line-height: 37px;
  fill: #000000;
}

.cls-57,
.cls-58 {
  font-size: 17.2946px;
  line-height: 22px;
}

.cls-59,
.cls-60 {
  font-size: 21.1378px;
  line-height: 26px;
}

.cls-beyaz2 {
  font-size: 21.1378px;
  line-height: 26px;
  fill: #ffffff;
}

.cls-61 {
  font-size: 6px;
  line-height: 81.9%;
}

.cls-28,
.cls-29,
.cls-33,
.cls-43,
.cls-44,
.cls-54,
.cls-57,
.cls-59,
.cls-61 {
  fill: #000000;
}


.cls-55,
.cls-58,
.cls-60 {
  fill: #000000;
}

.cls-56 {
  fill: #006400;
    font-weight: bold;
}

/* health-map and purposes table styles */

tbody {
  font-size: 1em;
}

tr {
  text-align: center;
}

.font-size16 {
  font-family: "Inter";
  font-size: 1em;
}

.table-padding {
  padding-bottom: 1.25em;
}

.table-padding-top {
  padding-top: 1.25em;
}

.font-size18 {
  font-family: "Inter";
  font-size: 1.125em;
}

#purposes {
  margin-bottom: 1.25em;
  color: #000000;
  width: 100%;
  align-items: center;
}

#blom {
  padding-right: 12.25em;
}

#blom2 {
  padding-right: 10.25em;
}

.purposes-top {
  margin-top: 5em;
}

#chakra_table {
  position: relative;
  width: 80%;
}

  @media (max-width: 768px) {
    #chakra_table {
      width: 100%; /* Mobil cihazlar için %100 genişlik */
	  font-size: 12px;
    }
  }

.base-circle {
  border: 1px solid black;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
}


.compatibility-table__adaptiv {
  display: none;
}

  .chakra-table {
    max-width: 100%;
  }

  .errorOutput,
  .wrongDate {
    font-size: 16px;
  }


  #decode-matrix-btn {
    margin: 2.5em 0 2.5em 0;
    width: 300px;
    height: 70px;
    padding: 5px;
    font-size: 16px;
  }

  .cls-54,
  .cls-55,
  .cls-56 {
    font-size: 24px;
  }

  .cls-57,
  .cls-58 {
    font-size: 20px;
  }

  .cls-59,
  .cls-60 {
    font-size: 22px;
  }

  #blom {
    padding-right: 2.625em;
  }

  #blom2 {
    padding-right: 2.625em;
  }

  .glow2 {
    position: absolute;
    width: 49em;
    height: 52em;
    background: #fff8db;
    filter: blur(14.6875em);
    z-index: -1;
  }

  .glow {
    width: 50em;
    height: 3.4em;
    background: #fff8db;
    filter: blur(4.6875em);
  }

  .glow-btn {
    width: 60em;
    height: 7.5em;
    background: #fff8db;
    filter: blur(4.6875em);
  }

  .compatibility-table {
    display: none;
  }

  .compatibility-table__adaptiv {
    display: block;
  }


#chakra_table [id^="circle"] {
  text-align: right;
  padding: 20px;
}


/* Sesli okuma butonu (GIF ile) */
#speakButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    display: none; /* Başlangıçta gizli */
}

#speakButton img {
    width: 50px; /* GIF boyutunu ayarla */
    height: 50px;
    border-radius: 50%; /* Yuvarlak görünüm */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#speakButton span {
    font-size: 16px;
    color: #007bff;
    font-weight: bold;
}

/* Butonun hover efekti */
#speakButton:hover img {
    transform: scale(1.1); /* GIF'i büyüt */
    transition: transform 0.3s ease;
}

#speakButton:hover span {
    color: #0056b3; /* Yazı rengini değiştir */
}