@charset "UTF-8";
html {
  font-size: 12px;
  font-family: "Roboto", "Montserrat";
  font-weight: 100;
  color: #12130F;
  background-color: #fbfbfb;
}

body {
  color: #12130F;
  background-color: #fbfbfb !important;
}

a {
  text-decoration: None;
  color: #12130F;
}

a:hover {
  text-decoration: None;
  color: #FE5448;
}

a:active {
  text-decoration: None;
  color: #FE5448;
}

nav {
  background-color: #fbfbfb;
}

button {
  text-decoration: None;
  border: none;
  background-color: transparent;
}

.container {
  background-color: transparent;
}

.footer {
  background-color: #FE5448;
  color: #f4f6fb;
}

.nav-item {
  text-decoration: none;
  height: 60px;
  font-size: 1.5rem;
  padding-right: 3rem;
}
.nav-item a {
  text-decoration: None;
  color: #12130F;
}
.nav-item a:hover {
  text-decoration: None;
  color: #FE5448;
}
.nav-item a:active {
  text-decoration: None;
  color: #FE5448;
}

.nav-item-active {
  border-bottom: 2px solid #FE5448;
  color: #FE5448;
}

.page-navigation {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  text-align: center;
  width: 120px;
}

.page-navigation:hover {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #FE5448;
  color: #f4f6fb;
  text-align: center;
  width: 120px;
}

.valid-input {
  color: green;
}

.invalid-input {
  color: red;
}

.valid-button {
  opacity: 1;
}

.invalid-button {
  opacity: 0.5;
}

.inputs-labels {
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.3em;
}

.select-input {
  appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #12130F;
  border-radius: 20px;
  padding: 1rem;
  text-decoration: none;
  min-width: none;
}

textarea.text-area-input {
  appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #12130F;
  border-radius: 20px;
  padding: 1rem;
  text-decoration: none;
  min-width: none;
}

.input_text,
.input_text:focus,
input[type=text],
input[type=text]:focus,
input[type=password],
input[type=password]:focus,
input[type=email],
input[type=email]:focus,
input[type=textrea],
input[type=textarea]:focus {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  background-color: #fff;
  border: 1px solid #12130F;
  border-radius: 20px;
  padding: 1rem;
  text-decoration: none;
}

input[type=button],
input[type=button]:focus {
  text-align: left;
}

.general-button {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}

.general-button:hover {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #FE5448;
  color: #f4f6fb;
}

.form-error {
  font-size: 0.95rem;
  font-weight: 500;
  color: #d9534f; /* Bootstrap 'danger' red */
}

.gen_button {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}

.gen_button:hover {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #FE5448;
  color: #f4f6fb;
}

.general-background {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  padding: 1.5rem !important;
}

.home-page-img {
  width: 30vw;
  min-width: 300px;
}

.home-page-inputs {
  width: 500px;
}

.login-image {
  width: 300px;
  min-width: 100px;
  max-width: 300px;
}

.account-form {
  min-height: 90vh;
  margin-bottom: 2rem;
}

.account-inputs {
  margin-bottom: 2rem;
  width: 100%;
}

.account-inputs-labels {
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.3em;
}

.account-height-adjustment {
  padding-top: -5rem;
}

/* static/css/main.css */
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.add-comparison-form-container {
  width: 100%;
  margin-bottom: 4rem;
}

.comparison-margin-fix {
  padding-top: 1rem;
}

