/*
Theme Name: P Value Calculator
Author: P Value Calculator
*/
:root {
  --body-backgroundColor: #ffffff;
}

.dark {
  --body-backgroundColor: #000;
}

body {
  font-family: "Plus Jakarta Sans", "sans-serif" !important;
  scroll-behavior: smooth;
  color: var(--text-color);
  background-color: var(--body-backgroundColor);
}

.background-div {
  /* background-color: rgb(142,208,255);
  background: radial-gradient(ellipse at center, rgba(142,208,255,1) 20%, rgba(255,255,255,1) 70%); */
  background-image: url("../images/bg.svg");
  /* background-size: 2000px 900px; */
  /* background-position: f; */
  background-repeat: no-repeat;
}

.background-eclipse {
  background-image: url("../images/eclipse.svg");
  background-size: 1080px 830px;
  background-repeat: no-repeat;
}

.form-control:focus {
  box-shadow: none !important;
}

.bg-f3 {
  background-color: #f3f3f3 !important;
}

.color-b4 {
  color: #DBA979;
}

.bg-b4 {
  background-color: #DBA979 !important;
}

.navbar-nav .nav-item {
  margin-right: 30px;
}

.navbar-nav .nav-link {
  font-size: 16px;
  color: black;
}

.active {
  background-color: black !important;
  color: white !important;
}

.non-active {
  background-color: #f3f3f3 !important;
  color: black !important;
}

.dropdown-toggle::after {
  border: none !important;
}

.pointer {
  cursor: pointer;
}

.text-h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.text-h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.text-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-p-bold {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
}

.hero-text {
  margin: 10px 100px 20px 110px;
  padding: 10px 110px 20px 110px;
}

.hero-box {
  width: 80%;
  margin-bottom: 150px;
  border: 1px solid #dfdfdf;
}

.unit-table {
  width: 50%;
}

.formula-card {
  min-height: 250px;
}

.ideal-card {
  min-height: 400px;
}

.example-card {
  height: 300px;
}

.arrow-img {
  margin-left: 300px;
  margin-bottom: 20px;
}

.footer-right {
  width: 50%;
}

.footer-links-left {
  margin-top: 180px;
}

.footer-links-right {
  margin-top: 220px;
}

.footer-text {
  font-size: 24px;
  font-weight: 500;
}

.soical-link-wrapper {
  width: 52px;
  height: 52px;
}

.border-left {
  border-left: 1px solid #f3f3f3;
}

.clear-btn {
  width: 30%;
  background-color: #dfdfdf !important;
}

.calculate-btn {
  width: 65%;
}

.accordion-item {
  background-color: transparent !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 10px;
  box-shadow: none !important;
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background: #DBA979 !important;
  color: white !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button {
  color: black !important;
  background-color: #f3f3f3 !important;
  font-weight: 600;
  font-size: 18px;
  border: none !important;
  border-radius: 5px !important;
  height: 60px;
  margin-bottom: 20px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  background-color: white !important;
  border-radius: 5px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 10px 0 10px;
  border: 1px solid #f3f3f3;
  transform: none !important;
}

#us-units-table {
  display: none;
}

#matric-units-table {
  display: none;
}

#nothing {
  display: none;
}

.tab-content-text {
  display: none;
}

#pl_color {
  color: #7C7C7C;
}

.f18 {
  font-size: 18px;
}

.pb_text {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}



.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flexClass {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cs_height {
  height: 46px;
}

.border_bottom {
  border-bottom: 1px dashed;
}

.file_btns .btn_copy {
  gap: 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #fff;
}

.color_text {
  color: #636363;
}

.color_949494 {
  color: #949494;
}

.color_1B9653 {
  color: #1B9653;
}

.color_D82020 {
  color: #D82020;
}

.color_0086b3 {
  color: #0086b3;
}

.file_btns {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.file_btns button:hover {
  background-color: #fff !important;
}



@media (max-width: 1400px) {


  #clear-btn,
  #calculate-btn {
    width: 100%;
  }

  #clear-btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .computation {
    width: 100% !important;
  }

}

@media (max-width: 1000px) {
  .inputField {
    width: 100% !important
  }

}

@media (max-width: 1000px) {
  .cal_p_values {
    width: 50% !important;
  }
}


@media (max-width: 768px) {
  .cal_p_values {
    width: 100% !important;
  }

  .navbar-brand img {
    width: 205px;
  }


  .footer-text {
    font-size: 20px;
    font-weight: 300;
  }

  .logo {
    width: 200px;
    height: 90px;
  }

  .hero-text {
    margin: 10px;
    padding: 10px;
  }

  .footer-right {
    width: 100%;
  }

  .border-left {
    border-left: none;
    border-top: 2px solid #f3f3f3 !important;
  }

  .clear-btn {
    width: 100%;

    background-color: #dfdfdf !important;
  }

  .calculate-btn {
    margin-top: 10px;
    width: 100%;
  }

  .footer-links-left {
    margin-top: 80px;
  }

  .footer-links-right {
    margin-top: 80px;
  }

  .formula-card {
    height: auto;
  }

  .ideal-card {
    height: auto;
  }

  .example-card {
    height: auto;
  }

  .hero-box {
    width: 95%;
  }

  .result-section {
    display: none;
  }
}

