/*table section*/
.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(33, 31, 95, 0.3);
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

th {
  border: 1px solid #fff !important;
}

th,
td {
  padding: 0.7rem 1rem !important;
  width: 50%;
  border: 1px solid rgba(33, 31, 95, 0.15);
}

.table tbody tr:last-child td {
  border-bottom: none;
}

/*calcualtor section*/

.calculator {
  border-radius: 0.5rem;
}

.form-control {
  background-color: transparent;
  border: 1px solid rgba(33, 31, 95, 0.3);
  padding-inline-start: 2.7rem;
}

.dot {
  position: relative;
  bottom: 0.6rem;
  color: var(--secondary-color);
}

.form-control-weight {
  padding-inline-start: 1.5rem;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

.input-icon {
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute;
  top: 0.7rem;
  inset-inline-start: 1.5rem;
  opacity: 30%;
}

.weight-icon {
  width: 1rem !important;
  height: 1rem !important;
  top: 2.4rem !important;
}

input::placeholder {
  color: rgba(33, 31, 95, 0.6) !important;
}

.input-field:focus-within .input-icon {
  opacity: 1;
}

/* Hide default date input calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.btn-border-outline:hover i {
  transform: translateX(0.2rem);
  transition: transform 0.3s ease;
}

.btn-border-outline {
  padding: 0.4rem 1.4rem !important;

  transition: transform 0.3s ease;
}

.result {
  background: var(--gradient-bg);
  color: #fff;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.calendar {
  width: 1rem;
  padding-bottom: 0.5rem;
}

.card-text {
  margin-inline-end: 1rem;
}

.read-more {
  background-color: transparent;
  color: var(--primary-color);
  border-radius: 50px;
  /* padding: 0.625rem 1.25rem; */
  text-decoration: none;
  border: var(--primary-color) 1px solid;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 2355px) {
  .dot {
    position: relative;
    bottom: -0.2rem;
    color: var(--secondary-color);
  }
}

.share-overlay a {
  text-decoration: none;
  color: var(--primary-color);
  z-index: 10;
}
.share-overlay a:hover {
  color: var(--primary-color);
}

.share-button.btn {
  color: var(--primary-color);
}
.share-overlay > a {
  width: 2rem;
}
.pointer {
  cursor: pointer;
}

a > svg {
  fill: var(--primary-color);
  width: 1.4rem;
}

#blog-slider .is-visible .blogs-card {
  box-shadow: 0 0px 20px rgba(182, 182, 182, 0.25) !important;
}

.card {
  border-radius: 5px !important;
}

.image-section {
  height: 50% !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

@media (max-width: 768px) {
  .image-section {
    height: 60% !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
}

@media (max-width: 576px) {
  .health-card {
    margin: 0rem;
  }


}


.card-text {
  color: var(--primary-color);
}

/* Justify overview text in perfect weight page */
.overview-justify {
  text-align: justify;
}
#blog-slider .splide__track {
  padding-bottom: 1rem !important;
}
.share-button {
  padding: 0;
}
.share-button h6 {
  padding-inline-end: 0.5rem;
}
