.first_line .topirank_line_right_column {
  display: flex;
  gap: 16px;
}

.topirank_conflict_buttons {
  display: flex;
  gap: 16px;
}

.topirank_hidden {
  display: none;
}

.toggle-container {
  display: inline-flex;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

input[type="radio"] {
  display: none;
}

.toggle-label {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s ease;
  color: #111729;
  background-color: transparent;
  margin: 5px;
  border-radius: 8px;
}
.toggle-container label:first-of-type {
  margin-right: 0;
}
.toggle-container label:last-of-type {
  margin-left: 0;
}
input[type="radio"]:checked + .toggle-label {
  background-color: #2a21ad;
  color: #fff;
}

.toggle-label:hover {
  background-color: #f0f0f0;
}

#wpfooter {
  display: none;
}

.token_line .topirank_line_right_column {
  display: flex;
  gap: 16px;
}
.topirank_wrap {
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  border-radius: 12px;
  background: #fff;
  font-family: "Inter", sans-serif;
  min-height: 500px;
}

.column_direction {
  flex-direction: column;
}

.topirank_subtitle span {
  font-size: 12px;
  color: grey;
}

.topirank_main_content_line.without_space_between {
  justify-content: flex-start;
  gap: 16px;
}

.topirank_main_content_line.topirank_conflict_line {
  align-items: flex-start;
}

.without_space_between .topirank_line_title {
  margin-bottom: 0;
}

.notification {
  min-width: 500px;
  position: fixed;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  bottom: -100px;
  opacity: 0;
  right: 32px;
  transition: all 0.4s ease-in-out;
  z-index: 1000;
  padding: 12px;
  background: #e8fde6;
  box-shadow: 0px 0px 10px 0px #74747440;
  display: flex;
  align-items: center;
  gap: 8px;
}

.notification-icon {
  display: flex;
  align-items: center;
}

.notification_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
}

.notification_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
}

.notification.show {
  bottom: 84px;
  opacity: 1;
}

.topirank_title {
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.63px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #111729;
}

.topirank_subtitle {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
}

.topirank_conflict_line > .topirank_line_title {
  margin-bottom: 16px;
}
.topirank_main_content_line {
  border-bottom: 1px solid #f0f0f0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topirank_conflict_items {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.topirank_conflict_items .topirank_conflict_item:last-child {
  padding-bottom: 0;
}

.topirank_conflict_items .topirank_conflict_item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.topirank_conflict_item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.topirank_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.topirank_conflict_item.left_column {
  display: flex;
  gap: 16px;
}

.topirank_conflict_item {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.topirank_conflict_item_right_column,
.topirank_conflict_item_left_column {
  display: flex;
  gap: 16px;
}

.topirank_outline_button,
#file-name {
  padding: 11px 18px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
  line-height: 120%;
  color: #111729;
}

.topirank_line_title {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.topirank_line_right_column form {
  gap: 16px;
  margin: 0;
  display: flex;
}

.topirank_main_content_line.first_line .topirank_subtitle {
  display: flex;
  flex-direction: column;
}

.topirank_wrap
  div.topirank_main_content_line.without_space_between:last-of-type {
  border-bottom: 0;
}
.custom-file-upload {
  display: flex;
}

.topirank_line_conflict_title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.topirank_solid_button {
  background: #2a21ad;
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  border: 0;
}

.topirank-token-information {
  display: flex;
  flex-direction: column;
  width: 100%;
}

p.topirank_line_title {
  margin-bottom: 4px;
}

.topirank_wrap .server-status-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topirank_wrap .server-status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.topirank_wrap .server-status-indicator.ready {
  background-color: #46b450;
}

.topirank_wrap .server-status-indicator.not-ready {
  background-color: #dc3232;
}

.topirank_wrap .server-status-text {
  font-weight: 500;
}

.topirank_wrap .button:disabled,
.topirank_wrap .topirank_solid_button:disabled,
.topirank_wrap .topirank_outline_button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.topirank_version {
  text-align: right;
  margin-top: auto;
  font-size: 12px;
  color: #666;
  padding: 5px 10px;
}
