#add-gtrends-btn {
  font-size: 0.9rem;
  background: rgb(231.15, 231.15, 231.15);
  border: 1px solid rgb(223.2, 223.2, 223.2);
  padding: 0.3rem 0.5rem;
  line-height: 1;
}
#add-gtrends-btn:hover {
  background: rgb(223.2, 223.2, 223.2);
}

#gtrends-input-div {
  display: flex;
  justify-content: start;
  align-items: center;
}
#gtrends-input-div #gtrends-input {
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-switches-con {
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-switches-con .switch-con {
  margin-right: 1rem;
}
#gtrends-input-div #gtrends-switches-con .switch-con span {
  margin-right: 0.4rem;
}
#gtrends-input-div .switch-con {
  color: #666666;
  display: inline-flex;
  align-items: center;
}
#gtrends-input-div .form-switch .form-check-input:checked {
  background-color: #f95d6a;
  border-color: #606060;
}
#gtrends-input-div .form-check,
#gtrends-input-div .form-label {
  min-height: auto;
  margin-bottom: 0;
}
#gtrends-input-div .form-switch input {
  display: none;
}
#gtrends-input-div .form-switch {
  width: 3rem;
  padding-left: 0;
}
#gtrends-input-div .form-switch label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  box-shadow: 0.3rem 0.3rem 0.6rem var(--neu-greyLight-2), -0.2rem -0.2rem 0.5rem var(--neu-white);
  background: rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  border-radius: 1.6rem;
  border: var(--neu-greyLight-2) solid 2px;
  box-sizing: content-box;
}
#gtrends-input-div .form-switch label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--neu-greyDark);
  transition: all 0.4s ease;
}
#gtrends-input-div .form-switch label::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(330deg, var(--neu-primary-dark) 0%, var(--neu-primary) 50%, var(--neu-primary-light) 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
#gtrends-input-div .form-switch input:checked ~ label::before {
  opacity: 1;
}
#gtrends-input-div .form-switch input:checked ~ label::after {
  left: 57%;
  background: var(--neu-greyLight-1);
}

#gtrends-msgs {
  margin-top: 1em;
}

#gtrends-msg {
  background: rgb(255, 245, 245);
  font-size: 0.9em;
  padding: 1em;
  border-left: 4px solid #fc8181;
  display: block;
  color: #c53030;
  animation: gtrends-msg-anim 1s linear 1s 1;
}

.section-card-header {
  background: rgb(242.28, 242.28, 242.28);
  font-weight: bold;
  border-bottom: 1px solid rgb(223.2, 223.2, 223.2);
  padding: 0.6em 1.1rem;
  position: relative;
}
.section-card-header #close-gtrends-btn {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  /* background: beige; */
  /* border: 1px solid darkgoldenrod; */
  cursor: pointer;
}

#gtrends-input-div-con {
  border: 1px solid rgb(207.3, 207.3, 207.3);
  margin-bottom: 1rem;
  width: 100%;
  background: rgb(251.82, 251.82, 251.82);
}

#gtrends-input-div {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 1rem;
}
#gtrends-input-div .btn {
  font-size: 0.9rem;
}

#gtrends-input-div #gtrends-country-filter {
  width: 25%;
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-input {
  border: 1px solid #d6d4d4;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  width: 15rem;
  height: 2.25rem;
  color: #666666;
}/*# sourceMappingURL=google_trends.css.map */