body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.4rem !important;
  height: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: inherit;
}
[data-tab-content] {
  display: none;
}
.activated[data-tab-content] {
  display: block;
}
.tabs {
  display: grid;
  justify-content: space-around;
  align-content: space-around;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.tab {
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  font-size: 1.5em;
}
.tab.activated {
  background-color: rgb(251, 253, 255);
  background-color: #f5f5f5;
}
.tab:hover {
  background-color: rgb(249, 245, 251);
  background-color: #f5f5f5;
}
.tab-content {
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
}
.zakatTable {
  display: grid;
  justify-content: center;
  align-content: center;
  /*   min-height: 100vh; */
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 0 auto;
  border-radius: 5px;
  max-width: 600px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 1.4rem;
  /*     background-color: #f5f5f5; */
}
.zakatTable:first-child {
  box-shadow: 0 0 10px 2px;
  font-size: inherit;
}
div {
  font-size: inherit;
}
.zakatTable > div {
  border: 1px solid #ddd;
  outline: none;
  /*    background-color: #F0F7F2;   */
  justify-content: space-around;
  color: #000000;
  align-items: center;
  font-size: 1.4rem;
}

::placeholder {
  color: white;
}
.layer {
  max-width: 600px;
  background-color: #f5f5f5;
  padding-left: 1px;
  padding-right: 1px;
  margin: 0 auto;
}
.btn-primary,
.resuEar {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: auto;
  cursor: pointer;
  color: white;
  background-color: #135a4a;
  border: none;
  outline: none;
  border-radius: 0.2em;
  font-size: inherit;
  font-weight: bold;
  height: 3rem;
  text-align: center;
}
.btn-primary:hover,
.resuEar:hover {
  background-color: #135a49ce;
}

.zakatTable label {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-color: white;
  font-size: inherit;
}

select {
  outline: none;
  border: none;
  text-align: center;
  text-align-last: center;
  padding-right: 15px;
  height: 100%;
  width: 100%;
  background-color: white;
  cursor: pointer;
  font-size: inherit;
}
.zakatTable input {
  width: 95%;
  outline: none;
  border: none;
  padding-right: 29px;
  padding: 0;
  height: 100%;
}

.span2 {
  grid-column: span 2;
}
.gRow {
  grid-row: span 2;
}
.span3 {
  grid-column: span 3;
}
.span4 {
  grid-column: span 4;
}
.span5 {
  grid-column: span 5;
}
.hide {
  display: none;
  height: 0;
  width: 0;
}

.span5 {
  background-color: rgb(251, 253, 255);
}

.resuEar {
  cursor: pointer;
}
.rcol {
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  color: white !important;
}
.bold {
  font-weight: bold;
}
.source {
  margin: 0 0 0 0;
}
.source {
  margin: auto;
  max-width: 600px;
  text-align: justify;
}
.source-span {
  text-align: justify;
}
input {
  flex-grow: 1;
  min-height: 4rem;
  padding: 0.25rem;
  margin-right: 0.25rem;
}
.input {
  transition: all 1s ease-in-out;
}
.zero {
  text-decoration: line-through;
  opacity: 0.6;
}

.select {
  position: relative;
  overflow: hidden;
}

.select::after {
  /*    content: "\25BC"; */
  position: absolute;
  top: 0;
  color: #2d9cdb;
  right: 0;
  pointer-events: none;
}

li {
  list-style-type: none;
}
.goSilPrice {
  border: 1px solid #000000;
  width: 290px;
  height: auto;
  font-family: Arial;
  background-color: #ffffff;
  display: inline-block;
}
.goSilPrice2 {
  margin: 0px auto;
  width: 100%;
  height: 24px;
  text-align: center;
  padding-top: 0px;
  font-weight: bold;
  background-color: #000000;
}

.goSilPrice2 a {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

@media (max-width: 600px) {
  body,
  select {
    font-size: 9px;
  }
  .zakatTable,
  .tabs,
  .layer,
  .source {
    max-width: 400px;
    font-size: 9px;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 9px;
  }

  .zakatTable,
  .tabs,
  .layer,
  .source {
    max-width: 350px;
  }
}
