:root {
  --gmb-primary-color: #ffc8b9;
}

#initial-overlay {
  height: 100%;
  width: 100%;
  background: #fbf3f0;
  position: absolute;
  z-index: 1000001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-container {
  text-align: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid rgb(204, 77, 41);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.tags-look .tagify__dropdown__wrapper {
  border-color: #cc4d29;
}

.tags-look .tagify__dropdown__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: .3em .5em;
  background: var(--gmb-primary-color);
  margin: .2em;
  font-size: .85em;
  color: black;
  transition: 0s;
}

.tags-look .tagify__dropdown__item--hidden {
  max-width: 0;
  max-height: initial;
  padding: .3em 0;
  margin: .2em 0;
  white-space: nowrap;
  text-indent: -20px;
  border: 0;
}

.tagify--input {
  width: 100%;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
  text-align: left;
  border: 2px solid #cc4d29;
}

.tagify__tag>div {
  padding: 0.3em;
}

.tagify__tag>div>* {
  vertical-align: unset;
}

.tagify__tag>div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--gmb-primary-color) inset;
}

.tagify__tag,
.tagify__tag:hover {
  background-color: var(--gmb-primary-color);
}

.btn-related-category {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--gmb-primary-color);
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .2rem .3rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: .25rem;
  background-image: none;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.btn-related-category:focus {
  outline: none;
}

.btn-related-category.selected {
  background-color: #cc4d29;
  color: #ffffff;
}

.btn-related-category>p {
  text-overflow: ellipsis;
  display: inline-block;
  margin: 0;
}

.keyword-usage {
  align-self: center;
  font-size: 12px;
  margin-left: 4px;
  padding: 0px 4px;
  background-color: rgb(204, 77, 41);
  color: #f8f9fa;
  border-radius: 5px;
}


.tooltip-inner {
  background: linear-gradient(135deg, #fff1ed 0%, #ffe4db 100%);
  border: 1px solid #ffc8b9;
  color: #16202D;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(204, 77, 41, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  word-wrap: break-word;
}

#import-url-input:focus {
  border-color: #cc4d29 !important;
  box-shadow: 0 0 0 1px #cc4d29 !important;
  outline: none !important;
}

#related-categories-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#selected-categories-counter {
  font-size: 12px;
  float: right;
}

.section-title {
  font-weight: bold;
  font-size: 20px;
}

.copy-to-clipboard {
  display: flex;
  z-index: 1001;
  font-size: 16px !important;
  cursor: pointer;
}

.shepherd-button {
  background: #ffc8b9;
  border-top: solid 4px #16202D;
  border-radius: 0;
  color: #16202D;
  display: flex;
  flex-grow: 1;
  font-family: "GT Pressura", sans-serif;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.shepherd-button:hover {
  background: rgb(204, 77, 41) !important;
  color: #ffffff;
}

.shepherd-button.shepherd-button-secondary {
  background: #ffc8b9;
}

.shepherd-button.shepherd-button-secondary:hover {
  background: rgb(204, 77, 41) !important;
  color: #ffffff !important;
}

.shepherd-cancel-icon {
  font-family: "GT Pressura", sans-serif;
}

.shepherd-element {
  border: solid 4px #16202D;
}

.shepherd-element,
.shepherd-header,
.shepherd-footer {
  border-radius: 0;
}

.shepherd-element .shepherd-arrow {
  border-width: 0;
  height: auto;
  width: auto;
}

.shepherd-arrow::before {
  display: none;
}

.shepherd-element .shepherd-arrow:after {
  content: url('../images/arrow.svg');
  display: inline-block;
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-top .shepherd-arrow {
  bottom: -35px;
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-top .shepherd-arrow:after {
  transform: rotate(270deg);
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
  top: -35px;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
  transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-left .shepherd-arrow {
  right: -35px;
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-left .shepherd-arrow:after {
  transform: rotate(180deg);
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-right .shepherd-arrow {
  left: -35px;
}

.shepherd-footer {
  padding: 0;
}

.shepherd-footer button:not(:last-of-type) {
  border-right: solid 4px #16202D;
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  margin-top: -7px;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: transparent;
  font-family: "GT Pressura", sans-serif;
  padding-bottom: 0;
  padding-left: 2rem;
}

.shepherd-has-title .shepherd-content .shepherd-header .shepherd-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.shepherd-text {
  font-size: 1.2rem;
  padding: 2rem;
}

.shepherd-text a,
.shepherd-text a:visited,
.shepherd-text a:active {
  border-bottom: 1px dotted;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.shepherd-text a:hover,
.shepherd-text a:visited:hover,
.shepherd-text a:active:hover {
  border-bottom-style: solid;
}

#related-services-step-description,
#related-categories-step-description,
#selected-categories-step-description,
#ai-step-description {
  padding-top: 0;
}

.loading {
  align-self: center;
  width: 56px;
  height: auto;
}

.category-services-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffc8b9;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffc8b9;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffc8b9;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffc8b9;
}

.view-button {
  font-size: 10px;
  font-weight: 500;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #6c757d;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 4px 10px 4px 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 3px 4px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.copy-all-services-button {
  font-size: 10px;
  font-weight: 500;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #6c757d;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 4px 10px 4px 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 3px 4px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.view-button::before {
  content: '⋯';
  font-size: 12px;
  margin-right: 4px;
  color: #cc4d29;
  font-weight: bold;
}

.copy-all-services-button::before {
  content: '📋';
  font-size: 11px;
  margin-right: 4px;
  color: #28a745;
  font-weight: bold;
}

.view-button::after,
.copy-all-services-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.view-button:hover {
  background: linear-gradient(135deg, #cc4d29 0%, #b8442a 100%);
  color: white;
  border-color: #cc4d29;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(204, 77, 41, 0.3);
}

.copy-all-services-button:hover {
  background: linear-gradient(135deg, #cc4d29 0%, #b8442a 100%);
  color: white;
  border-color: #cc4d29;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(204, 77, 41, 0.3);
}

.view-button:hover::before {
  color: white;
}

.copy-all-services-button:hover::before {
  color: white;
}

.view-button:hover::after,
.copy-all-services-button:hover::after {
  left: 100%;
}

.view-button:active,
.copy-all-services-button:active {
  transform: scale(0.98);
}

.view-button:active {
  box-shadow: 0 1px 3px rgba(204, 77, 41, 0.2);
}

.copy-all-services-button:active {
  box-shadow: 0 1px 3px rgba(40, 167, 69, 0.2);
}

.sub-title-font {
  font-size: 16px;
  font-weight: bold;
}

#btn-google-trends {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}

#btn-google-trends-row {
  margin-top: 0px !important;
}

.footer-center {
  text-align: center;
  /* Centers text within the div */
  width: 100%;
  /* Ensures each div is full width */
  display: block;
  /* Ensures each div is displayed as a block element */
}

.back-to-ai-tools {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.375rem;
  color: rgb(204, 77, 41);
  text-decoration: none;
}

.back-to-ai-tools:hover {
  color: rgb(204, 77, 41);
  text-decoration: none;
}


.karla-font-family {
  font-family: 'Karla', sans-serif;
}