.comparison-header {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.comparison-inputs {
  width: 100%;
}

.comparison-input-label-main {
  font-size: 2.5rem;
}

.comparison-extra-what-info {
  font-size: 2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  margin-bottom: 1rem;
}

.city-select {
  background-color: blue;
  padding: 100px;
}

.ts-control {
  background-color: #fff !important;
  border: 1px solid #12130F !important;
  border-radius: 20px !important;
  padding: 1rem !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  color: #12130F !important;
  font-size: 1.5rem !important;
  margin: 0px !important;
  min-height: 2.25rem !important;
  line-height: 2.25rem !important;
}

.ts-input {
  font-size: 1.5rem !important;
  padding: 0 !important;
}

.ts-wrapper {
  width: 100%;
}

.ts-dropdown .option {
  font-size: 1.5rem !important;
  color: #12130F !important;
  padding: 8px 12px;
  cursor: pointer;
}

.ts-dropdown .option:hover {
  background-color: #FE5448 !important;
  color: #f4f6fb !important;
}

.success-button {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}

.success-button:hover {
  font-weight: 400;
  color: #12130F;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 2px solid #FE5448;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #FE5448;
  color: #f4f6fb;
}

.comparison-info-box {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  height: 100%;
}
.comparison-info-box p {
  padding: 0rem;
  margin: 0rem;
}

.comparison-info-box-heading {
  font-size: 2.5rem;
}

.comparison-info-box-categories p {
  padding: 0rem;
  margin: 0rem;
}

.comparison-info-box-location-container {
  margin-top: 1rem;
}
.comparison-info-box-location-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.city-list span {
  display: inline;
  margin-right: 0.25rem;
  white-space: nowrap;
}

.top-voted-table-col {
  width: 50%;
}

.answer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

/* Shared base style */
.answer-card {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  min-width: 300px;
  min-height: 200px;
  height: auto;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.answer-rank {
  margin-top: 1rem;
  margin-left: 1rem;
  position: absolute;
  top: 0px;
}

.answer-name {
  margin-top: 2rem;
  height: auto;
}
.answer-name p {
  padding: 0rem;
  margin: 0rem;
}

.answer-link {
  text-decoration: none;
  color: #12130F;
  font-weight: 600;
}

.answer-link:hover {
  text-decoration: none;
  color: #FE5448;
}

/* Default: mobile first (1 per row, full width) */
.answer-card {
  flex: 1 1 100%;
  max-width: 100%;
}

.vote-bar {
  padding: 0rem 1rem;
  border: none;
  text-decoration: none;
}

.vote-icon-container {
  font-size: 2rem;
  color: #12130F;
}
.vote-icon-container span {
  font-size: 1.5rem;
}

.vote-icon-container-hover:hover {
  color: #FE5448;
}

.user-active-vote {
  color: #FE5448;
}

/* ≥ md: allow 2-3 per row, with minimum width */
@media (min-width: 768px) {
  .answer-card {
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
    max-width: 100%;
  }
}
/* ≥ lg: fixed max width to 300px, wrap if needed */
@media (min-width: 992px) {
  .answer-card {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
.results-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.search-result-link {
  text-decoration: none;
}

.result-card {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  min-width: 300px;
  min-height: 250px;
  color: #12130F;
  height: 200px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.result-card:hover {
  background-color: #FE5448;
  color: #f4f6fb;
  border-color: #f4f6fb;
  transform: translateY(-5px);
}
.result-card:hover .similarity-score {
  display: block;
  color: #12130F;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  margin: 1rem;
  padding: 0.3rem;
  border-radius: 0.5rem;
  color: #f4f6fb;
}
.result-card:hover .similarity-score .score-value {
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.result-card:hover .card-comparison-container .card-comparison-answer {
  font-size: 1.5rem;
  color: #f4f6fb;
  display: block;
  font-weight: 600;
}
.result-card:hover .card-comparison-comparison-name-with-answers {
  display: none;
}
.result-card:hover .card-comparison-vote-container {
  display: block;
}
.result-card:hover .card-comparison-vote-container span {
  display: block;
}
.result-card:hover .card-comparison-answer-cta {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.card-comparison-comparison-name {
  display: block;
}

.card-tag {
  padding: 0.3rem;
  border-radius: 0.5rem;
  background-color: #12130F;
  font-size: 0.8rem;
  color: #f4f6fb;
  position: absolute;
  top: 0;
  margin: 1rem;
}

.similarity-score {
  display: none;
}

.card-comparison-answer {
  display: none;
}

.card-comparison-vote-container {
  display: none;
}
.card-comparison-vote-container span {
  display: none;
}

.card-comparison-answer-cta {
  display: none !important;
}

.filter-bar-container {
  display: flex;
  flex-direction: column;
}

.filter-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: left;
  justify-content: center;
}
.filter-item input {
  width: 100%;
}
.filter-item select {
  width: 100%;
}
.filter-item label {
  margin-bottom: 0.5rem;
}

.filter-checkbox-container {
  width: 100%;
}

.custom-checkbox {
  position: relative;
  padding-left: 3.2rem;
  margin-right: 3rem;
  cursor: pointer;
  font-size: 1.2em;
  user-select: none;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
}

.custom-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 1px solid #12130F;
  border-radius: 5px;
}

.custom-checkbox-input:checked + .checkmark {
  background-color: #FE5448;
  border-color: #f4f6fb;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox-input:checked + .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0.25rem;
  top: 0.1rem;
  width: 0.75rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  content: "";
}

.filter-button {
  padding: 0.25rem;
  margin-bottom: 0.5rem;
}

.filter-button:hover {
  padding: 0.25rem;
  margin-bottom: 0.5rem;
}

.page-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  height: auto;
}

.page-nav-list {
  display: flex;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.page-nav-item {
  margin: 0 0.1rem;
  height: 3rem;
  display: flex;
  align-items: center;
}

.page-nav-direction,
.page-nav-number .page-link {
  background: #fff;
  color: #12130F;
  border-radius: 6px;
  border: 1px solid #12130F;
  height: 3rem;
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 400;
  padding: 0.4rem 1rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-decoration: none;
}

a.page-link.page-nav-direction:hover,
a.page-link.page-nav-direction:focus {
  background: #FE5448;
  color: #f4f6fb;
  border-color: #FE5448;
  text-decoration: none;
  font-weight: 700;
}

.page-nav-number .page-link:hover,
.page-nav-number .page-link:focus {
  background: #FE5448;
  color: #f4f6fb;
  border-color: #FE5448;
  text-decoration: none;
  font-weight: 700;
}

.page-nav-number-active .page-link {
  background: #FE5448;
  color: #f4f6fb;
  border-color: #FE5448;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

.page-nav-direction-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.page-nav-direction-disabled .page-link,
.page-nav-direction-disabled .page-nav-direction {
  background: #fff;
  color: #12130F;
  border-color: #12130F;
  cursor: default;
  height: 3rem;
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #12130F;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.4rem 1rem;
}

.page-link > span[aria-hidden=true] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
  color: #12130F;
  transition: color 0.2s;
}

a.page-link.page-nav-direction:hover > span[aria-hidden=true],
a.page-link.page-nav-direction:focus > span[aria-hidden=true] {
  color: #f4f6fb;
}

.page-nav-direction-disabled .page-link > span[aria-hidden=true] {
  color: #12130F;
  opacity: 0.7;
}

.profile-header {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.contribution-points-container {
  /* Specific container for points for styling */
  margin-bottom: 1rem;
}

.contribution-points {
  font-size: 1.75rem;
  font-weight: bold;
  color: #FE5448;
}

/* NEW: Generic card style for the bottom two columns */
.content-card {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 1.5rem;
  /* For mobile stacking */
  height: 100%;
  /* For equal height in columns on larger screens */
}

/* Styles for .leaderboard-section (content block within a card) */
.leaderboard-section {
  margin-bottom: 0;
}

/* Style for the initially hidden profile picture */
.profile-picture-container {
  /* display: none; */
  /* Uncomment this to hide initially */
  width: 100px;
  /* Adjusted size */
  height: 100px;
  /* Adjusted size */
  background-color: #e9ecef;
  /* Placeholder background */
  border-radius: 50%;
  /* Circular picture */
  margin-bottom: 1rem;
  float: left;
  /* Float to allow text to wrap or position beside */
  margin-right: 1.5rem;
  text-align: center;
  line-height: 100px;
  /* Center placeholder text vertically */
  color: #6c757d;
  font-size: 0.9rem;
}

.profile-details-container {
  /* To contain text details next to/below image */
  overflow: hidden;
  /* Clearfix for floated profile picture */
}

.points-pill {
  background-color: #FE5448;
  color: #f4f6fb;
}

.activity-list {
  text-decoration: none;
}
.activity-list li a {
  text-decoration: none;
  color: #12130F;
}
.activity-list li a:hover {
  color: #FE5448;
}

.leaderboard-table th,
.leaderboard-table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}

.leaderboard-table th:first-child,
.leaderboard-table td:first-child {
  width: 50px;
}

.leaderboard-table th:last-child,
.leaderboard-table td:last-child {
  width: 80px;
}

.leaderboard-table tr.leaderboard-user {
  /*
  th {
      background-color: variables.$main_accent_colour;
      color: variables.$secondary_font_colour;
      font-weight: bold;
  }
  */
}
.leaderboard-table tr.leaderboard-user td {
  background-color: #FE5448;
  color: #f4f6fb;
  font-weight: bold;
}

/* Style for the validation message text */
.validation-message.error {
  color: #8B0000; /* Dark Red */
  font-size: 1rem;
  display: block;
  margin-top: 0rem;
}

.validation-message.success {
  color: #006400; /* Dark Green */
  font-size: 1rem;
  display: block;
  margin-top: 0rem;
}

/* Style for the input field itself */
.username-input-error {
  background-color: #FFC0CB !important; /* Light Red (Pink) */
  color: #8B0000 !important; /* Dark Red */
  border-color: 2px solid #8B0000 !important;
}

.validation-message {
  margin-bottom: 1rem;
}

.username-input {
  margin-bottom: 0rem;
}

.username-input-success {
  border: 2px solid #006400 !important;
}

.faq-container {
  padding: 2rem;
  background-color: #fbfbfb;
  color: #12130F;
}
.faq-container .faq-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.faq-container .accordion-button {
  border: 1px solid #12130F;
}
.faq-container .accordion-button:hover {
  border: 1px solid #FE5448;
}
.faq-container .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#12130F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-container .accordion-button:not(.collapsed) {
  background-color: #FE5448;
  color: #fff;
  border: 1px solid;
}
.faq-container .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-item {
  margin-bottom: 1.5rem;
}
.faq-item .faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  color: #12130F;
}
.faq-item .faq-answer {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #12130F;
}

.contact-us-container form {
  background-color: transparent;
  border: none;
}

.what-list {
  border: none;
  margin: 0rem;
}
.what-list li {
  border: none;
  margin: 0rem;
  padding: 0rem;
}

.what-detail-info-heading {
  font-weight: bold;
}

.active {
  background-color: #FE5448 !important;
  border: none !important;
}

.what-detail-similar-whats-countries {
  border: none !important;
  padding: 0.5rem 0.5rem !important;
}
.what-detail-similar-whats-countries .what-detail-badge {
  margin: 0rem 1rem;
  background-color: #0FB5DA !important;
}

.similar-whats-container {
  height: auto !important;
}

.similar-what-card {
  padding: 1rem 2rem;
  border: 1px solid #12130F;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  display: block;
  text-decoration: none !important;
  color: #12130F;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.similar-what-card:hover {
  background-color: #FE5448;
  color: #f4f6fb;
  border-color: #f4f6fb;
  transform: translateY(-5px);
}
.similar-what-card:hover .similar-what-card__name, .similar-what-card:hover .similar-what-card__country {
  color: #f4f6fb;
}
.similar-what-card__score {
  padding: 0.3rem;
  border-radius: 0.5rem;
  background-color: #12130F;
  font-size: 0.8rem;
  color: #f4f6fb;
  position: absolute;
  top: 0;
  margin: 1rem;
  position: absolute;
  right: 0rem;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 20px;
}
.similar-what-card__name-container {
  margin-top: 2rem;
  padding: 1rem 0;
}
.similar-what-card__name {
  font-weight: bold;
  margin: 0;
  color: #12130F;
}
.similar-what-card__country {
  font-size: 0.9rem;
  color: #12130F;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid #12130F;
}

.website_url {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
