@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");@import url("https://unpkg.com/filepond@4.4.7/dist/filepond.min.css");@import url("https://fonts.googleapis.com/css?family=Bree+Serif&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");div[data-v-3c251bd3] {
  color: var(--v-mainColor-base);
}.date-only-picker[data-v-4765507a] {
  border: 1px solid rgb(210, 210, 210);
  background: white;
  border-radius: 5px;
  padding: 5px 5px;
  position: relative;
}
.disp-area[data-v-4765507a] {
  cursor: pointer;
}
.pick-area[data-v-4765507a] {
  position: absolute;
  z-index: 9999;
  top: 110%;
  left: 0;
  width: 290px;
}
.pick-area .pick-frame[data-v-4765507a] {
  background: white;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
.pick-area .pick-label[data-v-4765507a] {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
.pick-area .pick-date[data-v-4765507a] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.pick-area .pick-date > *[data-v-4765507a] {
  cursor: pointer;
  color: black;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.1s ease-in-out;
}
.pick-area .pick-date > *[data-v-4765507a]:hover {
  transform: scale(1.1);
}
.pick-area .pick-date .current-date[data-v-4765507a] {
  background: var(--v-mainColor-base);
  color: var(--v-whiteColor-base);
}div[data-v-40111d63] {
  color: var(--v-mainColor-base);
}
.border-bottom[data-v-40111d63] {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.section-box[data-v-40111d63] {
  background: var(--v-gray10Color-base);
  padding: 25px 21px;
  border-radius: 5px;
  margin-top: 15px;
}
.section-box .section-label[data-v-40111d63] {
  color: var(--v-mainColor-base);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-box .item-label[data-v-40111d63] {
  color: var(--v-darkGrayColor-base);
  font-size: 13px;
  margin-bottom: 3px;
}
.section-box .check-boxes[data-v-40111d63] {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
.nextwatchdog-date-alert[data-v-40111d63] {
  background: var(--v-green3Color-base);
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nextwatchdog-date-alert img[data-v-40111d63] {
  width: 30px;
  height: auto;
}
.nextwatchdog-date-alert span[data-v-40111d63] {
  margin-left: 10px;
  color: var(--v-green7Color-base);
  font-size: 17px;
}
.enable_watchdog_checkbox[data-v-40111d63] {
  font-size: 2rem;
}
.enable_watchdog_checkbox input[data-v-40111d63] {
  width: 2rem;
  height: 2rem;
}
.check_watchdog_container[data-v-40111d63] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 20px 25px 20px;
  margin-bottom: 2rem;
}
.check_watchdog_container *[data-v-40111d63] {
  color: var(--v-mainColor2-base);
}
.check_watchdog_container .content[data-v-40111d63] {
  /* padding-right: 2rem; */
}
.check_watchdog_container .image_container[data-v-40111d63] {
  padding-left: 25px;
  flex-shrink: 0;
}
.check_watchdog_container .image_container img.watchdog_guard_img[data-v-40111d63] {
  width: 150px;
  height: 150px;
}
.check_watchdog_container .watchdog_check_btn[data-v-40111d63] {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--v-green11Color-base);
  padding-left: 15px;
  width: 234px;
  height: 43px;
  margin-top: 1rem;
  cursor: pointer;
  font-weight: 700;
  background-color: var(--v-green13Color-base);
}
.check_watchdog_container .watchdog_check_btn.now-enabled[data-v-40111d63] {
  border-color: var(--v-red9Color-base);
  background-color: var(--v-red10Color-base);
}
@media screen and (max-width: 950px) {
.check_watchdog_container[data-v-40111d63] {
    flex-wrap: wrap;
}
}
.page-label[data-v-40111d63] {
  color: var(--v-grayColor-base);
  margin-bottom: 5px;
}.new-project-link i {
  font-size: 20px;
  color: var(--v-profileAnchorColor-base);
}
.new-project-link span {
  font-size: 13.75px;
  color: var(--v-mainColor-base);
}
.sidebar-menu {
  height: 100vh !important;
  position: absolute;
  min-width: 300px;
  max-width: 300px;
  z-index: 1;
  font-size: 0.8rem;
  top: 0;
  left: 0;
  background: #012323;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.sidebar-menu .hide-side-bar {
  font-weight: bold;
  cursor: pointer;
}
.sidebar-menu .hide-side-bar > img {
  width: 20px;
}
.sidebar-menu .hide-side-bar i {
  font-size: 1.5rem;
  color: white;
  transform: rotate(90deg);
}
.sidebar-menu .select-search-type-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-menu .select-search-type-wrapper .select-search-type {
  width: 100%;
  height: 2.5rem;
  border: none;
  text-indent: 1rem;
  font-size: 11px;
  padding-left: 20px;
  color: white;
  background: #25464E;
}
.sidebar-menu .select-search-type-wrapper .select-search-type:focus {
  box-shadow: none;
}
.sidebar-menu .select-search-type-wrapper:before {
  position: absolute;
  font-family: "Material Icons";
  content: "\e8b6";
  font-size: 1rem;
  color: var(--v-grayColor-base);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-menu .select-search-type-wrapper:after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 1rem;
  color: var(--v-grayColor-base);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-menu .search-box {
  font-size: 11px;
  background: #25464E;
  color: white;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 10px;
}
.sidebar-menu .search-box::placeholder {
  color: white;
}
.sidebar-menu .search-by-id-btn {
  background: #FF5700;
  border-color: #25464E;
  color: white;
}
.sidebar-menu .all-projects {
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.sidebar-menu .new-project-icon {
  color: white;
  font-size: 1.3rem;
  background: #FF5700;
  border-radius: 50%;
  font-size: 1rem;
  padding: 2px 2px;
}
.sidebar-menu .menu-list-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
}
.sidebar-menu .menu-list-wrapper.top-border {
  border-top: 1px solid #25464E;
}
.sidebar-menu .menu-list-wrapper.bottom-border {
  border-bottom: 1px solid #25464E;
}
.sidebar-menu .menu-list-wrapper .projects-label {
  display: flex;
  align-items: center;
  color: var(--v-whiteColor-base);
  cursor: pointer;
}
.sidebar-menu .menu-list-wrapper .projects-label a {
  font-size: 1rem;
  font-weight: 800;
}
.sidebar-menu .menu-list-wrapper .project-list-scroll {
  position: relative;
  flex-grow: 1;
  max-height: 100%;
}
.sidebar-menu .menu-list-wrapper .project-list-scroll::-webkit-scrollbar {
  width: 6px;
}
.sidebar-menu .menu-list-wrapper .project-list-scroll::-webkit-scrollbar-track {
  background: #25464E;
}
.sidebar-menu .menu-list-wrapper .project-list-scroll::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 3px;
}
.sidebar-menu .menu-list-wrapper .menu-list {
  padding-left: 0px !important;
  margin-right: 2px;
}
.sidebar-menu .menu-list-wrapper .menu-list li a {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
}
.sidebar-menu .menu-list-wrapper .menu-list a:hover {
  background: transparent;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item {
  position: relative;
  padding-left: 5px;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item a {
  color: white;
  padding: 5px 5px 5px 5px;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item a i {
  font-size: 0.8rem;
  margin-right: 5px;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item a span {
  font-size: 13px;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item.active {
  background: #094141;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item.active:after {
  position: absolute;
  content: "";
  background: #FF5700;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.sidebar-menu .menu-list-wrapper .menu-list .project-item:hover {
  border-radius: 3px;
  background: rgba(9, 65, 65, 0.6);
}
.sidebar-menu .menu-list-wrapper .menu-list .action-area {
  color: white;
  padding-right: 10px;
  display: flex;
  gap: 5px;
}
.sidebar-menu .menu-list-wrapper .menu-list .action-area i {
  font-size: 0.85rem;
  cursor: pointer;
}
.sidebar-menu .menu-list-wrapper .menu-list li ul {
  border-left: none;
  margin: 0;
  padding-left: 7px;
}
.sidebar-menu .menu-list-wrapper .menu-list a.is-active {
  background: none;
  color: #AAAAAA;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-page {
  position: relative;
  padding-left: 0px;
  font-size: 0.7rem;
  color: white;
  /* &.active {
    background: var(--v-link7Color-base);
  } */
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-page i {
  font-size: 1.35rem;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-page ul {
  padding-left: 25px;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-page .action-area-pages {
  color: var(--v-darkGrayColor-base);
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-page .action-area-pages i {
  font-size: 0.9rem;
  cursor: pointer;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun {
  position: relative;
  padding-left: 18px;
  font-size: 0.65rem;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun a {
  color: #AAAAAA;
  padding: 3px 0px 3px 0px;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  left: 7px;
  background: #AAAAAA;
  transform: translateY(-50%);
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun.active:before {
  background: #FF5700;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun.active {
  background: #25464E;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun.active:after {
  position: absolute;
  content: "";
  background: #FF5700;
  border-radius: 3px;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun .action-area-for-pagerun {
  color: #FF5700;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-menu .menu-list-wrapper .menu-list .menu-pagerun .action-area-for-pagerun i {
  font-size: 0.9rem;
  cursor: pointer;
}
.sidebar-menu .manage-profile-button i {
  color: #00cd3b;
}
.sidebar-menu .manage-profile-button span {
  margin-left: 10px;
  color: var(--v-grayColor-base);
}
.sidebar-menu .logout {
  color: var(--v-grayColor-base);
}
.sidebar-menu .reports-left-area {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-menu .reports-left-area .link-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-menu .reports-left-area .link-item i {
  font-size: 1.3rem;
  color: #578986;
}
.sidebar-menu .reports-left-area .link-item a {
  color: white;
  font-weight: 700;
}
.sidebar-menu .upgrade-down-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v-whiteColor-base);
}
.sidebar-menu .upgrade-down-btn > span:first-child {
  text-decoration: underline;
  font-weight: 700;
}
.sidebar-menu .upgrade-down-btn .current-box {
  background: var(--v-darkBlue1Color-base);
  color: var(--v-whiteColor-base);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 5px;
}
.sidebar-menu .current-credit-box-wrapper {
  padding-top: 0px;
  padding-bottom: 10px;
}
.sidebar-menu .current-credit-box-wrapper .current-credit-disp-box {
  padding: 10px 12px;
  border-radius: 5px;
  background: #25464E;
  color: white;
}
.sidebar-menu .current-credit-box-wrapper .current-credit-disp-box .icon-area {
  background: #FF5700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border-radius: 5px;
}
.sidebar-menu .current-credit-box-wrapper .current-credit-disp-box .icon-area i {
  font-size: 1.4rem;
}
.sidebar-menu .current-credit-box-wrapper .current-credit-disp-box .credit-status div {
  font-weight: 700;
  font-size: 0.8rem;
}
/* Center the loader */
#spinner-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(199,199,199,0.5);
}
#spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

/* #spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
} */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0
}
to { bottom:0px; opacity:1
}
}
@keyframes animatebottom {
from{ bottom:-100px; opacity:0
}
to{ bottom:0; opacity:1
}
}
#myDiv {
  display: none;
  text-align: center;
}
table th[data-v-e4dc59a7], table td[data-v-e4dc59a7] {
  color: var(--v-mainColor-base);
}.h-padding[data-v-873cfdb6] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.best-practice-list[data-v-873cfdb6] {
  max-height: 60vh;
  overflow-y: auto;
  list-style-position: inside;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.best-practice-list ol li[data-v-873cfdb6] {
  padding: 0.7rem;
}
.best-practice-list ol li[data-v-873cfdb6]:nth-child(odd) {
  background: var(--v-grayColor-base);
  /* background: #EEE; */
}
.border-full[data-v-80527c87] {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  height: 550px;
  padding-left: 10px;
  padding-right: 10px;
}
.small-img[data-v-80527c87] {
  height: 10px;
  width: 10px;
}
.center-text[data-v-80527c87] {
  text-align: center;
}
.items-center[data-v-80527c87] {
  align-items: center;
}
.head-bold[data-v-80527c87] {
  font-family: Inter, sans-serif;
  letter-spacing: 1px;
  font-size: 16px !important;
  font-weight: 900;
  color: black;
  margin-bottom: .625rem !important;
}
.price-bold[data-v-80527c87] {
  font-family: Inter, sans-serif;
  color: black !important;
  font-size: 32px !important;
  font-weight: 900;
}
.dollar-bold[data-v-80527c87] {
  font-family: Inter, sans-serif;
  color: black !important;
  font-size: 18px !important;
  font-weight: 900;
}
.month-bold[data-v-80527c87] {
  font-family: Inter, sans-serif;
  color: black !important;
  font-size: 14px !important;
  font-weight: 500;
}
.price-parent[data-v-80527c87] {
  padding-top: 10px;
}
.start-btn[data-v-80527c87] {
  background-color: #ff7a00;
  text-align: center;
  mix-blend-mode: normal;
  align-self: stretch;
  margin-right: 0;
  padding: .5rem;
  font-size: 18px;
  transition: all .4s;
  display: block;
  border-radius: 10px;
  font-weight: 600;
  font-family: Inter, sans-serif;
}
.fw-400[data-v-80527c87] {
  font-weight: 400 !important;
}
.black-color[data-v-80527c87] {
  color: black !important;
}
.white-color[data-v-80527c87] {
  color: white !important;
}
.new-badge[data-v-80527c87] {
  background-color: #dbffe3;
  color: #12b972;
  border: 1px solid #b8eed8;
  border-radius: 5px;
  padding: 2px;
  margin-left: 4px;
}
.dark-card[data-v-80527c87] {
  background-color: #0c2318 !important;
}
.demo-plan-card[data-v-80527c87] {
  height: 100%;
  max-height: 510px;
}
.padding-custom[data-v-80527c87] {
  padding: .625rem 0 0 0;
}
@media (min-width: 720px) {
.price-bold[data-v-80527c87] {
    font-size: 28px !important;
}
}
@media (min-width: 1080px) {
.head-bold[data-v-80527c87] {
    margin-bottom: .7rem !important;
}
}
@media (min-width: 1840px) {
.padding-custom[data-v-80527c87] {
  padding: .625rem;
}
.price-bold[data-v-80527c87] {
    font-size: 40px !important;
}
.start-btn[data-v-80527c87] {
    padding: .75rem;
}
}



.text-bold[data-v-6b6edd79] {
  font-family: Inter, sans-serif;
  color: black !important;
  font-size: 22px !important;
  font-weight: 900;
}
.footer-text-bold[data-v-6b6edd79] {
  font-family: Inter, sans-serif;
  color: black !important;
  font-size: 15px !important;
  font-weight: 900;
}
.text-center[data-v-6b6edd79] {
  display: flex;
  justify-content: center;
}
.margin-y-2[data-v-6b6edd79] {
  margin-top: 20px;
  margin-bottom: 25px;
}
.testimonial-card[data-v-6b6edd79] {
  background-color: #fef2e6 !important;
  margin: .5rem 1.25rem;
  padding: .5rem;
  border-radius: 12px !important;
}
.padding-v-card[data-v-6b6edd79] {
  padding: .25rem 1rem;
}
blockquote[data-v-6b6edd79] {
  margin: 0;
  padding: 0;
  quotes: "“" "”" "‘" "’";
}
blockquote p[data-v-6b6edd79] {
  display: inline;
  font-style: italic;
}
blockquote footer[data-v-6b6edd79] {
  margin-top: 8px;
  font-weight: bold;
}
.mendy-pic[data-v-6b6edd79] {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.black-color[data-v-6b6edd79] {
  color: black !important;
}
.white-color[data-v-6b6edd79] {
  color: white !important;
}
.plans-container[data-v-6b6edd79] {
  width: 840px;
  z-index: 999 !important;
}
@media (min-width: 720px) {
.margin-y-2[data-v-6b6edd79] {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
}
}
@media (min-width: 1080px) {
.margin-y-2[data-v-6b6edd79] {
    margin-top: 12px !important;
    margin-bottom: 15px !important;
}
.text-bold[data-v-6b6edd79] {
    font-size: 28px !important;
}
}
@media (min-width: 1840px) {
.margin-y-2[data-v-6b6edd79] {
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}
.text-bold[data-v-6b6edd79] {
    font-size: 36px !important;
}
.testimonial-card[data-v-6b6edd79] {
    margin: 1rem;
    padding: 1rem;
}
.padding-v-card[data-v-6b6edd79] {
  padding: 1rem;
}
}

.orders-cart-button[data-v-41e704a7] {
  position: relative;
}
.orders-cart-button .orders-cart-count[data-v-41e704a7] {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -5px;
  background: #FF3232;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
}
.silo-reports-cart-modal[data-v-41e704a7] {
  overflow: hidden;
  color: var(--v-mainColor-base);
}
.silo-reports-cart-modal *[data-v-41e704a7] {
  font-size: 1rem;
}
.silo-reports-cart-modal .modal-container[data-v-41e704a7] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.silo-reports-cart-modal .modal-container .modal-title[data-v-41e704a7] {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.silo-reports-cart-modal .main-part[data-v-41e704a7] {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.silo-reports-cart-modal .orders-list[data-v-41e704a7] {
  flex: 1;
  padding: 0 20px 20px;
  overflow-y: auto;
}
.silo-reports-cart-modal .orders-list .order[data-v-41e704a7] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
.silo-reports-cart-modal .orders-list .order .order-summary[data-v-41e704a7] {
  flex: 1;
}
.silo-reports-cart-modal .orders-list .order .order-controls[data-v-41e704a7] {
  text-align: right;
}
.silo-reports-cart-modal .form-controls[data-v-41e704a7] {
  padding: 20px;
  border-top: 1px solid #CCCCCC;
}
.silo-reports-cart-modal .form-controls .payment-frequency-options[data-v-41e704a7] {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.silo-reports-cart-modal .form-controls .payment-frequency-options .b-radio.radio[data-v-41e704a7] {
  flex: 1;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 12px;
  font-weight: bold;
}
.silo-reports-cart-modal .form-controls .price-line[data-v-41e704a7] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
}
.silo-reports-cart-modal .form-controls button[data-v-41e704a7] {
  height: 50px;
  border-radius: 50px;
}
.silo-reports-cart-modal .form-controls button .v-btn__content span[data-v-41e704a7] {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.63px;
}
.b-radio.custom-radio-color input[type=radio]:checked + .check[data-v-41e704a7], .b-radio.custom-radio-color input[type=radio]:hover + .check[data-v-41e704a7], .b-radio.custom-radio-color:hover input[type=radio]:checked + .check[data-v-41e704a7], .b-radio.custom-radio-color:hover input[type=radio]:hover + .check[data-v-41e704a7] {
  border-color: #FF5700 !important;
}
.b-radio.custom-radio-color input[type=radio]:checked + .check[data-v-41e704a7]::before, .b-radio.custom-radio-color input[type=radio]:hover + .check[data-v-41e704a7]::before, .b-radio.custom-radio-color:hover input[type=radio]:checked + .check[data-v-41e704a7]::before, .b-radio.custom-radio-color:hover input[type=radio]:hover + .check[data-v-41e704a7]::before {
  background-color: #FF5700 !important;
}
.empty-cart[data-v-41e704a7] {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: var(--v-mainColor-base);
}
.empty-cart .empty-cart-main[data-v-41e704a7] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
  padding: 60px 70px 80px;
}
.empty-cart .empty-cart-main h3[data-v-41e704a7] {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.empty-cart .empty-cart-main p[data-v-41e704a7] {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.empty-cart .empty-cart-form-controls[data-v-41e704a7] {
  padding: 20px;
  border-top: 1px solid #CCCCCC;
}
.empty-cart .empty-cart-form-controls button[data-v-41e704a7] {
  height: 50px;
  border-radius: 50px;
}
.empty-cart .empty-cart-form-controls button .v-btn__content span[data-v-41e704a7] {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.loading-cart[data-v-41e704a7] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-cart .div[data-v-41e704a7] {
  text-align: center;
}.button-with-icon i,
.button-with-icon span {
  font-weight: normal;
}
.not-allowed-cursor {
  cursor: not-allowed;
  font-size: 1rem;
  color: var(--v-mainColor-base);
  font-weight: 700;
  cursor: pointer;
}
.header-area {
  position: relative;
  border-bottom: 1.5px solid var(--v-grayColor-base);
}
.fold-icon {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.open-sidebar-icon {
  font-size: 1.5rem;
  color: var(--v-mainColor-base);
  transform: rotate(-90deg);
  cursor: pointer;
}
.new-header {
  display: flex;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 5px 20px;
  /* border-bottom: 1px solid white; */
  flex-wrap: wrap;
  /* @media screen and (max-width: 600px) {
      .navbar-item {
        &.has-dropdown {
          .navbar-dropdown {
            display: none;
          }
          &.is-active {
            .navbar-dropdown {
              display: block;
            }
          }
        }
      }
    } */
}
.new-header .header-left-side {
  display: flex;
  align-items: center;
  gap: 20px;
}
.new-header .header-left-side .watchdog-dashboard-link {
  font-size: 1rem;
  color: var(--v-mainColor-base);
  font-weight: 700;
  cursor: pointer;
}
.new-header .buttons-area {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.new-header .buttons-area .action-buttons-area {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.new-header .buttons-area .action-buttons-on-mobile {
  flex-grow: 1;
  display: none;
}
.new-header .back-to-home {
  color: var(--v-mainColor-base);
}
.new-header .project-name {
  color: var(--v-mainColor-base);
}
.new-header .bulk-run-button {
  background: #fffaf2;
  border: 1px solid #ffebcc;
  color: black;
}
.new-header .custom-dropdown-menu {
  /* .dropdown-item, .dropdown .dropdown-menu .has-link a {
      font-size: 16px !important;
    } */
}
.new-header .custom-dropdown-menu .dropdown-menu {
  width: 300px !important;
}
.new-header .custom-dropdown-menu .dropdown-menu .dropdown-content {
  border-radius: 10px !important;
  background: var(--v-cardBg-base);
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.new-header .custom-dropdown-menu .has-sub-account {
  cursor: default;
  color: grey;
  /* &:hover + .sub-menu,
    & .sub-menu:hover {
      background: red;
      display: block;
    } */
}
.new-header .custom-dropdown-menu .has-sub-account:hover {
  background: none;
}
.new-header .custom-dropdown-menu .sub-menu {
  text-align: left;
  padding-left: 15px;
}
.new-header .dropdown-content .email-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: anywhere;
  color: var(--v-mainColor-base);
}
.new-header .dropdown-item {
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.new-header .dropdown-item img {
  width: 14px;
  height: 15px;
}
.new-header .dropdown-item img.upgrade_img {
  margin-left: 1rem;
  width: 70px;
  height: 20px;
}
.new-header .dropdown-item i,
.new-header .dropdown-item span {
  font-size: 1.2rem;
}
.new-header .dropdown-item > :first-child {
  width: 33px;
}
.new-header .signout-item {
  display: flex;
  padding-left: 50px;
  padding-right: 25px;
  color: var(--v-profileAnchorColor-base);
}
.new-header .signout-item > span:first-child {
  flex-grow: 1;
}
.new-header .signout-item i {
  font-size: 1rem;
}
.new-header .profile-logo {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.new-header .profile-logo i {
  font-size: 2.8rem;
  color: #7895A7;
}
.new-header .dropdown-menu .profile-logo {
  margin: 0 11px 0px 20px;
}
.new-header .info-area {
  padding: 10px 5px 10px 0px;
}
@media screen and (max-width: 780px) {
.new-header {
    display: grid;
    grid-template-columns: 1fr;
}
.new-header .buttons-area .action-buttons-area {
    display: none;
}
.new-header .buttons-area .action-buttons-on-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
.light-darm-menu {
  padding: 10px 10px 10px 20px;
}
.light-darm-menu .light-dark-switch-area {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
.light-darm-menu .light-dark-switch-area > div {
  cursor: pointer;
  position: relative;
}
.light-darm-menu .light-dark-switch-area > div > div {
  display: flex;
}
.light-darm-menu .light-dark-switch-area > div > div {
  border: 2px solid transparent;
}
.light-darm-menu .light-dark-switch-area > div > div.is-active {
  border-radius: 5px;
  border: 2px solid var(--v-profileAnchorColor-base);
}
.light-darm-menu .light-dark-switch-area > div > div.is-active::before {
  position: absolute;
  display: inline-block;
  font-family: "Material Icons";
  content: "\e86c";
  color: var(--v-green21Color-base);
  font-size: 1rem;
  top: 5px;
  right: 5px;
}
.light-darm-menu .light-dark-switch-area > div .mode-img {
  width: 80px;
  height: auto;
}
.light-darm-menu .light-dark-switch-area > div .mode-label {
  color: var(--v-mainColor-base);
}.h-padding[data-v-93068e50] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.best-practice-list[data-v-93068e50] {
  max-height: 60vh;
  overflow-y: auto;
  list-style-position: inside;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.best-practice-list ol[data-v-93068e50] {
  padding-left: 0 !important;
}
.best-practice-list ol li[data-v-93068e50] {
  padding: 1.1rem;
}
.best-practice-list ol li[data-v-93068e50]:nth-child(odd) {
  background: rgb(255, 243, 230);
  /* background: #EEE; */
}.tutorial-video[data-v-023e76e4] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100vw - 50px);
  padding: 15px;
  border-radius: 6.622px;
  background: var(--v-cardBg-base);
  z-index: 100;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.17);
}
.tutorial-video .close-icon[data-v-023e76e4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
  background: white;
  border-radius: 100%;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.17);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tutorial-video .close-icon .material-icons[data-v-023e76e4] {
  font-size: 1.3rem;
  color: var(--v-gray2Color-base);
}
.tutorial-video .video[data-v-023e76e4] {
  height: 370px;
  background: gray;
}
.tutorial-video .video iframe[data-v-023e76e4] {
  width: 100%;
  height: 100%;
}
.tutorial-video .video-title[data-v-023e76e4] {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.tutorial-video .video-time[data-v-023e76e4] {
  color: var(--v-red12Color-base);
}
.tutorial-video .video-explain[data-v-023e76e4] {
  color: var(--v-mainColor-base);
}.text-logo {
  position: fixed;
  top: 30px;
  left: 20px;
  font-size: 2rem;
  font-weight: bold;
  z-index: 5;
}
.text-logo span:first-child {
  color: black;
}
.text-logo span:nth-child(2) {
  color: #ff9b00;
}
.what-account-im-in-now {
  color: #ff9b00;
  font-size: 1rem;
}
.navigate-bread-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.navigate-bread-part .breadcrumbs-area {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.navigate-bread-part .breadcrumbs-area > * {
  min-width: 0;
}
.navigate-bread-part .breadcrumbs-area .arrow-right-size {
  margin-left: 5px;
  margin-right: 3px;
  font-size: 18px;
}
.navigate-bread-part .breadcrumbs-area .bread-crumb-size {
  /* font-size: 18px;
  line-height: 23px; */
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard-right-area {
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--v-mainBgColor-base);
}
.dashboard-right-area .main-area-padding {
  flex-grow: 1;
  position: relative;
  background: var(--v-mainBgColor-base);
}
.dashboard-right-area .y-scroll-area {
  height: calc(100vh - 100px);
  /* overflow-y: auto; */
}
.new-app-header {
  padding-top: 5px;
  background: var(--v-topHeaderBg-base);
}
.trial-notify-topbar {
  background-color: var(--v-blue1Color-base);
  color: white;
  padding: 15px 15px;
  font-weight: bold;
  text-align: center;
}
.notification-show-hide-button {
  position: relative;
  font-size: 1rem;
}
.notification-show-hide-button:focus {
  color: white;
}
.notification-show-hide-button .badge {
  position: absolute;
  background: #fd0064;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 20px;
  border: 1px solid white;
  top: -10px;
  right: -10px;
}
.custom-notification {
  display: flex;
  background: var(--v-cardBg-base);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
}
.custom-notification .icon-part {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.custom-notification .text-part {
  padding: 15px 10px;
  flex-grow: 1;
}
.custom-notification .text-part .title-text {
  font-weight: 800;
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.custom-notification .text-part .body-text {
  margin-top: 5px;
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
}
.custom-notification .icon-part.success {
  background: var(--v-green21Color-base);
}
.custom-notification .icon-part.warning {
  /* background: #FE9A2D; */
  background: var(--v-yellow2Color-base);
}
.custom-notification .icon-part.error {
  background: var(--v-green21Color-base);
}
.watchdog-page-permission {
  position: relative;
  margin-top: 10px;
  background: #fec671;
  border: 1px solid #ffb03a;
  border-radius: 10px;
  padding: 25px 25px 15px 25px;
  font-weight: bold;
}
.watchdog-page-permission .close-btn {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.hero[data-v-090385e3] {
  background-image: url('../static/login-right-bg.png');
  background-position: right 50%;
  background-size: 40% auto;
}
.box[data-v-090385e3] {
  padding: 30px 50px;
}
.button-field[data-v-090385e3] {
  display: flex;
  align-items: center;
}
.button-field button[data-v-090385e3] {
  margin-right: 20px;
}
.button-field p[data-v-090385e3] {
  text-align: left !important;
}

.plan-item[data-v-df23e4d7] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
}
.plan-item > div[data-v-df23e4d7] {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.plan-item i[data-v-df23e4d7] {
  color: var(--v-greenColor-base);
  margin-right: 7px;
}
.return-to-pricing-link[data-v-df23e4d7] {
  color: var(--v-profileAnchorColor-base);
  display: flex;
  align-items: center;
  font-weight: 700;
}
.return-to-pricing-link .material-icons[data-v-df23e4d7] {
  font-size: 17px;
  margin-left: 10px;
}.register-page[data-v-cd229812] {
  height: 100vh;
  overflow: auto;
  background: var(--v-whiteColor-base);
}
.a-link[data-v-cd229812] {
  text-decoration: underline;
}
.trial-markbox[data-v-cd229812] {
  border: 1px solid var(--v-mainColor-base);
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 12.8px;
}
.add-info-step-box[data-v-cd229812] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.add-info-step-box .left-part[data-v-cd229812] {
  display: flex;
  flex-direction: column;
  padding: 5vh 7vw;
  color: var(--v-mainColor-base);
}
.add-info-step-box .left-part .input-part[data-v-cd229812] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.add-info-step-box .left-part .input-part .plan-title[data-v-cd229812] {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: var(--v-mainColor-base);
  display: flex;
  align-items: center;
}
.add-info-step-box .left-part .input-part .input-boxes[data-v-cd229812] {
  max-width: 500px;
}
.add-info-step-box .right-part[data-v-cd229812] {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #D7F5FC 100%);
}
.add-info-step-box .right-part .img-block1[data-v-cd229812] {
  text-align: right;
  margin-top: 8vh;
  margin-right: 8vh;
}
.add-info-step-box .right-part .img-block1 img[data-v-cd229812] {
  width: 23vw;
}
.add-info-step-box .right-part .carousel-wrapper[data-v-cd229812] {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 500px;
  transform: translateX(-50%);
}
.add-info-step-box .right-part .carousel-item[data-v-cd229812] {
  position: relative;
  background: var(--v-blue2Color-base);
  padding: 0px 30px 10px 30px;
  height: 300px;
  border-radius: 10px;
}
.add-info-step-box .right-part .carousel-item .quota-img[data-v-cd229812] {
  margin-left: 30px;
  width: 60px;
  height: auto;
}
.add-info-step-box .right-part .carousel-item .user-say-text[data-v-cd229812] {
  margin-top: 20px;
  color: var(--v-whiteColor-base);
  font-weight: 600;
  line-height: 142%;
}
.add-info-step-box .right-part .carousel-item .user-info[data-v-cd229812] {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.add-info-step-box .right-part .carousel-item .user-info img[data-v-cd229812] {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 100%;
}
.add-info-step-box .right-part .carousel-item .user-info .name[data-v-cd229812] {
  font-weight: 600;
  color: var(--v-whiteColor-base);
}
.add-info-step-box .right-part .carousel-item .user-info .company[data-v-cd229812] {
  color: var(--v-whiteColor-base);
}
.add-info-step-box .right-part .dot-item[data-v-cd229812] {
  width: 30px !important;
  height: 30px !important;
  color: red !important;
}
.payment-step-box[data-v-cd229812] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.payment-step-box .top-part[data-v-cd229812] {
  padding: 10px 40px 8px 40px;
  border-bottom: 1px solid var(--v-gray12Color-base);
}
.payment-step-box .main-part[data-v-cd229812] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.payment-step-box .main-part > div[data-v-cd229812] {
  width: 80%;
}
.payment-step-box .main-part > div .lets-complete[data-v-cd229812] {
  font-size: 33px;
  text-align: center;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.payment-step-box .main-part > div .signup-desc[data-v-cd229812] {
  color: var(--v-mainColor-base);
  text-align: center;
  margin: 20px 0 20px 0;
  font-size: 16px;
}
.payment-step-box .main-part > div .boxes[data-v-cd229812] {
  display: grid;
  grid-template-columns: 500px 400px;
  justify-content: center;
  gap: 22px;
  color: var(--v-mainColor-base);
}
.payment-step-box .main-part > div .boxes .order-box[data-v-cd229812] {
  border: 1px solid var(--v-gray12Color-base);
  border-radius: 10px;
}
.payment-step-box .main-part > div .boxes .order-box .block-section[data-v-cd229812] {
  padding: 15px 22px;
  border-bottom: 1px solid var(--v-gray12Color-base);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block[data-v-cd229812] {
  padding: 0px 27px 20px 27px;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .select-your-method[data-v-cd229812] {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 800;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .register-free-button[data-v-cd229812] {
  width: 100%;
  background: linear-gradient(89.67deg, var(--v-yellow5Color-base) -10.39%, var(--v-yellow6Color-base) 82.51%);
  height: 38px;
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .register-free-button img[data-v-cd229812] {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .credit-card-button[data-v-cd229812] {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background: linear-gradient(89.67deg, var(--v-yellow5Color-base) -10.39%, var(--v-yellow6Color-base) 82.51%);
  height: 38px;
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .credit-card-button img[data-v-cd229812] {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .paypal-button[data-v-cd229812] {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background: linear-gradient(89.67deg, var(--v-yellow5Color-base) -10.39%, var(--v-yellow6Color-base) 82.51%);
  background: linear-gradient(89.63deg, var(--v-blue3Color-base) 2.49%, var(--v-blue4Color-base) 84.49%);
  height: 38px;
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .paypal-button img[data-v-cd229812] {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.payment-step-box .main-part > div .boxes .order-box .pay-block .credit-card-button[data-v-cd229812]:disabled,
.payment-step-box .main-part > div .boxes .order-box .pay-block .paypal-button[data-v-cd229812]:disabled {
  background: var(--v-darkGrayColor-base);
}
.payment-step-box .main-part > div .plan-function-box[data-v-cd229812] {
  border: 1px solid var(--v-gray12Color-base);
  border-radius: 10px;
  padding: 20px 27px;
}
.payment-step-box .user-info-2[data-v-cd229812] {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.payment-step-box .user-info-2 img[data-v-cd229812] {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 100%;
}
.payment-step-box .user-info-2 .name[data-v-cd229812] {
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
.add-info-step-box[data-v-cd229812] {
    display: block;
}
.input-boxes[data-v-cd229812] {
    max-width: initial !important;
}
.right-part[data-v-cd229812] {
    display: none;
}
}
.service-package[data-v-cd229812] {
  min-height: 230px;
}
.is-service-benefit[data-v-cd229812] {
  font-weight: bold;
}
.credit-card-button-and-text[data-v-cd229812] {
  display: flex;
}
@media only screen and (max-width: 768px) {
.credit-card-button-and-text[data-v-cd229812] {
    flex-direction: column;
}
}
.tab-circles[data-v-cd229812] {
  display: flex;
  justify-content: center;
}
.tab-circles span[data-v-cd229812] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ffcc00;
  margin: 5px 7px;
  cursor: pointer;
}
.tab-circles span.active[data-v-cd229812] {
  background: #ffcc00;
}

.box[data-v-3cf94204] {
  padding: 30px 50px;
}
.service-package[data-v-3cf94204] {
  min-height: 230px;
}
.is-service-benefit[data-v-3cf94204] {
  font-weight: bold;
}
.credit-card-button-and-text[data-v-3cf94204] {
  display: flex;
}
@media only screen and (max-width: 768px) {
.credit-card-button-and-text[data-v-3cf94204] {
    flex-direction: column;
}
}
.tab-circles[data-v-3cf94204] {
  display: flex;
  justify-content: center;
}
.tab-circles span[data-v-3cf94204] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ffcc00;
  margin: 5px 7px;
  cursor: pointer;
}
.tab-circles span.active[data-v-3cf94204] {
  background: #ffcc00;
}
.box[data-v-d48323af] {
    padding: 30px 50px;
}
.service-package[data-v-d48323af] {
  min-height: 230px;
}
.is-service-benefit[data-v-d48323af] {
  font-weight: bold;
}
.credit-card-button-and-text[data-v-d48323af] {
  display: flex;
}
@media only screen and (max-width: 768px) {
.credit-card-button-and-text[data-v-d48323af] {
    flex-direction: column;
}
}
.explain-text[data-v-86bacf60] {
  font-size: 1rem;
  text-align: center;
}
.check-email-img[data-v-86bacf60] {
  min-width: 200px;
  width: 15vw;
}
.restart-link[data-v-86bacf60] {
  margin-top: 20px;
  text-align: center;
}
.restart-link a[data-v-86bacf60] {
  font-size: 1.1rem;
  text-decoration: underline;
  color: var(--v-mainColor-base);
}
.countdown[data-v-86bacf60] {
  padding: 10px 20px;
  font-size: 25px;
  margin-bottom: 20px;
  color: var(--v-red11Color-base);
  font-weight: 800;
  text-align: center;
}
.box[data-v-8f844a84] {
    padding: 30px 50px;
}
.v-input.v-input--hide-details[data-v-8f844a84] {
  margin-bottom: 24px !important;
}

.update-password-page[data-v-380d45b6] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.update-password-page .title-label[data-v-380d45b6] {
  font-size: 25px;
  font-weight: bold;
  color: var(--v-mainColor-base);
  margin-bottom: 20px;
  text-align: center;
}
.update-password-page > div[data-v-380d45b6] {
  width: 600px;
  max-width: 90vw;
}.email-change-result .center-screen[data-v-723f69c9] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.width-limitation[data-v-5741452a] {
  max-width: 1000px;
}
.top-section[data-v-5741452a] {
  display: flex;
  align-items: end;
  margin-top: 50px;
  margin-bottom: 25px;
}
.title-label[data-v-5741452a] {
  font-size: 18px;
  font-weight: bold;
}
.add-card-button[data-v-5741452a] {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--v-anchor1Color-base);
}
.add-card-button i[data-v-5741452a] {
  font-size: 15px;
  margin-right: 5px;
}
.further-explain[data-v-5741452a] {
  margin-top: 20px;
}
.further-explain .need-more-reports[data-v-5741452a] {
  font-weight: bold;
}
.further-explain .explain[data-v-5741452a] {
  margin-top: 10px;
}
.vicp-img {
    max-width: unset;
    /* max-width: unset !important; */
}
@media only screen and (max-width: 500px) {
.vicp-wrap {
    padding: 10px !important;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item {
    margin-right: 0 !important;
}
.vue-image-crop-upload .vicp-wrap {
    width: auto;
}
}
.current-logo {
  border: 1px solid gray;
}
*[data-v-e5c0083a] {
  color: var(--v-mainColor-base);
}
.v-input.v-input--hide-details[data-v-e5c0083a] {
  margin-bottom: 24px !important;
}
.theme--light.v-label[data-v-e5c0083a] {
  color: red !important;
  background: blue !important;
  /* opacity: 1; */
}.description[data-v-f8f93b07] {
  color: var(--v-mainColor-base);
}
.package-item[data-v-f8f93b07] {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--v-grayColor-base);
  border-radius: 5px;
  margin-top: 10px;
}
.package-item.is-selected[data-v-f8f93b07] {
  background: #FFF7F0;
  color: #014751;
  border-color: var(--v-profileAnchorColor-base);
}
.package-item.is-selected .text[data-v-f8f93b07], .package-item.is-selected .explain[data-v-f8f93b07], .package-item.is-selected .price[data-v-f8f93b07] {
  color: #014751;
}
.package-item .text[data-v-f8f93b07] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.package-item .explain[data-v-f8f93b07] {
  margin-top: 5px;
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.package-item .price[data-v-f8f93b07] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.package-item .save-money[data-v-f8f93b07] {
  background: #FFF7F0;
  border: 1px solid var(--v-profileAnchorColor-base);
  padding: 5px 10px;
  border-radius: 50vh;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.pay-button[data-v-f8f93b07] {
  width: 170px;
}
.purchase_amount_txt[data-v-f8f93b07] {
  color: var(--v-greenColor-base);
  font-weight: bold;
  font-size: x-large !important;
}.seat-count-component[data-v-4ab12827] {
  display: flex;
  border-radius: 12px;
  border: 1px solid var(grayColor-base);
}
.seat-count-component > div[data-v-4ab12827] {
  display: flex;
  align-items: center;
}
.seat-count-component .material-icons[data-v-4ab12827] {
  font-size: 1.3rem;
  cursor: pointer;
}
.seat-count-component input[data-v-4ab12827] {
  max-width: 50px;
  height: 35px;
  text-align: center;
  color: var(--v-blackColor-base);
  border: none;
  margin: 0;
  outline: none;
}
.seat-count-component > div[data-v-4ab12827]:first-child {
  padding: 5px 8px;
  border-right: 1px solid var(grayColor-base);
}
.seat-count-component > div[data-v-4ab12827]:last-child {
  padding: 5px 8px;
  border-left: 1px solid var(grayColor-base);
}
.apply-coupon-button[data-v-4ab12827] {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
}
.apply-coupon-button span[data-v-4ab12827] {
  text-decoration: underline;
  /* text-underline-offset: 4px; */
  font-weight: 700;
}
.coupon-input-box-custom[data-v-4ab12827] {
  border-radius: 12px;
  display: flex;
  align-items: center;
  border: 1px solid var(grayColor-base);
  overflow: hidden;
}
.coupon-input-box-custom input[data-v-4ab12827] {
  height: 35px;
  padding: 5px 5px 5px 10px;
}
.coupon-input-box-custom input[data-v-4ab12827]:focus, .coupon-input-box-custom input[data-v-4ab12827]:active {
  outline: none;
  border: none;
}
.coupon-input-box-custom button[data-v-4ab12827] {
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  height: 35px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 0.9rem;
  /* display: flex;
  align-items: center; */
}
.total-due-box[data-v-4ab12827] {
  padding: 15px 15px;
  border-radius: 5px;
  border: 0.5px solid var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
}
.total-due-box .total-price[data-v-4ab12827] {
  font-size: 1.2rem;
  font-weight: 800;
}*[data-v-870e554f] {
  color: var(--v-mainColor-base);
}
.main-section-label[data-v-870e554f] {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.section-label[data-v-870e554f] {
  font-weight: bold;
  color: var(--v-darkGrayColor-base);
}
.section-desc[data-v-870e554f] {
  color: var(--v-mainColor-base);
  font-weight: bold;
}
.edit-account-name-btn[data-v-870e554f] {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.edit-account-name-btn i[data-v-870e554f] {
  font-size: 11px;
  margin-right: 5px;
}
.edit-account-name-btn span[data-v-870e554f] {
  font-weight: bold;
}
.edit-account-name-btn i[data-v-870e554f],
.edit-account-name-btn span[data-v-870e554f] {
  color: var(--v-link1Color-base);
}
.add-subaccount-button[data-v-870e554f] {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.add-subaccount-button i[data-v-870e554f] {
  font-size: 15px;
  margin-right: 5px;
}
.add-subaccount-button i[data-v-870e554f],
.add-subaccount-button span[data-v-870e554f] {
  color: var(--v-anchor1Color-base) !important;
}.sub-account-log-component table .th-wrap {
  font-weight: 500 !important;
}
.sub-account-log-component table th, .sub-account-log-component table td {
  color: var(--v-mainColor-base);
}
.sub-account-log-component table th {
  padding: 10px 13px;
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.sub-account-log-component table td {
  padding: 13px 13px;
}
.sub-account-log-component table tbody tr:not(:last-child) td {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}.total-credits-in-range[data-v-bd9be628] {
  display: flex;
  align-items: center;
}
.total-credits-in-range span[data-v-bd9be628] {
  font-size: 17px;
}
.total-credits-in-range > span[data-v-bd9be628]:nth-child(1) {
  font-weight: bold;
}
.b-table .table thead td[data-v-bd9be628], .b-table .table thead th[data-v-bd9be628] {
  border-bottom-width: 1px !important;
}
.b-table th[data-v-bd9be628], .b-table td[data-v-bd9be628] {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.linked-number[data-v-bd9be628] {
  color: var(--v-link15Color-base);
}.title-label[data-v-d68a843e] {
  font-size: 18px;
  font-weight: bold;
}
.total-credits-in-range[data-v-d68a843e] {
  display: flex;
  align-items: center;
}
.total-credits-in-range span[data-v-d68a843e] {
  font-size: 17px;
}
.total-credits-in-range > span[data-v-d68a843e]:nth-child(1) {
  font-weight: bold;
}
.b-table .table thead td[data-v-d68a843e], .b-table .table thead th[data-v-d68a843e] {
  border-bottom-width: 1px !important;
}
.b-table th[data-v-d68a843e], .b-table td[data-v-d68a843e] {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.linked-number[data-v-d68a843e] {
  color: var(--v-link15Color-base);
}.bulk-log-root .title-label[data-v-11cdd74c] {
  font-size: 18px;
  font-weight: bold;
}
.bulk-log-root .total-credits-in-range[data-v-11cdd74c] {
  display: flex;
  align-items: center;
}
.bulk-log-root .total-credits-in-range span[data-v-11cdd74c] {
  font-size: 17px;
}
.bulk-log-root .total-credits-in-range > span[data-v-11cdd74c]:nth-child(1) {
  font-weight: bold;
}
.bulk-log-root[data-v-11cdd74c] .b-table .table thead td, .bulk-log-root[data-v-11cdd74c] .b-table .table thead th {
  border-bottom-width: 1px !important;
}
.bulk-log-root[data-v-11cdd74c] .b-table th, .bulk-log-root[data-v-11cdd74c] .b-table td {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.bulk-log-root[data-v-11cdd74c] .b-table .linked-number {
  color: var(--v-link15Color-base);
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail > td {
  padding: 0 !important;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail .detail-container {
  padding: 0px !important;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper {
  max-height: 300px;
  overflow-y: auto;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table {
  width: 100%;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table th, .bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table td {
  vertical-align: middle !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table th:first-child {
  width: 40px;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table th {
  font-weight: 700;
  color: var(--v-mainColor-base);
  border-bottom: 2px solid var(--v-grayColor-base) !important;
}
.bulk-log-root[data-v-11cdd74c] .b-table .detail-wrapper table tr:nth-child(odd) td {
  background: var(--v-pink1Color-base);
}.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: var(--v-green7Color-base);
}.input-valid-paypal-note[data-v-8216f02b] {
  display: inline-block;
  background: var(--v-link9Color-base);
  color: var(--v-link3Color-base);
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
}.explain-title[data-v-1e949734] {
  font-size: 1rem;
  font-weight: 800;
}
.auto-top-up-part[data-v-1e949734] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.explain-card[data-v-1e949734] {
  border: 1px solid var(--v-grayColor-base) !important;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  border-radius: 10px !important;
  overflow-x: auto;
  padding: 15px 15px 15px 20px;
  border-left: 11px solid var(--v-profileAnchorColor-base) !important;
}
.explain-card > div[data-v-1e949734] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}
.explain-card .material-icons[data-v-1e949734] {
  color: var(--v-profileAnchorColor-base);
  font-size: 1.5rem;
}
.explain-card .explain-text[data-v-1e949734] {
  font-size: 0.9rem;
}
.terms-of-service-link[data-v-1e949734] {
  text-decoration: underline;
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.price-packages[data-v-1e949734] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.price-packages > div[data-v-1e949734] {
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid var(--v-grayColor-base) !important;
  border-right: 1px solid var(--v-grayColor-base) !important;
  border-bottom: 1px solid var(--v-grayColor-base) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  overflow: visible;
}
.price-packages > div.not-popular[data-v-1e949734] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid var(--v-grayColor-base) !important;
}
.price-packages > div.popular[data-v-1e949734] {
  background-color: rgba(1, 71, 81, 0.95);
  color: var(--v-whiteColor-base);
  z-index: 1;
}
.price-packages > div.popular[data-v-1e949734]::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  top: 30%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #014751;
}
.price-packages > div .partner-program-img[data-v-1e949734] {
  position: absolute;
  right: -1px;
  width: 115px;
  top: -7px;
  height: auto;
}
.price-packages .popular-label[data-v-1e949734] {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  font-weight: 800;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-left: 1px solid var(--v-profileAnchorColor-base) !important;
  border-right: 1px solid var(--v-profileAnchorColor-base) !important;
  border-top: 1px solid var(--v-profileAnchorColor-base) !important;
}
.v-application.theme--dark .price-packages > div.popular[data-v-1e949734] {
  color: var(--v-mainColor-base);
}
@media only screen and (max-width: 820px) {
.price-packages > .popular[data-v-1e949734] {
    margin-top: 30px;
}
}
.buy-this-package[data-v-1e949734] {
  font-size: 0.9rem;
  line-height: 120%;
}
.price-label[data-v-1e949734] {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 105%;
}
ul[data-v-1e949734] {
  padding-left: 0px !important;
}
ul li[data-v-1e949734] {
  display: flex;
  align-items: center;
}
.cancel-btn[data-v-1e949734] {
  font-weight: 800;
  text-decoration: underline;
}
.api-exchange-table[data-v-1e949734] {
  border-collapse: separate;
}
.api-exchange-table td[data-v-1e949734] {
  padding: 13px;
  border-top: 1px solid var(--v-grayColor-base);
  border-right: 1px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-weight: 500;
}
.api-exchange-table td[data-v-1e949734]:first-child {
  border-left: 1px solid var(--v-grayColor-base);
}
.api-exchange-table tr:first-child td[data-v-1e949734]:first-child {
  border-top-left-radius: 5px;
}
.api-exchange-table tr:first-child td[data-v-1e949734]:last-child {
  border-top-right-radius: 5px;
}
.api-exchange-table tr:last-child td[data-v-1e949734] {
  border-bottom: 1px solid var(--v-grayColor-base);
}
.api-exchange-table tr:last-child td[data-v-1e949734]:first-child {
  border-bottom-left-radius: 5px;
}
.api-exchange-table tr:last-child td[data-v-1e949734]:last-child {
  border-bottom-right-radius: 5px;
}.explain-title[data-v-b6335d0b] {
  font-size: 1rem;
  font-weight: 800;
}
.auto-top-up-part[data-v-b6335d0b] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.explain-card[data-v-b6335d0b] {
  border: 1px solid var(--v-grayColor-base) !important;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  border-radius: 10px !important;
  overflow-x: auto;
  padding: 15px 15px 15px 20px;
  border-left: 11px solid var(--v-profileAnchorColor-base) !important;
}
.explain-card > div[data-v-b6335d0b] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}
.explain-card .material-icons[data-v-b6335d0b] {
  color: var(--v-profileAnchorColor-base);
  font-size: 1.5rem;
}
.explain-card .explain-text[data-v-b6335d0b] {
  font-size: 0.9rem;
}
.terms-of-service-link[data-v-b6335d0b] {
  text-decoration: underline;
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.price-packages[data-v-b6335d0b] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.price-packages > div[data-v-b6335d0b] {
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid var(--v-grayColor-base) !important;
  border-right: 1px solid var(--v-grayColor-base) !important;
  border-bottom: 1px solid var(--v-grayColor-base) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  overflow: visible;
}
.price-packages > div.not-popular[data-v-b6335d0b] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid var(--v-grayColor-base) !important;
}
.price-packages > div.popular[data-v-b6335d0b] {
  background-color: rgba(1, 71, 81, 0.95);
  color: var(--v-whiteColor-base);
  z-index: 1;
}
.price-packages > div.popular[data-v-b6335d0b]::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  top: 30%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #014751;
}
.price-packages > div .partner-program-img[data-v-b6335d0b] {
  position: absolute;
  right: -1px;
  width: 115px;
  top: -7px;
  height: auto;
}
.price-packages .popular-label[data-v-b6335d0b] {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  font-weight: 800;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-left: 1px solid var(--v-profileAnchorColor-base) !important;
  border-right: 1px solid var(--v-profileAnchorColor-base) !important;
  border-top: 1px solid var(--v-profileAnchorColor-base) !important;
}
.v-application.theme--dark .price-packages > div.popular[data-v-b6335d0b] {
  color: var(--v-mainColor-base);
}
@media only screen and (max-width: 820px) {
.price-packages > .popular[data-v-b6335d0b] {
    margin-top: 30px;
}
}
.buy-this-package[data-v-b6335d0b] {
  font-size: 0.9rem;
  line-height: 120%;
}
.price-label[data-v-b6335d0b] {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 105%;
}
ul[data-v-b6335d0b] {
  padding-left: 0px !important;
}
ul li[data-v-b6335d0b] {
  display: flex;
  align-items: center;
}
.cancel-btn[data-v-b6335d0b] {
  font-weight: 800;
  text-decoration: underline;
}
.api-exchange-table[data-v-b6335d0b] {
  border-collapse: separate;
}
.api-exchange-table td[data-v-b6335d0b] {
  padding: 13px;
  border-top: 1px solid var(--v-grayColor-base);
  border-right: 1px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-weight: 500;
}
.api-exchange-table td[data-v-b6335d0b]:first-child {
  border-left: 1px solid var(--v-grayColor-base);
}
.api-exchange-table tr:first-child td[data-v-b6335d0b]:first-child {
  border-top-left-radius: 5px;
}
.api-exchange-table tr:first-child td[data-v-b6335d0b]:last-child {
  border-top-right-radius: 5px;
}
.api-exchange-table tr:last-child td[data-v-b6335d0b] {
  border-bottom: 1px solid var(--v-grayColor-base);
}
.api-exchange-table tr:last-child td[data-v-b6335d0b]:first-child {
  border-bottom-left-radius: 5px;
}
.api-exchange-table tr:last-child td[data-v-b6335d0b]:last-child {
  border-bottom-right-radius: 5px;
}.api-key-disp-area[data-v-6defa219] {
  padding: 15px;
  border-radius: 10px;
  background: var(--v-pink1Color-base);
  color: var(--v-mainColor-base);
  display: flex;
  align-items: center;
  gap: 20px;
}
.api-key-disp-area .copy-icon[data-v-6defa219] {
  font-size: 1rem;
  cursor: pointer;
}
.go-to-doc[data-v-6defa219] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--v-profileAnchorColor-base);
  font-weight: 800;
  font-size: 1rem;
}
.go-to-doc span[data-v-6defa219] {
  font-size: 1rem;
  font-weight: 800;
}
.api-key[data-v-6defa219] {
  color: var(--v-mainColor-base);
  font-weight: 800;
  font-size: 1rem;
}.comp-title[data-v-2cc7096c] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.title1[data-v-2cc7096c] {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.dev-account[data-v-2cc7096c] {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: var(--v-pink1Color-base);
  border-radius: 5px;
}
.dev-account .email[data-v-2cc7096c] {
  flex-grow: 1;
  font-weight: 700;
}
.dev-account .actions[data-v-2cc7096c] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dev-account .actions span[data-v-2cc7096c] {
  font-size: 1.5rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}.invoice-table th[data-v-3e2c5a8a]:not(first-child),
.invoice-table td[data-v-3e2c5a8a]:not(first-child) {
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
.invoice-table th[data-v-3e2c5a8a]:not(first-child),
  .invoice-table td[data-v-3e2c5a8a]:not(first-child) {
    padding-left: 5px;
}
}
.partnership-price-to-pay[data-v-3e2c5a8a] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.charges-may-take-box[data-v-3e2c5a8a] {
  display: inline-flex;
  align-items: center;
  background: var(--v-yellow3Color-base);
  padding: 5px 10px;
  border-radius: 5px;
}
.charges-may-take-box i[data-v-3e2c5a8a], .charges-may-take-box span[data-v-3e2c5a8a] {
  color: var(--v-yellow4Color-base);
}
.charges-may-take-box i[data-v-3e2c5a8a] {
  font-size: 17px;
}
.charges-may-take-box span[data-v-3e2c5a8a] {
  /* font-size: 14px; */
  font-weight: bold;
  margin-left: 10px;
}.price-packages[data-v-948ca484] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.price-packages > div[data-v-948ca484] {
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid var(--v-grayColor-base) !important;
  border-right: 1px solid var(--v-grayColor-base) !important;
  border-bottom: 1px solid var(--v-grayColor-base) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  overflow: visible;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid var(--v-grayColor-base) !important;
}
.secondary-label[data-v-948ca484] {
  font-size: 0.7rem;
  line-height: 120%;
  text-transform: uppercase;
}
.package-label[data-v-948ca484] {
  font-size: 0.9rem;
  line-height: 120%;
}
.price-label[data-v-948ca484] {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 105%;
}
ul[data-v-948ca484] {
  padding-left: 0px !important;
}
ul li[data-v-948ca484] {
  display: flex;
  align-items: center;
}div[data-v-d9cc8342] {
  color: var(--v-mainColor-base);
}
.user-profile[data-v-d9cc8342] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.user-profile .sidebar[data-v-d9cc8342] {
  width: 290px;
  flex-shrink: 0;
  background: var(--v-cardBg-base) !important;
  padding: 20px 10px 5px 10px;
  height: 100%;
  border-right: 1.5px solid var(--v-grayColor-lighten1);
}
.user-profile .sidebar .title-label[data-v-d9cc8342] {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.user-profile .sidebar ul[data-v-d9cc8342] {
  margin-top: 20px;
  padding-left: 0;
}
.user-profile .sidebar ul li[data-v-d9cc8342] {
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.user-profile .sidebar ul li.active[data-v-d9cc8342] {
  background: #FFF7F0;
  color: var(--v-profileAnchorColor-base);
  font-weight: bold;
}
.user-profile .mobile-menu[data-v-d9cc8342] {
  display: none;
  margin-bottom: 10px;
}
.user-profile .content-area[data-v-d9cc8342] {
  flex-grow: 1;
  padding: 70px 30px 0 30px;
  overflow: auto;
}
.user-profile .content-area .title-label[data-v-d9cc8342] {
  font-size: 25px;
  font-weight: bold;
}
.user-profile .content-area .submenus[data-v-d9cc8342] {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  column-gap: 20px;
  row-gap: 10px;
}
.user-profile .content-area .submenus > div[data-v-d9cc8342] {
  font-size: 16px;
  padding: 10px 5px 10px 5px;
  cursor: pointer;
  /* border: 1px solid red; */
}
.user-profile .content-area .submenus > div.active[data-v-d9cc8342] {
  font-weight: 800;
  color: var(--v-profileAnchorColor-base);
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
}
@media screen and (max-width: 780px) {
.user-profile .sidebar[data-v-d9cc8342] {
    display: none;
}
.user-profile .mobile-menu[data-v-d9cc8342] {
    display: block;
}
.user-profile .content-area[data-v-d9cc8342] {
    padding-top: 20px;
}
}
.cards-in-row[data-v-d9cc8342] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin: 0px 0 25px 0px;
}
.your-current-plan[data-v-d9cc8342] {
  font-size: 14px;
  color: var(--v-mainColor-base);
}
.account-type[data-v-d9cc8342] {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  color: var(--v-mainColor-base);
}
.is-full-width[data-v-d9cc8342] {
  width: 100%;
}
.service-package[data-v-d9cc8342] {
  min-height: 225px;
  background-color: hsl(171, 73%, 58%) !important;
}
.is-service-benefit[data-v-d9cc8342] {
  font-weight: bold;
}
.profile-heading[data-v-d9cc8342] {
  width: 50%;
}
.info-text[data-v-d9cc8342] {
  font-style: italic;
}
.field-label[data-v-d9cc8342] {
  flex-grow: 2;
}
.cancellation-explain-label[data-v-d9cc8342] {
  line-height: 18px;
}
.sure-delete-label[data-v-d9cc8342] {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.download-icon[data-v-d9cc8342] {
  /* width: 18px;
  height: auto; */
  font-size: 1.5rem;
  color: var(--v-mainColor-base);
  cursor: pointer;
}
.custom-table[data-v-d9cc8342] {
  width: 100%;
}
.custom-table thead[data-v-d9cc8342] {
  /* tr {

  } */
}
.custom-table thead th[data-v-d9cc8342] {
  color: var(--v-darkGrayColor-base);
  font-weight: normal;
  padding: 10px 10px 10px 0px;
  font-size: 0.78rem;
}
.custom-table tbody tr[data-v-d9cc8342] {
  border-top: 1px solid var(--v-gray12Color-base);
}
.custom-table tbody td[data-v-d9cc8342], .custom-table tbody a[data-v-d9cc8342] {
  font-size: 0.78rem;
  color: var(--v-mainColor-base);
  padding: 10px 5px 10px 0px;
}
.current-api-key[data-v-d9cc8342] {
  font-size: 1.2rem;
}
.current-api-key span[data-v-d9cc8342] {
  font-weight: 700;
  font-size: 1.3rem;
}
.v-input.v-input--hide-details[data-v-d9cc8342] {
  margin-bottom: 24px !important;
}
.v-application.theme--dark .sidebar ul li.active[data-v-d9cc8342] {
  background: rgba(255, 117, 46, 0.1);
}.step-title[data-v-6e358004] {
  font-size: 1.25rem;
  font-weight: 800;
}
.nav-tabs-navigatmulishion *[data-v-6e358004] {
  font-family: "Mulish", sans-serif !important;
}
.plans-flex[data-v-6e358004] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.plans-flex > div[data-v-6e358004] {
  /* flex-grow: 1; */
  flex-shrink: 0;
  flex-basis: 310px;
}
.monthly-yearly-toggle[data-v-6e358004] {
  display: inline-block;
  background: var(--v-lightYellowColor-base);
  border-radius: 50vh;
  margin-top: 20px;
  padding: 10px 5px;
}
.monthly-yearly-toggle a[data-v-6e358004], .monthly-yearly-toggle span[data-v-6e358004] {
  padding: 5px 10px;
  border-radius: 50vh;
  text-decoration: none;
}
.monthly-yearly-toggle span[data-v-6e358004] {
  color: var(--v-whiteColor-base);
  background: var(--v-mainColor-base);
  font-weight: bold;
  padding: 5px 20px;
}
@media only screen and (min-width: 1600px) {
.custom-pricing-table[data-v-6e358004] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
}
.box[data-v-671dcf81] {
    padding: 30px 50px;
}
.delete-site[data-v-d44f74c8] {
  position: relative;
  top: 0px;
  right: -10px;
}
.add-site[data-v-d44f74c8] {
  width: 50%;
  display: inline-block;
  cursor: pointer;
}
.sites[data-v-d44f74c8] {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site[data-v-d44f74c8] {
  margin: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: lightblue;
  color: black;
  width: 30%;
  min-width: 150px;
  min-height: 150px;
  border-radius: 7px;
}
.page-title[data-v-d44f74c8] {
  width: 50%;
  display: inline-block;
}
.hero-body[data-v-d44f74c8] {
  padding: 1rem 1.5rem 0rem 1.5rem !important;
}.site-url-input-wrapper {
  position: relative;
}
.site-url-input-wrapper input {
  padding-right: 40px;
}
.site-url-input-wrapper.success::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #4CFF00;
  font-size: 1.5rem;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}div[data-v-8c0aaf92] {
  color: var(--v-mainColor-base);
}
.modal-content[data-v-8c0aaf92] {
  width: 30vw;
}
ul[data-v-8c0aaf92] {
  margin-left: 0;
}
.tag[data-v-8c0aaf92] {
  margin: 3px;
}
.back-button-text[data-v-8c0aaf92] {
  border: 1px solid var(--v-mainColor-base);
  height: 38px !important;
  background: none !important;
}
.back-button-text span[data-v-8c0aaf92] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text[data-v-8c0aaf92] {
  height: 38px !important;
}
.continue-button-text i[data-v-8c0aaf92],
.continue-button-text span[data-v-8c0aaf92] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-8c0aaf92] {
  margin-top: 2px;
}
.site-url-input[data-v-8c0aaf92] {
  color: var(--v-primary-base);
}
@media screen and (min-width: 769px) {
.modal-content[data-v-8c0aaf92],
  .modal-card[data-v-8c0aaf92] {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 700px;
}
}
.select-a-setup-type[data-v-8c0aaf92] {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}
.setup-type-explain[data-v-8c0aaf92] {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.setup-type-boxes[data-v-8c0aaf92] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.setup-type-boxes > div[data-v-8c0aaf92] {
  flex: 1 1 270px;
  border: 2px solid var(--v-grayColor-base);
  border-radius: 5px;
  padding: 20px 50px;
  cursor: pointer;
}
.setup-type-boxes > div.active[data-v-8c0aaf92] {
  border-color: var(--v-profileAnchorColor-base);
}
.setup-type-boxes > div i.material-icons[data-v-8c0aaf92] {
  color: var(--v-profileAnchorColor-base);
  font-size: 2rem;
}
.setup-type-boxes > div .setup-type-name[data-v-8c0aaf92] {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}
.setup-type-boxes > div .type-explain[data-v-8c0aaf92] {
  margin-top: 5px;
  font-size: 1rem;
}
.setup-type-boxes > div .type-explain ul[data-v-8c0aaf92] {
  padding-left: 0;
  margin-top: 10px;
  list-style: inside;
}
.continue-button-area[data-v-8c0aaf92] {
  margin-top: 10px;
  text-align: right;
}div[data-v-6ee11d55] {
  color: var(--v-mainColor-base);
}
.page-link[data-v-6ee11d55] {
  display: flex;
  align-items: center;
}
.arrow-icon[data-v-6ee11d55] {
  font-size: 15px;
  margin-right: 5px;
}
.modal-content[data-v-6ee11d55] {
  width: 30vw;
}
ul[data-v-6ee11d55] {
  margin-left: 0;
}
.back-button-text[data-v-6ee11d55] {
  border: 1px solid var(--v-mainColor-base);
  height: 38px !important;
  background: none !important;
}
.back-button-text span[data-v-6ee11d55] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text[data-v-6ee11d55] {
  height: 38px !important;
}
.continue-button-text i[data-v-6ee11d55],
.continue-button-text span[data-v-6ee11d55] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-6ee11d55] {
  margin-top: 2px;
}
.input[data-v-6ee11d55] {
  color: var(--v-mainColor-base);
}
.button[data-v-6ee11d55] {
  width: 254px;
  justify-content: space-between;
}
.dropdown[data-v-6ee11d55] {
  z-index: 999;
  display: inline-block;
  position: fixed;
}
.dropdown-content[data-v-6ee11d55] {
  width: 254px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-button[data-v-6ee11d55] {
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.selected-project-button[data-v-6ee11d55] {
  color: var(--v-mainColor-base);
}
.dropdown-content[data-v-6ee11d55] {
  background: var(--v-whiteColor-base);
}
.icon[data-v-6ee11d55] {
  color: var(--v-mainColor-base);
}
.projects-section h4[data-v-6ee11d55] {
  font-weight: 800;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
.modal-content[data-v-6ee11d55],
  .modal-card[data-v-6ee11d55] {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 700px;
}
}
.select-a-setup-type[data-v-6ee11d55] {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}
.setup-type-explain[data-v-6ee11d55] {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.continue-button-area[data-v-6ee11d55] {
  margin-top: 25px;
  text-align: right;
}div[data-v-5e19e593] {
  color: var(--v-mainColor-base);
}
.modal-content[data-v-5e19e593] {
  width: 30vw;
}
ul[data-v-5e19e593] {
  margin-left: 0;
}
.continue-button-text[data-v-5e19e593] {
  height: 38px !important;
}
.continue-button-text i[data-v-5e19e593],
.continue-button-text span[data-v-5e19e593] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-5e19e593] {
  margin-top: 2px;
}
@media screen and (min-width: 769px) {
.modal-content[data-v-5e19e593],
  .modal-card[data-v-5e19e593] {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 700px;
}
}
.select-a-setup-type[data-v-5e19e593] {
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}
.setup-type-explain[data-v-5e19e593] {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.setup-type-boxes[data-v-5e19e593] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.setup-type-boxes > div[data-v-5e19e593] {
  flex: 1 1 270px;
  border: 2px solid var(--v-grayColor-base);
  border-radius: 5px;
  padding: 20px 50px;
  cursor: pointer;
}
.setup-type-boxes > div.active[data-v-5e19e593] {
  border-color: var(--v-profileAnchorColor-base);
}
.setup-type-boxes > div i.material-icons[data-v-5e19e593] {
  color: var(--v-profileAnchorColor-base);
  font-size: 2rem;
}
.setup-type-boxes > div .setup-type-name[data-v-5e19e593] {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 800;
}
.setup-type-boxes > div .type-explain[data-v-5e19e593] {
  margin-top: 5px;
  font-size: 1rem;
}
.setup-type-boxes > div .type-explain ul[data-v-5e19e593] {
  padding-left: 0;
  margin-top: 10px;
  list-style: inside;
}
.continue-button-area[data-v-5e19e593] {
  margin-top: 25px;
  text-align: right;
}.site-url-input[data-v-8f25dfd7] {
  color: var(--v-mainColorr-base);
}.site-url-input[data-v-a48b8563] {
  color: var(--v-mainColorr-base);
}.custom-tabs[data-v-e9cdd1af] {
  display: flex;
  background: var(--v-gray7Color-base);
  border-radius: 10px;
  padding: 3px;
}
.custom-tabs > div[data-v-e9cdd1af] {
  flex-basis: 35%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.custom-tabs > div[data-v-e9cdd1af]:first-child {
  flex: 1;
}
.custom-tabs > div.is-active[data-v-e9cdd1af] {
  background: var(--v-whiteColor-base);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.0784313725);
}
.white-glove-site-content-audit-oboarding-tip[data-v-e9cdd1af] {
  position: absolute;
  top: 32px;
  right: 40px;
}.tool-card[data-v-8267a6f6] {
  position: relative;
}
.tool-card .card-bg[data-v-8267a6f6] {
  position: absolute;
  bottom: 0;
  right: 0;
}.site-content-audit-form-modal .custom-modal-close-btn[data-v-eb814144] {
  top: 25px;
  right: 15px;
}
.site-content-audit-form-modal .modal-content[data-v-eb814144] {
  flex: 1;
  width: 100%;
  max-width: initial;
  max-height: initial;
  border-radius: initial;
}
.site-content-audit-form-modal .modal-content .modal-container[data-v-eb814144] {
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar[data-v-eb814144] {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  width: 400px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status[data-v-eb814144] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item[data-v-eb814144] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item[data-v-eb814144], .site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item *[data-v-eb814144] {
  cursor: default;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-right[data-v-eb814144] {
  padding-bottom: 30px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-right .step-label[data-v-eb814144] {
  font-weight: bold;
  color: var(--v-mainColor-base);
  font-size: 1rem;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-right .step-description[data-v-eb814144] {
  color: var(--v-mainColor-base);
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-left[data-v-eb814144] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-left .step-dot[data-v-eb814144] {
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-left .step-dot .material-icons[data-v-eb814144] {
  color: #CCCCCC;
  font-size: 0.9rem;
  font-weight: bold;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item .step-left .step-seperator[data-v-eb814144] {
  display: inline-block;
  width: 2px;
  flex: 1;
  background: #9D9D9D;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item.active .step-dot[data-v-eb814144] {
  border: 2px solid #FF5C00;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item.active .step-dot .material-icons[data-v-eb814144] {
  color: #FF5C00;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item.completed .step-dot[data-v-eb814144] {
  border: none;
  background: #0CB370;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item.completed .step-dot .material-icons[data-v-eb814144] {
  color: #fff;
}
.site-content-audit-form-modal .modal-content .modal-container .form-sidebar .steps-status .step-item.completed .step-seperator[data-v-eb814144] {
  background: #0CB370;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main[data-v-eb814144] {
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #DDDDDD;
  position: relative;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .edit-bar[data-v-eb814144] {
  background-color: var(--v-cardBg-base);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  border-bottom: 1px solid #DDDDDD;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .edit-bar .edit-bar-text[data-v-eb814144] {
  color: var(--v-mainColor-base);
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .progress-bar[data-v-eb814144] {
  width: 100%;
  background: var(--v-cardBg-base);
  border-bottom: 1px solid #DDDDDD;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .progress-bar .progress-bar-percentage[data-v-eb814144] {
  height: 8px;
  background-color: #FF5C00;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .step-controls[data-v-eb814144] {
  position: absolute;
  z-index: 2;
  bottom: 112px;
  right: 26px;
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .step-controls .v-btn[data-v-eb814144] {
  background-color: #FF5C00;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-radius: 2px;
  min-width: 40px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .step-controls .v-btn.v-btn--disabled[data-v-eb814144] {
  background-color: #D8D8D8 !important;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .step-controls .v-btn.v-btn--disabled .v-icon[data-v-eb814144] {
  color: #fff !important;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .form-submit[data-v-eb814144] {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 40px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .form-main-content[data-v-eb814144] {
  padding: 60px 40px;
  flex: 1;
  overflow-y: auto;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .form-main-content .success-container[data-v-eb814144] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .form-main-content .success-container .success-icon[data-v-eb814144] {
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  background-color: #C7FCDF;
  color: #0CB370;
}
.site-content-audit-form-modal .modal-content .modal-container .form-main .form-main-content .success-container .success-icon .material-icons[data-v-eb814144] {
  font-size: 1.7rem;
  font-weight: bold;
}.site-content-audit-form-modal .form-main .form-main-content .v-btn {
  letter-spacing: initial !important;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field {
  margin-bottom: 32px;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field label {
  font-size: 1rem !important;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .extra-info * {
  font-size: 0.9rem;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .v-input--selection-controls {
  margin-top: 0;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .v-text-field .v-input__slot {
  border: 0.84px solid #DDDDDD;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843) !important;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .v-text-field input {
  font-size: 0.9rem !important;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .v-text-field.v-input--is-readonly * {
  cursor: not-allowed;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .v-radio .v-label {
  color: var(--v-mainColor-base);
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .radio-buttons .v-input__slot {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .radio-buttons .v-btn {
  text-transform: initial;
  border-color: #DDDDDD;
}
.site-content-audit-form-modal .form-main .form-main-content .form-field .radio-buttons .v-btn.active {
  background-color: #FFF4EE;
  border-color: #FF5C00;
  font-weight: 700;
}.connected-status[data-v-9037233b] {
  display: flex;
  align-items: center;
  gap: 2px;
}
.connected-status .material-icons[data-v-9037233b] {
  font-size: 1.2rem;
  color: var(--v-green7Color-base);
}
.connected-status span[data-v-9037233b] {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-green7Color-base);
}
.signout-btn[data-v-9037233b] {
  cursor: pointer;
}
.signout-btn span[data-v-9037233b] {
  font-size: 1.6rem;
  color: var(--v-profileAnchorColor-base);
}.google-login-root .main-area[data-v-849b0e6c] {
  max-width: 500px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  border-radius: 5px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.google-login-root .main-area img[data-v-849b0e6c] {
  width: 30px;
  height: auto;
}
.google-login-root .main-area .connect-status[data-v-849b0e6c] {
  font-weight: 700;
  color: var(--v-mainColor-base);
  flex-grow: 1;
}.google-login-root .main-area[data-v-3618761e] {
  max-width: initial !important;
}.container-launch[data-v-71567b50] {
  display: flex;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
}
.container-launch .width704[data-v-71567b50] {
  width: 44rem;
}
.container-launch .v-btn.v-btn--disabled.success-disabled-btn[data-v-71567b50] {
  background-color: #0CB370 !important;
  color: #fff !important;
}
.container-launch .v-btn.v-btn--disabled.success-disabled-btn .material-icons-outlined[data-v-71567b50] {
  font-size: 1.2rem;
}
.container-launch .onboarding-completed[data-v-71567b50] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.container-launch .onboarding-completed img[data-v-71567b50] {
  height: 160px;
  margin-bottom: -50px;
}
.container-launch .step-control[data-v-71567b50] {
  padding-top: 110px;
  text-align: center;
}
.container-launch .step-control .v-btn[data-v-71567b50] {
  background-color: #fff;
  border-color: #CCCCCC;
  border-radius: 6px;
  box-shadow: 0px 0.32px 7.93px 0px rgba(0, 0, 0, 0.11);
}
.container-launch .step-control .v-btn.v-btn--disabled[data-v-71567b50] {
  opacity: 0.4 !important;
}
.container-launch .steps-status[data-v-71567b50] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.container-launch .steps-status .step-item[data-v-71567b50] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.container-launch .steps-status .step-item[data-v-71567b50], .container-launch .steps-status .step-item *[data-v-71567b50] {
  cursor: default;
}
.container-launch .steps-status .step-item .step-label[data-v-71567b50] {
  font-weight: bold;
  color: #9D9D9D;
}
.container-launch .steps-status .step-item .step-dot[data-v-71567b50] {
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.container-launch .steps-status .step-item .step-dot .material-icons[data-v-71567b50] {
  visibility: hidden;
  font-size: 1.1rem;
  font-weight: bold;
}
.container-launch .steps-status .step-item .step-seperator[data-v-71567b50] {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #9D9D9D;
}
.container-launch .steps-status .step-item.active .step-label[data-v-71567b50] {
  font-weight: bold;
  color: var(--v-mainColor-base);
}
.container-launch .steps-status .step-item.active .step-dot[data-v-71567b50] {
  border: 5px solid #FF5C00;
}
.container-launch .steps-status .step-item.completed .step-label[data-v-71567b50] {
  color: #0CB370;
}
.container-launch .steps-status .step-item.completed .step-dot[data-v-71567b50] {
  border: none;
  background: #0CB370;
}
.container-launch .steps-status .step-item.completed .step-dot .material-icons[data-v-71567b50] {
  visibility: visible;
  color: #fff;
}
.container-launch .steps-status .step-item.completed .step-seperator[data-v-71567b50] {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #0CB370;
}
.container-launch .step-content .v-btn[data-v-71567b50] {
  letter-spacing: initial;
}
.container-launch .step-content .step-text[data-v-71567b50] {
  color: var(--v-primary-base);
}
.container-launch .step-content .step-text-number[data-v-71567b50] {
  font-size: 0.95rem;
  font-weight: 800;
}
.container-launch .step-content .step-text-title[data-v-71567b50] {
  font-size: 1.25rem;
  font-weight: 800;
}
.container-launch .step-content .step-text-description[data-v-71567b50] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6rem;
}
.container-launch .step-content.completed .step-text[data-v-71567b50] {
  text-decoration: line-through;
}
.container-launch .height38[data-v-71567b50] {
  height: 2.375rem !important;
}
.container-launch .padding8[data-v-71567b50] {
  padding: 8px 12px !important;
}
.container-launch .cross-container[data-v-71567b50] {
  margin-top: -10px;
}
.container-launch .package-option[data-v-71567b50] {
  padding: 20px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.container-launch .package-option .package-option-dot[data-v-71567b50] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid var(--v-grayColor-base);
}
.container-launch .package-option.package-option-active[data-v-71567b50] {
  border-color: var(--v-profileAnchorColor-base);
}
.container-launch .package-option.package-option-active .package-option-dot[data-v-71567b50] {
  border: 4px solid var(--v-profileAnchorColor-base);
}.container-launch .step-control .v-btn.v-btn--plain:not(.v-btn--active):not(.v-btn--disabled):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
  opacity: 1 !important;
}.all-tools-label {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.new-tool-root {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.new-tool-root .tool-card {
  min-height: 400px;
  max-height: 400px;
  width: 340px;
  padding-bottom: 10px;
  background: var(--v-cardBg-base);
  border-radius: 10px;
  border: 1.5px solid var(--v-grayColor-base);
  display: flex;
  flex-direction: column;
}
.new-tool-root .tool-card .top-part {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-tool-root .tool-card .top-part .icon-part {
  background-color: var(--v-lightYellowColor-base);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.new-tool-root .tool-card .top-part .icon-part > span {
  color: var(--v-profileAnchorColor-base);
}
.new-tool-root .tool-card .top-part .name {
  flex-grow: 1;
  color: var(--v-mainColor-base);
  font-size: 1rem;
  font-weight: 800;
}
.new-tool-root .tool-card .how-many {
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  cursor: pointer;
  background-color: var(--v-lightYellowColor-base);
  color: var(--v-mainColor-base);
}
.pages-wrapper {
  overflow-y: auto;
}
.pages-wrapper .page-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--v-gray7Color-base);
  padding: 10px;
  border-radius: 5px;
}
.pages-wrapper .page-item .name {
  color: var(--v-mainColor-base);
  font-size: 1.1rem;
  font-weight: 700;
}
.pages-wrapper .page-item .time {
  margin-top: 5px;
  color: var(--v-mainColor-base);
}
.pages-wrapper .page-item .action {
  display: flex;
  align-items: center;
}
.pages-wrapper .page-item .action i {
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
}
.pages-wrapper > div:not(:first-child) {
  margin-top: 10px;
}
.pages-wrapper .no-project-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages-wrapper .no-project-block > div {
  text-align: center;
  color: var(--v-mainColor-base);
}
.pages-wrapper .no-project-block > div img {
  width: 83px;
  height: auto;
}
.pages-wrapper .no-project-block > div div {
  margin-top: 10px;
}.sites-or-pages-container.silos-container[data-v-b875bdc9] {
  gap: 24px;
}
.sites-or-pages-container.silos-container.silos-container-white-glove[data-v-b875bdc9] {
  display: grid;
  grid-template-columns: initial;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 32px;
  min-width: 1100px;
}
.silo-card[data-v-b875bdc9] {
  border: 0.39px solid #CCCCCC;
  box-shadow: 0px 5.69px 13.09px -2.28px rgba(0, 0, 0, 0.0901960784);
  max-width: 400px;
}
.silo-card .silo-card-head[data-v-b875bdc9] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.silo-card .silo-card-title[data-v-b875bdc9] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  flex: 1;
  padding-top: 4px;
}
.silo-card .silo-card-title .project-name span[data-v-b875bdc9] {
  font-size: 20px;
}
.silo-card .silo-card-title .count-label[data-v-b875bdc9] {
  background: #FF5700;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.silo-card .footer-container[data-v-b875bdc9] {
  margin-top: 32px;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.silo-card .footer-container .footer-item[data-v-b875bdc9] {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  color: #014751;
}
.silo-card .footer-container .footer-item-price-on-checkout .price-on-checkout[data-v-b875bdc9] {
  visibility: hidden;
}
.silo-card .footer-container .footer-item-price-on-checkout:hover .price-on-checkout[data-v-b875bdc9] {
  visibility: initial;
}
.silo-card .footer-container .description-icon i[data-v-b875bdc9] {
  color: var(--v-primary-base);
  font-size: 16px;
}
.w550[data-v-b875bdc9] {
  width: 34.438rem;
}
.h78[data-v-b875bdc9] {
  height: 4.875rem;
}
.w78[data-v-b875bdc9] {
  width: 4.875rem;
}
.w56[data-v-b875bdc9] {
  width: 3.5rem;
}
.white-selected-box[data-v-b875bdc9] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-b875bdc9] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-b875bdc9] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-b875bdc9] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-b875bdc9] {
  font-size: 0.688rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box .flip-icon[data-v-b875bdc9] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-b875bdc9] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-b875bdc9] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.schema-container[data-v-b875bdc9] {
  background-color: var(--v-lightYellowColor-base);
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.schema-container i[data-v-b875bdc9] {
  color: var(--v-profileAnchorColor-base);
}
.custom-modal-close-btn i[data-v-b875bdc9] {
  color: var(--v-primary-base);
}
.silo-container-empty[data-v-b875bdc9] {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.silo-container-empty .silo-structure-empty-container[data-v-b875bdc9] {
  width: 438px;
  height: 271px;
  background-color: #F3F4FA;
  padding: 2.5rem;
}
.step-title[data-v-b875bdc9] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v-primary-base);
}
.silo-text-empty-container[data-v-b875bdc9] {
  width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.font16[data-v-b875bdc9] {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.height38[data-v-b875bdc9] {
  height: 2.375rem !important;
}
.padding8[data-v-b875bdc9] {
  padding: 8px 12px !important;
}
.title-text[data-v-b875bdc9] {
  font-weight: 400;
  font-size: 1rem;
  color: var(--v-primary-base);
  line-height: 1.5rem;
}
.gap1[data-v-b875bdc9] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.width82[data-v-b875bdc9] {
  width: 82rem;
  height: 221px;
}
.container-launch[data-v-b875bdc9] {
  display: flex;
  background-color: var(--v-lightGray-base);
  border-radius: 0.313rem;
  border: 1px solid var(--v-grayColor-base);
}
.container-launch .width704[data-v-b875bdc9] {
  width: 44rem;
}
.container-launch .font12[data-v-b875bdc9] {
  font-size: 0.75rem;
  color: var(--v-primary-base);
  font-weight: 400;
}
.container-launch .font20[data-v-b875bdc9] {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--v-primary-base);
}
.container-launch .font1rem[data-v-b875bdc9] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--v-primary-base);
  line-height: 1.6rem;
}
.container-launch .font15[data-v-b875bdc9] {
  font-size: 0.938rem;
  font-weight: 700;
}
.container-launch .silo-structure[data-v-b875bdc9] {
  padding-top: 3px;
}
.container-launch .cross-container[data-v-b875bdc9] {
  margin-top: -10px;
}
.vertically-align-center[data-v-b875bdc9] {
  display: flex;
  align-items: center;
}
.align-right[data-v-b875bdc9] {
  left: 50%;
}
td[data-v-b875bdc9] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-b875bdc9] {
  vertical-align: middle;
  font-size: 1rem;
}
.page-type-drodown .dropdown-item[data-v-b875bdc9] {
  font-weight: normal;
}
.page-type-drodown.is-disabled[data-v-b875bdc9] {
  opacity: initial;
  cursor: default;
}
.page-type-btn[data-v-b875bdc9] {
  text-transform: initial;
  letter-spacing: initial;
}
.page-type-assign-btn[data-v-b875bdc9] {
  border: 1px dashed #ccc;
}.signal-element[data-v-03cad622] {
  width: 92%;
  display: flex;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--v-link9Color-base);
  color: var(--v-mainColor-base);
  font-size: 13px;
}div[data-v-5b762b83] {
  color: var(--v-mainColor-base);
}div[data-v-ad0bff3a] {
  color: var(--v-mainColor-base);
}

div[data-v-148f3343] {
  color: var(--v-mainColor-base);
}div[data-v-580d0688] {
  color: var(--v-mainColor-base);
}div[data-v-f129151e] {
  color: var(--v-mainColor-base);
}.credit-use-message[data-v-f26bbbf3] {
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 7px;
  background: #ECECEC;
  font-size: 0.8rem;
}.stepper[data-v-1f7ebf91] {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 0.8rem;
  padding-bottom: 150px;
}
.stepper .step-item[data-v-1f7ebf91] {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.stepper .step-item > div[data-v-1f7ebf91] {
  font-size: 0.8rem;
}
.stepper .step-item .bar[data-v-1f7ebf91] {
  position: relative;
  flex-basis: 30px;
}
.stepper .step-item .bar[data-v-1f7ebf91]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffcc02;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.stepper .step-item .bar.is-not-done[data-v-1f7ebf91]::after {
  background: #dddddd;
}
.stepper .step-item:not(:first-child) .bar[data-v-1f7ebf91]::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 30px;
  background: #ffcc02;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.stepper .step-item:not(:first-child) .bar.is-not-done[data-v-1f7ebf91]::before {
  background: #dddddd;
}
.stepper .step-item.is-current .bar[data-v-1f7ebf91]::after {
  background: #ff9b00;
}div[data-v-9d670f99] {
  color: var(--v-mainColor-base);
}
.section-name-size[data-v-9d670f99] {
  /* font-size: 13.6px; */
}select[data-v-40eede28] {
  height: 40px;
}
.advanced-options-area[data-v-40eede28] {
  margin: 20px 10px;
  padding: 20px 30px 10px 30px;
  border-radius: 5px;
  background: var(--v-gray7Color-base);
  border: 1px solid var(--v-grayColor-base);
}
.advanced-options-area *[data-v-40eede28] {
  color: var(--v-gray2Color-base);
}
.advanced-options-area .or-select-bar[data-v-40eede28] {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.advanced-options-area .or-select-bar .text-label[data-v-40eede28] {
  margin-left: 15px;
  margin-right: 15px;
}
.advanced-options-area .or-select-bar .bar[data-v-40eede28] {
  height: 1px;
  width: 70px;
  background: var(--v-gray2Color-base);
}
.input[data-v-40eede28]:disabled {
  background: var(--v-cardBg-base);
  color: var(--v-mainColor-base);
}
.demo-highlight fieldset[data-v-40eede28] {
  border: 1px solid var(--v-profileAnchorColor-base) !important;
}

.warning-title[data-v-afc7ccaa] {
  font-size: 20px;
}
.might-not-pick[data-v-afc7ccaa] {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
}
.explain > div[data-v-afc7ccaa] {
  font-size: 17px;
  line-height: 20px;
  margin-top: 15px;
}
.explain a[data-v-afc7ccaa] {
  font-size: 17px;
  font-weight: 700px;
}
div[data-v-afc7ccaa] {
  color: var(--v-mainColor-base);
}div[data-v-9b5cdb72] {
  color: var(--v-mainColor-base);
}
ul[data-v-9b5cdb72] {
  margin-left: 0;
}
.tag[data-v-9b5cdb72] {
  margin: 3px;
}
@media screen and (min-width: 769px) {
.modal-content[data-v-9b5cdb72], .modal-card[data-v-9b5cdb72] {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 820px;
}
}
.select-a-setup-type[data-v-9b5cdb72] {
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
}
.setup-type-explain[data-v-9b5cdb72] {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.setup-type-boxes[data-v-9b5cdb72] {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* grid-template-columns: 1fr 1fr; */
}
.setup-type-boxes > div[data-v-9b5cdb72] {
  flex: 1 1 270px;
  border: 2px solid var(--v-grayColor-base);
  border-radius: 5px;
  padding: 30px 10px;
  cursor: pointer;
}
.setup-type-boxes > div.active[data-v-9b5cdb72] {
  border-color: var(--v-profileAnchorColor-base);
}
.setup-type-boxes > div i.material-icons[data-v-9b5cdb72] {
  color: var(--v-profileAnchorColor-base);
  font-size: 2rem;
}
.setup-type-boxes > div .setup-type-name[data-v-9b5cdb72] {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 800;
}
.setup-type-boxes > div .type-explain[data-v-9b5cdb72] {
  margin-top: 10px;
  font-size: 1rem;
}
.setup-type-boxes > div .type-explain ul[data-v-9b5cdb72] {
  padding-left: 0;
  margin-top: 10px;
  list-style: inside;
}
.next-button-area[data-v-9b5cdb72] {
  margin-top: 25px;
  text-align: right;
}

/* @media screen and (max-width: 800px) {

} */
.red-text[data-v-9b5cdb72] {
  color: red;
}





.signal-element[data-v-78fd17de] {
  display: flex;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--v-link9Color-base);
  color: var(--v-mainColor-base);
  font-size: 13px;
}
.hero-body[data-v-78fd17de] {
  padding: 0rem 1.5rem 0rem 1.5rem !important;
}
.under-optimized[data-v-78fd17de] {
  background-color: #f0c291;
}
.over-optimized[data-v-78fd17de] {
  background-color: #cf8c8e;
}

/* .page-score-pass {
  background-color: lightgreen;
}
.page-score-fail {
  background-color: red;
} */
.notes-container[data-v-78fd17de] {
  max-width: 350px;
}
.page-runs-container[data-v-78fd17de] {
  margin: auto;
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax($run-card-width * 1px, $run-card-width * 1px)); */
  grid-template-columns: repeat(auto-fill, 336px);
  /* grid-template-columns: repeat(auto-fill, minmax($run-card-width * 1px, 1fr)); */
  gap: 10px;
}
.page-runs-container .top-part[data-v-78fd17de] {
  padding: 13px 30px 13px 30px;
}
.page-runs-container .border-bottom[data-v-78fd17de] {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.page-runs-container .main-part[data-v-78fd17de] {
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
}
.page-runs-container .main-part .keyword[data-v-78fd17de] {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
  word-break: break-word;
}
.page-runs-container .main-part .item-label[data-v-78fd17de] {
  font-size: 14px;
  color: var(--v-mainColor-base);
}
.page-runs-container .main-part footer .icon-buttons-part[data-v-78fd17de] {
  display: flex;
  align-items: center;
}

/* // $run-card-width * 4 + 10 (gap) * 3  = 1470 + (50px for extra)
@media screen and (max-width: 1520px) {
  .page-runs-container {
    grid-template-columns: repeat(3, $run-card-width * 1px);
  }
}

// $run-card-width * 3 + 10 (gap) * 2  = 1100 + (50px for extra)
@media screen and (max-width: 1150px) {
  .page-runs-container {
    grid-template-columns: repeat(2, $run-card-width * 1px);
  }
}

// $run-card-width * 2 + 10 (gap) * 1  = 730 + (50px for extra)
@media screen and (max-width: 780px) {
  .page-runs-container {
    grid-template-columns: repeat(1, $run-card-width * 1px);
  }
}

// $run-card-width + (5 px extra)
@media screen and (max-width: 365px) {
  .page-runs-container {
    grid-template-columns: 1fr;
  }
} */
.selected-pagerun[data-v-78fd17de] {
  border: 2px solid #ff9b00;
}
.pagerun-card[data-v-78fd17de] {
  position: relative;
  padding-bottom: 10px;
  min-height: 150px;
  background-color: var(--v-cardBg-base) !important;
  color: black;
  border-radius: 10px;
  border: 1.5px solid var(--v-grayColor-base);
}
.pagerun-card .open-button[data-v-78fd17de] {
  padding: 10px 13px !important;
}
.pagerun-card .open-button span[data-v-78fd17de] {
  font-size: 0.78rem;
  font-weight: bold;
}
.pagerun-card .open-button i[data-v-78fd17de] {
  font-size: 0.8rem;
}
.pagerun-card .open-button img[data-v-78fd17de] {
  width: 14px;
  height: auto;
}
.pagerun-card .guard-card-dot[data-v-78fd17de] {
  cursor: pointer;
}
.pagerun-card .checked-box[data-v-78fd17de] {
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--v-grayColor-base);
  z-index: 1;
}
.pagerun-card .pagerun-type[data-v-78fd17de] {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  color: var(--v-mainColor-base);
  background: var(--v-gray15Color-base);
}
.pagerun-card .note-button[data-v-78fd17de] {
  color: #209cee;
  cursor: pointer;
}
.pagerun-card .note-icon[data-v-78fd17de] {
  font-size: 1rem;
  cursor: pointer;
  color: #209cee;
}
.pagerun-card .pagerun-note[data-v-78fd17de] {
  color: #209cee;
}
.pagerun-card .guard-status-box[data-v-78fd17de] {
  border-radius: 5px;
  padding: 25px 0px 25px 35px;
  overflow: hidden;
}
.pagerun-card .guard-status-box i[data-v-78fd17de] {
  font-size: 20px;
}
.pagerun-card .guard-status-box .texts[data-v-78fd17de] {
  margin-left: 15px;
}
.pagerun-card .guard-status-box .texts .title-label[data-v-78fd17de] {
  font-size: 15px;
  font-weight: 800;
}
.pagerun-card .guard-status-box .texts .explain[data-v-78fd17de] {
  color: var(--v-gray2Color-base);
  font-size: 13px;
  margin-top: 5px;
}
.pagerun-card .change-needed[data-v-78fd17de] {
  position: relative;
  background: var(--v-red1Color-base);
}
.pagerun-card .change-needed[data-v-78fd17de]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--v-red2Color-base);
}
.pagerun-card .change-needed i[data-v-78fd17de],
.pagerun-card .change-needed .title-label[data-v-78fd17de] {
  color: var(--v-red2Color-base);
}
.pagerun-card .all-good[data-v-78fd17de] {
  background: var(--v-green4Color-base);
}
.pagerun-card .all-good[data-v-78fd17de]::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: var(--v-green5Color-base);
}
.pagerun-card .all-good i[data-v-78fd17de],
.pagerun-card .all-good .title-label[data-v-78fd17de] {
  color: var(--v-green5Color-base);
}
.pagerun-card footer .pagerun-card-button[data-v-78fd17de] {
  background: #fffaf2;
  border: 1px solid #ffebcc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
}
.pagerun-card footer .pagerun-card-button span[data-v-78fd17de] {
  margin-left: 5px;
  color: #62605d;
  font-weight: bold;
  font-size: 0.75rem;
}
.pagerun-card footer .pagerun-card-button i.material-icons[data-v-78fd17de] {
  font-size: 0.8rem;
  color: #ff9b00;
}
.pagerun-card footer .very-bottom[data-v-78fd17de] {
  display: flex;
  justify-content: space-between;
}
.pagerun-card footer .very-bottom .rerun-button[data-v-78fd17de] {
  border: 0.8px solid var(--v-grayColor-base) !important;
  text-transform: none;
  color: var(--v-gray2Color-base);
}
.pagerun-card footer .very-bottom .rerun-button span[data-v-78fd17de] {
  font-size: 10px;
}
.pagerun-card .calc-spinner[data-v-78fd17de] {
  margin: 5px auto 0px auto;
}
.no-run-placeholder[data-v-78fd17de] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.no-run-placeholder .img-wrapper[data-v-78fd17de] {
  padding: 20px;
  background: #f3f4fa;
}
.no-run-placeholder .img-wrapper img[data-v-78fd17de] {
  width: 25vw;
}
.no-run-placeholder .title-part[data-v-78fd17de] {
  font-size: 1.3rem;
  line-height: 110%;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.no-run-placeholder .desc-part[data-v-78fd17de] {
  max-width: 500px;
  margin-top: 20px;
  font-size: 0.95rem;
  line-height: 120%;
  color: var(--v-mainColor-base);
}.custom-stack-chart[data-v-6fe726e7] {
  display: block;
}
.custom-stack-chart .bar-layer[data-v-6fe726e7] {
  display: grid;
  grid-auto-flow: column;
  position: relative;
  height: 13px;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(1) {
  background: #FF1F2D;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(2) {
  background: #FF6266;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(3) {
  background: #FF8F91;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(4) {
  background: #22DC7C;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(5) {
  background: #00CD49;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(6) {
  background: #22DC7C;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(7) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(8) {
  background: #FFB95A;
}
.custom-stack-chart .bar-layer div[data-v-6fe726e7]:nth-child(9) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer .point[data-v-6fe726e7] {
  background: var(--v-whiteColor-base);
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-stack-chart .bar-layer .point[data-v-6fe726e7]:hover {
  background-color: yellow;
}
.custom-stack-chart .bar-layer .under-point:hover ~ .under-point-tooltip[data-v-6fe726e7],
.custom-stack-chart .bar-layer .point-tooltip[data-v-6fe726e7]:hover {
  display: block;
}
.custom-stack-chart .bar-layer .over-point:hover ~ .over-point-tooltip[data-v-6fe726e7],
.custom-stack-chart .bar-layer .point-tooltip[data-v-6fe726e7]:hover {
  display: block;
}
.custom-stack-chart .bar-layer .point-tooltip[data-v-6fe726e7] {
  position: absolute;
  display: none;
  background: var(--v-cardBg-base);
  border: 1px solid rgb(192, 192, 192);
  border-radius: 5px;
  padding: 10px;
  min-width: 300px;
  top: 70%;
  z-index: 50;
}
.custom-stack-chart .label-layer[data-v-6fe726e7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  color: var(--v-mainColor-base);
  min-height: 16px;
}
.custom-stack-chart .label-layer div[data-v-6fe726e7] {
  font-size: 0.6rem;
}
.custom-stack-chart .label-layer div[data-v-6fe726e7]:nth-child(1) {
  text-align: left;
}
.custom-stack-chart .label-layer div[data-v-6fe726e7]:nth-child(2) {
  text-align: right;
}
.custom-stack-chart .label-layer .point-label[data-v-6fe726e7] {
  position: absolute;
  transform: translateX(-50%);
}.custom-stack-chart[data-v-9fe12f7d] {
  display: block;
}
.custom-stack-chart .bar-layer-over[data-v-9fe12f7d] {
  display: grid;
  grid-auto-flow: column;
  position: relative;
  height: 13px;
}
.custom-stack-chart .bar-layer-over div[data-v-9fe12f7d]:nth-child(1) {
  background: #00CD49;
}
.custom-stack-chart .bar-layer-over div[data-v-9fe12f7d]:nth-child(2) {
  background: #22DC7C;
}
.custom-stack-chart .bar-layer-over div[data-v-9fe12f7d]:nth-child(3) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer-over div[data-v-9fe12f7d]:nth-child(4) {
  background: #FFB95A;
}
.custom-stack-chart .bar-layer-over div[data-v-9fe12f7d]:nth-child(5) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer-under[data-v-9fe12f7d] {
  display: grid;
  grid-auto-flow: column;
  position: relative;
  height: 13px;
}
.custom-stack-chart .bar-layer-under div[data-v-9fe12f7d]:nth-child(1) {
  background: #00CD49;
}
.custom-stack-chart .bar-layer-under div[data-v-9fe12f7d]:nth-child(2) {
  background: #22DC7C;
}
.custom-stack-chart .bar-layer-under div[data-v-9fe12f7d]:nth-child(3) {
  background: #FF8F91;
}
.custom-stack-chart .bar-layer-under div[data-v-9fe12f7d]:nth-child(4) {
  background: #FF6266;
}
.custom-stack-chart .bar-layer-under div[data-v-9fe12f7d]:nth-child(5) {
  background: #FF1F2D;
}
.custom-stack-chart .point[data-v-9fe12f7d] {
  background: var(--v-whiteColor-base);
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-stack-chart .point[data-v-9fe12f7d]:hover {
  background-color: yellow;
}
.custom-stack-chart .under-point:hover ~ .under-point-tooltip[data-v-9fe12f7d],
.custom-stack-chart .point-tooltip[data-v-9fe12f7d]:hover {
  display: block;
}
.custom-stack-chart .over-point:hover ~ .over-point-tooltip[data-v-9fe12f7d],
.custom-stack-chart .point-tooltip[data-v-9fe12f7d]:hover {
  display: block;
}
.custom-stack-chart .point-tooltip[data-v-9fe12f7d] {
  position: absolute;
  display: none;
  background: var(--v-cardBg-base);
  border: 1px solid rgb(192, 192, 192);
  border-radius: 5px;
  padding: 10px;
  min-width: 300px;
  top: 70%;
  z-index: 50;
}
.custom-stack-chart .label-layer[data-v-9fe12f7d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  color: var(--v-mainColor-base);
  min-height: 16px;
}
.custom-stack-chart .label-layer div[data-v-9fe12f7d] {
  font-size: 0.6rem;
}
.custom-stack-chart .label-layer div[data-v-9fe12f7d]:nth-child(1) {
  text-align: left;
}
.custom-stack-chart .label-layer div[data-v-9fe12f7d]:nth-child(2) {
  text-align: right;
}
.custom-stack-chart .label-layer .point-label[data-v-9fe12f7d] {
  position: absolute;
  transform: translateX(-50%);
}.word-count-color-chart[data-v-b07b50ff] {
  display: block;
}
.word-count-color-chart .bar-layer[data-v-b07b50ff] {
  display: grid;
  grid-auto-flow: column;
  position: relative;
  height: 13px;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(1),
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(11) {
  background: #FF6266;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(2),
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(10) {
  background: #FF8F91;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(3),
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(9) {
  background: #FF9B2D;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(4),
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(8) {
  background: #FF9B2D;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(5),
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(7) {
  background: #22DC7C;
}
.word-count-color-chart .bar-layer div[data-v-b07b50ff]:nth-child(6) {
  background: #00CD49;
}
.word-count-color-chart .bar-layer .point[data-v-b07b50ff] {
  background: var(--v-whiteColor-base);
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.word-count-color-chart .bar-layer .point[data-v-b07b50ff]:hover {
  background-color: yellow;
}
.word-count-color-chart .bar-layer .under-point:hover ~ .under-point-tooltip[data-v-b07b50ff],
.word-count-color-chart .bar-layer .point-tooltip[data-v-b07b50ff]:hover {
  display: block;
}
.word-count-color-chart .bar-layer .over-point:hover ~ .over-point-tooltip[data-v-b07b50ff],
.word-count-color-chart .bar-layer .point-tooltip[data-v-b07b50ff]:hover {
  display: block;
}
.word-count-color-chart .bar-layer .me-point:hover ~ .me-point-tooltip[data-v-b07b50ff],
.word-count-color-chart .bar-layer .point-tooltip[data-v-b07b50ff]:hover {
  display: block;
}
.word-count-color-chart .bar-layer .target-point:hover ~ .target-point-tooltip[data-v-b07b50ff],
.word-count-color-chart .bar-layer .point-tooltip[data-v-b07b50ff]:hover {
  display: block;
}
.word-count-color-chart .bar-layer .point-tooltip[data-v-b07b50ff] {
  position: absolute;
  display: none;
  background: var(--v-cardBg-base);
  border: 1px solid rgb(192, 192, 192);
  border-radius: 5px;
  padding: 10px;
  min-width: 300px;
  top: 70%;
  z-index: 50;
}
.word-count-color-chart .label-layer[data-v-b07b50ff] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  color: #666;
  min-height: 16px;
}
.word-count-color-chart .label-layer div[data-v-b07b50ff]:nth-child(1) {
  text-align: left;
  font-size: 0.55rem;
}
.word-count-color-chart .label-layer div[data-v-b07b50ff]:nth-child(2) {
  text-align: right;
  font-size: 0.55rem;
}
.word-count-color-chart .label-layer .point-label[data-v-b07b50ff] {
  position: absolute;
  transform: translateX(-50%);
  font-size: 0.55rem;
  font-weight: 700;
}.custom-stack-chart[data-v-b212b1ea] {
  display: block;
}
.custom-stack-chart .bar-layer[data-v-b212b1ea] {
  display: grid;
  grid-auto-flow: column;
  position: relative;
  height: 15px;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(1) {
  background: #FF1F2D;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(2) {
  background: #FF6266;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(3) {
  background: #FF8F91;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(4) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(5) {
  background: #FFB95A;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(6) {
  background: #FF9B2D;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(7) {
  background: #22DC7C;
}
.custom-stack-chart .bar-layer div[data-v-b212b1ea]:nth-child(8) {
  background: #00CD49;
}
.custom-stack-chart .bar-layer .point[data-v-b212b1ea] {
  background: var(--v-whiteColor-base);
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-stack-chart .bar-layer .point[data-v-b212b1ea]:hover {
  background-color: yellow;
}
.custom-stack-chart .bar-layer .under-point:hover ~ .under-point-tooltip[data-v-b212b1ea],
.custom-stack-chart .bar-layer .point-tooltip[data-v-b212b1ea]:hover {
  display: block;
}
.custom-stack-chart .bar-layer .over-point:hover ~ .over-point-tooltip[data-v-b212b1ea],
.custom-stack-chart .bar-layer .point-tooltip[data-v-b212b1ea]:hover {
  display: block;
}
.custom-stack-chart .bar-layer .point-tooltip[data-v-b212b1ea] {
  position: absolute;
  display: none;
  background: var(--v-cardBg-base);
  border: 1px solid rgb(192, 192, 192);
  border-radius: 5px;
  padding: 10px;
  min-width: 300px;
  top: 70%;
  z-index: 50;
}
.custom-stack-chart .label-layer[data-v-b212b1ea] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  color: var(--v-mainColor-base);
  min-height: 16px;
}
.custom-stack-chart .label-layer div[data-v-b212b1ea] {
  font-size: 0.6rem;
}
.custom-stack-chart .label-layer div[data-v-b212b1ea]:nth-child(1) {
  text-align: left;
}
.custom-stack-chart .label-layer div[data-v-b212b1ea]:nth-child(2) {
  text-align: right;
}
.custom-stack-chart .label-layer .point-label[data-v-b212b1ea] {
  position: absolute;
  color: var(--v-mainColor-base);
  transform: translateX(-50%);
}.label-section[data-v-428acc79] {
  color: var(--v-darkGrayColor-base);
  font-weight: bold;
}
.label-section span[data-v-428acc79] {
  color: var(--v-mainColor-base);
}
.very-big-section-label[data-v-428acc79] {
  font-size: 23px;
  font-weight: bold;
  color: var(--v-mainColor-base);
}
.main-keyword-tag[data-v-428acc79] {
  background: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  font-size: 16px;
  font-weight: bold;
  color: var(--v-profileAnchorColor-base);
  display: inline-block;
  margin: 3px 3px 3px 0px;
  border-radius: 5px;
  padding: 5px 8px;
  box-sizing: border-box;
}
.main-keyword-tag[data-v-428acc79]:hover {
  cursor: pointer;
}
.target-url-link a[data-v-428acc79] {
  color: var(--v-link1Color-base);
  font-weight: bold;
}
.download-checklist-button[data-v-428acc79] {
  color: var(--v-profileAnchorColor-base);
  display: flex;
  align-items: center;
}
.download-checklist-button i[data-v-428acc79] {
  font-size: 14px;
  margin-right: 7px;
}
.download-checklist-button span[data-v-428acc79] {
  font-weight: bold;
}
.score-section[data-v-428acc79] {
  border-top: 1px solid var(--v-gray8Color-base);
  border-bottom: 1px solid var(--v-gray8Color-base);
  padding: 25px 0;
  margin: 35px 0;
}

/* .separtor {
  height: 1px;
  background: var(--v-gray8Color-base);
  margin: 40px 0 30px 0;
} */
.score-box-in-left[data-v-428acc79] {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.score-box-in-left .explain[data-v-428acc79] {
  margin-left: 25px;
  flex-grow: 1;
  font-weight: bold;
  color: var(--v-darkGrayColor-base);
}
.big-section-label[data-v-428acc79] {
  font-size: 20px;
  font-weight: bold;
  color: var(--v-mainColor-base);
  display: flex;
  align-items: center;
}
.big-section-label i[data-v-428acc79] {
  font-size: 16px;
  margin-left: 10px;
  color: var(--v-mainColor-base);
}
.competitors-tab[data-v-428acc79] {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--v-gray8Color-base);
  gap: 25px;
}
.competitors-tab > div[data-v-428acc79] {
  padding: 7px 0;
  height: 100%;
}
.competitors-tab > div.is-active[data-v-428acc79] {
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
}
.page-score[data-v-428acc79] {
  font-size: 1.2em !important;
}
.page-score-pass[data-v-428acc79] {
  background-color: lightgreen;
}
.page-score-fail[data-v-428acc79] {
  background-color: red;
}
.under-optimized[data-v-428acc79] {
  background-color: #f0c291;
}
.over-optimized[data-v-428acc79] {
  background-color: #cf8c8e;
}
.is-centered-table[data-v-428acc79] {
  margin-left: auto;
  margin-right: auto;
}
.row-height[data-v-428acc79] {
  min-height: 200px !important;
}
.chart-height[data-v-428acc79] {
  height: 350px;
}
.full-height[data-v-428acc79] {
  height: 100%;
}
.score-chart-box[data-v-428acc79] {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  align-items: center;
  word-wrap: wrap;
}
.score-chart-box .score-number[data-v-428acc79] {
  font-size: 1.1rem;
  font-weight: bold;
}
.score-chart-box .labels[data-v-428acc79] {
  margin-left: 10px;
}
.score-chart-box .labels .score-label[data-v-428acc79] {
  color: #555555;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: left;
}
.score-chart-box .labels .score-explain[data-v-428acc79] {
  color: #555555;
  font-size: 0.7rem;
  word-break: break-word;
}
.toggle-focus-or-normal-chart[data-v-428acc79] {
  font-size: 0.6rem;
  color: #2fa0eb;
  cursor: pointer;
}
.is-faded-red-bg[data-v-428acc79] {
  background-color: rgb(255, 115, 115);
  color: white;
}
.columns-2-responsive-tablet[data-v-428acc79] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
.columns-2-responsive-tablet[data-v-428acc79] {
    grid-template-columns: 1fr;
}
}
.copy-clipboard-button[data-v-428acc79] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 5px;
  padding: 4px 5px;
  font-size: 12px;
  color: var(--v-mainColor-base);
}.search-input[data-v-d8003c8f] {
  width: 50% !important;
}
.recommendations[data-v-d8003c8f] {
  max-width: 400px;
}
.custom-tabs[data-v-d8003c8f] {
  border: 1px solid var(--v-gray12Color-base);
  border-radius: 9px;
  margin-bottom: 30px;
  display: flex;
}
.custom-tabs > div[data-v-d8003c8f] {
  cursor: pointer;
  padding: 10px 20px;
  color: var(--v-mainColor-base);
}
.custom-tabs > div[data-v-d8003c8f]:not(:last-child) {
  border-right: 1px solid var(--v-gray12Color-base);
}
.custom-tabs > div[data-v-d8003c8f]:has(+ .active) {
  border-right: none;
}
.custom-tabs > div.active[data-v-d8003c8f] {
  background: var(--v-gray13Color-base);
  border-radius: 9px;
  border-right: 1px solid var(--v-gray12Color-base);
  border-left: 1px solid var(--v-gray12Color-base);
  font-weight: bold;
}
@media screen and (max-width: 700px) {
.custom-tabs[data-v-d8003c8f] {
    width: 100%;
    flex-direction: column;
}
.custom-tabs > div[data-v-d8003c8f]:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--v-gray12Color-base);
}
.custom-tabs > div[data-v-d8003c8f]:has(+ .active) {
    border-bottom: none;
}
.custom-tabs > div.active[data-v-d8003c8f] {
    background: var(--v-gray13Color-base);
    border-radius: 9px;
    border-bottom: 1px solid var(--v-gray12Color-base);
    border-top: 1px solid var(--v-gray12Color-base);
    font-weight: bold;
}
}
.table-explain-label[data-v-d8003c8f] {
  font-size: 15px;
}.checklist-table[data-v-8fcdbec9] {
  width: 100%;
}
.checklist-table span.material-icons[data-v-8fcdbec9] {
  font-size: 0.95rem;
  cursor: pointer;
}
.checklist-table thead tr th[data-v-8fcdbec9] {
  background: var(--v-pink1Color-base);
  color: var(--v-mainColor-base);
  padding: 10px;
  font-weight: 700;
}
.checklist-table thead tr th[data-v-8fcdbec9]:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.checklist-table thead tr th[data-v-8fcdbec9]:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.checklist-table tbody td[data-v-8fcdbec9] {
  padding: 10px;
  color: var(--v-mainColor-base);
}
.checklist-table tbody tr:nth-child(even) td[data-v-8fcdbec9] {
  background: var(--v-pink1Color-base);
}
.check-mark[data-v-8fcdbec9] {
  font-size: 0.8rem;
}
.checklist-item[data-v-8fcdbec9] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.empty-list-msg[data-v-8fcdbec9] {
  color: #00cd3b;
}
.note-button[data-v-8fcdbec9] {
  background: var(--v-lightYellowColor-base);
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.note-button span[data-v-8fcdbec9] {
  font-size: 1.7rem;
  color: var(--v-profileAnchorColor-base);
}
.custom-small-tooltip[data-v-8fcdbec9]:hover::before {
  min-width: 15rem;
}.section-title[data-v-bf5d46f3] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-bf5d46f3] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-bf5d46f3] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-bf5d46f3]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-bf5d46f3] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-bf5d46f3] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-bf5d46f3] {
    display: block;
}
.top-section > div[data-v-bf5d46f3] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-bf5d46f3] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-bf5d46f3] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-bf5d46f3] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-bf5d46f3] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-bf5d46f3] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-bf5d46f3] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-bf5d46f3] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-bf5d46f3] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-bf5d46f3] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-bf5d46f3] {
  font-size: 0.9rem;
}
span.icon[data-v-bf5d46f3] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-bf5d46f3] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-bf5d46f3] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-bf5d46f3]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-bf5d46f3] {
  padding-left: 0;
}
.competitor-titles ul[data-v-bf5d46f3] {
  padding-left: 0;
}
.competitor-titles li[data-v-bf5d46f3] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-bf5d46f3] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-bf5d46f3] {
  width: 100%;
}
.competitor-titles table thead th[data-v-bf5d46f3] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-bf5d46f3] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-bf5d46f3]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-bf5d46f3] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-bf5d46f3]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-bf5d46f3] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-bf5d46f3]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-bf5d46f3] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-bf5d46f3]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-bf5d46f3] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-bf5d46f3]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-bf5d46f3] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-bf5d46f3]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-bf5d46f3] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-bf5d46f3] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-bf5d46f3] {
  padding-left: 0;
}
.related-question ul[data-v-bf5d46f3] {
  padding-left: 0;
}
.related-question li[data-v-bf5d46f3] {
  padding: 7px 0px;
}
.related-question li a[data-v-bf5d46f3] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-bf5d46f3] {
  padding-left: 0;
}
.competitor-headings ul[data-v-bf5d46f3] {
  padding-left: 0;
}
.competitor-headings li[data-v-bf5d46f3] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-bf5d46f3] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-bf5d46f3] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-bf5d46f3] {
  background-color: transparent;
}
.show-hide-link[data-v-bf5d46f3] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-bf5d46f3] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-bf5d46f3] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-bf5d46f3] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-bf5d46f3] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-bf5d46f3] {
  position: relative;
}
.question-toggle[data-v-bf5d46f3] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-bf5d46f3] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-bf5d46f3] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-bf5d46f3] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-bf5d46f3] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-bf5d46f3] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-bf5d46f3] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-bf5d46f3] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-bf5d46f3] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-bf5d46f3] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-bf5d46f3] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-bf5d46f3] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-bf5d46f3] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-bf5d46f3], .disp-note-btn span[data-v-bf5d46f3] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-bf5d46f3] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-bf5d46f3] {
  margin-right: 20px;
}
.cb-remove-button[data-v-bf5d46f3] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-bf5d46f3] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-bf5d46f3] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-bf5d46f3] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-bf5d46f3] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-bf5d46f3] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-bf5d46f3] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-bf5d46f3] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-bf5d46f3] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-bf5d46f3], .show-as-mobileview .term-range-size *[data-v-bf5d46f3] {
  font-size: 11px;
}
.h2_3-item[data-v-bf5d46f3] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-bf5d46f3] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-bf5d46f3], .h3-mark[data-v-bf5d46f3] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-bf5d46f3] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-bf5d46f3] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-bf5d46f3], .v-application.theme--dark .h3-mark[data-v-bf5d46f3] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-bf5d46f3] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-bf5d46f3] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-bf5d46f3]:focus-visible {
  outline: none;
}
.text-center[data-v-bf5d46f3] {
  text-align: center;
}
.text-right[data-v-bf5d46f3] {
  text-align: right;
}
.btn-custom-height[data-v-bf5d46f3] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-bf5d46f3] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-bf5d46f3] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-bf5d46f3] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-bf5d46f3] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-bf5d46f3] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}.section-title[data-v-c3787d0a] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-c3787d0a] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-c3787d0a] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-c3787d0a]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-c3787d0a] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-c3787d0a] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-c3787d0a] {
    display: block;
}
.top-section > div[data-v-c3787d0a] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-c3787d0a] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-c3787d0a] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-c3787d0a] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-c3787d0a] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-c3787d0a] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-c3787d0a] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-c3787d0a] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-c3787d0a] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-c3787d0a] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-c3787d0a] {
  font-size: 0.9rem;
}
span.icon[data-v-c3787d0a] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-c3787d0a] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-c3787d0a] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-c3787d0a]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-c3787d0a] {
  padding-left: 0;
}
.competitor-titles ul[data-v-c3787d0a] {
  padding-left: 0;
}
.competitor-titles li[data-v-c3787d0a] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-c3787d0a] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-c3787d0a] {
  width: 100%;
}
.competitor-titles table thead th[data-v-c3787d0a] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-c3787d0a] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-c3787d0a]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-c3787d0a] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-c3787d0a]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-c3787d0a] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-c3787d0a]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-c3787d0a] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-c3787d0a]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-c3787d0a] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-c3787d0a]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-c3787d0a] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-c3787d0a]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-c3787d0a] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-c3787d0a] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-c3787d0a] {
  padding-left: 0;
}
.related-question ul[data-v-c3787d0a] {
  padding-left: 0;
}
.related-question li[data-v-c3787d0a] {
  padding: 7px 0px;
}
.related-question li a[data-v-c3787d0a] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-c3787d0a] {
  padding-left: 0;
}
.competitor-headings ul[data-v-c3787d0a] {
  padding-left: 0;
}
.competitor-headings li[data-v-c3787d0a] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-c3787d0a] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-c3787d0a] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-c3787d0a] {
  background-color: transparent;
}
.show-hide-link[data-v-c3787d0a] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-c3787d0a] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-c3787d0a] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-c3787d0a] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-c3787d0a] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-c3787d0a] {
  position: relative;
}
.question-toggle[data-v-c3787d0a] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-c3787d0a] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-c3787d0a] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-c3787d0a] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-c3787d0a] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-c3787d0a] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-c3787d0a] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-c3787d0a] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-c3787d0a] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-c3787d0a] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-c3787d0a] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-c3787d0a] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-c3787d0a] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-c3787d0a], .disp-note-btn span[data-v-c3787d0a] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-c3787d0a] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-c3787d0a] {
  margin-right: 20px;
}
.cb-remove-button[data-v-c3787d0a] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-c3787d0a] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-c3787d0a] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-c3787d0a] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-c3787d0a] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-c3787d0a] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-c3787d0a] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-c3787d0a] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-c3787d0a] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-c3787d0a], .show-as-mobileview .term-range-size *[data-v-c3787d0a] {
  font-size: 11px;
}
.h2_3-item[data-v-c3787d0a] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-c3787d0a] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-c3787d0a], .h3-mark[data-v-c3787d0a] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-c3787d0a] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-c3787d0a] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-c3787d0a], .v-application.theme--dark .h3-mark[data-v-c3787d0a] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-c3787d0a] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-c3787d0a] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-c3787d0a]:focus-visible {
  outline: none;
}
.text-center[data-v-c3787d0a] {
  text-align: center;
}
.text-right[data-v-c3787d0a] {
  text-align: right;
}
.btn-custom-height[data-v-c3787d0a] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-c3787d0a] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-c3787d0a] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-c3787d0a] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-c3787d0a] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-c3787d0a] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.copy-to-clipboard-button[data-v-c3787d0a] {
  width: 12px;
  margin-right: 0.3rem;
  cursor: pointer;
}
.font-large[data-v-c3787d0a] {
  font-size: 20px;
  font-weight: bold;
}
.font-bold[data-v-c3787d0a] {
  font-weight: bold;
}
.report-card-dot[data-v-c3787d0a] {
  float: right;
}
.my-notes-btn[data-v-c3787d0a] {
  display: inline-flex;
  align-items: center;
  color: var(--v-profileAnchorColor-base);
}
.my-notes-btn i[data-v-c3787d0a] {
  font-size: 12px;
  margin-right: 5px;
}
.show-hide-link[data-v-c3787d0a] {
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.stoplights-box[data-v-c3787d0a] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  background: lightgray;
}
.section-count-disp[data-v-c3787d0a] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-count-disp *[data-v-c3787d0a] {
  color: var(--v-darkGrayColor-base);
}
.section-count-disp .section-count-number[data-v-c3787d0a] {
  font-size: 14px;
  font-weight: bold;
  color: var(--v-mainColor-base);
}
.section-state-box[data-v-c3787d0a] {
  padding: 5px 10px 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 10px;
  position: relative;
}
.section-state-box[data-v-c3787d0a]::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.section-state-box.underoptimize-2[data-v-c3787d0a] {
  background: var(--v-red4Color-base);
  color: var(--v-red3Color-base);
}
.section-state-box.underoptimize-2[data-v-c3787d0a]::before {
  background: var(--v-red3Color-base);
}
.section-state-box.underoptimize-1[data-v-c3787d0a] {
  background: var(--v-yellow3Color-base);
  color: var(--v-yellow4Color-base);
}
.section-state-box.underoptimize-1[data-v-c3787d0a]::before {
  background: var(--v-yellow4Color-base);
}
.section-state-box.optimized[data-v-c3787d0a] {
  background: var(--v-green6Color-base);
  color: var(--v-green7Color-base);
}
.section-state-box.optimized[data-v-c3787d0a]::before {
  background: var(--v-green7Color-base);
}.section-title[data-v-0a804630] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-0a804630] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-0a804630] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-0a804630]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-0a804630] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-0a804630] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-0a804630] {
    display: block;
}
.top-section > div[data-v-0a804630] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-0a804630] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-0a804630] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-0a804630] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-0a804630] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-0a804630] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-0a804630] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-0a804630] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-0a804630] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-0a804630] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-0a804630] {
  font-size: 0.9rem;
}
span.icon[data-v-0a804630] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-0a804630] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-0a804630] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-0a804630]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-0a804630] {
  padding-left: 0;
}
.competitor-titles ul[data-v-0a804630] {
  padding-left: 0;
}
.competitor-titles li[data-v-0a804630] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-0a804630] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-0a804630] {
  width: 100%;
}
.competitor-titles table thead th[data-v-0a804630] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-0a804630] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-0a804630]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-0a804630] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-0a804630]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-0a804630] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-0a804630]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-0a804630] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-0a804630]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-0a804630] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-0a804630]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-0a804630] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-0a804630]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-0a804630] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-0a804630] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-0a804630] {
  padding-left: 0;
}
.related-question ul[data-v-0a804630] {
  padding-left: 0;
}
.related-question li[data-v-0a804630] {
  padding: 7px 0px;
}
.related-question li a[data-v-0a804630] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-0a804630] {
  padding-left: 0;
}
.competitor-headings ul[data-v-0a804630] {
  padding-left: 0;
}
.competitor-headings li[data-v-0a804630] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-0a804630] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-0a804630] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-0a804630] {
  background-color: transparent;
}
.show-hide-link[data-v-0a804630] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-0a804630] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-0a804630] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-0a804630] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-0a804630] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-0a804630] {
  position: relative;
}
.question-toggle[data-v-0a804630] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-0a804630] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-0a804630] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-0a804630] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-0a804630] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-0a804630] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-0a804630] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-0a804630] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-0a804630] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-0a804630] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-0a804630] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-0a804630] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-0a804630] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-0a804630], .disp-note-btn span[data-v-0a804630] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-0a804630] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-0a804630] {
  margin-right: 20px;
}
.cb-remove-button[data-v-0a804630] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-0a804630] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-0a804630] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-0a804630] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-0a804630] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-0a804630] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-0a804630] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-0a804630] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-0a804630] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-0a804630], .show-as-mobileview .term-range-size *[data-v-0a804630] {
  font-size: 11px;
}
.h2_3-item[data-v-0a804630] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-0a804630] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-0a804630], .h3-mark[data-v-0a804630] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-0a804630] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-0a804630] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-0a804630], .v-application.theme--dark .h3-mark[data-v-0a804630] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-0a804630] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-0a804630] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-0a804630]:focus-visible {
  outline: none;
}
.text-center[data-v-0a804630] {
  text-align: center;
}
.text-right[data-v-0a804630] {
  text-align: right;
}
.btn-custom-height[data-v-0a804630] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-0a804630] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-0a804630] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-0a804630] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-0a804630] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-0a804630] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.container-full-width[data-v-0a804630] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: -webkit-fill-available;
}
.left-column[data-v-0a804630] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card[data-v-0a804630] {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.left-column .card[data-v-0a804630],
.right-column .card[data-v-0a804630] {
  width: 100%;
}.section-title[data-v-f734aa1a] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-f734aa1a] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-f734aa1a] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-f734aa1a]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-f734aa1a] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-f734aa1a] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-f734aa1a] {
    display: block;
}
.top-section > div[data-v-f734aa1a] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-f734aa1a] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-f734aa1a] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-f734aa1a] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-f734aa1a] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-f734aa1a] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-f734aa1a] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-f734aa1a] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-f734aa1a] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-f734aa1a] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-f734aa1a] {
  font-size: 0.9rem;
}
span.icon[data-v-f734aa1a] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-f734aa1a] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-f734aa1a] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-f734aa1a]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-f734aa1a] {
  padding-left: 0;
}
.competitor-titles ul[data-v-f734aa1a] {
  padding-left: 0;
}
.competitor-titles li[data-v-f734aa1a] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-f734aa1a] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-f734aa1a] {
  width: 100%;
}
.competitor-titles table thead th[data-v-f734aa1a] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-f734aa1a] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-f734aa1a]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-f734aa1a] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-f734aa1a]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-f734aa1a] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-f734aa1a]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-f734aa1a] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-f734aa1a]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-f734aa1a] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-f734aa1a]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-f734aa1a] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-f734aa1a]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-f734aa1a] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-f734aa1a] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-f734aa1a] {
  padding-left: 0;
}
.related-question ul[data-v-f734aa1a] {
  padding-left: 0;
}
.related-question li[data-v-f734aa1a] {
  padding: 7px 0px;
}
.related-question li a[data-v-f734aa1a] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-f734aa1a] {
  padding-left: 0;
}
.competitor-headings ul[data-v-f734aa1a] {
  padding-left: 0;
}
.competitor-headings li[data-v-f734aa1a] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-f734aa1a] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-f734aa1a] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-f734aa1a] {
  background-color: transparent;
}
.show-hide-link[data-v-f734aa1a] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-f734aa1a] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-f734aa1a] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-f734aa1a] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-f734aa1a] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-f734aa1a] {
  position: relative;
}
.question-toggle[data-v-f734aa1a] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-f734aa1a] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-f734aa1a] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-f734aa1a] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-f734aa1a] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-f734aa1a] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-f734aa1a] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-f734aa1a] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-f734aa1a] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-f734aa1a] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-f734aa1a] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-f734aa1a] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-f734aa1a] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-f734aa1a], .disp-note-btn span[data-v-f734aa1a] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-f734aa1a] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-f734aa1a] {
  margin-right: 20px;
}
.cb-remove-button[data-v-f734aa1a] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-f734aa1a] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-f734aa1a] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-f734aa1a] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-f734aa1a] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-f734aa1a] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-f734aa1a] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-f734aa1a] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-f734aa1a] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-f734aa1a], .show-as-mobileview .term-range-size *[data-v-f734aa1a] {
  font-size: 11px;
}
.h2_3-item[data-v-f734aa1a] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-f734aa1a] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-f734aa1a], .h3-mark[data-v-f734aa1a] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-f734aa1a] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-f734aa1a] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-f734aa1a], .v-application.theme--dark .h3-mark[data-v-f734aa1a] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-f734aa1a] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-f734aa1a] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-f734aa1a]:focus-visible {
  outline: none;
}
.text-center[data-v-f734aa1a] {
  text-align: center;
}
.text-right[data-v-f734aa1a] {
  text-align: right;
}
.btn-custom-height[data-v-f734aa1a] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-f734aa1a] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-f734aa1a] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-f734aa1a] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-f734aa1a] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-f734aa1a] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.section-name[data-v-f734aa1a] {
  font-weight: 800;
  font-size: 17px;
  color: var(--v-mainColor-base);
}
.page-structure-table[data-v-f734aa1a] {
  width: 100%;
}
.page-structure-table th[data-v-f734aa1a] {
  padding: 12px 0px;
  color: var(--v-darkGrayColor-base);
}
.page-structure-table td[data-v-f734aa1a] {
  border-top: 1px solid var(--v-gray8Color-base);
  padding: 12px 0px;
  color: var(--v-mainColor-base);
  font-weight: bold;
}
ul.competitor-titles-ul[data-v-f734aa1a] {
  padding-left: 0;
}
li[data-v-f734aa1a] {
  padding: 10px 0px;
  border-bottom: 1px solid var(--v-gray8Color-base);
}
li a[data-v-f734aa1a] {
  font-size: 15px;
  font-weight: bold;
  color: var(--v-link1Color-base);
}.active-tab[data-v-d9dcdee4] {
  background: red;
}.modal-content .accordion-content[data-v-3235d434] {
  background: white;
}
.modal-content .accordion-wrapper[data-v-3235d434] {
  /* min-height: 60vh; */
  max-height: 60vh;
  overflow-y: auto;
  padding: 0;
}
.modal-content .calc-loader[data-v-3235d434] {
  position: absolute;
  right: 40px;
  top: 40px;
}
.signal-explain-ballon[data-v-3235d434] {
  position: absolute;
  box-sizing: border-box;
  z-index: 99;
  background: rgb(228, 228, 228);
  box-shadow: 0px 0px 8px black;
  border-radius: 5px;
  padding: 15px;
  left: 10%;
  width: 80%;
  max-height: 90%;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: auto;
}.tab-line[data-v-4d6e07ed] {
  display: flex;
  border-bottom: 1px solid var(--v-grayColor-base);
}
.tab-line > div[data-v-4d6e07ed] {
  padding: 10px 15px;
}
.tab-line .tab-item[data-v-4d6e07ed] {
  font-weight: 700;
  color: var(--v-mainColor-base);
  cursor: pointer;
}
.tab-line .tab-item.active[data-v-4d6e07ed] {
  color: var(--v-profileAnchorColor-base);
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
}
.type-selection[data-v-4d6e07ed] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.type-selection .type-item[data-v-4d6e07ed] {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 5px;
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.type-selection .type-item .material-icons-outlined[data-v-4d6e07ed] {
  font-size: 1.05rem;
}
.type-selection .type-item.active[data-v-4d6e07ed] {
  border: 1px solid var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
  border-radius: 5px;
  color: var(--v-profileAnchorColor-base);
}
.type-selection .selected-one[data-v-4d6e07ed] {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v-mainColor-base);
}
.type-selection .selected-one .material-icons-outlined[data-v-4d6e07ed] {
  font-size: 1.05rem;
}
.type-selection .compariing-section[data-v-4d6e07ed] {
  border: 1px solid var(--v-mainColor-base);
  border-radius: 10px;
  display: flex;
}
.type-selection .compariing-section > span[data-v-4d6e07ed] {
  padding: 8px 10px;
  color: var(--v-mainColor-base);
}
.type-selection .compariing-section > span[data-v-4d6e07ed]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.type-selection .compariing-section > span[data-v-4d6e07ed]:nth-child(2) {
  color: var(--v-link15Color-base);
}
.variations-disp-control-box[data-v-4d6e07ed] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.variations-disp-control-box > span[data-v-4d6e07ed] {
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  color: var(--v-mainColor-base);
}
table th[data-v-4d6e07ed], table td[data-v-4d6e07ed] {
  padding: 15px 0px 15px 10px;
}
table tr:nth-child(odd) td[data-v-4d6e07ed] {
  background: var(--v-pink1Color-base);
}
.box-item[data-v-4d6e07ed] {
  margin: 20px;
}
.recommendations[data-v-4d6e07ed] {
  max-width: 400px;
  border-right: 1px solid var(--v-profileAnchorColor-base) !important;
  /* border-left: 1px solid #ffe570 !important; */
}
.compare-field[data-v-4d6e07ed] {
  background: rgb(255, 255, 227);
}
.vc-compact[data-v-4d6e07ed] {
  /* background: none; */
  box-shadow: none;
  display: inline-block;
  margin: auto;
  width: auto;
}
.word-count-block[data-v-4d6e07ed] {
  display: inline-flex;
  /* display: flex; */
  background: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  color: var(--v-mainColor-base);
}
.word-count-block > div[data-v-4d6e07ed] {
  padding: 20px;
}
.word-count-block > div[data-v-4d6e07ed]:not(:last-child) {
  border-right: 1px solid var(--v-grayColor-base);
}
.word-count-block .box-number[data-v-4d6e07ed] {
  font-size: 1.1rem;
  font-weight: 700;
}
.word-count-block .box-label[data-v-4d6e07ed] {
  font-size: 1rem;
  font-weight: 700;
}
.word-count-block .small-text *[data-v-4d6e07ed] {
  font-size: 0.7rem;
}
.search-input[data-v-efaee77e] {
  width: 50% !important;
}
.recommendations[data-v-efaee77e] {
  max-width: 400px;
}

.tag__custom[data-v-6a4f60c2] {
  height: auto !important;
  white-space: unset !important;
}
.box-item[data-v-41c4d032] {
  margin: 20px;
}
.recommendations[data-v-41c4d032] {
  max-width: 400px;
}
.is-keyword-noty[data-v-41c4d032] {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.is-variation-noty[data-v-41c4d032] {
  background-color: #FFA264;
  color: rgba(0, 0, 0, 0.7);
}
.view-checklist-history-button[data-v-41c4d032] {
  /* margin-right: 50px; */
  font-weight: bold;
  font-size: 0.85rem;
  color: #209cee;
}
.score-label[data-v-41c4d032] {
  color: var(--v-mainColor-base);
  font-size: 18px;
  font-weight: 700;
  line-height: 106.5%;
}
.score-number[data-v-41c4d032] {
  font-weight: 700;
}
.download-quick-list-btn[data-v-41c4d032] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
}
.download-quick-list-btn img[data-v-41c4d032] {
  width: 14.7px;
  height: auto;
  margin-right: 5px;
}
.download-quick-list-btn span[data-v-41c4d032] {
  color: var(--v-profileAnchorColor-base);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.radio[data-v-41c4d032] {
  color: var(--v-mainColor-base);
}
.word-count-section[data-v-41c4d032] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
}
.word-count-section .by-text[data-v-41c4d032] {
  flex-grow: 2;
}
.word-count-section .by-text .current-label[data-v-41c4d032] {
  font-size: 18px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.word-count-section .by-text .explain[data-v-41c4d032] {
  color: var(--v-mainColor-base);
}
.word-count-section .by-progress[data-v-41c4d032] {
  flex-grow: 1;
}
.word-count-section .by-progress .current-number[data-v-41c4d032] {
  font-size: 25px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.score-strategy-section[data-v-41c4d032] {
  position: relative;
  border: 1px solid #e4e4e4;
  background: white;
  border-radius: 5px;
  /* padding: 15px 10px; */
  box-shadow: 2px 2px 4px #999;
}
.score-strategy-section .strategy-section[data-v-41c4d032] {
  display: grid;
  grid-template-columns: 2fr 5fr;
  column-gap: 50px;
}
.score-strategy-section .strategy-section > div[data-v-41c4d032] {
  padding: 15px 10px;
}
.score-strategy-section .right-area[data-v-41c4d032] {
  position: relative;
}
@media only screen and (max-width: 1100px) {
.score-strategy-section .strategy-section[data-v-41c4d032] {
    grid-template-columns: 1fr;
}
}
.rerun-suggest-overlay[data-v-41c4d032] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: var(--v-grayColor-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.strategy-greyout-overlay[data-v-41c4d032] {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 20px 50px;
}
.strategy-greyout-overlay ul[data-v-41c4d032] {
  list-style-type: circle;
}
.column[data-v-41c4d032] {
  padding: 8px;
}
.strategy-choices label.radio[data-v-41c4d032] {
  margin: 8px 0 8px 0;
}
.strategy-choices label.radio[aria-expanded=true][data-v-41c4d032] {
  font-weight: 700;
}
.strategy-explainer-text[data-v-41c4d032] {
  color: var(--v-mainColor-base);
}
.checklist-area[data-v-41c4d032] {
  position: relative;
}
.disable-checklist-overlay[data-v-41c4d032] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  background: rgba(49, 49, 49, 0.85);
}.action-icon-btn[data-v-814ed605] {
  background: var(--v-lightYellowColor-base);
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
.action-icon-btn > i[data-v-814ed605] {
  color: var(--v-profileAnchorColor-base);
}.tag__custom[data-v-54745e88] {
  height: auto !important;
  white-space: unset !important;
}
.schemas-mainbox[data-v-54745e88] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.schemas-mainbox > div[data-v-54745e88] {
  border: 1px solid var(--v-gray15Color-base);
  border-radius: 10px;
  background: var(--v-whiteColor-base);
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.schemas-mainbox .section-with-bottom[data-v-54745e88] {
  padding: 30px 35px;
  border-bottom: 1px solid var(--v-gray12Color-base);
}
.schemas-mainbox .my-url[data-v-54745e88] {
  margin-top: 20px;
  margin-bottom: 30px;
}
.schemas-mainbox .my-url a[data-v-54745e88] {
  font-size: 25px;
  font-weight: bold;
}
.schemas-mainbox .schemas[data-v-54745e88] {
  margin-top: 20px;
}
.schemas-mainbox .schemas span[data-v-54745e88] {
  color: var(--v-mainColor-base);
  border-radius: 5px;
  border: 1.3px solid var(--v-mainColor-base);
  padding: 3px 7px;
  display: inline-block;
  font-size: 13px;
}
.schemas-mainbox .schemas .green-signal[data-v-54745e88] {
  color: var(--v-green7Color-base);
  border-color: var(--v-green7Color-base);
}
.schemas-type span[data-v-54745e88] {
  color: var(--v-mainColor-base);
  border-radius: 5px;
  border: 1.3px solid var(--v-mainColor-base);
  padding: 3px 7px;
  display: inline-block;
  font-size: 13px;
}
.schemas-type .green-signal[data-v-54745e88] {
  color: var(--v-green7Color-base);
  border-color: var(--v-green7Color-base);
}
table[data-v-54745e88] {
  border-spacing: 20px 35px;
}
table thead td[data-v-54745e88] {
  color: var(--v-darkGrayColor-base);
  font-size: 14px;
  font-weight: 700;
}
table td[data-v-54745e88]:first-child {
  padding-left: 35px;
}
table td[data-v-54745e88]:last-child {
  padding-right: 35px;
}
table td[data-v-54745e88] {
  vertical-align: middle;
  padding: 20px 0;
  font-weight: 600;
  font-size: 13px;
}
table tr td[data-v-54745e88] {
  border-bottom: 1px solid var(--v-gray12Color-base);
}
table .no-brder-bottom[data-v-54745e88] {
  border-bottom: none;
}
table .backgroundColor[data-v-54745e88] {
  background-color: transparent !important;
}
table .no-background-on-hover[data-v-54745e88]:hover {
  background-color: transparent !important;
}
table .custom-cursor[data-v-54745e88] {
  cursor: pointer;
}
.backgroundColor[data-v-54745e88] {
  background-color: transparent !important;
}
.no-background-on-hover[data-v-54745e88]:hover {
  background-color: transparent !important;
}
.custom-cursor[data-v-54745e88] {
  cursor: pointer;
}
.action-icon-btn[data-v-54745e88] {
  background: var(--v-lightYellowColor-base);
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
.action-icon-btn > i[data-v-54745e88] {
  color: var(--v-profileAnchorColor-base);
}
.mainClass[data-v-54745e88] {
  padding: 0 0px 80px 0px;
}
.mainDiv[data-v-54745e88] {
  margin: 0 10px;
}
.competitor-link-custom[data-v-54745e88] {
  color: var(--v-link1Color-base);
  font-weight: 700;
  font-size: 20px;
}
.competitor-link[data-v-54745e88] {
  color: var(--v-link1Color-base);
  font-weight: 700;
  font-size: 14px;
}
.box-title[data-v-54745e88] {
  font-size: 20px;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.tableHead[data-v-54745e88] {
  color: var(--v-mainColor-base);
}.table-pdf-csv-download[data-v-fb31d43e] {
  display: inline-block;
}.box-title[data-v-0991bcaa] {
  font-size: 20px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.target-has-it[data-v-0991bcaa] {
  color: #00cd3b;
}
.target-has-not-it[data-v-0991bcaa] {
  color: rgb(255, 44, 44);
}
.common-signal[data-v-0991bcaa] {
  color: #00cd3b;
}
.signal-element[data-v-0991bcaa] {
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
  background: #E6E9F0;
  color: white;
  margin: 5px;
}
.highlight[data-v-0991bcaa] {
  position: relative;
  border: 1px solid #94d0f6;
  /* transform: scale(1.3); */
  background: var(--v-link7Color-base);
  transition: 0.6s;
}
.is-faded-green-bg[data-v-0991bcaa] {
  background: #62c57d;
  color: white;
}
.is-faded-red-bg[data-v-0991bcaa] {
  background-color: var(--v-red3Color-base);
  color: white;
}
.is-odd-row[data-v-0991bcaa] {
  background-color: #F3F4FA;
}
.table.is-fullwidth tbody tr[data-v-0991bcaa] {
  border-radius: 10px;
  /* Adjust the value to your desired corner radius */
}
.theme--dark .table[data-v-0991bcaa] {
  background-color: transparent;
}
.theme--dark .table .is-odd-row[data-v-0991bcaa] {
  background-color: var(--v-gray10Color-base);
}
.theme--dark .table td[data-v-0991bcaa] {
  border-color: var(--v-gray7Color-base);
}
.theme--dark .table .font-design[data-v-0991bcaa] {
  color: var(--v-blackColor-base);
}
.dotted-text[data-v-0991bcaa] {
  text-decoration: underline dashed;
}
.text-design-present[data-v-0991bcaa] {
  background-color: #D6FBEE;
  color: #25A97A;
  font-weight: 700;
  font-size: 14px;
}
.text-design-absent[data-v-0991bcaa] {
  background-color: #FBE8E8;
  color: #FF3939;
  font-weight: 700;
  font-size: 14px;
}
.font-design[data-v-0991bcaa] {
  color: #014751;
  font-weight: 700;
  font-size: 14px;
}
.font16-design[data-v-0991bcaa] {
  font-size: 16px;
  font-weight: 700;
  color: #014751;
}
.competitor-link-custom[data-v-0991bcaa] {
  color: #138EFF;
  font-weight: 800;
  font-size: 14px;
}
.dashboard-text[data-v-0991bcaa] {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--v-mainColor-base);
  padding-bottom: 16px;
}
.custom-width[data-v-0991bcaa] {
  width: 22px !important;
}
.add-to-color[data-v-0991bcaa] {
  color: #25A97A !important;
  background-color: #D6FBEE;
}.eat-type-selector[data-v-eee932b2] {
  display: inline-flex;
  gap: 15px;
}
.eat-type-selector > div[data-v-eee932b2] {
  padding: 20px;
  min-width: 220px;
  border-radius: 10px;
  border: 0.5px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
  cursor: pointer;
}
.eat-type-selector > div .main-icon[data-v-eee932b2] {
  font-size: 2rem;
  color: var(--v-profileAnchorColor-base);
}
.eat-type-selector > div .type-name[data-v-eee932b2] {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.eat-type-selector > div .signals-present[data-v-eee932b2] {
  margin-top: 5px;
  color: var(--v-mainColor-base);
  font-size: 0.7rem;
  font-weight: 700;
}
.eat-type-selector > div.selected[data-v-eee932b2] {
  border: 2px solid var(--v-profileAnchorColor-base);
}
.eat-data-wrapper[data-v-eee932b2] {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.eat-data-wrapper .one-eat-row[data-v-eee932b2] {
  border-radius: 7.5px;
  border: 0.5px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
  padding: 10px 15px;
}
.eat-data-wrapper .one-eat-row .top-part[data-v-eee932b2] {
  display: flex;
  gap: 10px;
}
.eat-data-wrapper .one-eat-row .top-part .yes-icon[data-v-eee932b2] {
  font-size: 1.6rem;
  color: var(--v-green7Color-base);
}
.eat-data-wrapper .one-eat-row .top-part .no-icon[data-v-eee932b2] {
  font-size: 1.6rem;
  color: var(--v-red3Color-base);
}
.eat-data-wrapper .one-eat-row .top-part .question[data-v-eee932b2] {
  flex-grow: 1;
  font-weight: 700;
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.eat-data-wrapper .one-eat-row .top-part .question .expanded-area[data-v-eee932b2] {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--v-mainColor-base);
  font-weight: 400;
}
.eat-data-wrapper .one-eat-row .top-part .expand[data-v-eee932b2] {
  display: flex;
  align-items: center;
  border: 1.6px solid var(--v-profileAnchorColor-base);
  border-radius: 2px;
  cursor: pointer;
}
.eat-data-wrapper .one-eat-row .top-part .expand span[data-v-eee932b2] {
  font-size: 1.3rem;
  color: var(--v-profileAnchorColor-base);
}
.eat-data-wrapper .show-more-btn[data-v-eee932b2] {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}.eat-tab-selector[data-v-2ad7f038] {
  display: inline-flex;
  border-radius: 5px;
}
.eat-tab-selector > div[data-v-2ad7f038] {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  color: var(--v-mainColor-base);
  cursor: pointer;
}
.eat-tab-selector > div i[data-v-2ad7f038] {
  font-size: 1rem;
}
.eat-tab-selector > div span[data-v-2ad7f038] {
  font-size: 0.8rem;
  font-weight: 500;
}
.eat-tab-selector > div.base[data-v-2ad7f038] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid var(--v-mainColor-base);
  border-top: 1px solid var(--v-mainColor-base);
  border-bottom: 1px solid var(--v-mainColor-base);
}
.eat-tab-selector > div.base.selected[data-v-2ad7f038] {
  border: 1px solid var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
}
.eat-tab-selector > div.next-gen[data-v-2ad7f038] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid var(--v-mainColor-base);
  border-top: 1px solid var(--v-mainColor-base);
  border-bottom: 1px solid var(--v-mainColor-base);
}
.eat-tab-selector > div.next-gen.selected[data-v-2ad7f038] {
  border: 1px solid var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
}
.download-dropdown[data-v-6b347e30] {
  display: flex;
  align-items: center;
}
.download-dropdown img[data-v-6b347e30] {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.download-dropdown span[data-v-6b347e30] {
  color: var(--v-profileAnchorColor-base);
  font-size: 15px;
  font-weight: 700;
}
.title01[data-v-6b347e30] {
  display: flex;
  align-items: center;
}
.title01[data-v-6b347e30], .title01 > span[data-v-6b347e30] {
  font-weight: 700;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  color: var(--v-mainColor-base);
}
.title01 i[data-v-6b347e30] {
  font-size: 14px;
  color: var(--v-mainColor-base);
}
.title02[data-v-6b347e30] {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif;
  color: #333333;
}
.boxList[data-v-6b347e30] {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  overflow: auto;
  height: 300px;
  align-content: flex-start;
}
.fullboxList[data-v-6b347e30] {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px 0px;
  overflow: auto;
  height: 1000px;
}
.boxList > li[data-v-6b347e30] {
  width: 49%;
  padding: 5px;
}
.boxPanel[data-v-6b347e30] {
  position: relative;
  /* height: 100%; */
  padding: 15px;
  color: #fff;
  border: 1px #f7f7f7 solid;
  transition: all ease-in-out 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
.boxPanel[data-v-6b347e30]:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.boxPanel h5[data-v-6b347e30] {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
.boxPanel strong[data-v-6b347e30] {
  font-weight: 600;
  color: #000;
}
.boxPanel .linkAnc[data-v-6b347e30] {
  color: blue;
  font-size: 0.8rem;
}
.boxPanel .linkAnc[data-v-6b347e30]:hover {
  text-decoration: underline !important;
}
.boxPanel .salience[data-v-6b347e30] {
  font-size: 14px;
  margin-top: 5px;
  color: black;
}
.boxPanel .btnLink[data-v-6b347e30] {
  font-size: 0.8rem;
  padding: 8px 20px;
  display: inline-block;
  /* background: #ff5959; */
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 25px;
  overflow: hidden;
}
.boxPanel .btnLink[data-v-6b347e30]:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-top: 35px solid #fff;
  transition: all ease-in-out 0.5s;
}
.bg1[data-v-6b347e30] {
  background-color: #1ee3cf !important;
}
.bg1 .btnLink[data-v-6b347e30] {
  background-color: #19cab8;
}
.bg1 .btnLink[data-v-6b347e30]:before {
  border-top-color: #1ee3cf;
}
.bg1[data-v-6b347e30]:hover {
  background-color: #19cab8 !important;
}
.bg1:hover .btnLink[data-v-6b347e30] {
  background-color: #1ee3cf;
}
.bg1:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #19cab8;
}
.bg2[data-v-6b347e30] {
  background-color: #36c4dc !important;
}
.bg2 .btnLink[data-v-6b347e30] {
  background-color: #107595;
}
.bg2 .btnLink[data-v-6b347e30]:before {
  border-top-color: #36c4dc;
}
.bg2[data-v-6b347e30]:hover {
  background-color: #107595 !important;
}
.bg2:hover .btnLink[data-v-6b347e30] {
  background-color: #36c4dc;
}
.bg2:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #107595;
}
.bg3[data-v-6b347e30] {
  background-color: #7b88ff !important;
}
.bg3 .btnLink[data-v-6b347e30] {
  background-color: #5159a1;
}
.bg3 .btnLink[data-v-6b347e30]:before {
  border-top-color: #7b88ff;
}
.bg3[data-v-6b347e30]:hover {
  background-color: #5159a1 !important;
}
.bg3:hover .btnLink[data-v-6b347e30] {
  background-color: #7b88ff;
}
.bg3:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #5159a1;
}
.bg4[data-v-6b347e30] {
  background-color: #ff6768 !important;
}
.bg4 .btnLink[data-v-6b347e30] {
  background-color: #ff0b55;
}
.bg4 .btnLink[data-v-6b347e30]:before {
  border-top-color: #ff6768;
}
.bg4[data-v-6b347e30]:hover {
  background-color: #ff0b55 !important;
}
.bg4:hover .btnLink[data-v-6b347e30] {
  background-color: #ff6768;
}
.bg4:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #ff0b55;
}
.bg5[data-v-6b347e30] {
  background-color: #45eba5 !important;
}
.bg5 .btnLink[data-v-6b347e30] {
  background-color: #21aba5;
}
.bg5 .btnLink[data-v-6b347e30]:before {
  border-top-color: #45eba5;
}
.bg5[data-v-6b347e30]:hover {
  background-color: #21aba5 !important;
}
.bg5:hover .btnLink[data-v-6b347e30] {
  background-color: #45eba5;
}
.bg5:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #21aba5;
}
.bg6[data-v-6b347e30] {
  background-color: #456173 !important;
}
.bg6 .btnLink[data-v-6b347e30] {
  background-color: #1b3c59;
}
.bg6 .btnLink[data-v-6b347e30]:before {
  border-top-color: #456173;
}
.bg6[data-v-6b347e30]:hover {
  background-color: #1b3c59 !important;
}
.bg6:hover .btnLink[data-v-6b347e30] {
  background-color: #456173;
}
.bg6:hover .btnLink[data-v-6b347e30]:before {
  border-top-color: #1b3c59;
}
.listShow[data-v-6b347e30] {
  display: flex;
  flex-wrap: wrap;
}
.listShow > li[data-v-6b347e30] {
  position: relative;
  width: 33.33%;
  padding: 5px 10px 5px 15px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}
.listShow > li[data-v-6b347e30]:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  background-color: transparent;
}
.color1[data-v-6b347e30] {
  color: #1ee3cf !important;
  font-weight: 600;
}
.color2[data-v-6b347e30] {
  color: #36c4dc !important;
  font-weight: 600;
}
.color3[data-v-6b347e30] {
  color: #5159a1 !important;
  font-weight: 600;
}
.color4[data-v-6b347e30] {
  color: #ff6768 !important;
  font-weight: 600;
}
.color5[data-v-6b347e30] {
  color: #45eba5 !important;
  font-weight: 600;
}
.color6[data-v-6b347e30] {
  color: #1b3c59 !important;
  font-weight: 600;
}
.links[data-v-6b347e30] {
  font-size: 14px;
  font-weight: 500;
  color: #6c5ce7;
}
.links[data-v-6b347e30]:hover {
  color: #ff5959;
}
.boxPanel[data-v-6b347e30] {
  background: #fff !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.wordscroll[data-v-6b347e30] {
  overflow: scroll;
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.UNKNOWN_COLOR[data-v-6b347e30] {
  color: #2D0E34;
}
.LOCATION[data-v-6b347e30] {
  color: #ea4335;
}
.ORGANIZATION[data-v-6b347e30] {
  color: #34a853;
}
.EVENT[data-v-6b347e30] {
  color: #4285f4;
}
.OTHER[data-v-6b347e30] {
  color: #f29900;
}
.PHONE_NUMBER[data-v-6b347e30] {
  color: #fa7b17;
}
.ADDRESS[data-v-6b347e30] {
  color: #a142f4;
}
.DATE[data-v-6b347e30] {
  color: #24c1e0;
}
.NUMBER[data-v-6b347e30] {
  color: #f538a0;
}
.PRICE[data-v-6b347e30] {
  color: #D5B0DC;
}
.UNKNOWN_COLOR[data-v-6b347e30] {
  background: #2D0E34;
}
.PERSON_COLOR[data-v-6b347e30] {
  background: #ea4335;
}
.LOCATION_COLOR[data-v-6b347e30] {
  background: #34a853;
}
.ORGANIZATION_COLOR[data-v-6b347e30] {
  background: #4285f4;
}
.EVENT_COLOR[data-v-6b347e30] {
  background: #f29900;
}
.WORK_OF_ART_COLOR[data-v-6b347e30] {
  background: #fa7b17;
}
.CONSUMER_GOOD_COLOR[data-v-6b347e30] {
  background: #a142f4;
}
.OTHER_COLOR[data-v-6b347e30] {
  background: #9aa0a6;
}
.PHONE_NUMBER_COLOR[data-v-6b347e30] {
  background: #24c1e0;
}
.ADDRESS_COLOR[data-v-6b347e30] {
  background: #f538a0;
}
.DATE_COLOR[data-v-6b347e30] {
  background: #D5B0DC;
}
.NUMBER_COLOR[data-v-6b347e30] {
  background: #185abc;
}
.PRICE_COLOR[data-v-6b347e30] {
  background: #b31412;
}
.FONT_UNKNOWN_COLOR[data-v-6b347e30] {
  color: #2D0E34;
}
.FONT_PERSON_COLOR[data-v-6b347e30] {
  color: #ea4335;
}
.FONT_LOCATION_COLOR[data-v-6b347e30] {
  color: #34a853;
}
.FONT_ORGANIZATION_COLOR[data-v-6b347e30] {
  color: #4285f4;
}
.FONT_EVENT_COLOR[data-v-6b347e30] {
  color: #f29900;
}
.FONT_WORK_OF_ART_COLOR[data-v-6b347e30] {
  color: #fa7b17;
}
.FONT_CONSUMER_GOOD_COLOR[data-v-6b347e30] {
  color: #a142f4;
}
.FONT_OTHER_COLOR[data-v-6b347e30] {
  color: #9aa0a6;
}
.FONT_PHONE_NUMBER_COLOR[data-v-6b347e30] {
  color: #24c1e0;
}
.FONT_ADDRESS_COLOR[data-v-6b347e30] {
  color: #f538a0;
}
.FONT_DATE_COLOR[data-v-6b347e30] {
  color: #D5B0DC;
}
.FONT_NUMBER_COLOR[data-v-6b347e30] {
  color: #185abc;
}
.FONT_PRICE_COLOR[data-v-6b347e30] {
  color: #b31412;
}
.wordscroll.span[data-v-6b347e30] {
  color: #bbb;
}
.common-table[data-v-6b347e30] {
  font-size: 0.9rem;
}
.tag[data-v-6b347e30] {
  white-space: inherit;
  height: auto;
  min-height: 2em;
}
.is-selected-category[data-v-6b347e30] {
  box-shadow: 2px 2px rgb(193, 193, 193);
}
.is-faded-green-bg[data-v-6b347e30] {
  background: #62c57d;
  color: white;
}
.is-faded-red-bg[data-v-6b347e30] {
  background-color: var(--v-red3Color-base);
  color: white;
}
.demo-img[data-v-6b347e30] {
  width: 100%;
  height: auto;
}
.margin1 {
  margin: 1px !important;
}
.app-credits-card {
  max-width: 166px !important;
}
.credits-title {
  width: 120px !important;
  margin-left: auto;
  margin-right: auto;
}
.view-type-selector[data-v-2c4ca321] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-2c4ca321] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-2c4ca321] {
  color: var(--v-profileAnchorColor-base);
}
.red-color[data-v-2c4ca321] {
  color: red;
}
.yellow-color[data-v-2c4ca321] {
  color: #ff9b00;
}.site-name[data-v-457f1483] {
  color: var(--v-gray2Color-base);
  font-size: 18px;
}
.title-label[data-v-457f1483] {
  font-size: 21px;
  font-weight: 700;
  color: var(--v-mainColor-base);
  margin-top: 5px;
  margin-bottom: 20px;
}
.slug[data-v-457f1483] {
  color: var(--v-gray2Color-base);
}
table[data-v-457f1483] {
  width: 100%;
}
table tbody tr[data-v-457f1483] {
  border-top: 1px solid var(--v-gray15Color-base);
}
table td[data-v-457f1483] {
  color: var(--v-mainColor-base);
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.checked-box[data-v-457f1483] {
  color: var(--v-gray15Color-base);
  cursor: pointer;
}
.note-and-chart[data-v-457f1483] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.note-and-chart .note[data-v-457f1483] {
  color: #209cee;
}
.pagerun-card-button[data-v-457f1483] {
  background: #fffaf2;
  border: 1px solid #ffebcc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
}
.pagerun-card-button span[data-v-457f1483] {
  margin-left: 5px;
  color: #62605d;
  font-weight: bold;
  font-size: 0.75rem;
}
.pagerun-card-button i.material-icons[data-v-457f1483] {
  font-size: 0.8rem;
  color: #ff9b00;
}
.a-link[data-v-457f1483] {
  color: var(--v-link1Color-base);
  font-weight: bold;
  cursor: pointer;
}.section-title[data-v-7d950d73] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-7d950d73] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-7d950d73] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-7d950d73]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-7d950d73] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-7d950d73] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-7d950d73] {
    display: block;
}
.top-section > div[data-v-7d950d73] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-7d950d73] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-7d950d73] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-7d950d73] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-7d950d73] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-7d950d73] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-7d950d73] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-7d950d73] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-7d950d73] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-7d950d73] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-7d950d73] {
  font-size: 0.9rem;
}
span.icon[data-v-7d950d73] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-7d950d73] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-7d950d73] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-7d950d73]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-7d950d73] {
  padding-left: 0;
}
.competitor-titles ul[data-v-7d950d73] {
  padding-left: 0;
}
.competitor-titles li[data-v-7d950d73] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-7d950d73] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-7d950d73] {
  width: 100%;
}
.competitor-titles table thead th[data-v-7d950d73] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-7d950d73] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-7d950d73]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-7d950d73] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-7d950d73]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-7d950d73] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-7d950d73]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-7d950d73] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-7d950d73]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-7d950d73] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-7d950d73]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-7d950d73] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-7d950d73]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-7d950d73] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-7d950d73] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-7d950d73] {
  padding-left: 0;
}
.related-question ul[data-v-7d950d73] {
  padding-left: 0;
}
.related-question li[data-v-7d950d73] {
  padding: 7px 0px;
}
.related-question li a[data-v-7d950d73] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-7d950d73] {
  padding-left: 0;
}
.competitor-headings ul[data-v-7d950d73] {
  padding-left: 0;
}
.competitor-headings li[data-v-7d950d73] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-7d950d73] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-7d950d73] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-7d950d73] {
  background-color: transparent;
}
.show-hide-link[data-v-7d950d73] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-7d950d73] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-7d950d73] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-7d950d73] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-7d950d73] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-7d950d73] {
  position: relative;
}
.question-toggle[data-v-7d950d73] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-7d950d73] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-7d950d73] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-7d950d73] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-7d950d73] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-7d950d73] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-7d950d73] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-7d950d73] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-7d950d73] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-7d950d73] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-7d950d73] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-7d950d73] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-7d950d73] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-7d950d73], .disp-note-btn span[data-v-7d950d73] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-7d950d73] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-7d950d73] {
  margin-right: 20px;
}
.cb-remove-button[data-v-7d950d73] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-7d950d73] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-7d950d73] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-7d950d73] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-7d950d73] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-7d950d73] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-7d950d73] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-7d950d73] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-7d950d73] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-7d950d73], .show-as-mobileview .term-range-size *[data-v-7d950d73] {
  font-size: 11px;
}
.h2_3-item[data-v-7d950d73] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-7d950d73] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-7d950d73], .h3-mark[data-v-7d950d73] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-7d950d73] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-7d950d73] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-7d950d73], .v-application.theme--dark .h3-mark[data-v-7d950d73] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-7d950d73] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-7d950d73] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-7d950d73]:focus-visible {
  outline: none;
}
.text-center[data-v-7d950d73] {
  text-align: center;
}
.text-right[data-v-7d950d73] {
  text-align: right;
}
.btn-custom-height[data-v-7d950d73] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-7d950d73] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-7d950d73] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-7d950d73] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-7d950d73] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-7d950d73] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}.section-title[data-v-a8d59f17] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor-base);
}
.section-title i.material-icons[data-v-a8d59f17] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-a8d59f17] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-a8d59f17]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-a8d59f17] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-a8d59f17] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-a8d59f17] {
    display: block;
}
.top-section > div[data-v-a8d59f17] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-a8d59f17] {
  font-size: 20px;
  font-weight: bold;
  margin-top: -30px;
}
.cb-section-top[data-v-a8d59f17] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-a8d59f17] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-a8d59f17] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-a8d59f17] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-a8d59f17] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-a8d59f17] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-a8d59f17] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-a8d59f17] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-a8d59f17] {
  font-size: 0.9rem;
}
span.icon[data-v-a8d59f17] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.section-info-icon[data-v-a8d59f17] {
  margin-left: 5px;
  color: var(--v-mainColor-base);
}
.content-brief-tag[data-v-a8d59f17] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-a8d59f17]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-a8d59f17] {
  padding-left: 0;
}
.competitor-titles ul[data-v-a8d59f17] {
  padding-left: 0;
}
.competitor-titles li[data-v-a8d59f17] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-a8d59f17] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-a8d59f17] {
  width: 100%;
}
.competitor-titles table thead th[data-v-a8d59f17] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-a8d59f17] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-a8d59f17]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-a8d59f17] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-a8d59f17]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-a8d59f17]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-a8d59f17] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-a8d59f17]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-a8d59f17] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-a8d59f17]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-a8d59f17] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-a8d59f17]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-a8d59f17] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-a8d59f17] {
  color: var(--v-mainColor-base);
  padding: 7px 0;
}
.related-question[data-v-a8d59f17] {
  padding-left: 0;
}
.related-question ul[data-v-a8d59f17] {
  padding-left: 0;
}
.related-question li[data-v-a8d59f17] {
  padding: 7px 0px;
}
.related-question li a[data-v-a8d59f17] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-a8d59f17] {
  padding-left: 0;
}
.competitor-headings ul[data-v-a8d59f17] {
  padding-left: 0;
}
.competitor-headings li[data-v-a8d59f17] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-a8d59f17] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-a8d59f17] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-a8d59f17] {
  background-color: transparent;
}
.show-hide-link[data-v-a8d59f17] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-a8d59f17] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-a8d59f17] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-a8d59f17] {
  color: grey;
  margin-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.view-type-selector i.material-icons.is-active[data-v-a8d59f17] {
  color: var(--v-profileAnchorColor-base);
}
.question-question[data-v-a8d59f17] {
  position: relative;
}
.question-toggle[data-v-a8d59f17] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-a8d59f17] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-a8d59f17] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-a8d59f17] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-a8d59f17] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-a8d59f17] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-a8d59f17] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-a8d59f17] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-a8d59f17] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-a8d59f17] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-a8d59f17] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-a8d59f17] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-a8d59f17] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-a8d59f17], .disp-note-btn span[data-v-a8d59f17] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-a8d59f17] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-a8d59f17] {
  margin-right: 20px;
}
.cb-remove-button[data-v-a8d59f17] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-a8d59f17] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-a8d59f17] {
  color: var(--v-mainColor-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-a8d59f17] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-a8d59f17] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-a8d59f17] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-a8d59f17] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-a8d59f17] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-a8d59f17] {
  grid-template-columns: auto 1fr;
}
.show-as-mobileview .term-range-size[data-v-a8d59f17], .show-as-mobileview .term-range-size *[data-v-a8d59f17] {
  font-size: 11px;
}
.h2_3-item[data-v-a8d59f17] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-a8d59f17] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.h2-mark[data-v-a8d59f17], .h3-mark[data-v-a8d59f17] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-a8d59f17] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-a8d59f17] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-a8d59f17], .v-application.theme--dark .h3-mark[data-v-a8d59f17] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-a8d59f17] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.custom-word-input[data-v-a8d59f17] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-a8d59f17]:focus-visible {
  outline: none;
}
.text-center[data-v-a8d59f17] {
  text-align: center;
}
.text-right[data-v-a8d59f17] {
  text-align: right;
}
.btn-custom-height[data-v-a8d59f17] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-a8d59f17] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-a8d59f17] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-a8d59f17] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-a8d59f17] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-a8d59f17] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
*[data-v-a8d59f17] {
  font-size: 1rem;
}
.guardrun-box[data-v-a8d59f17] {
  background: var(--v-cardBg-base);
  border-radius: 10px;
  color: var(--v-mainColor-base);
}
.guardrun-box .material-icons[data-v-a8d59f17] {
  color: var(--v-mainColor-base);
}
.status-circle[data-v-a8d59f17] {
  padding: 20px;
  border-radius: 50%;
}
.status-circle span[data-v-a8d59f17] {
  font-size: 2.1rem;
}
.status-circle.task-pending[data-v-a8d59f17] {
  background: #FFEFF0;
}
.status-circle.task-pending span[data-v-a8d59f17] {
  color: #DF323B;
}
.status-circle.all-good[data-v-a8d59f17] {
  background: #E0FFED;
}
.status-circle.all-good span[data-v-a8d59f17] {
  color: #25A97A;
}
.serp-state-description[data-v-a8d59f17] {
  font-size: 1.1rem;
  line-height: 150%;
}
.serp-state-description *[data-v-a8d59f17] {
  font-size: 1.1rem;
}
.page-title[data-v-a8d59f17] {
  font-size: 21px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.serp-status[data-v-a8d59f17] {
  margin-top: 5px;
  font-weight: 800;
}
.serp-status span[data-v-a8d59f17] {
  font-size: 1.1rem;
  font-weight: 800;
}
.serp-status .has-fallen[data-v-a8d59f17] {
  color: #DF323B;
}
.serp-status .task-pending[data-v-a8d59f17] {
  color: var(--v-profileAnchorColor-base);
}
.serp-status .all-good-text[data-v-a8d59f17] {
  color: #25A97A;
}
ul.description[data-v-a8d59f17] {
  margin-top: 10px;
  list-style: disc;
  color: var(--v-mainColor-base);
}
.score-and-rank-row[data-v-a8d59f17] {
  display: flex;
  gap: 50px;
}
.score-and-rank-row > div[data-v-a8d59f17] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.score-and-rank-row > div .icon-part[data-v-a8d59f17] {
  padding: 10px;
  border-radius: 5px;
  background: #E2F6FF;
}
.score-and-rank-row > div .icon-part span[data-v-a8d59f17] {
  color: #51B0FF;
  font-size: 2.1rem;
}
.score-and-rank-row > div .score-label[data-v-a8d59f17] {
  text-transform: uppercase;
  color: var(--v-mainColor-base);
  font-size: 1.2rem;
  font-weight: 700;
}
.score-and-rank-row > div .score-val-part[data-v-a8d59f17] {
  display: flex;
  align-items: end;
  margin-top: 10px;
  gap: 20px;
}
.score-and-rank-row > div .score-val-part .score-val[data-v-a8d59f17] {
  font-size: 1.4rem;
  font-weight: 700;
}
.score-and-rank-row > div .score-val-part .score-diff[data-v-a8d59f17] {
  color: var(--v-mainColor-base);
}
.score-and-rank-row > div .score-val-part .score-diff span[data-v-a8d59f17] {
  font-size: 1.1rem;
  font-weight: 800;
}
.score-and-rank-row > div .score-val-part .score-diff .increased[data-v-a8d59f17], .score-and-rank-row > div .score-val-part .score-diff .decreased[data-v-a8d59f17] {
  display: flex;
  align-items: center;
}
.score-and-rank-row > div .score-val-part .score-diff .increased .material-icons[data-v-a8d59f17], .score-and-rank-row > div .score-val-part .score-diff .decreased .material-icons[data-v-a8d59f17] {
  font-size: 1.5rem;
}
.score-and-rank-row > div .score-val-part .score-diff .increased[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.score-and-rank-row > div .score-val-part .score-diff .increased .material-icons[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.score-and-rank-row > div .score-val-part .score-diff .decreased[data-v-a8d59f17] {
  color: var(--v-profileAnchorColor-base);
}
.score-and-rank-row > div .score-val-part .score-diff .decreased .material-icons[data-v-a8d59f17] {
  color: var(--v-profileAnchorColor-base);
}
.item-label[data-v-a8d59f17] {
  font-size: 1.1rem;
  margin-top: 20px;
  font-weight: bold;
  color: var(--v-mainColor-base);
}
.run-common-info[data-v-a8d59f17] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.run-common-info > div[data-v-a8d59f17] {
  flex-grow: 1;
}
.run-common-info .item-text[data-v-a8d59f17] {
  font-size: 1.1rem;
  margin-top: 5px;
}
.one-section[data-v-a8d59f17] {
  margin-top: 40px;
}
.one-section .section-label[data-v-a8d59f17] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
}
.one-section .section-label .circle-index[data-v-a8d59f17] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 5px;
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  font-size: 1.1rem;
}
.one-section .list-item[data-v-a8d59f17] strong, .one-section .list-item li[data-v-a8d59f17] {
  font-size: 1.1rem !important;
  color: var(--v-mainColor-base) !important;
}
.one-section .list-item .main[data-v-a8d59f17] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.one-section .list-item .main .checklist-one-text[data-v-a8d59f17] {
  font-size: 1.1rem;
}
.one-section .list-item .main .icon-part[data-v-a8d59f17] {
  padding: 5px;
  background: var(--v-lightYellowColor-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-section .list-item .main .icon-part .material-icons[data-v-a8d59f17],
.one-section .list-item .main .icon-part .material-icons-outlined[data-v-a8d59f17] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.one-section .list-item .main .icon-part .add-task-icon[data-v-a8d59f17] {
  cursor: pointer;
}
.one-section .list-item .main .icon-part.is-added[data-v-a8d59f17] {
  background: var(--v-green4Color-base);
}
.one-section .list-item .main .icon-part.is-added .material-icons[data-v-a8d59f17],
.one-section .list-item .main .icon-part.is-added .material-icons-outlined[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.one-section .list-item .extra[data-v-a8d59f17] {
  padding-left: 50px;
}
.one-section .list-item .extra ul[data-v-a8d59f17] {
  list-style: disc;
}
.one-section .list-item .extra ul li[data-v-a8d59f17] {
  margin-top: 7px;
  font-weight: 700;
}
.rank-change[data-v-a8d59f17] {
  color: rgb(139, 139, 139);
}
.bold-green-url[data-v-a8d59f17] {
  color: #2b8f1c;
  font-weight: bold;
}
.bold-green-url a[data-v-a8d59f17] {
  color: #2b8f1c;
}
.bold-red-url[data-v-a8d59f17] {
  color: #e43e3e;
  font-weight: bold;
}
.bold-red-url a[data-v-a8d59f17] {
  color: #e43e3e;
}
.url-title[data-v-a8d59f17] {
  font-weight: 700;
  font-size: 0.9rem;
}
.url-link[data-v-a8d59f17] {
  font-weight: 500;
  color: #0A6CDB;
  text-decoration: underline;
}
.section-title[data-v-a8d59f17] {
  font-size: 20px;
  font-weight: bold;
  color: var(--v-mainColor-base);
  margin-bottom: 20px;
}
.section-sub-title[data-v-a8d59f17] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
  margin-top: 22px;
  margin-bottom: 10px;
}
.section-list > *[data-v-a8d59f17] {
  margin-bottom: 5px;
}
.rank-change-table[data-v-a8d59f17] {
  width: 100%;
}
.rank-change-table th[data-v-a8d59f17], .rank-change-table td[data-v-a8d59f17] {
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  padding: 10px 5px;
}
.rank-change-table a[data-v-a8d59f17] {
  font-size: 0.9rem;
}
.rank-change-table td[data-v-a8d59f17] {
  border-top: 1px solid var(--v-grayColor-base);
}
.rank-change-table .rank-diff-cell[data-v-a8d59f17] {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 0.9rem;
}
.rank-change-table .rank-diff-cell .material-icons[data-v-a8d59f17] {
  font-size: 2rem;
}
.rank-change-table .rank-diff-cell.rank-up[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.rank-change-table .rank-diff-cell.rank-up span[data-v-a8d59f17] {
  color: var(--v-green7Color-base);
}
.rank-change-table .rank-diff-cell.rank-down[data-v-a8d59f17] {
  color: #FF1F2D;
}
.rank-change-table .rank-diff-cell.rank-down span[data-v-a8d59f17] {
  color: #FF1F2D;
}
ul[data-v-a8d59f17] {
  padding-left: 0 !important;
}
ul li[data-v-a8d59f17] {
  margin-bottom: 5px;
  color: var(--v-mainColor-base);
}
.improved-number[data-v-a8d59f17] {
  font-size: 20px;
  color: var(--v-green7Color-base);
}
.declined-number[data-v-a8d59f17] {
  font-size: 20px;
  color: var(--v-redColor-base);
}
.expand-icon-wrap[data-v-a8d59f17] {
  cursor: pointer;
}
.expand-icon-wrap i[data-v-a8d59f17] {
  font-size: 1.7rem;
  color: var(--v-profileAnchorColor-base);
}.new-symbol {
  background: var(--v-yellow1Color-base);
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: 800;
}
.eat-done {
  font-size: 0.75rem;
  color: #FF9B2D;
}div[data-v-551cef19] {
  color: var(--v-mainColor-base);
}
.tag[data-v-551cef19] {
  margin: 3px;
}
.custom-btn[data-v-551cef19] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
}
.erorr-text[data-v-551cef19] {
  color: red;
}
.tip-box[data-v-551cef19] {
  min-height: 130px;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid var(--v-grayColor-base);
  display: flex;
  gap: 10px;
}
.tip-box .image-area[data-v-551cef19] {
  display: flex;
  align-items: center;
  width: 100px;
  flex-shrink: 0;
}
.tip-box .image-area img[data-v-551cef19] {
  width: 100%;
  height: auto;
}
.tip-box .tip-box-main[data-v-551cef19] {
  flex-grow: 1;
}
.tip-box .tip-box-main .top-part[data-v-551cef19] {
  display: flex;
  align-items: center;
}
.tip-box .tip-box-main .top-part .left-area[data-v-551cef19] {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.tip-box .tip-box-main .top-part .right-area i[data-v-551cef19] {
  cursor: pointer;
}
.tip-box .tip-box-main .top-part .tip-label[data-v-551cef19] {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
.tip-box .tip-box-main .top-part i[data-v-551cef19] {
  font-size: 18px;
  color: var(--v-gray2Color-base);
}
.tip-box .tip-box-main .top-part i.inactive[data-v-551cef19] {
  color: var(--v-grayColor-base);
}
.tip-box .tip-box-main .explain[data-v-551cef19] {
  margin-top: 20px;
  line-height: 130%;
}
.rerun-type-box[data-v-551cef19] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.rerun-type-box > .box-item[data-v-551cef19] {
  color: var(--v-mainColor-base);
  border: 2px solid var(--v-grayColor-base);
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.rerun-type-box > .box-item .box-title[data-v-551cef19] {
  font-size: 1.1rem;
  font-weight: 800;
}
.rerun-type-box > .box-item .content[data-v-551cef19] {
  min-height: 150px;
}
.rerun-type-box.two-col[data-v-551cef19] {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
.rerun-type-box[data-v-551cef19] {
    grid-template-columns: 1fr;
}
.rerun-type-box .box-item .content[data-v-551cef19] {
    min-height: auto;
}
}.tabs[data-v-e4c82fe3] {
  border: 2px solid var(--v-gray12Color-base);
  border-radius: 7px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tabs > div[data-v-e4c82fe3] {
  cursor: pointer;
  padding: 15px 20px;
}
.tabs > div[data-v-e4c82fe3]:first-child {
  border-right: 2px solid var(--v-gray12Color-base);
}
.tabs > div.active[data-v-e4c82fe3] {
  background: var(--v-gray13Color-base);
}
.summary-date-box[data-v-e4c82fe3] {
  background: var(--v-green6Color-base);
  color: var(--v-green7Color-base);
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
}
.task-pending[data-v-e4c82fe3] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-red2Color-base);
  background: var(--v-red1Color-base);
  font-weight: bold;
}
.all-good[data-v-e4c82fe3] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-green5Color-base);
  background: var(--v-green4Color-base);
  font-weight: bold;
}
.view-link[data-v-e4c82fe3] {
  color: var(--v-link1Color-base);
  font-weight: bold;
}
.b-table td[data-v-e4c82fe3] {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}.table-mobile-sort[data-v-ceed402e] {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort[data-v-29c5ef4a] {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}









.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.user-email[data-v-7207fb6f] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.page-label[data-v-7207fb6f] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.total-comission-data-area[data-v-7207fb6f] {
  display: flex;
  gap: 15px;
}
.total-comission-data-area > div[data-v-7207fb6f] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  font-weight: 700;
}
.card-box[data-v-7207fb6f] {
  border: 1px solid var(--v-gray15Color-base) !important;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  border-radius: 5px !important;
  overflow-x: auto;
}
.card-box .border-bottom[data-v-7207fb6f] {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.card-box .stats-label[data-v-7207fb6f] {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.card-box .actions-part[data-v-7207fb6f] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-box .range-select-box[data-v-7207fb6f] {
  border: 1px solid var(--v-mainColor-base);
  border-radius: 9px;
  padding: 5px 15px 5px 10px;
  color: var(--v-mainColor-base);
  appearance: none;
}
.card-box .range-select-box[data-v-7207fb6f]::before {
  position: absolute;
  right: 0;
  top: 50%;
  /* font-family: "Material Icons";
  content: "link"; */
  content: "adf";
  color: red;
}
.card-box .stats-table[data-v-7207fb6f] {
  width: 100%;
  table-layout: fixed;
}
.card-box .stats-table th[data-v-7207fb6f], .card-box .stats-table td[data-v-7207fb6f] {
  color: var(--v-mainColor-base);
}
.card-box .stats-table th[data-v-7207fb6f] {
  font-weight: 500;
}
.card-box .stats-table td[data-v-7207fb6f] {
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 800;
}
.payout-table[data-v-7207fb6f] {
  width: 100%;
}
.payout-table th[data-v-7207fb6f], .payout-table td[data-v-7207fb6f] {
  color: var(--v-mainColor-base);
}
.payout-table th[data-v-7207fb6f] {
  padding: 15px 15px;
  border-bottom: 1px solid var(--v-gray15Color-base);
  text-transform: uppercase;
  font-weight: 500;
}
.payout-table td[data-v-7207fb6f] {
  padding: 10px 15px;
}
.payout-table tbody tr[data-v-7207fb6f]:not(:last-child) {
  border-bottom: 1px solid var(--v-gray15Color-base);
}
.payout-table tbody tr[data-v-7207fb6f]:nth-child(odd) {
  background: var(--v-gray7Color-base);
}
.payout-table .success-badge[data-v-7207fb6f], .payout-table .error-badge[data-v-7207fb6f] {
  position: relative;
  background: var(--v-green19Color-base);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--v-green20Color-base);
  padding: 3px 10px 3px 25px;
  border-radius: 100px;
}
.payout-table .success-badge[data-v-7207fb6f]::before, .payout-table .error-badge[data-v-7207fb6f]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  transform: translateY(-50%);
  background: var(--v-green20Color-base);
}
.payout-table .error-badge[data-v-7207fb6f] {
  background: var(--v-redColor-base);
  color: var(--v-whiteColor-base);
}
.payout-table .error-badge[data-v-7207fb6f]::before {
  background: var(--v-red2Color-base);
}
.commission-row .user-id[data-v-7207fb6f] {
  border: 1px solid var(--v-mainColor-base);
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.commission-row .customer-email[data-v-7207fb6f] {
  margin-left: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.commission-row .purchased-plan[data-v-7207fb6f] {
  display: inline-block;
  color: var(--v-yellow9Color-base);
  background: var(--v-yellow10Color-base);
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 700;
}
.commission-row .commision[data-v-7207fb6f] {
  font-size: 1.2rem;
  color: var(--v-green20Color-base);
  font-weight: 800;
}
.commission-row .plan-price[data-v-7207fb6f] {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.commission-row .purchase-date[data-v-7207fb6f] {
  font-size: 1rem;
  color: var(--v-mainColor-base);
  text-align: right;
}
.table-mobile-sort[data-v-7207fb6f] {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.table-mobile-sort {
  display: none;
}.page-title-label[data-v-d9cab388] {
  color: var(--v-mainColor-base);
  font-weight: 800;
  font-size: 1.2rem;
}
.range-pick-area[data-v-d9cab388] {
  display: flex;
  align-items: center;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 7px;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.range-pick-area > div[data-v-d9cab388] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.range-pick-area > div[data-v-d9cab388]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.range-pick-area span[class^=material-icons][data-v-d9cab388] {
  font-size: 1rem;
}
.range-pick-area .data-range-popup[data-v-d9cab388] {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 12;
  background: var(--v-whiteColor-base);
  border-radius: 10px;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.17);
  padding: 10px;
}
.usage-stats[data-v-d9cab388] {
  display: flex;
  gap: 20px;
}
.usage-stats > div[data-v-d9cab388] {
  position: relative;
  width: 300px;
  border-top: 1px solid var(--v-grayColor-base) !important;
  border-bottom: 1px solid var(--v-grayColor-base) !important;
  border-right: 1px solid var(--v-grayColor-base) !important;
  background-color: var(--v-whiteColor-base);
  border-radius: 10px !important;
  overflow: hidden;
  padding: 20px 20px 20px 25px;
  color: var(--v-mainColor-base);
}
.usage-stats > div[data-v-d9cab388]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: var(--v-profileAnchorColor-base);
}
.usage-stats > div .calls-count[data-v-d9cab388] {
  font-size: 2rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.usage-stats > div .calls-desc[data-v-d9cab388] {
  margin-top: 15px;
  color: var(--v-mainColor-base);
}
.usage-stats > div .stats-area[data-v-d9cab388] {
  margin-top: 30px;
}
.status-success .spot[data-v-d9cab388], .status-failure .spot[data-v-d9cab388] {
  width: 10px;
  height: 10px;
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker input {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-calendar-header {
  color: var(--v-mainColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-calendar-header button {
  font-weight: 700;
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content {
  background-color: var(--v-whiteColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date thead th {
  color: var(--v-gray9Color-base);
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td > div {
  text-align: center;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td.today > div {
  color: var(--v-profileAnchorColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td.cell.active {
  border-radius: 10px;
  background-color: var(--v-profileAnchorColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td.cell.active > div {
  color: var(--v-whiteColor-base);
}
.customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td.cell.in-range, .customized-date-picker[data-v-d9cab388] .mx-datepicker-content table.mx-table-date td.cell.hover-in-range {
  background-color: var(--v-lightYellowColor-base);
}.page-title[data-v-6d58a9b9] {
  font-size: 20px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tabs[data-v-6d58a9b9] {
  border: 2px solid var(--v-gray12Color-base);
  border-radius: 7px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tabs > div[data-v-6d58a9b9] {
  cursor: pointer;
  padding: 15px 20px;
}
.tabs > div[data-v-6d58a9b9]:first-child {
  border-right: 2px solid var(--v-gray12Color-base);
}
.tabs > div.active[data-v-6d58a9b9] {
  background: var(--v-gray13Color-base);
}
.summary-date-box[data-v-6d58a9b9] {
  background: var(--v-green6Color-base);
  color: var(--v-green7Color-base);
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
}
.task-pending[data-v-6d58a9b9] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-red2Color-base);
  background: var(--v-red1Color-base);
  font-weight: bold;
}
.all-good[data-v-6d58a9b9] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-green5Color-base);
  background: var(--v-green4Color-base);
  font-weight: bold;
}
.view-link[data-v-6d58a9b9] {
  color: var(--v-link1Color-base);
  font-weight: bold;
}
.b-table td[data-v-6d58a9b9] {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}div[data-v-d271aee2] {
  color: var(--v-mainColor-base);
}
.top-part[data-v-d271aee2] {
  margin-top: 2rem;
  color: var(--v-mainColor-base);
}
.top-part .title-text[data-v-d271aee2] {
  font-size: 1.2rem;
  font-weight: 700;
}
.top-part ul[data-v-d271aee2] {
  list-style: decimal;
  margin-top: 5px;
  padding-left: 15px;
}
.top-part ul li[data-v-d271aee2]:not(:last-child) {
  margin-bottom: 5px;
}
.notify-label1[data-v-d271aee2] {
  display: flex;
  background: var(--v-link9Color-base);
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 9px;
}
.notify-label1 i[data-v-d271aee2] {
  font-size: 20px;
  color: var(--v-link3Color-base) !important;
  margin-right: 5px;
}
.notify-label1 span[data-v-d271aee2] {
  color: var(--v-link3Color-base) !important;
  font-weight: 700;
}
.selected-file[data-v-d271aee2] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 5px 5px 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-d271aee2] {
  cursor: pointer;
}
.bulk-run-info-text *[data-v-d271aee2] {
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.download-link[data-v-d271aee2] {
  color: var(--v-link15Color-base) !important;
  font-weight: bold;
  text-decoration: underline;
}
.upload-wizard[data-v-d271aee2] {
  width: 550px;
  margin: 20px;
  padding: 30px 50px;
}
.drag-area[data-v-d271aee2] {
  border: 1px dashed var(--v-gray15Color-base);
  background: var(--v-cardBg-base);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  color: var(--v-mainColor-base);
}
.drag-area .upload-icon[data-v-d271aee2] {
  width: 50px;
  height: auto;
}
.drag-area .file-cta[data-v-d271aee2] {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.bulk-runs-result-label[data-v-d271aee2] {
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.bulk-created-date[data-v-d271aee2] {
  font-size: 1rem;
  font-weight: 700;
}
.bulk-runs-table-wrapper[data-v-d271aee2] {
  border-radius: 5px;
  border: 1px solid var(--v-gray15Color-base);
  overflow: auto;
}
.bulk-runs-table[data-v-d271aee2] {
  width: 100%;
  color: var(--v-mainColor-base);
}
.bulk-runs-table thead th[data-v-d271aee2] {
  padding: 20px 15px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.bulk-runs-table tbody tr td[data-v-d271aee2] {
  padding: 10px 15px;
}
.bulk-runs-table tbody tr.ai-row td[data-v-d271aee2] {
  padding-top: 0;
}
.bulk-runs-table tbody tr.odd-row td[data-v-d271aee2] {
  background: var(--v-pink1Color-base);
}
.bulk-runs-table tbody tr:not(.odd-row) td[data-v-d271aee2] {
  background: var(--v-whiteColor-base);
}
.bulk-runs-table tbody tr:not(.ai-row) td[data-v-d271aee2] {
  border-top: 1px solid var(--v-grayColor-base);
}
.bulk-runs-table .success-status[data-v-d271aee2], .bulk-runs-table .failure-status[data-v-d271aee2] {
  padding-left: 20px;
  position: relative;
  font-weight: 700;
  display: inline-block;
}
.bulk-runs-table .success-status[data-v-d271aee2]::before, .bulk-runs-table .failure-status[data-v-d271aee2]::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bulk-runs-table .success-status[data-v-d271aee2] {
  color: var(--v-green7Color-base);
}
.bulk-runs-table .success-status[data-v-d271aee2]::before {
  background: var(--v-green7Color-base);
}
.bulk-runs-table .actions[data-v-d271aee2] {
  display: flex;
  gap: 5px;
}
.bulk-runs-table .actions i[data-v-d271aee2] {
  cursor: pointer;
  font-size: 1.35rem;
}
.bulk-runs-table .actions .action-icon-btn[data-v-d271aee2] {
  background: var(--v-lightYellowColor-base);
  display: flex;
  align-items: center;
  padding: 5px;
}
.bulk-runs-table .actions .action-icon-btn > i[data-v-d271aee2] {
  color: var(--v-profileAnchorColor-base);
}.tabs[data-v-33d9a8d2] {
  border: 2px solid var(--v-gray12Color-base);
  border-radius: 7px;
  color: var(--v-mainColor-base);
}
.tabs > div[data-v-33d9a8d2] {
  cursor: pointer;
  padding: 15px 20px;
}
.tabs > div[data-v-33d9a8d2]:first-child {
  border-right: 2px solid var(--v-gray12Color-base);
}
.tabs > div.active[data-v-33d9a8d2] {
  background: var(--v-gray13Color-base);
}
.summary-date-box[data-v-33d9a8d2] {
  background: var(--v-green6Color-base);
  color: var(--v-mainColor-base);
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
}
.summary-date-box i[data-v-33d9a8d2] {
  font-size: 1rem;
  margin-left: 5px;
  color: var(--v-green7Color-base);
}
.task-pending[data-v-33d9a8d2] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-red2Color-base);
  background: var(--v-red1Color-base);
  font-weight: bold;
  white-space: nowrap;
}
.all-good[data-v-33d9a8d2] {
  padding: 5px 10px;
  border-radius: 10px;
  color: var(--v-green5Color-base);
  background: var(--v-green4Color-base);
  font-weight: bold;
  white-space: nowrap;
}
.v-application.theme--dark .task-pending[data-v-33d9a8d2] {
  background: transparent;
}
.v-application.theme--dark .all-good[data-v-33d9a8d2] {
  background: transparent;
}
.view-link[data-v-33d9a8d2] {
  color: var(--v-link1Color-base);
  font-weight: bold;
}
.b-table .table thead td[data-v-33d9a8d2], .b-table .table thead th[data-v-33d9a8d2] {
  border-bottom-width: 1px !important;
}
.b-table th[data-v-33d9a8d2], .b-table td[data-v-33d9a8d2] {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.card-head-part[data-v-33d9a8d2] {
  background: var(--v-pink1Color-base);
  border-bottom: 1px solid var(--v-grayColor-base);
}
.search-input[data-v-33d9a8d2] {
  position: relative;
  background: var(--v-whiteColor-base);
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  display: flex;
  min-width: 330px;
  overflow: hidden;
}
.search-input input[data-v-33d9a8d2] {
  flex-grow: 1;
  padding: 10px 10px 10px 35px;
  font-size: 1rem;
  outline: none;
}
.search-input input[data-v-33d9a8d2], .search-input input[data-v-33d9a8d2]::placeholder {
  color: var(--v-mainColor-base);
}
.search-input[data-v-33d9a8d2]::before {
  position: absolute;
  font-family: "Material Icons";
  content: "\e8b6";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
}
.search-input button[data-v-33d9a8d2] {
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  border: none;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
}
.projects-and-pages-for-setup-prepare[data-v-33d9a8d2] {
  border-radius: 10px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  overflow: hidden;
}
.projects-and-pages-for-setup-prepare .header-part[data-v-33d9a8d2] {
  padding: 15px 15px;
  font-weight: 700;
  background: var(--v-pink1Color-base);
  border-bottom: 1px solid var(--v-grayColor-base);
  display: flex;
}
.projects-and-pages-for-setup-prepare .header-part > div[data-v-33d9a8d2]:first-child {
  flex-grow: 1;
}
.projects-and-pages-for-setup-prepare .header-part .pages-count-col[data-v-33d9a8d2] {
  flex-basis: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}
.projects-and-pages-for-setup-prepare > .sites-wrapper[data-v-33d9a8d2] {
  overflow: auto;
  max-height: 500px;
}
.projects-and-pages-for-setup-prepare .site-item[data-v-33d9a8d2] {
  padding: 15px 15px;
  border-top: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.projects-and-pages-for-setup-prepare .site-item .site-name[data-v-33d9a8d2] {
  flex-grow: 1;
}
.projects-and-pages-for-setup-prepare .site-item .pages-count-col[data-v-33d9a8d2] {
  flex-basis: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}
.projects-and-pages-for-setup-prepare .page-item[data-v-33d9a8d2] {
  padding: 5px 10px 5px 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.projects-and-pages-for-setup-prepare .page-item .site-name[data-v-33d9a8d2] {
  flex-grow: 1;
}
.setting-icons span[data-v-33d9a8d2] {
  cursor: pointer;
}*[data-v-f96af842] {
  font-size: 1rem;
}
.font-large[data-v-f96af842],
*.font-large *[data-v-f96af842] {
  font-size: 24px;
  line-height: 2rem;
}
.font-medium[data-v-f96af842] {
  font-size: 20px;
}
.font-small[data-v-f96af842],
*.font-small *[data-v-f96af842] {
  font-size: 16px;
}
.content-width[data-v-f96af842] {
  width: 796px;
  margin: auto;
}
.btnContainer[data-v-f96af842] {
  display: flex;
  align-items: center;
  background: var(--v-gray33Color-base);
  border-radius: 10px;
  padding: 1rem 2rem;
}
.btnContainer .material-icons-outlined[data-v-f96af842] {
  font-size: 1.5rem;
  color: var(--v-mainColor-base);
}
.cancel-subscription-confirm-page[data-v-f96af842] {
  margin: 2% auto 0 auto;
  text-align: center;
}
.border[data-v-f96af842] {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}
.content-area[data-v-f96af842] {
  padding: 2rem 0rem 2rem 0rem;
  color: var(--v-mainColor-base) !important;
}
.content-area .downgrade-box[data-v-f96af842] {
  padding: 2rem;
  background-color: var(--v-cardBg-base);
}
.content-area .downgrade-box .downgrade-btn[data-v-f96af842] {
  background: #014751;
  border-radius: 30px;
  color: white;
  width: 115px;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  font-weight: bold;
}
.content-area .note[data-v-f96af842] {
  font-size: 0.65rem;
  margin: 1.5rem 0;
  padding: 0 2rem;
  text-align: center;
}
.content-area .bottom-buttons[data-v-f96af842] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-area .bottom-buttons .never-mind-btn[data-v-f96af842] {
  padding: 1rem 0rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content-area .bottom-buttons .never-mind-btn .material-icons-outlined[data-v-f96af842] {
  font-size: 1.2rem;
  color: var(--v-mainColor-base);
}
.content-area .bottom-buttons .still-want-cancel-btn[data-v-f96af842] {
  background-color: #FF5700;
  color: white;
  font-weight: bold;
  border-radius: 2rem;
  text-underline-offset: 3px;
  padding: 1.4rem 2rem;
}
@media only screen and (max-width: 700px) {
.cancel-subscription-confirm-page[data-v-f96af842] {
    width: 100vw;
}
.content-width[data-v-f96af842] {
    width: 100%;
}
.bottom-buttons[data-v-f96af842] {
    flex-direction: column;
}
}*[data-v-0b8a1641] {
  font-size: 1rem;
}
.modal-container[data-v-0b8a1641] {
  background-color: white;
  text-align: center;
}
.tell-us-experience-page[data-v-0b8a1641] {
  margin: 0 auto 0 auto;
  max-width: 796px;
  background-color: var(--v-cardBg-base);
  color: var(--v-mainColor-base) !important;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}
.main-area[data-v-0b8a1641] {
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.feedbacks-area .box[data-v-0b8a1641] {
  margin: 1rem 0;
}
.feedbacks-area .plan-to-use-later[data-v-0b8a1641] {
  display: flex;
  gap: 1rem;
}
.feedbacks-area .plan-to-use-later > button[data-v-0b8a1641] {
  padding: 0.3rem 3rem;
  background-color: var(--v-gray1Color-base);
  color: var(--v-whiteColor-base);
  font-weight: bold;
  padding: 1rem 3rem;
  border-radius: 8px;
  cursor: pointer;
}
.feedbacks-area .plan-to-use-later > button.active[data-v-0b8a1641] {
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  border: none;
}
.font-small[data-v-0b8a1641] {
  font-size: 13px;
}
.font-medium[data-v-0b8a1641] {
  font-size: 18px;
}
.flex-align-center[data-v-0b8a1641] {
  display: flex;
  align-items: center;
}
.radio-list[data-v-0b8a1641] {
  padding: 1rem 0;
}
.radio-list .radio[data-v-0b8a1641] {
  margin-right: 1rem;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.radio-list .radio input[data-v-0b8a1641] {
  width: 23px;
  height: 23px;
  margin-right: 9px;
}
.radio-list .radio + .radio[data-v-0b8a1641] {
  margin-left: 0;
  margin-top: 0.5em;
}
.feedback_container[data-v-0b8a1641] {
  position: relative;
}
.feedback[data-v-0b8a1641] {
  box-sizing: border-box;
  height: 150px;
  width: 708px;
  padding: 1rem;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.feedback_label[data-v-0b8a1641] {
  position: absolute;
  left: 1rem;
  top: -0.6rem;
  font-size: 0.8rem;
  background-color: var(--v-cardBg-base);
  padding: 0 0.2rem;
  font-weight: bold;
}
.checkbox[data-v-0b8a1641] {
  width: 19px;
  height: 19px;
  transform: translateY(5px);
}
.bottom-buttons[data-v-0b8a1641] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.bottom-buttons .never-mind-btn[data-v-0b8a1641] {
  padding: 1rem 0rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bottom-buttons .never-mind-btn .material-icons-outlined[data-v-0b8a1641] {
  font-size: 1.2rem;
  color: var(--v-mainColor-base);
}
.round_btn[data-v-0b8a1641] {
  padding: 15px 20px;
  border-radius: 5px;
}
.round_btn.active[data-v-0b8a1641] {
  background-color: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
}
@media only screen and (max-width: 700px) {
.tell-us-experience-page[data-v-0b8a1641] {
    width: 100vw;
}
.title-area[data-v-0b8a1641] {
    padding: 0 0;
}
.feedbacks-area .grid-1-2[data-v-0b8a1641] {
    grid-template-columns: 1fr;
}
.bottom-area[data-v-0b8a1641] {
    margin: 1rem 1rem;
}
}*[data-v-cfe49ccf] {
  font-size: 1rem;
}
.cancel-succeed-page[data-v-cfe49ccf] {
  margin: 0 auto 0 auto;
  width: 700px;
}
.main-area[data-v-cfe49ccf] {
  background: #fffaf2;
  border-top: 2px solid #ffc387;
  padding: 2.5rem 5rem 1rem 5rem;
}
.padding-area[data-v-cfe49ccf] {
  padding: 2rem 0rem 2rem 0rem;
}
.padding-area .downgrade-box .downgrade-title[data-v-cfe49ccf], .padding-area .downgrade-box .downgrade-title > *[data-v-cfe49ccf] {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.padding-area .downgrade-box .icon-area[data-v-cfe49ccf] {
  padding: 2rem;
}
.padding-area .downgrade-box .icon-area img[data-v-cfe49ccf] {
  width: 20rem;
}
.padding-area .downgrade-box .downgrade-btn[data-v-cfe49ccf] {
  background: var(--v-profileAnchorColor-base);
  border: none;
  color: white;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.padding-area .note[data-v-cfe49ccf] {
  font-size: 0.65rem;
  margin: 1.5rem 0;
  padding: 0 2rem;
  text-align: center;
}
.padding-area .bottom-buttons[data-v-cfe49ccf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.padding-area .bottom-buttons .never-mind-btn[data-v-cfe49ccf] {
  background: #ffeed7;
  border: 1px solid #ffc387;
  padding: 1rem 1rem;
  cursor: pointer;
}
.padding-area .bottom-buttons .never-mind-btn i.fa[data-v-cfe49ccf] {
  color: var(--v-profileAnchorColor-base);
}
.padding-area .bottom-buttons .still-want-cancel-btn[data-v-cfe49ccf] {
  color: black;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 700px) {
.cancel-succeed-page[data-v-cfe49ccf] {
    width: 100vw;
}
.main-area[data-v-cfe49ccf] {
    padding: 1.5rem 2rem;
}
.bottom-buttons[data-v-cfe49ccf] {
    flex-direction: column;
}
}
*[data-v-885dc273] {
  font-family: "Mulish", sans-serif;
}
#demo[data-v-885dc273] {
  height: 100vh;
  overflow: auto;
}
#demo #rect-container[data-v-885dc273] {
  margin: 5px 5px;
  /* border: 1px solid #FFDE05;  */
  border: none;
  background: white;
  padding: 20px 25px 10px 25px;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#demo #rect-container .demo-title[data-v-885dc273] {
  color: black;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Mulish";
  font-weight: bold;
}
#demo #rect-container .demo-title-explain[data-v-885dc273] {
  font-size: 1rem;
  color: black;
}
#demo #rect-container label.label[data-v-885dc273] {
  font-weight: normal;
  color: black;
  margin-top: 12px;
  font-size: 0.8rem;
}
#demo #rect-container input[type=text][data-v-885dc273], #demo #rect-container select[data-v-885dc273] {
  background: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #979797;
  border-radius: 10px;
  border: none;
  font-size: 1rem;
  color: black;
}
#demo #rect-container input[type=text][data-v-885dc273]::placeholder, #demo #rect-container select[data-v-885dc273]::placeholder {
  color: #718396;
}
#demo #rect-container input[type=text][data-v-885dc273]::-ms-input-placeholder, #demo #rect-container select[data-v-885dc273]::-ms-input-placeholder {
  color: #718396;
}
#demo #rect-container input[data-v-885dc273]::placeholder {
  font-style: italic;
  font-size: 0.8rem;
  color: #a6a6a6;
}
#demo #rect-container select[data-v-885dc273] {
  color: black;
}
#demo #rect-container select option[data-v-885dc273]:disabled {
  color: #718396;
}
#demo #rect-container .select[data-v-885dc273]:not(.is-multiple):not(.is-loading)::after, #demo #rect-container .navbar-link[data-v-885dc273]:not(.is-arrowless)::after {
  border: none;
  font-family: "Material Icons";
  content: "\e5cf";
  transform: rotate(0);
  transform: translateY(-50%);
  color: grey;
  font-size: 1.1rem;
}
#demo #rect-container .error-noty[data-v-885dc273] {
  background: rgb(255, 73, 73);
  color: white;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
}
#demo #rect-container .calc-button[data-v-885dc273] {
  width: 100%;
  background: linear-gradient(92deg, #FFC11F 7.52%, #FF6B01 59.16%);
  color: white;
  border: none;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
}
#demo #rect-container .explain-label[data-v-885dc273] {
  font-size: 0.8rem;
}
#demo #rect-container .signup-link[data-v-885dc273] {
  font-size: 1rem;
  color: black;
}
#demo #rect-container .signup-link a[data-v-885dc273] {
  font-size: 1rem;
  color: #0162FF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#demo #rect-container .work-type-label[data-v-885dc273] {
  font-size: 1rem;
  font-weight: bold;
}
#demo #rect-container .score-explain[data-v-885dc273] {
  font-size: 0.8rem;
  color: black;
}
#demo #rect-container .signup-link1[data-v-885dc273] {
  font-size: 0.9rem;
  color: black;
}
#demo #rect-container .signup-link1 a[data-v-885dc273] {
  color: black;
  text-decoration: underline;
}
#demo #rect-container .demo-spinner[data-v-885dc273] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
#demo #rect-container .demo-spinner .spinner-title[data-v-885dc273] {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
#demo #rect-container .demo-spinner .spinner-explain[data-v-885dc273] {
  font-size: 1rem;
  text-align: center;
}
#demo #rect-container .demo-spinner .percentage-area[data-v-885dc273] {
  animation-duration: 3s;
  animation-delay: 5s;
  border-radius: 7px;
  box-sizing: border-box;
  background: #E7E7E7;
  height: 10px;
  overflow: hidden;
  position: relative;
}
#demo #rect-container .demo-spinner .percentage-area .progress-bar1[data-v-885dc273] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FF6B01;
  border-radius: 7px;
}
#demo #rect-container .demo-spinner .status-area[data-v-885dc273] {
  display: flex;
  font-size: 1rem;
  margin-top: 5px;
}
#demo #rect-container .demo-spinner .status-area .percentage[data-v-885dc273] {
  flex-basis: 60px;
  text-align: right;
}
/* @import url('vue-material/dist/vue-material.css'); */

*[data-v-49b9dc74] {
  font-family: "Mulish", "Mulish";
}
.wrapper-box[data-v-49b9dc74] {
  display: flex;
  align-items: center;
  color: black;
}
.wrapper-box > img[data-v-49b9dc74] {
  margin-right: 1rem;
}
.stats-text[data-v-49b9dc74] {
  /* font-size: 2rem; */
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
.stats-big-number[data-v-49b9dc74] {
  font-size: 30px;
  font-family: Inter, sans-serif;
  font-weight: 900;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
}
.stats-number[data-v-49b9dc74] {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: black;
}.comp-title[data-v-63348038] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  font-weight: 700;
}
.word-count-area[data-v-63348038] {
  background: var(--v-pink1Color-base);
  padding: 10px;
}
.color-dot[data-v-63348038] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.current-count[data-v-63348038] {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
  border-radius: 5px;
}
.target-count[data-v-63348038] {
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
}
.recommendation-txt[data-v-63348038] {
  color: var(--v-mainColor-base);
}#ext_checklist[data-v-4c42b433] {
  /* height: 100vh;
  overflow: auto; */
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ext_checklist .custom-border-input[data-v-4c42b433] {
  border-radius: 10px;
}
#ext_checklist .ext_container[data-v-4c42b433] {
  margin: 0px 5px;
  /* border: 1px solid rgb(255, 255, 58); */
  padding: 10px;
  border-radius: 15px;
  background: white;
  overflow-y: auto;
  position: relative;
  height: 635px;
  /* display: flex;
  flex-direction: column; */
  justify-content: center;
}
#ext_checklist .welcome-message[data-v-4c42b433] {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
#ext_checklist .must-login-text[data-v-4c42b433] {
  font-size: 14px;
  line-height: 14px;
  color: var(--v-darkGrayColor-base);
}
#ext_checklist .where-are-you-editing[data-v-4c42b433] {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
#ext_checklist .confirm-correct-page-run[data-v-4c42b433] {
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--v-green11Color-base);
  background: var(--v-green10Color-base);
  margin-bottom: 10px;
}
#ext_checklist .confirm-correct-page-run span[data-v-4c42b433] {
  font-size: 14px;
  color: var(--v-green11Color-base);
  margin-right: 5px;
}
#ext_checklist .check-login-button[data-v-4c42b433] {
  border: none;
  font-weight: bold;
  color: var(--v-profileAnchorColor-base);
  display: inline-flex;
  align-items: center;
}
#ext_checklist .check-login-button i[data-v-4c42b433] {
  font-size: 13px;
  margin-right: 5px;
}
#ext_checklist .select[data-v-4c42b433]:not(.is-multiple):not(.is-loading)::after, #ext_checklist .navbar-link[data-v-4c42b433]:not(.is-arrowless)::after {
  /*
  border: none;
  font-family: "Material Icons"; content: "\e3c8";
  transform: rotate(0);
  transform: translateY(-50%);
  font-size: 1.1rem; */
  right: 15px;
  top: 65%;
  color: #999;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  transform: rotate(0deg);
}
#ext_checklist .multiselect__placeholder[data-v-4c42b433], #ext_checklist .multiselect__input[data-v-4c42b433]::placeholder {
  color: #000000 !important;
}
#ext_checklist .multiselect[data-v-4c42b433] {
  font-size: 0.75rem;
}
#ext_checklist .error-notification[data-v-4c42b433] {
  background: var(--v-red1Color-base);
  margin-top: 10px;
  margin-bottom: 25px;
  color: black;
  border-radius: 5px;
  padding: 10px 10px;
  border-left: 5px solid var(--v-red3Color-base);
}
#ext_checklist .error-notification .info-icon[data-v-4c42b433] {
  color: var(--v-red3Color-base);
  font-size: 17px;
}
#ext_checklist .error-notification .error-title[data-v-4c42b433] {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--v-red3Color-base);
}
#ext_checklist .error-notification .error-content *[data-v-4c42b433] {
  font-size: 12px;
}
#ext_checklist .stick-area[data-v-4c42b433] {
  position: sticky;
  top: 2px;
  z-index: 100;
}
#ext_checklist .has-text-centered.stick-area[data-v-4c42b433] {
  z-index: 1;
}
#ext_checklist .custom-small-tooltip[data-v-4c42b433]:hover::before {
  min-width: 15rem;
}
#ext_checklist .content-brief-same-score-modal[data-v-4c42b433] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 243, 243, 0.904);
  padding: 0 20px;
  z-index: 9999;
}
#ext_checklist .small-font[data-v-4c42b433] {
  font-size: 14px;
}
#ext_checklist .start_btn[data-v-4c42b433] {
  width: 80%;
}
#ext_checklist .start_btn *[data-v-4c42b433] {
  font-size: 18px;
}.section-title[data-v-7d0dcdbc] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor3-base);
}
.section-title i.material-icons[data-v-7d0dcdbc] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-7d0dcdbc] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-7d0dcdbc]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-7d0dcdbc] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-7d0dcdbc] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-7d0dcdbc] {
    display: block;
}
.top-section > div[data-v-7d0dcdbc] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-7d0dcdbc] {
  font-size: 17px;
  font-weight: bold;
  margin-top: -45px;
}
.cb-section-top[data-v-7d0dcdbc] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-7d0dcdbc] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-7d0dcdbc] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-7d0dcdbc] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-7d0dcdbc] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-7d0dcdbc] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-7d0dcdbc] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-7d0dcdbc] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-7d0dcdbc] {
  font-size: 0.9rem;
}
span.icon[data-v-7d0dcdbc] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.section-info-icon[data-v-7d0dcdbc] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.content-brief-tag[data-v-7d0dcdbc] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-7d0dcdbc]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-7d0dcdbc] {
  padding-left: 0;
}
.competitor-titles ul[data-v-7d0dcdbc] {
  padding-left: 0;
}
.competitor-titles li[data-v-7d0dcdbc] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-7d0dcdbc] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-7d0dcdbc] {
  width: 100%;
}
.competitor-titles table thead th[data-v-7d0dcdbc] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-7d0dcdbc] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor3-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-7d0dcdbc]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-7d0dcdbc] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-7d0dcdbc]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-7d0dcdbc] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-7d0dcdbc]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-7d0dcdbc] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-7d0dcdbc]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-7d0dcdbc] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-7d0dcdbc]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-7d0dcdbc] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-7d0dcdbc]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor3-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-7d0dcdbc] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-7d0dcdbc] {
  color: var(--v-mainColor3-base);
  padding: 7px 0;
}
.related-question[data-v-7d0dcdbc] {
  padding-left: 0;
}
.related-question ul[data-v-7d0dcdbc] {
  padding-left: 0;
}
.related-question li[data-v-7d0dcdbc] {
  padding: 7px 0px;
}
.related-question li a[data-v-7d0dcdbc] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-7d0dcdbc] {
  padding-left: 0;
}
.competitor-headings ul[data-v-7d0dcdbc] {
  padding-left: 0;
}
.competitor-headings li[data-v-7d0dcdbc] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-7d0dcdbc] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-7d0dcdbc] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-7d0dcdbc] {
  background-color: transparent;
}
.show-hide-link[data-v-7d0dcdbc] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-7d0dcdbc] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-7d0dcdbc] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-7d0dcdbc] {
  background-color: var(--v-gray8Color-base);
  color: var(--v-gray9Color-base);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 3px 6px;
}
.view-type-selector i.material-icons[data-v-7d0dcdbc]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.view-type-selector i.material-icons[data-v-7d0dcdbc]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.view-type-selector i.material-icons.is-active[data-v-7d0dcdbc] {
  background-color: var(--v-gray12Color-base);
  color: var(--v-gray2Color-base);
}
.question-question[data-v-7d0dcdbc] {
  position: relative;
}
.question-toggle[data-v-7d0dcdbc] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-7d0dcdbc] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-7d0dcdbc] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-7d0dcdbc] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-7d0dcdbc] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-7d0dcdbc] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-7d0dcdbc] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-7d0dcdbc] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-7d0dcdbc] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-7d0dcdbc] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-7d0dcdbc] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-7d0dcdbc] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-7d0dcdbc] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-7d0dcdbc], .disp-note-btn span[data-v-7d0dcdbc] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-7d0dcdbc] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-7d0dcdbc] {
  margin-right: 20px;
}
.cb-remove-button[data-v-7d0dcdbc] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-7d0dcdbc] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-7d0dcdbc] {
  color: var(--v-mainColor3-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-7d0dcdbc] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-7d0dcdbc] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-7d0dcdbc] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-7d0dcdbc] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-7d0dcdbc] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-7d0dcdbc] {
  grid-template-columns: auto 1fr;
}
.h2_3-item[data-v-7d0dcdbc] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-7d0dcdbc] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.h2-mark[data-v-7d0dcdbc], .h3-mark[data-v-7d0dcdbc] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-7d0dcdbc] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-7d0dcdbc] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-7d0dcdbc], .v-application.theme--dark .h3-mark[data-v-7d0dcdbc] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-7d0dcdbc] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.custom-word-input[data-v-7d0dcdbc] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor3-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-7d0dcdbc]:focus-visible {
  outline: none;
}
.text-center[data-v-7d0dcdbc] {
  text-align: center;
}
.text-right[data-v-7d0dcdbc] {
  text-align: right;
}
.btn-custom-height[data-v-7d0dcdbc] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-7d0dcdbc] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-7d0dcdbc] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-7d0dcdbc] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-7d0dcdbc] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-7d0dcdbc] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}.section-title[data-v-9c2158ec] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor3-base);
}
.section-title i.material-icons[data-v-9c2158ec] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-9c2158ec] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-9c2158ec]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-9c2158ec] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-9c2158ec] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-9c2158ec] {
    display: block;
}
.top-section > div[data-v-9c2158ec] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-9c2158ec] {
  font-size: 17px;
  font-weight: bold;
  margin-top: -45px;
}
.cb-section-top[data-v-9c2158ec] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-9c2158ec] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-9c2158ec] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-9c2158ec] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-9c2158ec] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-9c2158ec] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-9c2158ec] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-9c2158ec] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-9c2158ec] {
  font-size: 0.9rem;
}
span.icon[data-v-9c2158ec] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.section-info-icon[data-v-9c2158ec] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.content-brief-tag[data-v-9c2158ec] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-9c2158ec]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-9c2158ec] {
  padding-left: 0;
}
.competitor-titles ul[data-v-9c2158ec] {
  padding-left: 0;
}
.competitor-titles li[data-v-9c2158ec] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-9c2158ec] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-9c2158ec] {
  width: 100%;
}
.competitor-titles table thead th[data-v-9c2158ec] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-9c2158ec] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor3-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-9c2158ec]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-9c2158ec] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-9c2158ec]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-9c2158ec] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-9c2158ec]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-9c2158ec] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-9c2158ec]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-9c2158ec] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-9c2158ec]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-9c2158ec] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-9c2158ec]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor3-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-9c2158ec] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-9c2158ec] {
  color: var(--v-mainColor3-base);
  padding: 7px 0;
}
.related-question[data-v-9c2158ec] {
  padding-left: 0;
}
.related-question ul[data-v-9c2158ec] {
  padding-left: 0;
}
.related-question li[data-v-9c2158ec] {
  padding: 7px 0px;
}
.related-question li a[data-v-9c2158ec] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-9c2158ec] {
  padding-left: 0;
}
.competitor-headings ul[data-v-9c2158ec] {
  padding-left: 0;
}
.competitor-headings li[data-v-9c2158ec] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-9c2158ec] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-9c2158ec] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-9c2158ec] {
  background-color: transparent;
}
.show-hide-link[data-v-9c2158ec] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-9c2158ec] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-9c2158ec] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-9c2158ec] {
  background-color: var(--v-gray8Color-base);
  color: var(--v-gray9Color-base);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 3px 6px;
}
.view-type-selector i.material-icons[data-v-9c2158ec]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.view-type-selector i.material-icons[data-v-9c2158ec]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.view-type-selector i.material-icons.is-active[data-v-9c2158ec] {
  background-color: var(--v-gray12Color-base);
  color: var(--v-gray2Color-base);
}
.question-question[data-v-9c2158ec] {
  position: relative;
}
.question-toggle[data-v-9c2158ec] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-9c2158ec] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-9c2158ec] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-9c2158ec] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-9c2158ec] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-9c2158ec] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-9c2158ec] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-9c2158ec] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-9c2158ec] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-9c2158ec] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-9c2158ec] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-9c2158ec] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-9c2158ec] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-9c2158ec], .disp-note-btn span[data-v-9c2158ec] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-9c2158ec] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-9c2158ec] {
  margin-right: 20px;
}
.cb-remove-button[data-v-9c2158ec] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-9c2158ec] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-9c2158ec] {
  color: var(--v-mainColor3-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-9c2158ec] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-9c2158ec] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-9c2158ec] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-9c2158ec] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-9c2158ec] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-9c2158ec] {
  grid-template-columns: auto 1fr;
}
.h2_3-item[data-v-9c2158ec] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-9c2158ec] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.h2-mark[data-v-9c2158ec], .h3-mark[data-v-9c2158ec] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-9c2158ec] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-9c2158ec] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-9c2158ec], .v-application.theme--dark .h3-mark[data-v-9c2158ec] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-9c2158ec] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.custom-word-input[data-v-9c2158ec] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor3-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-9c2158ec]:focus-visible {
  outline: none;
}
.text-center[data-v-9c2158ec] {
  text-align: center;
}
.text-right[data-v-9c2158ec] {
  text-align: right;
}
.btn-custom-height[data-v-9c2158ec] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-9c2158ec] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-9c2158ec] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-9c2158ec] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-9c2158ec] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-9c2158ec] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.copy-to-clipboard-button[data-v-9c2158ec] {
  width: 12px;
  margin-right: 0.3rem;
  cursor: pointer;
}
.font-large[data-v-9c2158ec] {
  font-size: 20px;
  font-weight: bold;
}
.font-bold[data-v-9c2158ec] {
  font-weight: bold;
}
.report-card-dot[data-v-9c2158ec] {
  float: right;
}
.my-notes-btn[data-v-9c2158ec] {
  display: inline-flex;
  align-items: center;
  color: var(--v-profileAnchorColor-base);
}
.my-notes-btn i[data-v-9c2158ec] {
  font-size: 12px;
  margin-right: 5px;
}
.show-hide-link[data-v-9c2158ec] {
  font-size: 0.9rem;
  line-height: 24px;
  text-decoration: none;
  color: var(--v-gray2Color-base);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.show-hide-link i[data-v-9c2158ec] {
  margin-left: -8px;
}
.show-hide-link span[data-v-9c2158ec] {
  text-decoration: underline;
}
.stoplights-box[data-v-9c2158ec] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  background: lightgray;
}
.section-count-disp[data-v-9c2158ec] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-count-disp *[data-v-9c2158ec] {
  color: var(--v-darkGrayColor-base);
}
.section-count-disp .section-count-number[data-v-9c2158ec] {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--v-mainColor3-base);
  margin-bottom: 4px;
}
.section-count-disp .section-count-label[data-v-9c2158ec] {
  font-size: 0.9rem;
}
.section-count-disp > div[data-v-9c2158ec]:first-child {
  border-right: 0.59px solid #BCBCBC;
  padding-right: 16px;
}
.excluded-terms-box[data-v-9c2158ec] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.excluded-terms-box .excluded-term[data-v-9c2158ec] {
  display: inline-block;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #EEEEEE;
  color: #484848;
}.optimization-progress .v-progress-linear__background {
  background-color: #E6E9F0 !important;
}
.optimization-progress .underoptimize-2 .v-progress-linear__determinate {
  background-color: #FF1F2D !important;
}
.optimization-progress .underoptimize-1 .v-progress-linear__determinate {
  background-color: #FF9B2D !important;
}
.optimization-progress .optimized .v-progress-linear__determinate {
  background-color: #00CD49 !important;
}.section-title[data-v-3b345ac3] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor3-base);
}
.section-title i.material-icons[data-v-3b345ac3] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-3b345ac3] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-3b345ac3]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-3b345ac3] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-3b345ac3] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-3b345ac3] {
    display: block;
}
.top-section > div[data-v-3b345ac3] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-3b345ac3] {
  font-size: 17px;
  font-weight: bold;
  margin-top: -45px;
}
.cb-section-top[data-v-3b345ac3] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-3b345ac3] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-3b345ac3] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-3b345ac3] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-3b345ac3] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-3b345ac3] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-3b345ac3] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-3b345ac3] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-3b345ac3] {
  font-size: 0.9rem;
}
span.icon[data-v-3b345ac3] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.section-info-icon[data-v-3b345ac3] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.content-brief-tag[data-v-3b345ac3] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-3b345ac3]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-3b345ac3] {
  padding-left: 0;
}
.competitor-titles ul[data-v-3b345ac3] {
  padding-left: 0;
}
.competitor-titles li[data-v-3b345ac3] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-3b345ac3] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-3b345ac3] {
  width: 100%;
}
.competitor-titles table thead th[data-v-3b345ac3] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-3b345ac3] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor3-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-3b345ac3]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-3b345ac3] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-3b345ac3]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-3b345ac3] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-3b345ac3]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-3b345ac3] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-3b345ac3]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-3b345ac3] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-3b345ac3]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-3b345ac3] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-3b345ac3]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor3-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-3b345ac3] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-3b345ac3] {
  color: var(--v-mainColor3-base);
  padding: 7px 0;
}
.related-question[data-v-3b345ac3] {
  padding-left: 0;
}
.related-question ul[data-v-3b345ac3] {
  padding-left: 0;
}
.related-question li[data-v-3b345ac3] {
  padding: 7px 0px;
}
.related-question li a[data-v-3b345ac3] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-3b345ac3] {
  padding-left: 0;
}
.competitor-headings ul[data-v-3b345ac3] {
  padding-left: 0;
}
.competitor-headings li[data-v-3b345ac3] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-3b345ac3] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-3b345ac3] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-3b345ac3] {
  background-color: transparent;
}
.show-hide-link[data-v-3b345ac3] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-3b345ac3] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-3b345ac3] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-3b345ac3] {
  background-color: var(--v-gray8Color-base);
  color: var(--v-gray9Color-base);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 3px 6px;
}
.view-type-selector i.material-icons[data-v-3b345ac3]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.view-type-selector i.material-icons[data-v-3b345ac3]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.view-type-selector i.material-icons.is-active[data-v-3b345ac3] {
  background-color: var(--v-gray12Color-base);
  color: var(--v-gray2Color-base);
}
.question-question[data-v-3b345ac3] {
  position: relative;
}
.question-toggle[data-v-3b345ac3] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-3b345ac3] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-3b345ac3] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-3b345ac3] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-3b345ac3] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-3b345ac3] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-3b345ac3] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-3b345ac3] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-3b345ac3] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-3b345ac3] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-3b345ac3] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-3b345ac3] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-3b345ac3] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-3b345ac3], .disp-note-btn span[data-v-3b345ac3] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-3b345ac3] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-3b345ac3] {
  margin-right: 20px;
}
.cb-remove-button[data-v-3b345ac3] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-3b345ac3] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-3b345ac3] {
  color: var(--v-mainColor3-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-3b345ac3] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-3b345ac3] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-3b345ac3] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-3b345ac3] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-3b345ac3] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-3b345ac3] {
  grid-template-columns: auto 1fr;
}
.h2_3-item[data-v-3b345ac3] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-3b345ac3] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.h2-mark[data-v-3b345ac3], .h3-mark[data-v-3b345ac3] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-3b345ac3] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-3b345ac3] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-3b345ac3], .v-application.theme--dark .h3-mark[data-v-3b345ac3] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-3b345ac3] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.custom-word-input[data-v-3b345ac3] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor3-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-3b345ac3]:focus-visible {
  outline: none;
}
.text-center[data-v-3b345ac3] {
  text-align: center;
}
.text-right[data-v-3b345ac3] {
  text-align: right;
}
.btn-custom-height[data-v-3b345ac3] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-3b345ac3] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-3b345ac3] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-3b345ac3] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-3b345ac3] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-3b345ac3] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.container-full-width[data-v-3b345ac3] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: -webkit-fill-available;
}
.left-column[data-v-3b345ac3] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card[data-v-3b345ac3] {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.left-column .card[data-v-3b345ac3],
.right-column .card[data-v-3b345ac3] {
  width: 100%;
}.section-title[data-v-370bf129] {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px !important;
  color: var(--v-mainColor3-base);
}
.section-title i.material-icons[data-v-370bf129] {
  font-size: 16px;
  color: var(--v-darkGrayColor-base);
}
.top-section[data-v-370bf129] {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.top-section > div[data-v-370bf129]:not(:first-child) {
  flex-basis: 0;
  flex-shrink: 0;
  min-width: 230px;
}
@media screen and (max-width: 1550px) {
.top-section[data-v-370bf129] {
    gap: 10px;
}
}
@media screen and (max-width: 1150px) {
.top-section[data-v-370bf129] {
    flex-wrap: wrap;
    gap: 8px;
}
}
@media screen and (max-width: 700px) {
.top-section[data-v-370bf129] {
    display: block;
}
.top-section > div[data-v-370bf129] {
    margin-bottom: 20px;
}
}
.score-label1[data-v-370bf129] {
  font-size: 17px;
  font-weight: bold;
  margin-top: -45px;
}
.cb-section-top[data-v-370bf129] {
  display: grid;
  grid-template-columns: 2fr 4fr 4fr 1fr;
}
@media screen and (max-width: 1150px) {
.cb-section-top[data-v-370bf129] {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 650px) {
.cb-section-top[data-v-370bf129] {
    grid-template-columns: 1fr;
}
}
.gray-1-bar[data-v-370bf129] {
  height: 1px;
  background-color: var(--v-grayColor-base);
}
.terms-removed-by-you[data-v-370bf129] {
  font-size: 13px;
  color: var(--v-gray1Color-base);
  margin-top: 15px;
}
.removed-cb-term[data-v-370bf129] {
  display: inline-flex;
}
.removed-cb-term .phrase[data-v-370bf129] {
  padding: 7px 15px;
  background-color: var(--v-gray2Color-base);
  color: var(--v-whiteColor-base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 700;
}
.removed-cb-term .recover-btn[data-v-370bf129] {
  padding: 7px 10px;
  background-color: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}
.removed-cb-term .recover-btn *[class^=material-icons][data-v-370bf129] {
  font-size: 0.9rem;
}
span.icon[data-v-370bf129] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.section-info-icon[data-v-370bf129] {
  margin-left: 5px;
  color: var(--v-mainColor3-base);
}
.content-brief-tag[data-v-370bf129] {
  display: inline-block;
  /* background: rgb(153, 153, 153); */
  /* color: white; */
  margin: 3px 3px;
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid grey;
}
.content-brief-tag span[data-v-370bf129]:nth-child(1) {
  padding-right: 3px;
  border-right: 1px solid white;
}
.competitor-titles[data-v-370bf129] {
  padding-left: 0;
}
.competitor-titles ul[data-v-370bf129] {
  padding-left: 0;
}
.competitor-titles li[data-v-370bf129] {
  padding: 7px 0px;
}
.competitor-titles li a[data-v-370bf129] {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-titles table[data-v-370bf129] {
  width: 100%;
}
.competitor-titles table thead th[data-v-370bf129] {
  color: var(--v-gray2Color-base);
  font-weight: normal;
}
.competitor-titles table td[data-v-370bf129] {
  padding: 7px 0;
  font-size: 16px;
  color: var(--v-mainColor3-base);
  vertical-align: middle;
}
.competitor-titles table tr > td[data-v-370bf129]:nth-child(1) {
  font-weight: bold;
}
.competitor-titles .current-count[data-v-370bf129] {
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.competitor-titles .current-count[data-v-370bf129]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.competitor-titles .current-count.good[data-v-370bf129] {
  color: var(--v-green7Color-base);
}
.competitor-titles .current-count.good[data-v-370bf129]::before {
  background: var(--v-green7Color-base);
}
.competitor-titles .current-count.over[data-v-370bf129] {
  color: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.over[data-v-370bf129]::before {
  background: var(--v-yellow4Color-base);
}
.competitor-titles .current-count.lower[data-v-370bf129] {
  color: var(--v-red3Color-base);
}
.competitor-titles .current-count.lower[data-v-370bf129]::before {
  background: var(--v-red3Color-base);
}
.competitor-titles .related-question-item[data-v-370bf129] {
  display: flex;
}
.competitor-titles .related-question-item > div[data-v-370bf129]:nth-child(1) {
  flex-grow: 1;
  font-size: 16px;
  color: var(--v-mainColor3-base);
}
.competitor-titles .related-question-item .fold-icon[data-v-370bf129] {
  font-size: 16px;
}
.competitor-titles .question-detail div[data-v-370bf129] {
  color: var(--v-mainColor3-base);
  padding: 7px 0;
}
.related-question[data-v-370bf129] {
  padding-left: 0;
}
.related-question ul[data-v-370bf129] {
  padding-left: 0;
}
.related-question li[data-v-370bf129] {
  padding: 7px 0px;
}
.related-question li a[data-v-370bf129] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings[data-v-370bf129] {
  padding-left: 0;
}
.competitor-headings ul[data-v-370bf129] {
  padding-left: 0;
}
.competitor-headings li[data-v-370bf129] {
  padding: 16px 20px;
  border: 0.5px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 16px;
}
.competitor-headings li a[data-v-370bf129] {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--v-link15Color-base);
}
.competitor-headings li img[data-v-370bf129] {
  width: 26px;
  height: 26px;
}
.v-application.theme--dark .current-count[data-v-370bf129] {
  background-color: transparent;
}
.show-hide-link[data-v-370bf129] {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.download-link[data-v-370bf129] {
  font-size: 12px;
  text-decoration: underline;
  color: var(--v-linkColor-base);
}
.view-type-selector[data-v-370bf129] {
  display: inline-flex;
  align-items: center;
}
.view-type-selector i.material-icons[data-v-370bf129] {
  background-color: var(--v-gray8Color-base);
  color: var(--v-gray9Color-base);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 3px 6px;
}
.view-type-selector i.material-icons[data-v-370bf129]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.view-type-selector i.material-icons[data-v-370bf129]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.view-type-selector i.material-icons.is-active[data-v-370bf129] {
  background-color: var(--v-gray12Color-base);
  color: var(--v-gray2Color-base);
}
.question-question[data-v-370bf129] {
  position: relative;
}
.question-toggle[data-v-370bf129] {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: flex-end;
}
.content-brief-box[data-v-370bf129] {
  background: var(--v-cardBg-base);
  padding: 15px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: 1px solid var(--v-grayColor-base);
}
.fold_icon[data-v-370bf129] {
  font-size: 1.5rem;
  color: var(--v-grayColor-base);
}
.google-result-columns[data-v-370bf129] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1300px) {
.google-result-columns[data-v-370bf129] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 850px) {
.google-result-columns[data-v-370bf129] {
    grid-template-columns: 1fr;
}
}
.cb-tag[data-v-370bf129] {
  font-size: 0.55rem;
  padding: 2px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.must-use[data-v-370bf129] {
  background: var(--v-redColor-base);
}
.secondary-kw[data-v-370bf129] {
  border: 1px solid #b1fd5b;
  background-color: #c9ff8b;
  color: rgb(80, 80, 80);
}
.nlp-term[data-v-370bf129] {
  border: 1px solid #72bef0;
  background-color: #a9cde6;
  color: rgb(80, 80, 80);
}
.google-nlp-term[data-v-370bf129] {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: rgb(255, 255, 255);
}
.disp-note-btn[data-v-370bf129] {
  display: inline-flex;
  margin-left: 10px;
  margin-right: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.disp-note-btn img[data-v-370bf129] {
  width: 12px;
  height: auto;
  margin-right: 3px;
}
.disp-note-btn a[data-v-370bf129], .disp-note-btn span[data-v-370bf129] {
  color: var(--v-link15Color-base);
  font-size: 0.8rem;
}
.target-range[data-v-370bf129] {
  display: inline-block;
  min-width: 85px;
}
.download-area[data-v-370bf129] {
  margin-right: 20px;
}
.cb-remove-button[data-v-370bf129] {
  border: 1px solid #e98d00;
  color: #e98d00;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.65rem;
  background: transparent;
  cursor: pointer;
}
.no-secondary-keywords[data-v-370bf129] {
  color: orange;
  padding: 3px 15px;
}
.big-number[data-v-370bf129] {
  color: var(--v-mainColor3-base);
  font-size: 30px;
  font-weight: bold;
}
.summary-section-on-editor[data-v-370bf129] {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary-section-on-editor .item-label[data-v-370bf129] {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.show-as-mobileview .top-section[data-v-370bf129] {
  display: block;
}
.show-as-mobileview .top-section > div[data-v-370bf129] {
  margin-bottom: 20px;
}
.show-as-mobileview .section-title[data-v-370bf129] {
  font-size: 16px;
}
.show-as-mobileview .cb-section-top[data-v-370bf129] {
  grid-template-columns: auto 1fr;
}
.h2_3-item[data-v-370bf129] {
  margin: 7px 0px 7px 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.h2_3-item .text[data-v-370bf129] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.h2-mark[data-v-370bf129], .h3-mark[data-v-370bf129] {
  border-radius: 2px;
  padding: 1px;
  font-size: 0.8rem;
  font-weight: 700;
}
.h2-mark[data-v-370bf129] {
  color: var(--v-link10Color-base);
  border: 1px solid var(--v-link10Color-base);
  background-color: var(--v-link11Color-base);
}
.h3-mark[data-v-370bf129] {
  color: var(--v-red7Color-base);
  border: 1px solid var(--v-red7Color-base);
  background-color: var(--v-red8Color-base);
}
.v-application.theme--dark .h2-mark[data-v-370bf129], .v-application.theme--dark .h3-mark[data-v-370bf129] {
  background-color: transparent;
}
.no-h2-or-h3-item[data-v-370bf129] {
  margin: 7px 0px 7px 3px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.custom-word-input[data-v-370bf129] {
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor3-base);
  width: 60px;
  height: 25px;
  padding: 2px 3px;
}
.custom-word-input[data-v-370bf129]:focus-visible {
  outline: none;
}
.text-center[data-v-370bf129] {
  text-align: center;
}
.text-right[data-v-370bf129] {
  text-align: right;
}
.btn-custom-height[data-v-370bf129] {
  height: 26px !important;
  width: max-content !important;
  padding: 0 8px !important;
}
.btn-custom-height span[data-v-370bf129] {
  font-size: 12px !important;
  font-weight: 700 !important;
}
.primary-color[data-v-370bf129] {
  color: #FF5700 !important;
}
.mt10 button .v-btn__content[data-v-370bf129] {
  opacity: 1 !important;
}
.bottom-border-custom[data-v-370bf129] {
  border-bottom: 0.5px solid #CCCCCC;
}
.active-tab[data-v-370bf129] {
  border: 1px solid #FF5700 !important;
  background-color: rgba(255, 237, 221, 0.2) !important;
}
.section-name[data-v-370bf129] {
  font-weight: 800;
  font-size: 17px;
  color: var(--v-mainColor3-base);
}
.page-structure-table[data-v-370bf129] {
  width: 100%;
}
.page-structure-table th[data-v-370bf129] {
  padding: 12px 0px;
  color: var(--v-darkGrayColor-base);
}
.page-structure-table td[data-v-370bf129] {
  border-top: 1px solid var(--v-gray8Color-base);
  padding: 12px 0px;
  color: var(--v-mainColor3-base);
  font-weight: bold;
}
ul.competitor-titles-ul[data-v-370bf129] {
  padding-left: 0;
}
li[data-v-370bf129] {
  padding: 10px 0px;
  border-bottom: 1px solid var(--v-gray8Color-base);
}
li a[data-v-370bf129] {
  font-size: 15px;
  font-weight: bold;
  color: var(--v-link1Color-base);
}.pagerun-tabs-v2 > ul[data-v-9138550a] {
  display: flex;
  background-color: var(--v-gray8Color-base);
  border-radius: 5px;
  padding: 4px;
}
.pagerun-tabs-v2 > ul li[data-v-9138550a] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
}
.pagerun-tabs-v2 > ul li a[data-v-9138550a] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  width: 100%;
  justify-content: center;
}
.pagerun-tabs-v2 .is-active[data-v-9138550a] {
  background-color: var(--v-whiteColor-base);
}
.pagerun-tabs-v2 a[data-v-9138550a],
.pagerun-tabs-v2 span[data-v-9138550a] {
  font-size: 1rem;
  font-weight: normal;
  color: var(--v-mainColor3-base);
  text-transform: uppercase;
}.ai-stepper[data-v-3405379e] {
  padding: 20px;
  border-bottom: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.step[data-v-3405379e] {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.step .spot[data-v-3405379e] {
  cursor: pointer;
  border: 1px solid var(--v-grayColor-base);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--v-grayColor-base);
}
.step .spot.succeed[data-v-3405379e] {
  background: var(--v-green7Color-base);
  border: none;
}
.step .spot.current[data-v-3405379e] {
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
}
.step .spot .material-icons[data-v-3405379e] {
  font-size: 20px;
  color: var(--v-whiteColor-base);
}
.step .spot-label[data-v-3405379e] {
  font-size: 14px;
  color: var(--v-mainColor3-base);
  line-height: 1.6;
  cursor: pointer;
}.ai-writer-head-main[data-v-0d31c835] {
  padding: 25px 30px;
  background: #E9F3FF;
  border-radius: 4px;
}
.ai-writer-head-main .page-title[data-v-0d31c835] {
  color: var(--v-mainColor3-base);
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.ai-writer-head-main .mode-label[data-v-0d31c835] {
  border: 0.61px solid var(--v-mainColor3-base);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 4px;
}
.ai-writer-head-main .mode-label i[data-v-0d31c835] {
  font-size: 0.85rem;
  margin-left: -2px;
}
.ai-writer-head-main .page-url[data-v-0d31c835] {
  display: flex;
}
.ai-writer-head-main .page-url a[data-v-0d31c835] {
  color: #0075FF;
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.ai-writer-head-main .page-url a:hover span[data-v-0d31c835] {
  text-decoration: underline;
}
.ai-writer-head-main .page-url a i[data-v-0d31c835] {
  font-size: 0.8rem;
}
.theme--dark .ai-writer-head-main[data-v-0d31c835] {
  background-color: #000;
}.font-large[data-v-18bdf465] {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.credits-breakdown-ul[data-v-18bdf465] {
  list-style: initial;
}
.credits-breakdown-ul > li[data-v-18bdf465]:not(:last-child) {
  margin-bottom: 8px;
}
.credits-breakdown-ul ul[data-v-18bdf465] {
  margin-top: 2px;
  list-style: initial;
}
.credits-breakdown-ul ul li[data-v-18bdf465] {
  margin-bottom: 2px;
}.font-large[data-v-ccc30483] {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.credits-breakdown-ul[data-v-ccc30483] {
  list-style: initial;
}
.credits-breakdown-ul > li[data-v-ccc30483]:not(:last-child) {
  margin-bottom: 8px;
}
.credits-breakdown-ul ul[data-v-ccc30483] {
  margin-top: 2px;
  list-style: initial;
}
.credits-breakdown-ul ul li[data-v-ccc30483] {
  margin-bottom: 2px;
}
.notify-label[data-v-ccc30483] {
  color: var(--v-mainColor3-base);
}.credits-overview[data-v-26daf70f] {
  padding: 7px;
  border-radius: 5px;
}
.credits-overview[data-v-26daf70f]:hover {
  background-color: var(--v-gray7Color-base);
}
.dollar-icon[data-v-26daf70f] {
  background-color: #25A97A;
  border-radius: 50px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.dollar-icon i[data-v-26daf70f] {
  font-size: 0.9rem;
  color: #fff;
  line-height: 16px;
  margin-left: 1px;
}
.credits-breakdown-dropdown[data-v-26daf70f] .dropdown-content {
  background: var(--v-whiteColor-base);
}.table-of-content-side-bar[data-v-89f9328b] {
  background: var(--v-whiteColor-base);
  flex-basis: 300px;
  flex-shrink: 0;
  border-right: 1px solid var(--v-grayColor-base);
  padding: 20px 10px 20px 15px;
  overflow-y: auto;
}
.table-of-content-side-bar .hide-icon[data-v-89f9328b] {
  font-size: 1.5rem;
  color: #5f6368;
  cursor: pointer;
}
.table-of-content-side-bar .sidebar-label[data-v-89f9328b] {
  margin: 30px 0;
  text-transform: uppercase;
}
.table-of-content-side-bar .article-title[data-v-89f9328b] {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 110%;
}
.table-of-content-side-bar .h2-link[data-v-89f9328b],
.table-of-content-side-bar .h3-link[data-v-89f9328b] {
  margin-top: 15px;
  cursor: pointer;
  line-height: 110%;
}
.table-of-content-side-bar .h2-link[data-v-89f9328b] {
  font-size: 0.85rem;
  margin-left: 10px;
}
.table-of-content-side-bar .h3-link[data-v-89f9328b] {
  font-size: 0.8rem;
  margin-left: 30px;
}
.table-of-content-side-bar .h2-link[data-v-89f9328b]:hover,
.table-of-content-side-bar .h3-link[data-v-89f9328b]:hover {
  color: var(--v-profileAnchorColor-base);
  text-decoration: underline;
  font-weight: 700;
}.start-page[data-v-8eb2d5cc] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--v-mainBgColor-base);
  z-index: 10;
  overflow: auto;
}
.start-page .start-page-container[data-v-8eb2d5cc] {
  display: flex;
  flex-direction: column;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
}
.start-page .welcome-title[data-v-8eb2d5cc] {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 800;
  color: var(--v-mainColor3-base);
}
.start-page .base-text-style[data-v-8eb2d5cc] {
  font-size: 1rem;
  color: var(--v-mainColor3-base);
}
.start-page .writing-mode-options[data-v-8eb2d5cc] {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.start-page .writing-mode-options > div[data-v-8eb2d5cc] {
  flex: 1;
  border: 0.5px solid var(--v-normalLightGray-base);
  border-radius: 10px;
  padding: 18px;
  background: var(--v-whiteColor-base);
}
.start-page .writing-mode-options .icon-badge[data-v-8eb2d5cc] {
  background: #F2F7FD;
  padding: 8px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 38px;
  height: 38px;
}
.start-page .writing-mode-options .icon-badge i[data-v-8eb2d5cc] {
  font-size: 1.6rem;
  color: #3E65B7;
}
.start-page .writing-mode-options .base-text-style[data-v-8eb2d5cc] {
  font-size: 0.9rem;
}
.start-page .writing-mode-options .v-btn[data-v-8eb2d5cc] {
  text-transform: none;
  border-color: #CCC;
}
.start-page .tip-before-use[data-v-8eb2d5cc] {
  background: #E9F3FF;
  border: 1px solid #316BFF;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}
.start-page .tip-before-use .tip-text[data-v-8eb2d5cc] {
  font-size: 0.85rem;
  line-height: 1.5;
}
.start-page .tip-before-use .action-btn[data-v-8eb2d5cc] {
  border: 0.5px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  letter-spacing: initial;
  border-radius: 8px;
  margin-top: 0 !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.start-page .tip-before-use .action-btn .v-btn__content[data-v-8eb2d5cc] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.start-page .tip-before-use .action-btn .v-btn__content span[data-v-8eb2d5cc] {
  font-weight: normal;
  font-size: 0.85rem;
}
.start-page .tip-before-use .action-btn i[data-v-8eb2d5cc] {
  color: var(--v-grayColor-base);
}
.start-page .tip-before-use .next-btn[data-v-8eb2d5cc] {
  border: none;
  background: var(--v-whiteColor-base);
  letter-spacing: initial;
  border-radius: 5px;
  margin-top: 0 !important;
  min-width: 28px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.start-page .tip-before-use .next-btn .v-btn__content span[data-v-8eb2d5cc] {
  font-weight: normal;
  font-size: 0.85rem;
}
.theme--dark .tip-before-use[data-v-8eb2d5cc] {
  border: 0.5px solid #52555C;
  background: #1B252F;
  color: var(--v-mainColor3-base);
}
@media screen and (max-width: 800px) {
.start-page[data-v-8eb2d5cc] {
    display: block;
}
}.writing-mode-options .v-btn .v-btn__content {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9rem;
}.v-input--selection-controls[data-v-820352aa] {
  margin-top: 0;
  padding-top: 0;
}
.silo-tip[data-v-820352aa] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 10px;
  border-radius: 4px;
}
.theme--dark .silo-tip[data-v-820352aa] {
  border: 0.5px solid #52555C;
  background: #1B252F;
  color: var(--v-mainColor3-base);
}
.recommended-label[data-v-820352aa] {
  background-color: #D6FBEE;
  color: #25A97A;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 4px;
}
.info-url[data-v-820352aa] {
  display: flex;
}
.info-url a[data-v-820352aa] {
  color: #316BFF;
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.info-url a:hover span[data-v-820352aa] {
  text-decoration: underline;
}
.info-url a i[data-v-820352aa] {
  font-size: 0.8rem;
}
[data-v-820352aa] .number-of-words-field fieldset {
  top: 0 !important;
  border: 2px solid #DEDEDE;
}
[data-v-820352aa] .number-of-words-field .v-input__slot {
  min-height: 38px !important;
}
[data-v-820352aa] .number-of-words-field legend {
  display: none;
}
[data-v-820352aa] .number-of-words-field label {
  position: initial !important;
  transform: initial !important;
  text-overflow: initial !important;
  max-width: initial !important;
  overflow: initial !important;
  height: 34px;
  max-height: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.8rem;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid #DEDEDE;
}.select-competitors-table[data-v-79b691a5] {
  width: 100%;
}
.select-competitors-table th[data-v-79b691a5] {
  background: var(--v-gray7Color-base);
  border-bottom: 1px solid var(--v-grayColor-base);
  color: var(--v-mainColor3-base);
  padding: 12px 10px;
  font-size: 0.8rem;
  font-weight: 500;
}
.select-competitors-table td[data-v-79b691a5] {
  padding: 12px 10px;
  border-bottom: 1px solid var(--v-grayColor-base);
  vertical-align: middle;
}
.select-competitors-table .link[data-v-79b691a5] {
  color: var(--v-link15Color-base);
}
.select-competitors-table .competitor-title[data-v-79b691a5] {
  color: var(--v-mainColor3-base);
  font-weight: 700;
  font-size: 0.9rem;
}
.select-competitors-table .word-count-cell[data-v-79b691a5] {
  text-align: center;
  color: var(--v-mainColor3-base);
  font-size: 0.8rem;
  font-weight: 700;
}[data-v-7e376b0b] .exclude-terms-multiselect ul.multiselect__content {
  margin-top: 0;
  margin-left: 0;
}.not-recommended-label[data-v-6791443e] {
  background-color: #FFECEC;
  color: #D62323;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 4px;
}.select-content-prompt-table[data-v-f2018d48] {
  width: 100%;
}
.select-content-prompt-table th[data-v-f2018d48] {
  background: var(--v-gray7Color-base);
  border-bottom: 1px solid var(--v-grayColor-base);
  color: var(--v-darkGrayColor-base);
  padding: 12px 10px;
  font-size: 0.8rem;
  font-weight: 500;
}
.select-content-prompt-table td[data-v-f2018d48] {
  padding: 12px 10px;
  border-bottom: 1px solid var(--v-grayColor-base);
  vertical-align: middle;
  color: var(--v-mainColor3-base);
}
.select-content-prompt-table .credit-1[data-v-f2018d48],
.select-content-prompt-table .credit-0[data-v-f2018d48] {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 0.67rem;
  padding: 7px 13px;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.select-content-prompt-table .credit-1[data-v-f2018d48] {
  background: var(--v-yellow7Color-base);
  color: var(--v-yellow8Color-base);
}
.select-content-prompt-table .credit-0[data-v-f2018d48] {
  background: var(--v-link9Color-base);
  color: var(--v-blue5Color-base);
}
.select-content-prompt-table tr.remove-bottom-border td[data-v-f2018d48] {
  border-bottom: 0 !important;
}.readability-level-select .v-menu__content[data-v-2df7ba66] {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}.optimization-level-option[data-v-8c09756b] {
  letter-spacing: initial;
  border-color: var(--v-gray12Color-base);
}
.optimization-level-option.active[data-v-8c09756b] {
  border-color: #FF5C00;
  background-color: #FFF6F1;
}.gpt-key-text-field[data-v-132b8a33] {
  margin-top: -4px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gpt-key-text-field[data-v-132b8a33] fieldset {
  border-width: 1px !important;
  border-right: none;
  border-color: var(--v-gray12Color-base);
}
.gpt-key-text-field[data-v-132b8a33] input {
  color: var(--v-mainColor3-base);
}
.gpt-key-save-btn[data-v-132b8a33] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.global-openai-key-box[data-v-132b8a33] {
  padding: 10px;
  border: 1px solid var(--v-grayColor-base);
  border-radius: 3px;
}.configs-collapsible[data-v-b091d52f] {
  box-shadow: none;
  border: 0.5px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  border-radius: 0.25rem;
}
.configs-collapsible[data-v-b091d52f]:not(:last-child) {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.configs-collapsible[data-v-b091d52f]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.configs-collapsible .card-header[data-v-b091d52f] {
  background-color: var(--v-whiteColor-base) !important;
  box-shadow: none;
}
.configs-collapsible .card-header[aria-expanded=true][data-v-b091d52f] {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-mainColor3-base);
}
.configs-collapsible .card-header-title[data-v-b091d52f] {
  padding: 1rem 1rem;
  color: var(--v-mainColor3-base);
}
.configs-collapsible .card-header-title .config-left[data-v-b091d52f] {
  width: 310px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.configs-collapsible .card-header-title .config-left .required-label[data-v-b091d52f] {
  background-color: var(--v-gray7Color-base);
  color: var(--v-gray2Color-base);
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  padding: 2px 4px;
}
.config-status[data-v-b091d52f] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--v-gray12Color-base);
}
.config-status i[data-v-b091d52f] {
  color: #fff;
  font-size: 0.8rem;
}
.config-status.is-selected[data-v-b091d52f] {
  background-color: #38C98C;
  border: none;
}
.config-status.is-error[data-v-b091d52f] {
  background-color: #FF1F2D;
  border: none;
}
.is-loading[data-v-b091d52f]::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}.subheading-info[data-v-0e5bec0e] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.subheading-info > span[data-v-0e5bec0e]:nth-child(1) {
  background: var(--v-gray7Color-base);
  border-radius: 5px;
  padding: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.subheading-info > span[data-v-0e5bec0e]:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.select-paragraph-box[data-v-0e5bec0e] {
  margin-top: 5px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 var(--v-gray2Color-base);
}
.close-btn[data-v-0e5bec0e] {
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
}
.tab-root[data-v-0e5bec0e] {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--v-grayColor-base);
}
.tab-root > div[data-v-0e5bec0e] {
  color: var(--v-mainColor3-base);
  font-size: 1rem;
  padding: 5px;
}
.tab-root > div.is-active[data-v-0e5bec0e] {
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.paragraphs[data-v-0e5bec0e] {
  min-height: 300px;
  max-height: 40vh;
  overflow-y: auto;
}
.paragraphs > div[data-v-0e5bec0e] {
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: var(--v-mainColor3-base);
  background: var(--v-gray7Color-base);
}
.paragraphs .sub-heading-row[data-v-0e5bec0e] {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--v-mainColor3-base);
}.p-settings-area[data-v-bfcadb7c] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-settings-area > *[data-v-bfcadb7c] {
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
}
.p-settings-area > *.is-active[data-v-bfcadb7c] {
  border: 1px solid var(--v-profileAnchorColor-base) !important;
}
.p-settings-area > * .box-top-icon-wrapper[data-v-bfcadb7c] {
  background: var(--v-gray7Color-base);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.p-settings-area > * .box-top-icon-wrapper .box-top-icon[data-v-bfcadb7c] {
  font-size: 3rem;
  color: #98B1C3;
}
.p-settings-area > * .box-top-text[data-v-bfcadb7c] {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--v-mainColor3-base);
}
.p-settings-area > * .option-label[data-v-bfcadb7c] {
  background-color: #F3F3F3;
  color: #7A7D84;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 4px;
}
.p-settings-area ul[data-v-bfcadb7c] {
  list-style: disc;
}
.p-settings-area ul li[data-v-bfcadb7c] {
  margin-top: 10px;
}.radio-box-row {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.radio-box-row span {
  color: var(--v-mainColor3-base);
}
.radio-box-row .checkbox-text {
  flex-grow: 1;
}
.revision-selector .revision-option {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.revision-selector .revision-option.revision-option-active {
  background-color: #FFF6F1;
  border: 1px solid #FF5C00;
}
.revision-selector .recommended-label {
  background-color: #D6FBEE;
  color: #25A97A;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 4px;
}
.theme--dark .revision-selector .revision-option.revision-option-active {
  background-color: #333;
  border: 1px solid #FF5C00;
  color: inherit;
}
.user-input-paragraph {
  background-color: var(--v-gray7Color-base);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.user-input-paragraph .user-input-paragraph-textarea > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.2) !important;
  top: -10px;
}
.user-input-paragraph .user-input-paragraph-textarea > .v-input__control > .v-input__slot textarea {
  margin-top: 4px !important;
}
.user-input-paragraph.user-input-paragraph-H3 {
  margin-left: 40px;
}
.tag-symbol-span {
  border-radius: 5px;
  margin-right: 10px;
  color: var(--v-gray2Color-base);
  border: 0.5px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 8px;
}.meta-section[data-v-bee7ab15] {
  border-radius: 5px;
  border: 1px dashed var(--v-grayColor-base);
  padding: 20px 30px;
  margin-bottom: 50px;
}
.meta-section .meta-section-label[data-v-bee7ab15] {
  padding: 0 10px;
  background-color: var(--v-whiteColor-base);
  color: var(--v-gray2Color-base);
  line-height: 20px;
  margin-top: -32px;
  width: max-content;
  margin-bottom: 12px;
}
.meta-section .meta-section-content[data-v-bee7ab15] {
  line-height: 1.7;
}
.article-actions-head[data-v-bee7ab15] {
  background-color: var(--v-gray8Color-base);
  margin-bottom: 50px;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}.title-label[data-v-8a9a3589] {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--v-mainColor3-base);
}[data-v-3fac59f2] table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--v-gray7Color-base);
  padding: 10px;
}
[data-v-3fac59f2] tr td {
  padding: 10px;
}
[data-v-3fac59f2] tr th {
  padding: 10px;
}
[data-v-3fac59f2] th {
  background-color: var(--v-gray7Color-base);
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
[data-v-3fac59f2] tr td {
  border: 1px solid var(--v-gray7Color-base);
}
[data-v-3fac59f2] div.notify-label {
  border: 0.5px solid #3161FF;
  color: var(--v-mainColor3-base) !important;
  font-weight: normal !important;
}
[data-v-3fac59f2] strong {
  color: inherit !important;
}
[data-v-3fac59f2] .settings-area {
  padding: 24px;
  overflow-x: initial;
}
[data-v-3fac59f2] .settings-option-box {
  background-color: var(--v-gray7Color-base) !important;
  border-radius: 8px !important;
}
[data-v-3fac59f2] .ai-results-area {
  position: relative;
}
[data-v-3fac59f2] .ai-results-area.is-loading::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline {
  border-radius: 0px 0px 5px 5px;
  padding: 0px 0px 16px 0px;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .outline-title {
  font-size: 1.5rem;
  font-weight: 800;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .ai-outline-item {
  border: 0.5px solid var(--v-grayColor-base);
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .drag-indicator {
  font-size: 1.2rem;
  color: var(--v-gray2Color-base);
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .outline-row-subheading {
  display: inline-flex;
  cursor: pointer;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .outline-row-subheading.editing {
  display: flex;
  background: var(--v-gray8Color-base);
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .outline-row-subheading .text-part {
  flex-grow: 1;
}
[data-v-3fac59f2] .ai-results-area .ai-result-outline .outline-row-subheading.h2-indent {
  font-weight: 800;
}
[data-v-3fac59f2] .ai-results-area .search-engines-only {
  display: inline-flex;
  align-items: center;
  background: var(--v-link9Color-base);
  color: var(--v-link3Color-base) !important;
  padding: 8px;
  border-radius: 3px;
}
[data-v-3fac59f2] .ai-results-area .search-engines-only i {
  font-size: 0.75rem;
  color: var(--v-link3Color-base) !important;
  margin-right: 5px;
}
[data-v-3fac59f2] .ai-results-area .search-engines-only span {
  font-size: 0.6rem;
  line-height: 100%;
  color: var(--v-link3Color-base) !important;
  font-weight: 800;
  text-wrap: nowrap;
  text-transform: uppercase !important;
}
[data-v-3fac59f2] .ai-results-area input.edit-ai-result-input {
  border: 1px solid #38C98C;
  background: var(--v-whiteColor-base);
  color: var(--v-blackColor-base);
  padding: 0px 5px;
  border-radius: 5px;
  cursor: pointer;
}
[data-v-3fac59f2] .ai-results-area input.edit-ai-result-input:focus-visible {
  outline: #38C98C;
}
[data-v-3fac59f2] .ai-results-area .editable-ai-result-text {
  padding: 2px 4px;
  border-radius: 2px;
}
[data-v-3fac59f2] .ai-results-area .editable-ai-result-text:hover {
  background-color: var(--v-gray7Color-base);
}
[data-v-3fac59f2] .ai-results-area .change-tag-select {
  border-radius: 5px;
  padding: 2px 4px;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--v-whiteColor-base);
}
[data-v-3fac59f2] .ai-results-area .change-tag-select.h2-selected {
  background: var(--v-link10Color-base);
}
[data-v-3fac59f2] .ai-results-area .change-tag-select.h3-selected {
  background: var(--v-red7Color-base);
}
[data-v-3fac59f2] .ai-results-area .action-btn {
  border: 0.5px solid var(--v-gray15Color-base);
  background: var(--v-whiteColor-base);
  border-radius: 4px;
}
[data-v-3fac59f2] .ai-results-area .action-btn .material-icons,[data-v-3fac59f2] .ai-results-area .action-btn .material-icons-outlined {
  font-size: 1rem;
  padding: 3px;
  color: var(--v-gray2Color-base);
}
[data-v-3fac59f2] .ai-results-area .action-btn.action-btn-lg {
  padding: 3px;
}
[data-v-3fac59f2] .ai-results-area .tag-symbol-span {
  border-radius: 5px;
  margin-right: 10px;
  color: #6B6C6E;
  border: 0.5px solid #CCCCCC;
  background-color: #F1F2F4;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 8px;
}
[data-v-3fac59f2] .ai-results-area .intro-tag {
  font-size: 0.75rem;
}
[data-v-3fac59f2] .ai-results-area .h1-tag {
  font-size: 0.75rem;
}
[data-v-3fac59f2] .ai-results-area .h2-tag {
  font-size: 0.65rem;
}
[data-v-3fac59f2] .ai-results-area .h3-tag {
  padding: 2px 6px;
  font-size: 0.6rem;
  font-weight: 700;
}
[data-v-3fac59f2] .ai-results-area .h2-indent {
  margin-left: 13px;
}
[data-v-3fac59f2] .ai-results-area .h2-indent .text-part {
  font-size: 0.9rem;
}
[data-v-3fac59f2] .ai-results-area .h3-indent {
  margin-left: 28px;
}
[data-v-3fac59f2] .ai-results-area .h3-indent .text-part {
  font-size: 0.8rem;
}
[data-v-3fac59f2] .ai-results-area .table-of-content-box {
  border-radius: 5px;
  background: var(--v-gray7Color-base);
  padding: 20px 20px;
}
[data-v-3fac59f2] .ai-results-area .table-of-content-box .top-part {
  display: flex;
  align-items: center;
  gap: 10px;
}
[data-v-3fac59f2] .ai-results-area .table-of-content-box .top-part img {
  width: 20px;
  height: auto;
}
[data-v-3fac59f2] .ai-results-area .table-of-content-box .top-part span {
  font-size: 1rem;
  font-weight: 800;
}
[data-v-3fac59f2] .ai-results-area .table-of-content-box .text-part {
  flex-grow: 1;
}
[data-v-3fac59f2] .ai-results-area .result-one-section .title-row {
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
[data-v-3fac59f2] .ai-results-area .result-one-section .title-row .text-part {
  flex-grow: 1;
}
[data-v-3fac59f2] .ai-results-area .result-one-section .title-row .h1-size {
  font-size: 1rem;
}
[data-v-3fac59f2] .ai-results-area .result-one-section .paragraph-individual-area {
  border: 2px dashed var(--v-gray15Color-base);
  border-top: none;
  border-radius: 0px 0px 5px 5px;
  padding: 15px;
  background: var(--v-gray33Color-base);
}
[data-v-3fac59f2] .ai-results-area .content-prompt-placeholder {
  padding: 20px 10px;
  background: var(--v-gray7Color-base);
  border-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-placeholder.is-empty {
  background: #f6f9fc;
  font-size: 1rem;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-placeholder .main-icon {
  font-size: 3rem;
  color: var(--v-grayColor-base);
}
[data-v-3fac59f2] .ai-results-area .content-prompt-placeholder.image-placeholder .main-icon {
  font-size: 5rem;
  color: var(--v-grayColor-base);
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container {
  text-align: center;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div {
  position: relative;
  display: inline-block;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div img {
  min-width: 525px;
  min-height: 300px;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div .overlay {
  background: linear-gradient(360deg, rgba(0, 0, 20, 0.7) 0%, rgba(0, 0, 20, 0.4) 38.05%, rgba(0, 0, 20, 0.7) 105.38%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div .overlay .v-btn {
  padding: 0 8px;
  min-width: initial;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div .overlay i {
  font-size: 1.5rem;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div .overlay * {
  color: #fff;
  font-size: 1rem;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div .overlay .v-btn.copy-btn {
  padding: 6px 3px !important;
  height: initial;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-container > div:hover .overlay {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
[data-v-3fac59f2] .ai-results-area .ai-generated-image-disclaimer {
  max-width: 650px;
  font-size: 0.95rem !important;
  color: var(--v-gray50Color-base);
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section {
  /* background: var(--v-green17Color-base); */
  border-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .empty-case {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1.5px solid #e3e2e2;
  border-bottom: 3.5px solid #e3e2e2;
  border-radius: 5px;
  padding: 8px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .empty-case span {
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .empty-case strong {
  font-size: 1rem;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result ul,[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result ol {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 16px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result ul li,[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result ol li {
  padding-top: 5px;
  font-size: 1rem;
  line-height: 150%;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table th,[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table td {
  padding: 10px 15px;
  border: solid 1px #cccccc;
  border-style: none solid solid none;
  font-size: 1rem;
  line-height: 150%;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table th {
  font-weight: 800;
  background: #f6f9fc;
  border-bottom: none;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table th:first-child {
  border-top-left-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table th:last-child {
  border-top-right-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr:first-child th,[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr:first-child td {
  border-top-style: solid;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr th:first-child,[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result table tr td:first-child {
  border-left-style: solid;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result p:has(em) {
  text-align: center;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result .faq-item {
  counter-increment: faq;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result .faq-item:first-child {
  counter-reset: faq 0;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result .faq-item h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
[data-v-3fac59f2] .ai-results-area .content-prompt-ai-result-section .content-promopt-one-signal-result .faq-item h4:before {
  content: counters(faq, "") ". ";
}
[data-v-3fac59f2] .ai-results-area .main-content-normal {
  display: flex;
  gap: 10px;
  color: var(--v-blackColor-base);
  margin-top: 20px;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part {
  flex-grow: 1;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part,[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part p,[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part div,[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part mark,[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part li {
  font-size: 1rem;
  line-height: 150%;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part .main-content-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--v-blackColor-base);
  line-height: 110%;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .text-part a {
  color: var(--v-link1Color-base) !important;
  font-weight: 800;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .action-part {
  flex-basis: 140px;
  flex-shrink: 0;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .action-part > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .action-part .expand-collapse {
  color: #595959;
}
[data-v-3fac59f2] .ai-results-area .main-content-normal .action-part .block-type {
  color: var(--v-mainColor3-base);
  background: var(--v-whiteColor-base);
  font-weight: 500;
  border-radius: 100vh;
  padding: 8px 8px;
  box-shadow: 0 0 5px 0 var(--v-grayColor-base);
}
[data-v-3fac59f2] .ai-results-area .main-content-h2 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 110%;
  color: var(--v-blackColor-base);
}
[data-v-3fac59f2] .ai-results-area .main-content-h3 {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 110%;
  color: var(--v-blackColor-base);
}
[data-v-3fac59f2] .ai-results-area .ai-result-full-as-google-doc-style {
  margin: 20px 0 10px 0;
  background: var(--v-whiteColor-base);
}
[data-v-3fac59f2] .ai-results-area .one-grouped-block {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
[data-v-3fac59f2] .ai-results-area .editing-p-block {
  background: var(--v-lightYellow2Color-base);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
[data-v-3fac59f2] .ai-results-area .editing-p-block .expand-collapse,[data-v-3fac59f2] .ai-results-area .editing-p-block .block-type {
  color: var(--v-profileAnchorColor-base) !important;
}
[data-v-3fac59f2] .ai-results-area .with-tag-block {
  display: flex;
}
[data-v-3fac59f2] .ai-results-area .with-tag-block > div:nth-child(1) {
  flex-basis: 35px;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6e6e6e;
}
[data-v-3fac59f2] .ai-results-area .with-tag-block > div:nth-child(1).h1 {
  padding-top: 8px;
}
[data-v-3fac59f2] .ai-results-area .with-tag-block > div:nth-child(1).h2 {
  padding-top: 4px;
}
[data-v-3fac59f2] .ai-results-area .with-tag-block > div:nth-child(2) {
  flex-grow: 1;
}
[data-v-3fac59f2] .ai-results-area .selected .outline-row-subheading {
  background-color: var(--v-grayColor-base) !important;
}
.ai-writer-root[data-v-3fac59f2] {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.ai-writer-root .ai-writer-main-area[data-v-3fac59f2] {
  flex-grow: 1;
  overflow: auto;
  background: var(--v-gray7Color-base);
}
.ai-writer-root .ai-writer-main-area.final-result-bg[data-v-3fac59f2] {
  background: var(--v-whiteColor-base);
}
.ai-writer-root .ai-writer-main-area .ai-writer-main-area-container[data-v-3fac59f2] {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
.ai-writer-root .ai-writer-main-area .main-except-sidebar[data-v-3fac59f2] {
  flex-grow: 1;
  overflow-y: auto;
}
.ai-writer-root .show-table-of-content-icon[data-v-3fac59f2] {
  background-color: var(--v-whiteColor-base);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 35vh;
  padding: 5px 5px 5px 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 2px solid var(--v-gray12Color-base);
  border-bottom: 2px solid var(--v-gray12Color-base);
  border-right: 2px solid var(--v-gray12Color-base);
}
.ai-writer-root .show-table-of-content-icon .material-icons-outlined[data-v-3fac59f2] {
  color: #5f6368;
}
.v-input--checkbox label[data-v-3fac59f2] {
  font-size: 14px;
}
.component-title[data-v-3fac59f2] {
  font-size: 20px;
  font-weight: bold;
  color: var(--v-mainColor3-base);
}
.section-label[data-v-3fac59f2] {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
.progress-bar[data-v-3fac59f2] {
  margin-left: 15px;
  min-width: 300px;
  max-width: 300px;
}
.modal-title-size[data-v-3fac59f2] {
  font-size: 1.2rem;
  font-weight: 700;
}
.input-your-paragraph-section i.material-icons[data-v-3fac59f2] {
  cursor: pointer;
}
.p-result-area[data-v-3fac59f2] {
  color: var(--v-mainColor3-base);
}
.p-result-area .heading-info[data-v-3fac59f2] {
  font-weight: bold;
}
.p-result-area .heading-info .tag-name[data-v-3fac59f2] {
  text-transform: uppercase;
}
.answer-block[data-v-3fac59f2] {
  margin: 0px 0 0px 0;
  padding: 0px 0px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.answer-block .answer[data-v-3fac59f2] {
  flex-grow: 1;
}
.current-p[data-v-3fac59f2] {
  border: 1px solid var(--v-darkGrayColor-base);
  margin: 3px 0 15px 0;
  padding: 7px 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.current-p .answer[data-v-3fac59f2] {
  flex-grow: 1;
}
.current-p.active[data-v-3fac59f2] {
  background-color: var(--v-gray15Color-base);
}
.history-box[data-v-3fac59f2] {
  border-radius: 10px;
  border: 1px solid var(--v-gray15Color-base);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
  color: var(--v-mainColor3-base);
  padding: 18px 21px;
  margin-bottom: 10px;
}
.history-box .result[data-v-3fac59f2] {
  flex-grow: 1;
}
.history-box .result .timestamp[data-v-3fac59f2] {
  margin-bottom: 12px;
}
.history-box .result .timestamp span[data-v-3fac59f2] {
  background: var(--v-greenColor-base);
  color: var(--v-whiteColor-base);
  border-radius: 5px;
  padding: 2px 10px;
}
.history-box textarea[data-v-3fac59f2] {
  width: 100%;
}
textarea[data-v-3fac59f2] {
  color: var(--v-mainColor3-base) !important;
}
[data-v-3fac59f2] .vue-codemirror.meta-editor .CodeMirror {
  height: 150px !important;
  border: 1px solid rgb(209, 209, 209);
}
trix-editor[data-v-3fac59f2] {
  border: none;
  padding-top: 20px;
  padding-bottom: 0px;
}
trix-toolbar[data-v-3fac59f2] {
  background: var(--v-whiteColor-base);
  border-radius: 10px;
  padding: 10px;
}
trix-toolbar .trix-button-group[data-v-3fac59f2] {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
trix-toolbar .trix-button-group[data-v-3fac59f2]:not(:last-child) {
  border-right: 2px solid var(--v-grayColor-base);
}
trix-toolbar .trix-button-group[data-v-3fac59f2]:first-child {
  padding-right: 15px;
}
trix-toolbar .trix-button-group[data-v-3fac59f2]:not(:first-child) {
  margin-left: 0px;
  padding-left: 15px;
}
trix-toolbar .trix-button[data-v-3fac59f2] {
  border: none;
}
.action-btns-row[data-v-3fac59f2] {
  display: flex;
  gap: 5px;
}
.action-btns-row button[data-v-3fac59f2] {
  padding: 10px 15px;
}
.read-only[data-v-3fac59f2] {
  position: relative;
}
.read-only[data-v-3fac59f2]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--v-mainColor3-base);
  opacity: 0.1;
}
.openai-error-modal ol li[data-v-3fac59f2] {
  margin-top: 10px;
}
.openai-error-modal ol a[data-v-3fac59f2] {
  text-decoration: underline;
  color: var(--v-blue5Color-base);
}
.ai-action-btn[data-v-3fac59f2] {
  padding: 15px !important;
}
.ai-action-btn.fill[data-v-3fac59f2] {
  color: var(--v-whiteColor-base) !important;
}
.ai-action-btn .outline[data-v-3fac59f2] {
  color: var(--v-profileAnchorColor-base) !important;
}
.ai-result-card[data-v-3fac59f2] {
  border: 0.5px solid #cccccc !important;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 7px !important;
}
.ai-result-card[data-v-3fac59f2]:hover {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.0901960784);
  transition: all 0.2s linear;
}
.ai-writer-info-footer[data-v-3fac59f2] {
  border-top: 1px solid var(--v-grayColor-base);
  padding: 10px 20px;
}
.ai-writer-report-title[data-v-3fac59f2] {
  font-size: 1rem;
  font-weight: 700;
  line-height: 11.45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-top: 10px;
}
.ai-writer-breadcrumbs[data-v-3fac59f2] {
  display: flex;
  gap: 2px;
  align-items: center;
  padding-top: 10px;
}
.ai-writer-breadcrumbs-item[data-v-3fac59f2] {
  font-size: 0.9rem;
  line-height: 11.45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ai-writer-breadcrumbs-item[data-v-3fac59f2]:last-child {
  font-weight: 700;
}
.font-sm[data-v-3fac59f2] {
  font-size: 0.75rem;
}
.flip-icon[data-v-3fac59f2] {
  transform: scaleX(-1);
}
.align-items-center[data-v-3fac59f2] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.key-takeaways-editor ul[data-v-3fac59f2] {
  list-style-type: disc;
}
[data-v-3fac59f2] .section-selector {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid var(--v-grayColor-base);
  background-color: var(--v-whiteColor-base);
}
[data-v-3fac59f2] .section-selector.section-selector-active {
  border: 6px solid var(--v-profileAnchorColor-base);
}
[data-v-3fac59f2] .section-selector.section-selector-disabled {
  border: 2px solid var(--v-grayColor-base);
  background-color: var(--v-grayColor-base);
  cursor: initial;
}.step-title-label {
  font-size: 1rem;
  font-weight: 800;
  color: var(--v-mainColor3-base);
}
.main-content-normal .text-part a {
  color: var(--v-link1Color-base) !important;
  font-weight: 800;
  font-size: 1rem;
}
.ai-generated-image-modal .v-textarea fieldset {
  border-color: #D7D7D7 !important;
}.button-with-icon i[data-v-75381bc1],
.button-with-icon span[data-v-75381bc1] {
  font-weight: normal;
}
.not-allowed-cursor[data-v-75381bc1] {
  cursor: not-allowed;
  font-size: 1rem;
  font-weight: 700;
  color: #B1B1B1;
  cursor: pointer;
}
.header-area[data-v-75381bc1] {
  position: relative;
  background: #012323;
  border-bottom: none;
}
.fold-icon[data-v-75381bc1] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.open-sidebar-icon[data-v-75381bc1] {
  font-size: 1.5rem;
  color: var(--v-mainColor3-base);
  transform: rotate(-90deg);
  cursor: pointer;
}
.new-header[data-v-75381bc1] {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 20px;
  /* border-bottom: 1px solid white; */
  flex-wrap: wrap;
  /* @media screen and (max-width: 600px) {
      .navbar-item {
        &.has-dropdown {
          .navbar-dropdown {
            display: none;
          }
          &.is-active {
            .navbar-dropdown {
              display: block;
            }
          }
        }
      }
    } */
}
.new-header .header-left-side[data-v-75381bc1] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.new-header .header-left-side .watchdog-dashboard-link[data-v-75381bc1] {
  font-size: 1rem;
  color: #B1B1B1;
  font-weight: initial;
  cursor: pointer;
}
.new-header .header-left-side .breadcrumbs[data-v-75381bc1] {
  display: inline;
}
.new-header .header-left-side .breadcrumbs-item[data-v-75381bc1] {
  font-size: 0.9rem;
  line-height: 11.45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #B1B1B1;
}
.new-header .header-left-side .breadcrumbs-item[data-v-75381bc1]:last-child {
  font-weight: 700;
  color: #FFFFFF;
}
.new-header .header-left-side i[data-v-75381bc1] {
  color: #B1B1B1;
  font-size: 1.1rem;
  display: inline;
  line-height: 1.1;
  margin: 0 4px;
}
.new-header .buttons-area[data-v-75381bc1] {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.new-header .buttons-area .action-buttons-area[data-v-75381bc1] {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.new-header .buttons-area .action-buttons-area[data-v-75381bc1] .v-btn {
  border-radius: 8px;
}
.new-header .buttons-area .action-buttons-area[data-v-75381bc1] .v-btn:not(.v-btn--round).v-size--small {
  padding: 0 8px;
}
.new-header .buttons-area .action-buttons-area[data-v-75381bc1] .v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
  opacity: 0.9 !important;
}
.new-header .buttons-area .action-buttons-on-mobile[data-v-75381bc1] {
  flex-grow: 1;
  display: none;
}
.new-header .back-to-home[data-v-75381bc1] {
  color: var(--v-mainColor3-base);
}
.new-header .project-name[data-v-75381bc1] {
  color: var(--v-mainColor3-base);
}
.new-header .bulk-run-button[data-v-75381bc1] {
  background: #fffaf2;
  border: 1px solid #ffebcc;
  color: black;
}
.new-header .custom-dropdown-menu[data-v-75381bc1] {
  /* .dropdown-item, .dropdown .dropdown-menu .has-link a {
      font-size: 16px !important;
    } */
}
.new-header .custom-dropdown-menu .dropdown-menu[data-v-75381bc1] {
  width: 300px !important;
}
.new-header .custom-dropdown-menu .dropdown-menu .dropdown-content[data-v-75381bc1] {
  border-radius: 10px !important;
  background: var(--v-cardBg-base);
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.new-header .custom-dropdown-menu .has-sub-account[data-v-75381bc1] {
  cursor: default;
  color: grey;
  /* &:hover + .sub-menu,
    & .sub-menu:hover {
      background: red;
      display: block;
    } */
}
.new-header .custom-dropdown-menu .has-sub-account[data-v-75381bc1]:hover {
  background: none;
}
.new-header .custom-dropdown-menu .sub-menu[data-v-75381bc1] {
  text-align: left;
  padding-left: 15px;
}
.new-header .dropdown-content .email-label[data-v-75381bc1] {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: anywhere;
  color: var(--v-mainColor3-base);
}
.new-header .dropdown-item[data-v-75381bc1] {
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.new-header .dropdown-item img[data-v-75381bc1] {
  width: 14px;
  height: 15px;
}
.new-header .dropdown-item img.upgrade_img[data-v-75381bc1] {
  margin-left: 1rem;
  width: 70px;
  height: 20px;
}
.new-header .dropdown-item i[data-v-75381bc1],
.new-header .dropdown-item span[data-v-75381bc1] {
  font-size: 1.2rem;
}
.new-header .dropdown-item[data-v-75381bc1] > :first-child {
  width: 33px;
}
.new-header .signout-item[data-v-75381bc1] {
  display: flex;
  padding-left: 50px;
  padding-right: 25px;
  color: var(--v-profileAnchorColor-base);
}
.new-header .signout-item > span[data-v-75381bc1]:first-child {
  flex-grow: 1;
}
.new-header .signout-item i[data-v-75381bc1] {
  font-size: 1rem;
}
.new-header .profile-logo[data-v-75381bc1] {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.new-header .profile-logo i[data-v-75381bc1] {
  font-size: 2.8rem;
  color: #7895A7;
}
.new-header .dropdown-menu .profile-logo[data-v-75381bc1] {
  margin: 0 11px 0px 20px;
}
.new-header .info-area[data-v-75381bc1] {
  padding: 10px 5px 10px 0px;
}
@media screen and (max-width: 780px) {
.new-header[data-v-75381bc1] {
    display: grid;
    grid-template-columns: 1fr;
}
.new-header .buttons-area .action-buttons-area[data-v-75381bc1] {
    display: none;
}
.new-header .buttons-area .action-buttons-on-mobile[data-v-75381bc1] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
.light-darm-menu[data-v-75381bc1] {
  padding: 10px 10px 10px 20px;
}
.light-darm-menu .light-dark-switch-area[data-v-75381bc1] {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
.light-darm-menu .light-dark-switch-area > div[data-v-75381bc1] {
  cursor: pointer;
  position: relative;
}
.light-darm-menu .light-dark-switch-area > div > div[data-v-75381bc1] {
  display: flex;
}
.light-darm-menu .light-dark-switch-area > div > div[data-v-75381bc1] {
  border: 2px solid transparent;
}
.light-darm-menu .light-dark-switch-area > div > div.is-active[data-v-75381bc1] {
  border-radius: 5px;
  border: 2px solid var(--v-profileAnchorColor-base);
}
.light-darm-menu .light-dark-switch-area > div > div.is-active[data-v-75381bc1]::before {
  position: absolute;
  display: inline-block;
  font-family: "Material Icons";
  content: "\e86c";
  color: var(--v-green21Color-base);
  font-size: 1rem;
  top: 5px;
  right: 5px;
}
.light-darm-menu .light-dark-switch-area > div .mode-img[data-v-75381bc1] {
  width: 80px;
  height: auto;
}
.light-darm-menu .light-dark-switch-area > div .mode-label[data-v-75381bc1] {
  color: var(--v-mainColor3-base);
}
.ai-header-area[data-v-75381bc1] {
  position: relative;
  border-bottom: 1.5px solid var(--v-grayColor-base);
  background: #012323;
}
.ai-writer-link[data-v-75381bc1] {
  color: white;
}.white-common-box[data-v-a3f29bdd] {
  background-color: #F8FFFF !important;
  overflow-x: initial;
}
.theme--dark .white-common-box[data-v-a3f29bdd] {
  background-color: #0c0c0c !important;
  overflow-x: initial;
}
.font-large[data-v-a3f29bdd] {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
.show-hide-link[data-v-a3f29bdd] {
  font-size: 1rem;
  line-height: 24px;
  text-decoration: underline;
  color: var(--v-gray2Color-base);
}
.link[data-v-a3f29bdd] {
  color: #0089ED;
}
.input-container[data-v-a3f29bdd] {
  position: relative;
}
.input-container img[data-v-a3f29bdd] {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.input-container .custom-input[data-v-a3f29bdd] {
  background-color: #F2F6FF;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #DCDDEB;
  padding-left: 2rem;
  width: 100%;
  font-weight: bold;
}
.font-bold[data-v-a3f29bdd] {
  font-weight: bold;
}
.slider-view[data-v-a3f29bdd] {
  margin: 10px 0px;
  position: relative;
  display: grid;
  align-items: center;
}
.slider-view .fill[data-v-a3f29bdd], .slider-view .unfill[data-v-a3f29bdd] {
  height: 6px;
  border-radius: 6px;
}
.slider-view .fill[data-v-a3f29bdd] {
  background: var(--v-green7Color-base);
}
.slider-view .fill.used-almost[data-v-a3f29bdd] {
  background: var(--v-profileAnchorColor-base);
}
.slider-view .unfill[data-v-a3f29bdd] {
  background: var(--v-grayColor-base);
}
.slider-view .thumb[data-v-a3f29bdd] {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
}.api-key-on-card[data-v-62ab1ad7] {
  background-color: #EFFFFF !important;
  overflow-x: initial;
  border-color: #5EE29C !important;
}
.api-key-on-card .icon-part[data-v-62ab1ad7] {
  background-color: #D5FFF0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.theme--dark .api-key-on-card[data-v-62ab1ad7] {
  background-color: #171818 !important;
  border-color: #5EE29C !important;
}
.theme--dark .api-key-on-card .icon-part[data-v-62ab1ad7] {
  background-color: #282e2b;
}.main-color[data-v-53983be7] {
  color: var(--v-profileAnchorColor-base);
}
.head-editor-button[data-v-53983be7] {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--v-profileAnchorColor-base);
  font-weight: bold;
  margin-right: 5px;
}
.head-editor-button img[data-v-53983be7] {
  width: 17px;
  height: auto;
  margin-right: 5px;
}
.page-title[data-v-53983be7] {
  color: var(--v-mainColor3-base);
  font-size: 25px;
  font-weight: bold;
}
.icon-button[data-v-53983be7] {
  border-radius: 5px;
  background: var(--v-lightYellowColor-base);
  padding: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-button img[data-v-53983be7] {
  width: 20px;
  height: auto;
}
.icon-button i[data-v-53983be7] {
  font-size: 20px;
  color: var(--v-profileAnchorColor-base);
}
.main-layout[data-v-53983be7] {
  flex: 1;
  height: initial;
  overflow-y: auto;
}
.main-layout > div[data-v-53983be7] {
  overflow-y: auto;
}
.main-layout .serp-area[data-v-53983be7] {
  background: red;
}
.main-layout .editor-area[data-v-53983be7] {
  background: var(--v-whiteColor-base);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.main-layout .editor-area > .editor-wrapper[data-v-53983be7] {
  flex: 1;
  display: flex;
  overflow: auto;
  flex-direction: column;
}
.main-layout .editor-area > .editor-wrapper > div[data-v-53983be7] {
  height: 100%;
}
.main-layout .editor-area .show-hide-right-side-area[data-v-53983be7] {
  position: absolute;
  right: 0;
  top: 150px;
  display: flex;
  align-items: center;
  padding: 3px;
  z-index: 2;
  background: var(--v-whiteColor-base);
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--v-grayColor-base);
  border-right: none;
  color: var(--v-mainColor3-base);
  cursor: pointer;
  opacity: 0.2;
}
.main-layout .editor-area .show-hide-right-side-area .material-icons[data-v-53983be7],
.main-layout .editor-area .show-hide-right-side-area .material-icons-outlined[data-v-53983be7] {
  font-size: 2rem;
}
.main-layout .editor-area .show-hide-right-side-area[data-v-53983be7]:hover {
  opacity: 1;
}
.main-layout .bottom-area[data-v-53983be7] {
  display: flex;
  align-items: center;
  padding: 8px;
}
.main-layout .recommendation-area[data-v-53983be7] {
  padding: 20px;
  background: var(--v-topHeaderBg-base);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-layout .recommendation-area .result-area[data-v-53983be7] {
  height: 1px;
  overflow-y: auto;
  flex-grow: 1;
}
.head-modal-title[data-v-53983be7] {
  font-size: 20px;
  font-weight: bold;
  color: var(--v-mainColor3-base);
}
.head-modal-explain[data-v-53983be7] {
  color: var(--v-mainColor3-base);
  margin-top: 5px;
  margin-bottom: 20px;
}
.report-info[data-v-53983be7] {
  font-weight: bold;
  font-size: 0.9rem;
  color: rgb(168, 168, 168);
}
.status-message[data-v-53983be7] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: var(--v-whiteColor-base);
}
.preview-tag[data-v-53983be7] {
  margin-top: 10px;
  border: 1px solid var(--v-gray7Color-base);
  max-height: 60vh;
  overflow-y: auto;
}
.code-mirror-toolbutton[data-v-53983be7] {
  background: #eff77e;
}
@media screen and (max-width: 1250px) {
.main-layout[data-v-53983be7] {
    grid-template-columns: 1fr;
}
}
.revision-history-item[data-v-53983be7] {
  border: 1px solid var(--v-grayColor-base) !important;
  background-color: var(--v-whiteColor-base);
  padding: 5px;
  border-radius: 10px !important;
}
.revision-history-item[data-v-53983be7]:not(:first-child) {
  margin-top: 20px;
}
.revision-history-item .view-as-short[data-v-53983be7] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  color: var(--v-mainColor3-base);
}
.revision-history-item .view-full-version[data-v-53983be7] {
  position: fixed;
  z-index: 21;
  left: 5vw;
  right: 5vw;
  top: 3vh;
  bottom: 3vh;
  overflow-y: auto;
  background: var(--v-whiteColor-base);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.revision-history-item .view-full-version .code-diff-part[data-v-53983be7] {
  flex-grow: 1;
  overflow: auto;
}
.revision-history-item .revision-date[data-v-53983be7] {
  color: var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.lottie-congrats-layer[data-v-53983be7] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 101;
}
.great-job-modal img[data-v-53983be7] {
  width: 210px;
  height: auto;
}
.great-job-modal .great-job-title[data-v-53983be7] {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--v-mainColor3-base);
  text-align: center;
}
.great-job-modal .great-job-desc[data-v-53983be7] {
  color: var(--v-mainColor3-base);
  text-align: center;
}
.cleanup-btn[data-v-53983be7] {
  position: relative;
}
.cleanup-btn .cleaning-popup[data-v-53983be7] {
  position: absolute;
  bottom: 50px;
  left: -150px;
  right: -150px;
  text-align: left;
  /* height: 300px; */
  background: var(--v-whiteColor-base);
  box-shadow: 0 0 7px 0 var(--v-gray2Color-base);
  border-radius: 5.78px;
  overflow: hidden;
  cursor: auto;
}
.cleanup-btn .cleaning-popup .top-part[data-v-53983be7] {
  padding: 25px;
}
.cleanup-btn .cleaning-popup .top-part img[data-v-53983be7] {
  width: 100%;
}
.cleanup-btn .cleaning-popup .top-part .title-part[data-v-53983be7] {
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--v-mainColor3-base);
}
.cleanup-btn .cleaning-popup .top-part .desc-part[data-v-53983be7] {
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--v-mainColor3-base);
}
.cleanup-btn .cleaning-popup button[data-v-53983be7] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px 5px;
  background: var(--v-gray7Color-base);
  font-size: 1rem;
  color: var(--v-mainColor3-base);
}
.cleanup-btn .cleaning-popup button .material-icons[data-v-53983be7] {
  font-size: 1rem;
}
.cleanup-btn .green-dot[data-v-53983be7] {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  background: rgba(67, 234, 100, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cleanup-btn .green-dot .c-circle[data-v-53983be7] {
  width: 10px;
  height: 10px;
  background: #43ea64;
  border-radius: 50%;
}
.badge-container[data-v-53983be7] {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
}
.blinking-badge[data-v-53983be7] {
  animation: blink-53983be7 1.5s linear infinite;
  position: relative;
}
.blinking-badge[data-v-53983be7]::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-35%, -65%);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background-color: red;
  opacity: 0.2;
}
@keyframes blink-53983be7 {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.start-page[data-v-9b12646c] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--v-whiteColor-base);
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: auto;
}
.start-page .left[data-v-9b12646c] {
  background: #1c2b49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-page .right[data-v-9b12646c] {
  display: flex;
  flex-direction: column;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--v-whiteColor-base);
  justify-content: center;
}
.start-page .welcome-ai-img[data-v-9b12646c] {
  min-width: 300px;
  width: 25vw;
  height: auto;
}
.start-page .welcome-title[data-v-9b12646c] {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.start-page .base-text-style[data-v-9b12646c] {
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.start-page .before-after-section[data-v-9b12646c] {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.start-page .before-after-section > div[data-v-9b12646c] {
  flex: 1;
  border: 0.5px solid #CCCCCC;
  border-radius: 10px;
  padding: 18px;
}
.start-page .before-after-section .base-text-style[data-v-9b12646c] {
  font-size: 0.9rem;
}
.start-page .before-after-section .how-to-btn[data-v-9b12646c] {
  border: 0.5px solid #CCCCCC;
}
.start-page .before-after-section .how-to-btn .v-btn__content span[data-v-9b12646c] {
  font-weight: normal;
}
.start-page .before-after-section .how-to-btn i[data-v-9b12646c] {
  color: #CCCCCC;
}
.start-page .bottom-part > div[data-v-9b12646c] {
  display: flex;
}
.start-page .bottom-part > div i[data-v-9b12646c] {
  margin-right: 10px;
  font-size: 1.8rem;
  color: var(--v-profileAnchorColor-base);
}
.start-page .bottom-part > div .explain[data-v-9b12646c] {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--v-mainColor-base);
}
.start-page .start-btn[data-v-9b12646c] {
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  border-radius: 19.2px;
  font-size: 23px;
  font-family: Mulish;
  font-weight: 800;
  padding: 15px 25px;
}
@media screen and (max-width: 800px) {
.start-page[data-v-9b12646c] {
    display: block;
}
.start-page .left[data-v-9b12646c],
  .start-page .right[data-v-9b12646c] {
    min-height: 50vh;
    padding: 50px 20px;
}
}.home-btn {
  font-size: 23px;
  font-family: Mulish;
  font-weight: 800;
}.watchdog-unsub-root[data-v-8f50a927] {
  background: var(--v-topHeaderBg-base);
}
.notification-box[data-v-8f50a927] {
  display: flex;
  background: var(--v-cardBg-base);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 4px #999;
  margin-top: 5px;
}
.notification-box .icon-part[data-v-8f50a927] {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.notification-box .text-part[data-v-8f50a927] {
  padding: 15px 10px;
  flex-grow: 1;
}
.notification-box .text-part .title-text[data-v-8f50a927] {
  font-weight: 800;
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.notification-box .text-part .body-text[data-v-8f50a927] {
  margin-top: 5px;
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
}
.notification-box .icon-part.success[data-v-8f50a927] {
  background: var(--v-green21Color-base);
}
.notification-box .icon-part.warning[data-v-8f50a927] {
  /* background: #FE9A2D; */
  background: var(--v-yellow2Color-base);
}
.notification-box .icon-part.error[data-v-8f50a927] {
  background: var(--v-green21Color-base);
}.play-with-ai-root[data-v-3010655c] {
  background: var(--v-mainBgColor-base);
}
.page-title[data-v-3010655c] {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.result-area[data-v-3010655c] {
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid var(--v-grayColor-base);
  color: var(--v-mainColor-base);
  overflow-y: auto;
  max-height: 600px;
}.async-tasks-popup[data-v-c9d6cbd5] {
  position: fixed;
  top: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  z-index: 30;
  overflow-y: scroll;
  width: 570px;
  max-height: 70vh;
}
.async-tasks-popup .async-task[data-v-c9d6cbd5] {
  background: var(--v-cardBg-base);
  border-radius: 4px;
  box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 16px;
  position: relative;
}
.async-tasks-popup .async-task .close-btn[data-v-c9d6cbd5] {
  position: absolute;
  top: 4px;
  right: 4px;
}
.async-tasks-popup .async-task .close-btn .material-icons[data-v-c9d6cbd5] {
  color: #888;
}
.async-tasks-popup .async-task .close-btn .material-icons[data-v-c9d6cbd5]:hover {
  color: #000;
}
.async-tasks-popup .async-task .async-task-pending-or-progress .title-part[data-v-c9d6cbd5] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.async-tasks-popup .async-task .async-task-pending-or-progress .progress-msg-part .text[data-v-c9d6cbd5] {
  font-size: 0.95rem !important;
}
.async-tasks-popup .async-task .async-task-success[data-v-c9d6cbd5] {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.async-tasks-popup .async-task .async-task-success .icon-part[data-v-c9d6cbd5] {
  color: #26B472;
}
.async-tasks-popup .async-task .async-task-success .icon-part .material-icons[data-v-c9d6cbd5] {
  font-size: 30px;
}
.async-tasks-popup .async-task .async-task-success .title-part[data-v-c9d6cbd5] {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-top: 3px;
}
.async-tasks-popup .async-task .async-task-success .action-part[data-v-c9d6cbd5] {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  text-align: right;
}
.async-tasks-popup .async-task .async-task-success .action-part a[data-v-c9d6cbd5] {
  font-size: 1rem;
  font-weight: 700;
  color: #FF5700;
  text-decoration: underline;
}
.async-tasks-popup .async-task .async-task-failure[data-v-c9d6cbd5] {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.async-tasks-popup .async-task .async-task-failure .icon-part[data-v-c9d6cbd5] {
  color: #e4220c;
}
.async-tasks-popup .async-task .async-task-failure .icon-part .material-icons[data-v-c9d6cbd5] {
  font-size: 30px;
}
.async-tasks-popup .async-task .async-task-failure .message-part[data-v-c9d6cbd5] {
  flex: 1;
  padding-top: 3px;
}
.async-tasks-popup .async-task .async-task-failure .message-part .title-part[data-v-c9d6cbd5] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.async-tasks-popup .async-task .async-task-failure .message-part .reason-part[data-v-c9d6cbd5] {
  font-size: 0.9rem;
}
.async-tasks-popup .async-task .async-task-failure .action-part[data-v-c9d6cbd5] {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  text-align: right;
}
.async-tasks-popup .async-task .async-task-failure .action-part a[data-v-c9d6cbd5] {
  font-size: 1rem;
  font-weight: 700;
  color: #FF5700;
  text-decoration: underline;
}.select-page-campaign[data-v-b4afc129] {
  position: absolute;
  background: var(--v-whiteColor-base);
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid var(--v-grayColor-base);
  top: 30px;
  left: 25px;
  height: 300px;
  height: 300px;
  background: red;
  z-index: 100;
}
.bullet[data-v-b4afc129] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: -15px;
  margin-left: -13px;
  background: var(--v-redColor-base);
}
.white-glove-site-content-audit-oboarding-tip[data-v-b4afc129] {
  position: absolute;
  top: 5px;
  right: 0;
}
.main-icon-color[data-v-f3174754] {
    color: var(--v-profileAnchorColor-base);
}
.cluster-menu[data-v-f3174754] {
    padding-left: 0px;
    align-items: flex-start;
}
.clusterBtn[data-v-f3174754] {
    text-transform: capitalize;
    font-family: Mulish;
    width: 100%;
    justify-content: flex-start;
}
.v-btn[data-v-f3174754] {
    text-align: left;
}
.search-query-input[data-v-f3174754] {
    padding-left: 10px;
    font-family: 'Mulish', sans-serif;
}
.table-pdf-csv-download[data-v-2d32017d] {
  display: inline-block;
}.scroll_master[data-v-bfbb38a8], .scroll_slave[data-v-bfbb38a8] {
  overflow-x: auto;
  width: 100%;
}
.scroll-div1[data-v-bfbb38a8] {
  height: 1px;
}
.scroll-div2[data-v-bfbb38a8] {
  width: fit-content;
  min-width: 100%;
}.bottom-boder[data-v-4722063d] {
  display: flex;
  border-bottom: 1px solid var(--v-grayColor-base);
}
.modal-content[data-v-4722063d] {
  width: 27.223vw;
  max-width: 27.223vw;
}
.modal-container[data-v-4722063d] {
  padding: 0 !important;
}
.material-icons[data-v-4722063d] {
  margin-top: -10px;
  color: var(--v-mainColor-base);
}
.back-button-text[data-v-4722063d] {
  border: 1px solid var(--v-mainColor-base);
  height: 38px !important;
  background: none !important;
}
.back-button-text span[data-v-4722063d] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text[data-v-4722063d] {
  height: 38px !important;
}
.continue-button-text i[data-v-4722063d],
.continue-button-text span[data-v-4722063d] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-4722063d] {
  margin-top: 2px;
}
.select-a-setup-type[data-v-4722063d] {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  color: var(--v-mainColor-base);
}
.continue-button-area[data-v-4722063d] {
  margin-top: 25px;
  text-align: right;
}
.bg-white[data-v-4722063d] {
  background-color: var(--v-whiteColor-base);
}.modal-content[data-v-61b754ad] {
  width: 425px;
  max-width: 425px;
}
.modal-container[data-v-61b754ad] {
  padding: 0 !important;
}
.material-icons[data-v-61b754ad] {
  margin-top: -10px;
  color: var(--v-mainColor-base);
}
.back-button-text[data-v-61b754ad] {
  border: 1px solid var(--v-mainColor-base);
  height: 38px !important;
  background: none !important;
}
.back-button-text span[data-v-61b754ad] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text[data-v-61b754ad] {
  height: 38px !important;
}
.continue-button-text i[data-v-61b754ad],
.continue-button-text span[data-v-61b754ad] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-61b754ad] {
  margin-top: 2px;
}
.select-a-setup-type[data-v-61b754ad] {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  color: var(--v-mainColor-base);
}
.continue-button-area[data-v-61b754ad] {
  margin-top: 25px;
  text-align: right;
}
.bg-white[data-v-61b754ad] {
  background-color: var(--v-whiteColor-base);
}
.custom-autocomplete .v-menu__content[data-v-61b754ad] {
  max-height: 200px; /* Set the maximum height for the dropdown */
  overflow-y: auto; /* Enable scrolling if the content exceeds the max height */
}.location-lang-domain-area[data-v-596c4136] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-596c4136] {
  min-width: 270px;
}
.tooltip-heading[data-v-596c4136] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-596c4136] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-596c4136] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-596c4136] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-596c4136] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-596c4136] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-596c4136] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-596c4136] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-596c4136] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-596c4136] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-596c4136]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-596c4136]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-596c4136] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-596c4136] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-596c4136] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-596c4136] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-596c4136] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-596c4136] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-596c4136] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-596c4136] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-596c4136] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-596c4136] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-596c4136] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-596c4136] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-596c4136] {
  width: 34.438rem;
}
.h78[data-v-596c4136] {
  height: 4.875rem;
}
.w78[data-v-596c4136] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-596c4136] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-596c4136] {
  max-width: 680px;
}
.input-count-info[data-v-596c4136] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-596c4136] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-596c4136] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-596c4136]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-596c4136] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-596c4136] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-596c4136] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-596c4136] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-596c4136] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-596c4136] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-596c4136] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-596c4136] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-596c4136], .clear-btn.disabled span[data-v-596c4136] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-596c4136] {
  justify-content: center !important;
}
.keyword-result-table[data-v-596c4136] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-596c4136] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-596c4136] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-596c4136] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-596c4136]:first-child, .keyword-result-table td[data-v-596c4136]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-596c4136]:last-child, .keyword-result-table td[data-v-596c4136]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-596c4136]:first-child, .keyword-result-table td[data-v-596c4136]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-596c4136] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-596c4136]:nth-child(2), .keyword-result-table td[data-v-596c4136]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-596c4136] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-596c4136] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-596c4136] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-596c4136] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-596c4136] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-596c4136] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-596c4136] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-596c4136] {
  width: 100%;
}
.keyword-tracking-table th[data-v-596c4136] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-596c4136] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-596c4136] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-596c4136]:first-child, .keyword-tracking-table td[data-v-596c4136]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-596c4136]:last-child, .keyword-tracking-table td[data-v-596c4136]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-596c4136] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-596c4136] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-596c4136] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-596c4136] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-596c4136] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-596c4136] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-596c4136] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-596c4136] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-596c4136]:active, .keyword-label-dropdown-button[data-v-596c4136]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-596c4136] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-596c4136] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-596c4136] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-596c4136] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-596c4136] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-596c4136] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-596c4136], .voltage-result-area .b-table.voltage-table td[data-v-596c4136] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-596c4136] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-596c4136] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-596c4136] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-596c4136] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-596c4136] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-596c4136] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-596c4136] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-596c4136] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-596c4136], .gap-result-area .b-table.voltage-table td[data-v-596c4136] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-596c4136] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-596c4136] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-596c4136] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-596c4136] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-596c4136] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-596c4136] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-596c4136] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-596c4136] {
  position: relative;
}
.tooltip-arrow[data-v-596c4136]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-596c4136] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-596c4136] {
  vertical-align: middle;
}.columns-visibility-dropdown .dropdown-menu {
  padding-top: 17px;
}
.columns-visibility-dropdown .dropdown-content {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
#silo-name {
  color: var(--v-profileAnchorColor-base);
}
.advanced-keyword-data-cost-modal .message-text, .advanced-keyword-data-cost-modal .message-text * {
  font-size: 1rem;
  line-height: 1.5rem;
}
.hidden-rows-modal .message-text, .hidden-rows-modal .message-text * {
  font-size: 1rem;
  line-height: 1.5rem;
}
.filter-bullet {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
  right: 22px;
  background: var(--v-redColor-base);
}.location-lang-domain-area[data-v-78353654] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-78353654] {
  min-width: 270px;
}
.tooltip-heading[data-v-78353654] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-78353654] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-78353654] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-78353654] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-78353654] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-78353654] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-78353654] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-78353654] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-78353654] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-78353654] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-78353654]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-78353654]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-78353654] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-78353654] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-78353654] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-78353654] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-78353654] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-78353654] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-78353654] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-78353654] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-78353654] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-78353654] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-78353654] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-78353654] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-78353654] {
  width: 34.438rem;
}
.h78[data-v-78353654] {
  height: 4.875rem;
}
.w78[data-v-78353654] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-78353654] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-78353654] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-78353654] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-78353654] {
  max-width: 680px;
}
.input-count-info[data-v-78353654] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-78353654] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-78353654] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-78353654]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-78353654] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-78353654] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-78353654] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-78353654] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-78353654] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-78353654] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-78353654] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-78353654] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-78353654], .clear-btn.disabled span[data-v-78353654] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-78353654] {
  justify-content: center !important;
}
.keyword-result-table[data-v-78353654] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-78353654] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-78353654] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-78353654] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-78353654]:first-child, .keyword-result-table td[data-v-78353654]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-78353654]:last-child, .keyword-result-table td[data-v-78353654]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-78353654]:first-child, .keyword-result-table td[data-v-78353654]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-78353654] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-78353654]:nth-child(2), .keyword-result-table td[data-v-78353654]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-78353654] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-78353654] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-78353654] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-78353654] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-78353654] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-78353654] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-78353654] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-78353654] {
  width: 100%;
}
.keyword-tracking-table th[data-v-78353654] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-78353654] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-78353654] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-78353654]:first-child, .keyword-tracking-table td[data-v-78353654]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-78353654]:last-child, .keyword-tracking-table td[data-v-78353654]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-78353654] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-78353654] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-78353654] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-78353654] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-78353654] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-78353654] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-78353654] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-78353654] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-78353654]:active, .keyword-label-dropdown-button[data-v-78353654]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-78353654] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-78353654] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-78353654] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-78353654] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-78353654] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-78353654] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-78353654], .voltage-result-area .b-table.voltage-table td[data-v-78353654] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-78353654] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-78353654] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-78353654] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-78353654] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-78353654] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-78353654] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-78353654] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-78353654] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-78353654], .gap-result-area .b-table.voltage-table td[data-v-78353654] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-78353654] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-78353654] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-78353654] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-78353654] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-78353654] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-78353654] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-78353654] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-78353654] {
  position: relative;
}
.tooltip-arrow[data-v-78353654]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-78353654] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-78353654] {
  vertical-align: middle;
}
.keyword-data-cost-modal .message-text[data-v-78353654], .keyword-data-cost-modal .message-text *[data-v-78353654] {
  font-size: 1rem;
  line-height: 1.5rem;
}.location-lang-domain-area[data-v-eca93ce1] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-eca93ce1] {
  min-width: 270px;
}
.tooltip-heading[data-v-eca93ce1] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-eca93ce1] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-eca93ce1] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-eca93ce1] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-eca93ce1] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-eca93ce1] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-eca93ce1] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-eca93ce1] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-eca93ce1] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-eca93ce1] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-eca93ce1]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-eca93ce1]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-eca93ce1] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-eca93ce1] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-eca93ce1] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-eca93ce1] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-eca93ce1] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-eca93ce1] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-eca93ce1] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-eca93ce1] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-eca93ce1] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-eca93ce1] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-eca93ce1] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-eca93ce1] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-eca93ce1] {
  width: 34.438rem;
}
.h78[data-v-eca93ce1] {
  height: 4.875rem;
}
.w78[data-v-eca93ce1] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-eca93ce1] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-eca93ce1] {
  max-width: 680px;
}
.input-count-info[data-v-eca93ce1] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-eca93ce1] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-eca93ce1] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-eca93ce1]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-eca93ce1] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-eca93ce1] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-eca93ce1] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-eca93ce1] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-eca93ce1] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-eca93ce1] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-eca93ce1] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-eca93ce1] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-eca93ce1], .clear-btn.disabled span[data-v-eca93ce1] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-eca93ce1] {
  justify-content: center !important;
}
.keyword-result-table[data-v-eca93ce1] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-eca93ce1] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-eca93ce1] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-eca93ce1] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-eca93ce1]:first-child, .keyword-result-table td[data-v-eca93ce1]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-eca93ce1]:last-child, .keyword-result-table td[data-v-eca93ce1]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-eca93ce1]:first-child, .keyword-result-table td[data-v-eca93ce1]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-eca93ce1] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-eca93ce1]:nth-child(2), .keyword-result-table td[data-v-eca93ce1]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-eca93ce1] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-eca93ce1] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-eca93ce1] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-eca93ce1] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-eca93ce1] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-eca93ce1] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-eca93ce1] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-eca93ce1] {
  width: 100%;
}
.keyword-tracking-table th[data-v-eca93ce1] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-eca93ce1] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-eca93ce1] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-eca93ce1]:first-child, .keyword-tracking-table td[data-v-eca93ce1]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-eca93ce1]:last-child, .keyword-tracking-table td[data-v-eca93ce1]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-eca93ce1] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-eca93ce1] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-eca93ce1] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-eca93ce1] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-eca93ce1] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-eca93ce1] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-eca93ce1] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-eca93ce1] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-eca93ce1]:active, .keyword-label-dropdown-button[data-v-eca93ce1]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-eca93ce1] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-eca93ce1] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-eca93ce1] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-eca93ce1] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-eca93ce1] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-eca93ce1] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-eca93ce1], .voltage-result-area .b-table.voltage-table td[data-v-eca93ce1] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-eca93ce1] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-eca93ce1] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-eca93ce1] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-eca93ce1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-eca93ce1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-eca93ce1] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-eca93ce1] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-eca93ce1] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-eca93ce1], .gap-result-area .b-table.voltage-table td[data-v-eca93ce1] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-eca93ce1] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-eca93ce1] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-eca93ce1] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-eca93ce1] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-eca93ce1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-eca93ce1] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-eca93ce1] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-eca93ce1] {
  position: relative;
}
.tooltip-arrow[data-v-eca93ce1]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-eca93ce1] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-eca93ce1] {
  vertical-align: middle;
}
.white-glove-site-content-audit-oboarding-tip[data-v-eca93ce1] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}.keyword-strategy-tab-group .v-btn.v-btn.v-btn.v-btn {
  text-transform: none;
  border-color: #CCCCCC !important;
  background-color: var(--v-cardBg-base) !important;
  height: 38px !important;
  color: var(--v-mainColor-base) !important;
}
.keyword-strategy-tab-group .v-btn.v-btn.v-btn.v-btn.v-btn--active {
  border: 1.11px solid #FF5700 !important;
  background: #FFEDDD !important;
  color: #014751 !important;
  box-shadow: none !important;
}
.keyword-strategy-tab-group .v-btn.v-btn.v-btn.v-btn.v-btn--active::before {
  background: none !important;
}
.keyword-strategy-tab-group .v-btn.v-btn.v-btn.v-btn .v-btn__content {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: normal;
}.location-lang-domain-area[data-v-adeeb098] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-adeeb098] {
  min-width: 270px;
}
.tooltip-heading[data-v-adeeb098] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-adeeb098] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-adeeb098] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-adeeb098] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-adeeb098] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-adeeb098] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-adeeb098] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-adeeb098] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-adeeb098] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-adeeb098] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-adeeb098]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-adeeb098]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-adeeb098] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-adeeb098] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-adeeb098] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-adeeb098] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-adeeb098] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-adeeb098] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-adeeb098] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-adeeb098] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-adeeb098] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-adeeb098] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-adeeb098] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-adeeb098] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-adeeb098] {
  width: 34.438rem;
}
.h78[data-v-adeeb098] {
  height: 4.875rem;
}
.w78[data-v-adeeb098] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-adeeb098] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-adeeb098] {
  max-width: 680px;
}
.input-count-info[data-v-adeeb098] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-adeeb098] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-adeeb098] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-adeeb098]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-adeeb098] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-adeeb098] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-adeeb098] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-adeeb098] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-adeeb098] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-adeeb098] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-adeeb098] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-adeeb098] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-adeeb098], .clear-btn.disabled span[data-v-adeeb098] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-adeeb098] {
  justify-content: center !important;
}
.keyword-result-table[data-v-adeeb098] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-adeeb098] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-adeeb098]:first-child, .keyword-result-table td[data-v-adeeb098]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-adeeb098]:last-child, .keyword-result-table td[data-v-adeeb098]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-adeeb098]:first-child, .keyword-result-table td[data-v-adeeb098]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-adeeb098] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-adeeb098]:nth-child(2), .keyword-result-table td[data-v-adeeb098]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-adeeb098] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-adeeb098] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-adeeb098] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-adeeb098] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-adeeb098] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-adeeb098] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-adeeb098] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-adeeb098] {
  width: 100%;
}
.keyword-tracking-table th[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-adeeb098] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-adeeb098]:first-child, .keyword-tracking-table td[data-v-adeeb098]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-adeeb098]:last-child, .keyword-tracking-table td[data-v-adeeb098]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-adeeb098] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-adeeb098] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-adeeb098] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-adeeb098] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-adeeb098] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-adeeb098] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-adeeb098] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-adeeb098] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-adeeb098]:active, .keyword-label-dropdown-button[data-v-adeeb098]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-adeeb098] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-adeeb098] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-adeeb098] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-adeeb098] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-adeeb098] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-adeeb098], .voltage-result-area .b-table.voltage-table td[data-v-adeeb098] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-adeeb098] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-adeeb098] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-adeeb098] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-adeeb098] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-adeeb098] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-adeeb098] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-adeeb098] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-adeeb098] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-adeeb098], .gap-result-area .b-table.voltage-table td[data-v-adeeb098] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-adeeb098] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-adeeb098] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-adeeb098] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-adeeb098] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-adeeb098] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-adeeb098] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-adeeb098] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-adeeb098] {
  position: relative;
}
.tooltip-arrow[data-v-adeeb098]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-adeeb098] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-adeeb098] {
  vertical-align: middle;
}
.tabs-container[data-v-adeeb098] {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid var(--v-grayColor-base);
}
.tabs-container > div[data-v-adeeb098] {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  padding-bottom: 5px;
}
.tabs-container > div span[data-v-adeeb098] {
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.tabs-container > div .keywords-count[data-v-adeeb098] {
  color: var(--v-mainColor-base);
  background: var(--v-grayColor-base);
  border-radius: 50vh;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 700;
}
.tabs-container > div.is-active[data-v-adeeb098] {
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
}
.tabs-container > div.is-active .keywords-count[data-v-adeeb098] {
  color: var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
}.location-lang-domain-area[data-v-1d29fdc1] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-1d29fdc1] {
  min-width: 270px;
}
.tooltip-heading[data-v-1d29fdc1] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-1d29fdc1] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-1d29fdc1] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-1d29fdc1] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-1d29fdc1] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-1d29fdc1] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-1d29fdc1] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-1d29fdc1] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-1d29fdc1] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-1d29fdc1] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-1d29fdc1]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-1d29fdc1]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-1d29fdc1] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-1d29fdc1] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-1d29fdc1] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-1d29fdc1] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-1d29fdc1] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-1d29fdc1] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-1d29fdc1] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-1d29fdc1] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-1d29fdc1] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-1d29fdc1] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-1d29fdc1] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-1d29fdc1] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-1d29fdc1] {
  width: 34.438rem;
}
.h78[data-v-1d29fdc1] {
  height: 4.875rem;
}
.w78[data-v-1d29fdc1] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-1d29fdc1] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-1d29fdc1] {
  max-width: 680px;
}
.input-count-info[data-v-1d29fdc1] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-1d29fdc1] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-1d29fdc1] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-1d29fdc1]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-1d29fdc1] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-1d29fdc1] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-1d29fdc1] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-1d29fdc1] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-1d29fdc1] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-1d29fdc1] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-1d29fdc1] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-1d29fdc1] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-1d29fdc1], .clear-btn.disabled span[data-v-1d29fdc1] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-1d29fdc1] {
  justify-content: center !important;
}
.keyword-result-table[data-v-1d29fdc1] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-1d29fdc1] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-1d29fdc1]:first-child, .keyword-result-table td[data-v-1d29fdc1]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-1d29fdc1]:last-child, .keyword-result-table td[data-v-1d29fdc1]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-1d29fdc1]:first-child, .keyword-result-table td[data-v-1d29fdc1]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-1d29fdc1] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-1d29fdc1]:nth-child(2), .keyword-result-table td[data-v-1d29fdc1]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-1d29fdc1] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-1d29fdc1] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-1d29fdc1] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-1d29fdc1] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-1d29fdc1] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-1d29fdc1] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-1d29fdc1] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-1d29fdc1] {
  width: 100%;
}
.keyword-tracking-table th[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-1d29fdc1] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-1d29fdc1]:first-child, .keyword-tracking-table td[data-v-1d29fdc1]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-1d29fdc1]:last-child, .keyword-tracking-table td[data-v-1d29fdc1]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-1d29fdc1] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-1d29fdc1] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-1d29fdc1] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-1d29fdc1] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-1d29fdc1] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-1d29fdc1] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-1d29fdc1] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-1d29fdc1] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-1d29fdc1]:active, .keyword-label-dropdown-button[data-v-1d29fdc1]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-1d29fdc1] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-1d29fdc1] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-1d29fdc1] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-1d29fdc1] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-1d29fdc1] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-1d29fdc1], .voltage-result-area .b-table.voltage-table td[data-v-1d29fdc1] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-1d29fdc1] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-1d29fdc1] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-1d29fdc1] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-1d29fdc1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-1d29fdc1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-1d29fdc1] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-1d29fdc1] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-1d29fdc1] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-1d29fdc1], .gap-result-area .b-table.voltage-table td[data-v-1d29fdc1] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-1d29fdc1] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-1d29fdc1] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-1d29fdc1] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-1d29fdc1] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-1d29fdc1] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-1d29fdc1] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-1d29fdc1] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-1d29fdc1] {
  position: relative;
}
.tooltip-arrow[data-v-1d29fdc1]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-1d29fdc1] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-1d29fdc1] {
  vertical-align: middle;
}
.scenarios[data-v-1d29fdc1] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.scenarios > div[data-v-1d29fdc1] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 3.7px;
  min-width: 290px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--v-cardBg-base);
}
.scenarios > div.is-active[data-v-1d29fdc1] {
  border: 1px solid var(--v-profileAnchorColor-base);
}
.scenarios > div img[data-v-1d29fdc1] {
  width: auto;
  height: 60px;
}
.scenarios > div .name[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  font-weight: 800;
}
.scenarios > div .explain[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
  font-size: 0.75rem;
}
.add-new-competitor-btn[data-v-1d29fdc1] {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.add-new-competitor-btn i[data-v-1d29fdc1] {
  background: var(--v-lightYellowColor-base);
  color: var(--v-profileAnchorColor-base);
  border-radius: 50%;
  font-size: 1rem;
}
.add-new-competitor-btn span[data-v-1d29fdc1] {
  color: var(--v-mainColor-base);
}.location-lang-domain-area[data-v-aea2d7d7] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-aea2d7d7] {
  min-width: 270px;
}
.tooltip-heading[data-v-aea2d7d7] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-aea2d7d7] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-aea2d7d7] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-aea2d7d7] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-aea2d7d7] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-aea2d7d7] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-aea2d7d7] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-aea2d7d7] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-aea2d7d7] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-aea2d7d7] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-aea2d7d7]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-aea2d7d7]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-aea2d7d7] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-aea2d7d7] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-aea2d7d7] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-aea2d7d7] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-aea2d7d7] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-aea2d7d7] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-aea2d7d7] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-aea2d7d7] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-aea2d7d7] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-aea2d7d7] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-aea2d7d7] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-aea2d7d7] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-aea2d7d7] {
  width: 34.438rem;
}
.h78[data-v-aea2d7d7] {
  height: 4.875rem;
}
.w78[data-v-aea2d7d7] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-aea2d7d7] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-aea2d7d7] {
  max-width: 680px;
}
.input-count-info[data-v-aea2d7d7] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-aea2d7d7] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-aea2d7d7] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-aea2d7d7]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-aea2d7d7] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-aea2d7d7] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-aea2d7d7] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-aea2d7d7] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-aea2d7d7] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-aea2d7d7] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-aea2d7d7] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-aea2d7d7] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-aea2d7d7], .clear-btn.disabled span[data-v-aea2d7d7] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-aea2d7d7] {
  justify-content: center !important;
}
.keyword-result-table[data-v-aea2d7d7] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-aea2d7d7] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-aea2d7d7] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-aea2d7d7] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-aea2d7d7]:first-child, .keyword-result-table td[data-v-aea2d7d7]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-aea2d7d7]:last-child, .keyword-result-table td[data-v-aea2d7d7]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-aea2d7d7]:first-child, .keyword-result-table td[data-v-aea2d7d7]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-aea2d7d7] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-aea2d7d7]:nth-child(2), .keyword-result-table td[data-v-aea2d7d7]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-aea2d7d7] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-aea2d7d7] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-aea2d7d7] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-aea2d7d7] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-aea2d7d7] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-aea2d7d7] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-aea2d7d7] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-aea2d7d7] {
  width: 100%;
}
.keyword-tracking-table th[data-v-aea2d7d7] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-aea2d7d7] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-aea2d7d7] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-aea2d7d7]:first-child, .keyword-tracking-table td[data-v-aea2d7d7]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-aea2d7d7]:last-child, .keyword-tracking-table td[data-v-aea2d7d7]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-aea2d7d7] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-aea2d7d7] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-aea2d7d7] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-aea2d7d7] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-aea2d7d7] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-aea2d7d7] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-aea2d7d7] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-aea2d7d7] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-aea2d7d7]:active, .keyword-label-dropdown-button[data-v-aea2d7d7]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-aea2d7d7] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-aea2d7d7] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-aea2d7d7] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-aea2d7d7] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-aea2d7d7] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-aea2d7d7] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-aea2d7d7], .voltage-result-area .b-table.voltage-table td[data-v-aea2d7d7] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-aea2d7d7] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-aea2d7d7] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-aea2d7d7] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-aea2d7d7] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-aea2d7d7] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-aea2d7d7] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-aea2d7d7] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-aea2d7d7] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-aea2d7d7], .gap-result-area .b-table.voltage-table td[data-v-aea2d7d7] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-aea2d7d7] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-aea2d7d7] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-aea2d7d7] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-aea2d7d7] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-aea2d7d7] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-aea2d7d7] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-aea2d7d7] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-aea2d7d7] {
  position: relative;
}
.tooltip-arrow[data-v-aea2d7d7]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-aea2d7d7] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-aea2d7d7] {
  vertical-align: middle;
}
.keyword-tracking-root .update-dates-wrapper[data-v-aea2d7d7] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.keyword-tracking-root .update-dates-wrapper > div[data-v-aea2d7d7] {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  padding: 20px;
  border-radius: 5px;
}
.keyword-tracking-root .update-dates-wrapper > div .icon-part span[data-v-aea2d7d7] {
  background: var(--v-lightYellowColor-base);
  color: var(--v-profileAnchorColor-base);
  font-size: 2rem;
  padding: 5px;
  border-radius: 5px;
}
.keyword-tracking-root .update-dates-wrapper > div .date-label[data-v-aea2d7d7] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.keyword-tracking-root .update-dates-wrapper > div .date-data[data-v-aea2d7d7] {
  font-size: 1.1rem;
  margin-top: 10px;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.keyword-tracking-root .update-dates-wrapper > div .next-update-date[data-v-aea2d7d7] {
  color: var(--v-green7Color-base);
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.keyword-tracking-root .h-line[data-v-aea2d7d7] {
  height: 1px;
  background: var(--v-grayColor-base);
}
.keyword-tracking-root table tr:nth-child(odd) td[data-v-aea2d7d7] {
  background: var(--v-pink1Color-base);
}.sites-or-pages-container.silos-container[data-v-b55ec72a] {
  gap: 24px;
}
.sites-or-pages-container.silos-container.silos-container-white-glove[data-v-b55ec72a] {
  display: grid;
  grid-template-columns: initial;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 32px;
  min-width: 1100px;
}
.silo-card[data-v-b55ec72a] {
  border: 0.39px solid #CCCCCC;
  box-shadow: 0px 5.69px 13.09px -2.28px rgba(0, 0, 0, 0.0901960784);
  max-width: 400px;
}
.silo-card .silo-card-head[data-v-b55ec72a] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.silo-card .silo-card-title[data-v-b55ec72a] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  flex: 1;
  padding-top: 4px;
}
.silo-card .silo-card-title .project-name span[data-v-b55ec72a] {
  font-size: 20px;
}
.silo-card .silo-card-title .count-label[data-v-b55ec72a] {
  background: #FF5700;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.silo-card .footer-container[data-v-b55ec72a] {
  margin-top: 32px;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.silo-card .footer-container .footer-item[data-v-b55ec72a] {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  color: #014751;
}
.silo-card .footer-container .footer-item-price-on-checkout .price-on-checkout[data-v-b55ec72a] {
  visibility: hidden;
}
.silo-card .footer-container .footer-item-price-on-checkout:hover .price-on-checkout[data-v-b55ec72a] {
  visibility: initial;
}
.silo-card .footer-container .description-icon i[data-v-b55ec72a] {
  color: var(--v-primary-base);
  font-size: 16px;
}
.w550[data-v-b55ec72a] {
  width: 34.438rem;
}
.h78[data-v-b55ec72a] {
  height: 4.875rem;
}
.w78[data-v-b55ec72a] {
  width: 4.875rem;
}
.w56[data-v-b55ec72a] {
  width: 3.5rem;
}
.white-selected-box[data-v-b55ec72a] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-b55ec72a] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-b55ec72a] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-b55ec72a] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-b55ec72a] {
  font-size: 0.688rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box .flip-icon[data-v-b55ec72a] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-b55ec72a] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-b55ec72a] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.schema-container[data-v-b55ec72a] {
  background-color: var(--v-lightYellowColor-base);
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.schema-container i[data-v-b55ec72a] {
  color: var(--v-profileAnchorColor-base);
}
.custom-modal-close-btn i[data-v-b55ec72a] {
  color: var(--v-primary-base);
}
.silo-container-empty[data-v-b55ec72a] {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.silo-container-empty .silo-structure-empty-container[data-v-b55ec72a] {
  width: 438px;
  height: 271px;
  background-color: #F3F4FA;
  padding: 2.5rem;
}
.step-title[data-v-b55ec72a] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v-primary-base);
}
.silo-text-empty-container[data-v-b55ec72a] {
  width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.font16[data-v-b55ec72a] {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.height38[data-v-b55ec72a] {
  height: 2.375rem !important;
}
.padding8[data-v-b55ec72a] {
  padding: 8px 12px !important;
}
.title-text[data-v-b55ec72a] {
  font-weight: 400;
  font-size: 1rem;
  color: var(--v-primary-base);
  line-height: 1.5rem;
}
.gap1[data-v-b55ec72a] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.width82[data-v-b55ec72a] {
  width: 82rem;
  height: 221px;
}
.container-launch[data-v-b55ec72a] {
  display: flex;
  background-color: var(--v-lightGray-base);
  border-radius: 0.313rem;
  border: 1px solid var(--v-grayColor-base);
}
.container-launch .width704[data-v-b55ec72a] {
  width: 44rem;
}
.container-launch .font12[data-v-b55ec72a] {
  font-size: 0.75rem;
  color: var(--v-primary-base);
  font-weight: 400;
}
.container-launch .font20[data-v-b55ec72a] {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--v-primary-base);
}
.container-launch .font1rem[data-v-b55ec72a] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--v-primary-base);
  line-height: 1.6rem;
}
.container-launch .font15[data-v-b55ec72a] {
  font-size: 0.938rem;
  font-weight: 700;
}
.container-launch .silo-structure[data-v-b55ec72a] {
  padding-top: 3px;
}
.container-launch .cross-container[data-v-b55ec72a] {
  margin-top: -10px;
}
.vertically-align-center[data-v-b55ec72a] {
  display: flex;
  align-items: center;
}
.align-right[data-v-b55ec72a] {
  left: 50%;
}
td[data-v-b55ec72a] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-b55ec72a] {
  vertical-align: middle;
  font-size: 1rem;
}
.white-glove-order-label[data-v-b55ec72a] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.white-glove-order-label .type[data-v-b55ec72a] {
  font-size: 16px;
  font-weight: 700;
  line-height: 13.86px;
}
.white-glove-order-label .count[data-v-b55ec72a] {
  padding: 3px 10px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  font-weight: 700;
}
.basic-divider[data-v-d2a07a54] {
  border-top: 1px solid var(--v-grayColor-base);
  break-after: always;
}
.box-wh35[data-v-d2a07a54]:has(.menu-img) {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35[data-v-d2a07a54]:has(.menu-icon) {
  background-color: var(--v-lightYellowColor-base);
  border-radius: 2px;
  color: var(--v-profileAnchorColor-base);
  padding: 3px;
}
.url-link[data-v-d2a07a54] {
  margin-left: 5px;
  font-weight: 500;
  color: #0a6cdb;
  text-decoration: underline;
}
[data-v-c74b75d1] .exclude-terms-multiselect ul.multiselect__content {
  margin-top: 0;
  margin-left: 0;
}.silo-reports-checkout-modal[data-v-2cf49bbf] {
  overflow: hidden;
}
.silo-reports-checkout-modal .modal-container[data-v-2cf49bbf] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.silo-reports-checkout-modal .steps-bar[data-v-2cf49bbf] {
  display: inline-flex;
  flex-direction: row;
  gap: 12px;
  padding: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  cursor: default;
}
.silo-reports-checkout-modal .steps-bar div[data-v-2cf49bbf] {
  flex: 1;
  padding: 12px 16px;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.silo-reports-checkout-modal .steps-bar div.active[data-v-2cf49bbf] {
  background: rgba(255, 237, 221, 0.5019607843);
  color: #FF5700;
}
.silo-reports-checkout-modal .keyword-row[data-v-2cf49bbf] {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.silo-reports-checkout-modal .keyword-row .keyword-type-box[data-v-2cf49bbf] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}
.silo-reports-checkout-modal .keyword-row .keyword-data[data-v-2cf49bbf] {
  flex: 1;
  font-size: 16px;
}
.silo-reports-checkout-modal .keyword-row .action[data-v-2cf49bbf] {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.silo-reports-checkout-modal .keyword-row.top-level .keyword-type-box[data-v-2cf49bbf] {
  background: #D6FBEE;
  color: #007438;
}
.silo-reports-checkout-modal .keyword-row.supporting .keyword-type-box[data-v-2cf49bbf] {
  background: #FFE1F3;
  color: #EF34A4;
}
.silo-reports-checkout-modal .supporting-pages-toggle[data-v-2cf49bbf] {
  color: #FF5700;
  font-weight: bold;
}
.silo-reports-checkout-modal .main-part[data-v-2cf49bbf] {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
}
.silo-reports-checkout-modal .main-part .left-part[data-v-2cf49bbf] {
  border-right: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.silo-reports-checkout-modal .main-part .left-part .form-part[data-v-2cf49bbf] {
  flex: 1;
  padding: 32px;
  border-bottom: 1px solid #CCCCCC;
  overflow-y: auto;
}
.silo-reports-checkout-modal .main-part .left-part .form-controls-part[data-v-2cf49bbf] {
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.silo-reports-checkout-modal .main-part .left-part .form-controls-part div[data-v-2cf49bbf] {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.silo-reports-checkout-modal .main-part .left-part .form-controls-part .buy-now-btn[data-v-2cf49bbf] {
  border: none;
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.silo-reports-checkout-modal .main-part .right-part[data-v-2cf49bbf] {
  flex-basis: 37%;
  padding: 32px;
}
.silo-reports-checkout-modal .main-part .right-part .sub-title[data-v-2cf49bbf] {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.65px;
}
.silo-report-cards-list[data-v-2cf49bbf] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.silo-report-card[data-v-2cf49bbf] {
  cursor: pointer;
  position: relative;
  flex: 1;
  flex-basis: 30%;
  flex-grow: 0;
  padding: 16px 16px 24px 16px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}
.silo-report-card .check-mark[data-v-2cf49bbf] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  border-radius: 100px;
}
.silo-report-card .check-mark .v-icon[data-v-2cf49bbf] {
  display: none;
}
.silo-report-card.selected[data-v-2cf49bbf] {
  border-color: #FF5700;
}
.silo-report-card.selected .check-mark[data-v-2cf49bbf] {
  border: 1px solid #FF5700;
  background: #FF5700;
}
.silo-report-card.selected .check-mark .v-icon[data-v-2cf49bbf] {
  display: inline-flex;
  color: #fff;
}
.delivery-period-dropdown .delivery-period-dropdown-button[data-v-2cf49bbf] {
  font-weight: 700;
  border-width: 1.3px;
  border-color: #014751;
}
[data-v-2cf49bbf] .silo-order-form-checkbox label {
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
}
.summary-card[data-v-2cf49bbf] {
  background: #F8F8F8;
  padding: 16px;
}
.summary-card .main[data-v-2cf49bbf] {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.summary-card .main .main-icon[data-v-2cf49bbf] {
  color: #9DA2A8;
}
.summary-card .main .main-content[data-v-2cf49bbf] {
  flex: 1;
}
.summary-card .main .main-content .option-title[data-v-2cf49bbf] {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.summary-card .main .main-content .option-price[data-v-2cf49bbf] {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.summary-card .detail td[data-v-2cf49bbf] {
  padding: 12px 4px;
}
.summary-card .detail thead[data-v-2cf49bbf] {
  font-weight: bold;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-transform: uppercase;
}
.summary-card .detail thead td[data-v-2cf49bbf] {
  font-size: 10px;
}
.total-amount-card[data-v-2cf49bbf] {
  background: rgba(255, 237, 221, 0.5);
  padding: 20px 12px;
  text-align: center;
}
.total-amount-card .card-icon[data-v-2cf49bbf] {
  color: #FF5700;
}
.total-amount-card .card-title[data-v-2cf49bbf] {
  text-transform: uppercase;
  font-weight: bold;
}
.total-amount-card .card-price[data-v-2cf49bbf] {
  font-size: 24px;
  font-weight: bold;
}
.configs-collapsible[data-v-2cf49bbf] {
  box-shadow: none;
  border: 0.5px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  border-radius: 0.25rem;
}
.configs-collapsible[data-v-2cf49bbf]:not(:last-child) {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.configs-collapsible[data-v-2cf49bbf]:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.configs-collapsible .card-header[data-v-2cf49bbf] {
  background-color: var(--v-whiteColor-base) !important;
  box-shadow: none;
}
.configs-collapsible .card-header[aria-expanded=true][data-v-2cf49bbf] {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-mainColor3-base);
}
.configs-collapsible .card-header-title[data-v-2cf49bbf] {
  padding: 1rem 1rem;
  color: var(--v-mainColor3-base);
}
.configs-collapsible .card-header-title .config-left[data-v-2cf49bbf] {
  width: 310px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.configs-collapsible .card-header-title .config-left .required-label[data-v-2cf49bbf] {
  background-color: var(--v-gray7Color-base);
  color: var(--v-gray2Color-base);
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.7rem;
  padding: 2px 4px;
}
.config-status[data-v-2cf49bbf] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--v-gray12Color-base);
}
.config-status i[data-v-2cf49bbf] {
  color: #fff;
  font-size: 0.8rem;
}
.config-status.is-selected[data-v-2cf49bbf] {
  background-color: #38C98C;
  border: none;
}
.config-status.is-error[data-v-2cf49bbf] {
  background-color: #FF1F2D;
  border: none;
}.wrapper {
  background: #fff;
}
.graph-margin-auto {
  margin: 0 auto;
  overflow-x: auto;
  width: 1080px;
  padding: 40px;
}
.graph-main {
  width: 1000px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.graph-main .side-column, .graph-main .center-column {
  flex: 1;
}
.graph-main .side-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  min-height: 160px;
}
.graph-main .center-column {
  align-self: center;
}
.graph-main .bottom-arrows {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.graph-main .keyword-item {
  width: 100%;
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.graph-main .keyword-item .keyword-item-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.graph-main .keyword-item .keyword {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}
.graph-main .keyword-item .keyword-type {
  font-size: 0.8rem;
}
.graph-main .keyword-item.supporting {
  background-color: #fff6fb;
  border: 1px solid #EF34A4;
}
.graph-main .keyword-item.supporting .keyword-item-tag {
  color: #EF34A4;
  background: #fff6fb;
  border: 1px solid #EF34A4;
}
.graph-main .keyword-item.supporting .keyword {
  color: #014751;
}
.graph-main .keyword-item.supporting .keyword-type {
  color: #014751;
}
.graph-main .keyword-item.top-level {
  background-color: #f1fff3;
  border: 1px solid #007438;
}
.graph-main .keyword-item.top-level .keyword-item-tag {
  color: #007438;
  background: #D6FBEE;
  border: 1px solid #007438;
}
.graph-main .keyword-item.top-level .keyword {
  color: #014751;
}
.graph-main .keyword-item.top-level .keyword-type {
  color: #014751;
}.location-lang-domain-area[data-v-e6549708] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-e6549708] {
  min-width: 270px;
}
.bgProfileAnchorColor[data-v-e6549708] {
  background-color: var(--v-profileAnchorColor-base);
  border-color: var(--v-profileAnchorColor-base);
}
.bgProfileAnchorColor i[data-v-e6549708] {
  color: var(--v-whiteColor-base);
}
.bullet[data-v-e6549708] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.kgr-score-bullet.best[data-v-e6549708] {
  background: #00CD49;
}
.kgr-score-bullet.good[data-v-e6549708] {
  background: #FF9B2D;
}
.kgr-score-bullet.normal[data-v-e6549708] {
  background: #FF1F2D;
}
.tooltip-heading[data-v-e6549708] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-e6549708] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.hw34[data-v-e6549708] {
  height: 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
}
.box-container[data-v-e6549708] {
  display: flex;
}
.box-container .custom-container[data-v-e6549708] {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-left: 40px;
  height: 30px;
  width: 81px;
  text-align: center;
  padding: 7.5px 0;
}
.flip-icon[data-v-e6549708] {
  transform: scaleX(-1);
}
.box-wh35 img[data-v-e6549708] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 i[data-v-e6549708] {
  background-color: var(--v-lightYellowColor-base);
  border-radius: 2px;
  color: var(--v-profileAnchorColor-base);
  padding: 3px;
}
.success-score[data-v-e6549708] {
  background-color: #008f4f;
  color: white;
}
.medium-score[data-v-e6549708] {
  background-color: #43EA64;
  color: var(--v-mainColor-base);
}
.medium-low-score[data-v-e6549708] {
  background-color: #88FF9A;
  color: var(--v-mainColor-base);
}
.low-score[data-v-e6549708] {
  background-color: #C6FFD2;
  color: var(--v-mainColor-base);
}
.alert-score[data-v-e6549708] {
  background-color: #FFD989;
  color: var(--v-mainColor-base);
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tags input,
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-e6549708] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-e6549708] {
  max-width: 680px;
}
.input-count-info[data-v-e6549708] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-e6549708] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-e6549708] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-e6549708]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-e6549708] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-e6549708] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-e6549708] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  top: 0;
  right: 0;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-e6549708] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-e6549708] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.search-field[data-v-e6549708] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.filter-popup-menu[data-v-e6549708] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.filter-popup-menu .filter-item-label[data-v-e6549708] {
  font-weight: 700;
}
.filter-popup-menu .range-wrapper[data-v-e6549708] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-e6549708] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-e6549708] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-e6549708] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-e6549708],
.clear-btn.disabled span[data-v-e6549708] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-e6549708] {
  justify-content: center !important;
}
.keyword-result-table[data-v-e6549708] {
  width: 100%;
}
.keyword-result-table th[data-v-e6549708] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-e6549708] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-e6549708] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-e6549708]:first-child,
.keyword-result-table td[data-v-e6549708]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-e6549708]:last-child,
.keyword-result-table td[data-v-e6549708]:last-child {
  padding-right: 15px;
}
.keyword-result-table td .open-url-link[data-v-e6549708] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.selected-file[data-v-e6549708] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-e6549708] {
  cursor: pointer;
  font-size: 1rem;
}
.keyword-paste-icon[data-v-e6549708] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-e6549708] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
  padding-bottom: 10px;
}
.voltage-result-area .header-part[data-v-e6549708] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-e6549708],
.voltage-result-area .b-table.voltage-table td[data-v-e6549708] {
  padding: 20px 5px !important;
  vertical-align: middle;
}
.voltage-result-area .b-table.voltage-table th[data-v-e6549708] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-e6549708] {
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-e6549708] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-e6549708] {
  color: var(--v-primary-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .icon-text-container[data-v-e6549708] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-e6549708] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.button-with-icon i[data-v-e6549708] {
  font-size: 1.375rem;
  margin-right: 0.25rem;
}
.white-common-box-custom[data-v-e6549708] {
  background-color: var(--v-cardBg-base);
  overflow-x: auto;
}
.white-common-box-custom .border-bottom[data-v-e6549708] {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.white-common-box-custom .box-title-label[data-v-e6549708] {
  font-size: 18px;
}
.gap-result-area[data-v-e6549708] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-e6549708] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-e6549708],
.gap-result-area .b-table.voltage-table td[data-v-e6549708] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-e6549708] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-e6549708] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-e6549708] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-e6549708] {
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-e6549708] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-e6549708] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-e6549708] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.keyword-label-dropdown-button[data-v-e6549708] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-e6549708]:active, .keyword-label-dropdown-button[data-v-e6549708]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.actions-menu .v-menu__content[data-v-e6549708] {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 300px !important;
}
.disabled-field[data-v-e6549708] {
  background-color: var(--v-normalLightGray-base) !important;
  cursor: not-allowed;
  color: #A7A7A7 !important;
}
[role=menu][data-v-e6549708]:has(.silo-report-menu) {
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12) !important;
}
.pop-report-menu-item[data-v-e6549708]:hover {
  background-color: rgba(161, 161, 161, 0.12) !important;
}
.silo-white-glove-header[data-v-e6549708] {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.silo-white-glove-header .container-launch[data-v-e6549708] {
  display: flex;
  background-color: var(--v-lightGray-base);
  border-radius: 0.313rem;
  border: 1px solid var(--v-grayColor-base);
}
.silo-white-glove-header .container-launch .width704[data-v-e6549708] {
  width: 44rem;
}
.silo-white-glove-header .container-launch .font12[data-v-e6549708] {
  font-size: 0.75rem;
  color: var(--v-primary-base);
  font-weight: 400;
}
.silo-white-glove-header .container-launch .font20[data-v-e6549708] {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--v-primary-base);
}
.silo-white-glove-header .container-launch .font1rem[data-v-e6549708] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--v-primary-base);
  line-height: 1.6rem;
}
.silo-white-glove-header .container-launch .font15[data-v-e6549708] {
  font-size: 0.938rem;
  font-weight: 700;
}
.silo-white-glove-header .container-launch .height38[data-v-e6549708] {
  height: 2.375rem !important;
}
.silo-white-glove-header .container-launch .padding8[data-v-e6549708] {
  padding: 8px 12px !important;
}
.silo-white-glove-header .container-launch .silo-structure[data-v-e6549708] {
  padding-top: 3px;
}
.silo-white-glove-header .container-launch .cross-container[data-v-e6549708] {
  margin-top: -10px;
}
.content-order-keyword-select[data-v-e6549708] {
  border-radius: 40px;
  padding: 0 8px !important;
}
.content-order-keyword-select span[data-v-e6549708] {
  font-weight: 700 !important;
}
.content-order-keyword-select .material-icons[data-v-e6549708] {
  margin-right: 0;
}
.content-order-keyword-select.selected[data-v-e6549708] {
  border: 1.3px solid #00844D;
  background: #EFFFFF;
  color: #00844D !important;
  padding: 0 6px !important;
}
.content-order-keyword-select.selected.v-btn--disabled[data-v-e6549708] {
  color: #00844D !important;
}
.ordered-label[data-v-e6549708] {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.ordered-label .material-icons[data-v-e6549708] {
  margin-right: 0;
  background: #00AA64;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  margin-right: 4px;
}
.ordered-label span[data-v-e6549708] {
  white-space: nowrap;
}
.content-order-keyword-note-btn[data-v-e6549708] {
  position: relative;
}
.content-order-keyword-note-btn .badge[data-v-e6549708] {
  position: absolute;
  display: inline-block;
  top: -6px;
  right: -6px;
  background: #FF5700;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  font-size: 10px;
}
.deleted-view-count[data-v-e6549708] {
  position: absolute;
  display: inline-block;
  top: -15px;
  right: -5px;
  background: #FF5700;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
}
.page-category-dropdown .page-category-dropdown-button[data-v-e6549708] {
  font-weight: 700;
  border-width: 1.3px;
  border-color: #014751;
  min-width: 130px;
  justify-content: space-between;
  height: 28px;
  font-weight: initial;
  margin-right: 20px;
}
.page-category-dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled[data-v-e6549708], .page-category-dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled[data-v-e6549708] {
  opacity: 0.8 !important;
  cursor: default;
}.columns-visibility-dropdown .dropdown-menu {
  padding-top: 17px;
}
.columns-visibility-dropdown .dropdown-content {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.material-icons {
  vertical-align: middle;
  font-size: 1rem;
}.modal-content[data-v-d975ff25] {
  width: 35.563rem;
  max-width: 35.563rem;
}
.modal-container[data-v-d975ff25] {
  padding: 0 !important;
}
.material-icons[data-v-d975ff25] {
  margin-top: -10px;
  color: var(--v-mainColor-base);
}
.description[data-v-d975ff25] {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: var(--v-mainColor-base);
}
.description span[data-v-d975ff25] {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.back-button-text[data-v-d975ff25] {
  border: 1px solid var(--v-mainColor-base);
  height: 38px !important;
  background: none !important;
}
.back-button-text span[data-v-d975ff25] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text[data-v-d975ff25] {
  height: 38px !important;
}
.continue-button-text i[data-v-d975ff25],
.continue-button-text span[data-v-d975ff25] {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.continue-button-text i[data-v-d975ff25] {
  margin-top: 2px;
}
.select-a-setup-type[data-v-d975ff25] {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  color: var(--v-mainColor-base);
}
.continue-button-area[data-v-d975ff25] {
  margin-top: 25px;
  text-align: right;
}.sites-or-pages-container.silos-container[data-v-22bce49c] {
  gap: 24px;
}
.sites-or-pages-container.silos-container.silos-container-white-glove[data-v-22bce49c] {
  display: grid;
  grid-template-columns: initial;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 32px;
  min-width: 1100px;
}
.silo-card[data-v-22bce49c] {
  border: 0.39px solid #CCCCCC;
  box-shadow: 0px 5.69px 13.09px -2.28px rgba(0, 0, 0, 0.0901960784);
  max-width: 400px;
}
.silo-card .silo-card-head[data-v-22bce49c] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.silo-card .silo-card-title[data-v-22bce49c] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  flex: 1;
  padding-top: 4px;
}
.silo-card .silo-card-title .project-name span[data-v-22bce49c] {
  font-size: 20px;
}
.silo-card .silo-card-title .count-label[data-v-22bce49c] {
  background: #FF5700;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.silo-card .footer-container[data-v-22bce49c] {
  margin-top: 32px;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.silo-card .footer-container .footer-item[data-v-22bce49c] {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  color: #014751;
}
.silo-card .footer-container .footer-item-price-on-checkout .price-on-checkout[data-v-22bce49c] {
  visibility: hidden;
}
.silo-card .footer-container .footer-item-price-on-checkout:hover .price-on-checkout[data-v-22bce49c] {
  visibility: initial;
}
.silo-card .footer-container .description-icon i[data-v-22bce49c] {
  color: var(--v-primary-base);
  font-size: 16px;
}
.w550[data-v-22bce49c] {
  width: 34.438rem;
}
.h78[data-v-22bce49c] {
  height: 4.875rem;
}
.w78[data-v-22bce49c] {
  width: 4.875rem;
}
.w56[data-v-22bce49c] {
  width: 3.5rem;
}
.white-selected-box[data-v-22bce49c] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-22bce49c] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-22bce49c] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-22bce49c] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-22bce49c] {
  font-size: 0.688rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box .flip-icon[data-v-22bce49c] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-22bce49c] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-22bce49c] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.schema-container[data-v-22bce49c] {
  background-color: var(--v-lightYellowColor-base);
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.schema-container i[data-v-22bce49c] {
  color: var(--v-profileAnchorColor-base);
}
.custom-modal-close-btn i[data-v-22bce49c] {
  color: var(--v-primary-base);
}
.silo-container-empty[data-v-22bce49c] {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.silo-container-empty .silo-structure-empty-container[data-v-22bce49c] {
  width: 438px;
  height: 271px;
  background-color: #F3F4FA;
  padding: 2.5rem;
}
.step-title[data-v-22bce49c] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v-primary-base);
}
.silo-text-empty-container[data-v-22bce49c] {
  width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.font16[data-v-22bce49c] {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.height38[data-v-22bce49c] {
  height: 2.375rem !important;
}
.padding8[data-v-22bce49c] {
  padding: 8px 12px !important;
}
.title-text[data-v-22bce49c] {
  font-weight: 400;
  font-size: 1rem;
  color: var(--v-primary-base);
  line-height: 1.5rem;
}
.gap1[data-v-22bce49c] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.width82[data-v-22bce49c] {
  width: 82rem;
  height: 221px;
}
.container-launch[data-v-22bce49c] {
  display: flex;
  background-color: var(--v-lightGray-base);
  border-radius: 0.313rem;
  border: 1px solid var(--v-grayColor-base);
}
.container-launch .width704[data-v-22bce49c] {
  width: 44rem;
}
.container-launch .font12[data-v-22bce49c] {
  font-size: 0.75rem;
  color: var(--v-primary-base);
  font-weight: 400;
}
.container-launch .font20[data-v-22bce49c] {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--v-primary-base);
}
.container-launch .font1rem[data-v-22bce49c] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--v-primary-base);
  line-height: 1.6rem;
}
.container-launch .font15[data-v-22bce49c] {
  font-size: 0.938rem;
  font-weight: 700;
}
.container-launch .silo-structure[data-v-22bce49c] {
  padding-top: 3px;
}
.container-launch .cross-container[data-v-22bce49c] {
  margin-top: -10px;
}
.vertically-align-center[data-v-22bce49c] {
  display: flex;
  align-items: center;
}
.align-right[data-v-22bce49c] {
  left: 50%;
}
td[data-v-22bce49c] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-22bce49c] {
  vertical-align: middle;
  font-size: 1rem;
}.sites-or-pages-container.silos-container[data-v-92f00a1d] {
  gap: 24px;
}
.sites-or-pages-container.silos-container.silos-container-white-glove[data-v-92f00a1d] {
  display: grid;
  grid-template-columns: initial;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 32px;
  min-width: 1100px;
}
.silo-card[data-v-92f00a1d] {
  border: 0.39px solid #CCCCCC;
  box-shadow: 0px 5.69px 13.09px -2.28px rgba(0, 0, 0, 0.0901960784);
  max-width: 400px;
}
.silo-card .silo-card-head[data-v-92f00a1d] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}
.silo-card .silo-card-title[data-v-92f00a1d] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  flex: 1;
  padding-top: 4px;
}
.silo-card .silo-card-title .project-name span[data-v-92f00a1d] {
  font-size: 20px;
}
.silo-card .silo-card-title .count-label[data-v-92f00a1d] {
  background: #FF5700;
  color: #fff;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.silo-card .footer-container[data-v-92f00a1d] {
  margin-top: 32px;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.silo-card .footer-container .footer-item[data-v-92f00a1d] {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  color: #014751;
}
.silo-card .footer-container .footer-item-price-on-checkout .price-on-checkout[data-v-92f00a1d] {
  visibility: hidden;
}
.silo-card .footer-container .footer-item-price-on-checkout:hover .price-on-checkout[data-v-92f00a1d] {
  visibility: initial;
}
.silo-card .footer-container .description-icon i[data-v-92f00a1d] {
  color: var(--v-primary-base);
  font-size: 16px;
}
.w550[data-v-92f00a1d] {
  width: 34.438rem;
}
.h78[data-v-92f00a1d] {
  height: 4.875rem;
}
.w78[data-v-92f00a1d] {
  width: 4.875rem;
}
.w56[data-v-92f00a1d] {
  width: 3.5rem;
}
.white-selected-box[data-v-92f00a1d] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-92f00a1d] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-92f00a1d] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-92f00a1d] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-92f00a1d] {
  font-size: 0.688rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box .flip-icon[data-v-92f00a1d] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-92f00a1d] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-92f00a1d] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.schema-container[data-v-92f00a1d] {
  background-color: var(--v-lightYellowColor-base);
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.schema-container i[data-v-92f00a1d] {
  color: var(--v-profileAnchorColor-base);
}
.custom-modal-close-btn i[data-v-92f00a1d] {
  color: var(--v-primary-base);
}
.silo-container-empty[data-v-92f00a1d] {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.silo-container-empty .silo-structure-empty-container[data-v-92f00a1d] {
  width: 438px;
  height: 271px;
  background-color: #F3F4FA;
  padding: 2.5rem;
}
.step-title[data-v-92f00a1d] {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--v-primary-base);
}
.silo-text-empty-container[data-v-92f00a1d] {
  width: 29.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.font16[data-v-92f00a1d] {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
.height38[data-v-92f00a1d] {
  height: 2.375rem !important;
}
.padding8[data-v-92f00a1d] {
  padding: 8px 12px !important;
}
.title-text[data-v-92f00a1d] {
  font-weight: 400;
  font-size: 1rem;
  color: var(--v-primary-base);
  line-height: 1.5rem;
}
.gap1[data-v-92f00a1d] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.width82[data-v-92f00a1d] {
  width: 82rem;
  height: 221px;
}
.container-launch[data-v-92f00a1d] {
  display: flex;
  background-color: var(--v-lightGray-base);
  border-radius: 0.313rem;
  border: 1px solid var(--v-grayColor-base);
}
.container-launch .width704[data-v-92f00a1d] {
  width: 44rem;
}
.container-launch .font12[data-v-92f00a1d] {
  font-size: 0.75rem;
  color: var(--v-primary-base);
  font-weight: 400;
}
.container-launch .font20[data-v-92f00a1d] {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--v-primary-base);
}
.container-launch .font1rem[data-v-92f00a1d] {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: var(--v-primary-base);
  line-height: 1.6rem;
}
.container-launch .font15[data-v-92f00a1d] {
  font-size: 0.938rem;
  font-weight: 700;
}
.container-launch .silo-structure[data-v-92f00a1d] {
  padding-top: 3px;
}
.container-launch .cross-container[data-v-92f00a1d] {
  margin-top: -10px;
}
.vertically-align-center[data-v-92f00a1d] {
  display: flex;
  align-items: center;
}
.align-right[data-v-92f00a1d] {
  left: 50%;
}
td[data-v-92f00a1d] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-92f00a1d] {
  vertical-align: middle;
  font-size: 1rem;
}.compopnent-root {
  overflow-x: auto;
  min-width: 1000px;
}
.tree-wrapper {
  height: 630px;
  margin: auto;
}
.tree-wrapper .graph-root {
  height: 550px;
  width: 100%;
  color: #FF5D0A;
  background: #FF5D0A;
}
.tree-wrapper .node circle {
  fill: #FF5D0A !important;
}
.tree-wrapper .node text {
  fill: red !important;
  background: blue !important;
}
.tree-wrapper path {
  stroke: #FF5D0A !important;
  stroke-dasharray: 5, 2;
}.location-lang-domain-area[data-v-7e9ecbf4] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-7e9ecbf4] {
  min-width: 270px;
}
.tooltip-heading[data-v-7e9ecbf4] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-7e9ecbf4] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-7e9ecbf4] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-7e9ecbf4] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-7e9ecbf4] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-7e9ecbf4] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-7e9ecbf4] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-7e9ecbf4] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-7e9ecbf4] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-7e9ecbf4] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-7e9ecbf4]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-7e9ecbf4]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-7e9ecbf4] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-7e9ecbf4] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-7e9ecbf4] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-7e9ecbf4] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-7e9ecbf4] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-7e9ecbf4] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-7e9ecbf4] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-7e9ecbf4] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-7e9ecbf4] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-7e9ecbf4] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-7e9ecbf4] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-7e9ecbf4] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-7e9ecbf4] {
  width: 34.438rem;
}
.h78[data-v-7e9ecbf4] {
  height: 4.875rem;
}
.w78[data-v-7e9ecbf4] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-7e9ecbf4] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-7e9ecbf4] {
  max-width: 680px;
}
.input-count-info[data-v-7e9ecbf4] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-7e9ecbf4] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-7e9ecbf4] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-7e9ecbf4]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-7e9ecbf4] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-7e9ecbf4] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-7e9ecbf4] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-7e9ecbf4] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-7e9ecbf4] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-7e9ecbf4] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-7e9ecbf4] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-7e9ecbf4] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-7e9ecbf4], .clear-btn.disabled span[data-v-7e9ecbf4] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-7e9ecbf4] {
  justify-content: center !important;
}
.keyword-result-table[data-v-7e9ecbf4] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-7e9ecbf4] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-7e9ecbf4]:first-child, .keyword-result-table td[data-v-7e9ecbf4]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-7e9ecbf4]:last-child, .keyword-result-table td[data-v-7e9ecbf4]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-7e9ecbf4]:first-child, .keyword-result-table td[data-v-7e9ecbf4]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-7e9ecbf4] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-7e9ecbf4]:nth-child(2), .keyword-result-table td[data-v-7e9ecbf4]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-7e9ecbf4] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-7e9ecbf4] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-7e9ecbf4] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-7e9ecbf4] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-7e9ecbf4] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-7e9ecbf4] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-7e9ecbf4] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-7e9ecbf4] {
  width: 100%;
}
.keyword-tracking-table th[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-7e9ecbf4] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-7e9ecbf4]:first-child, .keyword-tracking-table td[data-v-7e9ecbf4]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-7e9ecbf4]:last-child, .keyword-tracking-table td[data-v-7e9ecbf4]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-7e9ecbf4] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-7e9ecbf4] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-7e9ecbf4] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-7e9ecbf4] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-7e9ecbf4] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-7e9ecbf4] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-7e9ecbf4] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-7e9ecbf4] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-7e9ecbf4]:active, .keyword-label-dropdown-button[data-v-7e9ecbf4]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-7e9ecbf4] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-7e9ecbf4] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-7e9ecbf4] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-7e9ecbf4] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-7e9ecbf4] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-7e9ecbf4], .voltage-result-area .b-table.voltage-table td[data-v-7e9ecbf4] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-7e9ecbf4] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-7e9ecbf4] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-7e9ecbf4] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-7e9ecbf4] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-7e9ecbf4] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-7e9ecbf4] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-7e9ecbf4] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-7e9ecbf4] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-7e9ecbf4], .gap-result-area .b-table.voltage-table td[data-v-7e9ecbf4] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-7e9ecbf4] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-7e9ecbf4] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-7e9ecbf4] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-7e9ecbf4] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-7e9ecbf4] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-7e9ecbf4] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-7e9ecbf4] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-7e9ecbf4] {
  position: relative;
}
.tooltip-arrow[data-v-7e9ecbf4]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-7e9ecbf4] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-7e9ecbf4] {
  vertical-align: middle;
}
.general-info[data-v-7e9ecbf4] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.cluster-chart[data-v-7e9ecbf4] {
  position: relative;
  min-height: 300px;
}
.cluster-chart .clusters-list[data-v-7e9ecbf4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 600px;
  row-gap: 5px;
}
.cluster-chart .clusters-list > div[data-v-7e9ecbf4] {
  color: var(--v-mainColor-base);
}
.cluster-chart .cluster-name-in-chart[data-v-7e9ecbf4] {
  cursor: pointer;
}
.cluster-chart .topics-inputed[data-v-7e9ecbf4] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  border: 1px solid var(--v-grayColor-base);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cluster-chart .topics-inputed > div[data-v-7e9ecbf4] {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--v-mainColor-base);
}
.cluster-box .cluster-header[data-v-7e9ecbf4] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cluster-box .cluster-header .expand-icon[data-v-7e9ecbf4] {
  cursor: pointer;
}
.cluster-box .cluster-header .cluster-name[data-v-7e9ecbf4] {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
}
.cluster-box .cluster-header .keywords-count[data-v-7e9ecbf4] {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--v-lightYellowColor-base);
  color: var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.cluster-box .cluster-header .best-match-label[data-v-7e9ecbf4] {
  padding: 5px 10px;
  border-radius: 40px;
  background: #CDF7E3;
  color: #006843;
  font-weight: 700;
}
.cluster-box .cluster-body .keywords-wrapper > div[data-v-7e9ecbf4] {
  margin-top: 10px;
  background: var(--v-gray7Color-base);
  color: var(--v-mainColor-base);
  padding: 5px 10px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cluster-box .cluster-body .keywords-wrapper > div span.close[data-v-7e9ecbf4] {
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.remove-cluster-icon[data-v-7e9ecbf4] {
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.sticky-keywords-list-header[data-v-7e9ecbf4] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--v-mainBgColor-base);
  padding-top: 18px;
  padding-bottom: 18px;
}
.sticky-keywords-list-header.is-pinned[data-v-7e9ecbf4] {
  box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.18);
}
.keyword-data-cost-modal .message-text[data-v-7e9ecbf4], .keyword-data-cost-modal .message-text *[data-v-7e9ecbf4], .search-keywords-cost-modal .message-text[data-v-7e9ecbf4], .search-keywords-cost-modal .message-text *[data-v-7e9ecbf4] {
  font-size: 1rem;
  line-height: 1.5rem;
}.location-lang-domain-area[data-v-26419e0c] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-26419e0c] {
  min-width: 270px;
}
.tooltip-heading[data-v-26419e0c] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-26419e0c] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-26419e0c] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-26419e0c] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-26419e0c] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-26419e0c] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-26419e0c] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-26419e0c] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-26419e0c] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-26419e0c] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-26419e0c]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-26419e0c]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-26419e0c] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-26419e0c] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-26419e0c] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-26419e0c] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-26419e0c] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-26419e0c] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-26419e0c] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-26419e0c] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-26419e0c] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-26419e0c] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-26419e0c] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-26419e0c] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-26419e0c] {
  width: 34.438rem;
}
.h78[data-v-26419e0c] {
  height: 4.875rem;
}
.w78[data-v-26419e0c] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-26419e0c] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-26419e0c] {
  max-width: 680px;
}
.input-count-info[data-v-26419e0c] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-26419e0c] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-26419e0c] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-26419e0c]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-26419e0c] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-26419e0c] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-26419e0c] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-26419e0c] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-26419e0c] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-26419e0c] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-26419e0c] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-26419e0c] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-26419e0c], .clear-btn.disabled span[data-v-26419e0c] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-26419e0c] {
  justify-content: center !important;
}
.keyword-result-table[data-v-26419e0c] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-26419e0c] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-26419e0c] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-26419e0c] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-26419e0c]:first-child, .keyword-result-table td[data-v-26419e0c]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-26419e0c]:last-child, .keyword-result-table td[data-v-26419e0c]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-26419e0c]:first-child, .keyword-result-table td[data-v-26419e0c]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-26419e0c] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-26419e0c]:nth-child(2), .keyword-result-table td[data-v-26419e0c]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-26419e0c] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-26419e0c] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-26419e0c] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-26419e0c] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-26419e0c] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-26419e0c] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-26419e0c] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-26419e0c] {
  width: 100%;
}
.keyword-tracking-table th[data-v-26419e0c] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-26419e0c] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-26419e0c] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-26419e0c]:first-child, .keyword-tracking-table td[data-v-26419e0c]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-26419e0c]:last-child, .keyword-tracking-table td[data-v-26419e0c]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-26419e0c] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-26419e0c] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-26419e0c] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-26419e0c] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-26419e0c] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-26419e0c] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-26419e0c] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-26419e0c] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-26419e0c]:active, .keyword-label-dropdown-button[data-v-26419e0c]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-26419e0c] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-26419e0c] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-26419e0c] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-26419e0c] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-26419e0c] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-26419e0c] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-26419e0c], .voltage-result-area .b-table.voltage-table td[data-v-26419e0c] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-26419e0c] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-26419e0c] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-26419e0c] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-26419e0c] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-26419e0c] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-26419e0c] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-26419e0c] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-26419e0c] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-26419e0c], .gap-result-area .b-table.voltage-table td[data-v-26419e0c] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-26419e0c] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-26419e0c] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-26419e0c] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-26419e0c] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-26419e0c] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-26419e0c] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-26419e0c] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-26419e0c] {
  position: relative;
}
.tooltip-arrow[data-v-26419e0c]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-26419e0c] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-26419e0c] {
  vertical-align: middle;
}
.white-glove-site-content-audit-oboarding-tip[data-v-26419e0c] {
  position: absolute;
  top: -10px;
  left: 90px;
  z-index: 1;
}.location-lang-domain-area[data-v-450e31ad] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-450e31ad] {
  min-width: 270px;
}
.tooltip-heading[data-v-450e31ad] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-450e31ad] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-450e31ad] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-450e31ad] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-450e31ad] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-450e31ad] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-450e31ad] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-450e31ad] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-450e31ad] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-450e31ad] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-450e31ad]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-450e31ad]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-450e31ad] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-450e31ad] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-450e31ad] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-450e31ad] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-450e31ad] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-450e31ad] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-450e31ad] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-450e31ad] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-450e31ad] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-450e31ad] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-450e31ad] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-450e31ad] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-450e31ad] {
  width: 34.438rem;
}
.h78[data-v-450e31ad] {
  height: 4.875rem;
}
.w78[data-v-450e31ad] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-450e31ad] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-450e31ad] {
  max-width: 680px;
}
.input-count-info[data-v-450e31ad] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-450e31ad] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-450e31ad] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-450e31ad]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-450e31ad] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-450e31ad] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-450e31ad] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-450e31ad] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-450e31ad] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-450e31ad] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-450e31ad] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-450e31ad] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-450e31ad], .clear-btn.disabled span[data-v-450e31ad] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-450e31ad] {
  justify-content: center !important;
}
.keyword-result-table[data-v-450e31ad] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-450e31ad] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-450e31ad] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-450e31ad] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-450e31ad]:first-child, .keyword-result-table td[data-v-450e31ad]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-450e31ad]:last-child, .keyword-result-table td[data-v-450e31ad]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-450e31ad]:first-child, .keyword-result-table td[data-v-450e31ad]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-450e31ad] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-450e31ad]:nth-child(2), .keyword-result-table td[data-v-450e31ad]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-450e31ad] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-450e31ad] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-450e31ad] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-450e31ad] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-450e31ad] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-450e31ad] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-450e31ad] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-450e31ad] {
  width: 100%;
}
.keyword-tracking-table th[data-v-450e31ad] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-450e31ad] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-450e31ad] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-450e31ad]:first-child, .keyword-tracking-table td[data-v-450e31ad]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-450e31ad]:last-child, .keyword-tracking-table td[data-v-450e31ad]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-450e31ad] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-450e31ad] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-450e31ad] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-450e31ad] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-450e31ad] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-450e31ad] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-450e31ad] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-450e31ad] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-450e31ad]:active, .keyword-label-dropdown-button[data-v-450e31ad]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-450e31ad] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-450e31ad] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-450e31ad] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-450e31ad] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-450e31ad] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-450e31ad] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-450e31ad], .voltage-result-area .b-table.voltage-table td[data-v-450e31ad] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-450e31ad] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-450e31ad] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-450e31ad] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-450e31ad] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-450e31ad] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-450e31ad] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-450e31ad] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-450e31ad] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-450e31ad], .gap-result-area .b-table.voltage-table td[data-v-450e31ad] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-450e31ad] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-450e31ad] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-450e31ad] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-450e31ad] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-450e31ad] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-450e31ad] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-450e31ad] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-450e31ad] {
  position: relative;
}
.tooltip-arrow[data-v-450e31ad]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-450e31ad] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-450e31ad] {
  vertical-align: middle;
}
.action-bar[data-v-450e31ad] {
  width: 360px;
}.voltage-result-area .b-table.voltage-table th.checkbox-cell, .voltage-result-area .b-table.voltage-table td.checkbox-cell {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th.checkbox-cell {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td.checkbox-cell {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table .checkbox-cell {
  vertical-align: initial !important;
}.location-lang-domain-area[data-v-8de365c9] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-8de365c9] {
  min-width: 270px;
}
.tooltip-heading[data-v-8de365c9] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-8de365c9] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-8de365c9] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-8de365c9] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-8de365c9] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-8de365c9] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-8de365c9] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-8de365c9] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-8de365c9] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-8de365c9] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-8de365c9]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-8de365c9]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-8de365c9] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-8de365c9] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-8de365c9] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-8de365c9] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-8de365c9] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-8de365c9] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-8de365c9] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-8de365c9] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-8de365c9] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-8de365c9] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-8de365c9] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-8de365c9] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-8de365c9] {
  width: 34.438rem;
}
.h78[data-v-8de365c9] {
  height: 4.875rem;
}
.w78[data-v-8de365c9] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-8de365c9] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-8de365c9] {
  max-width: 680px;
}
.input-count-info[data-v-8de365c9] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-8de365c9] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-8de365c9] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-8de365c9]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-8de365c9] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-8de365c9] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-8de365c9] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-8de365c9] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-8de365c9] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-8de365c9] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-8de365c9] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-8de365c9] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-8de365c9], .clear-btn.disabled span[data-v-8de365c9] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-8de365c9] {
  justify-content: center !important;
}
.keyword-result-table[data-v-8de365c9] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-8de365c9] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-8de365c9] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-8de365c9] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-8de365c9]:first-child, .keyword-result-table td[data-v-8de365c9]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-8de365c9]:last-child, .keyword-result-table td[data-v-8de365c9]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-8de365c9]:first-child, .keyword-result-table td[data-v-8de365c9]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-8de365c9] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-8de365c9]:nth-child(2), .keyword-result-table td[data-v-8de365c9]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-8de365c9] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-8de365c9] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-8de365c9] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-8de365c9] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-8de365c9] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-8de365c9] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-8de365c9] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-8de365c9] {
  width: 100%;
}
.keyword-tracking-table th[data-v-8de365c9] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-8de365c9] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-8de365c9] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-8de365c9]:first-child, .keyword-tracking-table td[data-v-8de365c9]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-8de365c9]:last-child, .keyword-tracking-table td[data-v-8de365c9]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-8de365c9] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-8de365c9] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-8de365c9] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-8de365c9] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-8de365c9] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-8de365c9] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-8de365c9] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-8de365c9] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-8de365c9]:active, .keyword-label-dropdown-button[data-v-8de365c9]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-8de365c9] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-8de365c9] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-8de365c9] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-8de365c9] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-8de365c9] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-8de365c9] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-8de365c9], .voltage-result-area .b-table.voltage-table td[data-v-8de365c9] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-8de365c9] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-8de365c9] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-8de365c9] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-8de365c9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-8de365c9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-8de365c9] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-8de365c9] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-8de365c9] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-8de365c9], .gap-result-area .b-table.voltage-table td[data-v-8de365c9] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-8de365c9] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-8de365c9] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-8de365c9] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-8de365c9] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-8de365c9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-8de365c9] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-8de365c9] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-8de365c9] {
  position: relative;
}
.tooltip-arrow[data-v-8de365c9]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-8de365c9] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-8de365c9] {
  vertical-align: middle;
}
.white-glove-site-content-audit-oboarding-tip[data-v-8de365c9] {
  position: absolute;
  top: -10px;
  left: 90px;
  z-index: 1;
}.location-lang-domain-area[data-v-7da5c816] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-7da5c816] {
  min-width: 270px;
}
.tooltip-heading[data-v-7da5c816] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-7da5c816] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-7da5c816] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-7da5c816] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-7da5c816] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-7da5c816] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-7da5c816] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-7da5c816] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-7da5c816] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-7da5c816] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-7da5c816]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-7da5c816]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-7da5c816] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-7da5c816] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-7da5c816] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-7da5c816] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-7da5c816] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-7da5c816] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-7da5c816] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-7da5c816] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-7da5c816] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-7da5c816] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-7da5c816] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-7da5c816] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-7da5c816] {
  width: 34.438rem;
}
.h78[data-v-7da5c816] {
  height: 4.875rem;
}
.w78[data-v-7da5c816] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-7da5c816] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-7da5c816] {
  max-width: 680px;
}
.input-count-info[data-v-7da5c816] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-7da5c816] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-7da5c816] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-7da5c816]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-7da5c816] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-7da5c816] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-7da5c816] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-7da5c816] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-7da5c816] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-7da5c816] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-7da5c816] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-7da5c816] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-7da5c816], .clear-btn.disabled span[data-v-7da5c816] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-7da5c816] {
  justify-content: center !important;
}
.keyword-result-table[data-v-7da5c816] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-7da5c816] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-7da5c816] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-7da5c816] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-7da5c816]:first-child, .keyword-result-table td[data-v-7da5c816]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-7da5c816]:last-child, .keyword-result-table td[data-v-7da5c816]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-7da5c816]:first-child, .keyword-result-table td[data-v-7da5c816]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-7da5c816] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-7da5c816]:nth-child(2), .keyword-result-table td[data-v-7da5c816]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-7da5c816] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-7da5c816] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-7da5c816] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-7da5c816] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-7da5c816] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-7da5c816] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-7da5c816] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-7da5c816] {
  width: 100%;
}
.keyword-tracking-table th[data-v-7da5c816] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-7da5c816] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-7da5c816] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-7da5c816]:first-child, .keyword-tracking-table td[data-v-7da5c816]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-7da5c816]:last-child, .keyword-tracking-table td[data-v-7da5c816]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-7da5c816] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-7da5c816] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-7da5c816] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-7da5c816] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-7da5c816] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-7da5c816] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-7da5c816] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-7da5c816] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-7da5c816]:active, .keyword-label-dropdown-button[data-v-7da5c816]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-7da5c816] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-7da5c816] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-7da5c816] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-7da5c816] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-7da5c816] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-7da5c816] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-7da5c816], .voltage-result-area .b-table.voltage-table td[data-v-7da5c816] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-7da5c816] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-7da5c816] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-7da5c816] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-7da5c816] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-7da5c816] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-7da5c816] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-7da5c816] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-7da5c816] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-7da5c816], .gap-result-area .b-table.voltage-table td[data-v-7da5c816] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-7da5c816] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-7da5c816] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-7da5c816] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-7da5c816] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-7da5c816] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-7da5c816] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-7da5c816] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-7da5c816] {
  position: relative;
}
.tooltip-arrow[data-v-7da5c816]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-7da5c816] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-7da5c816] {
  vertical-align: middle;
}.location-lang-domain-area[data-v-aa6bb9fd] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-aa6bb9fd] {
  min-width: 270px;
}
.tooltip-heading[data-v-aa6bb9fd] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-aa6bb9fd] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-aa6bb9fd] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-aa6bb9fd] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-aa6bb9fd] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-aa6bb9fd] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-aa6bb9fd] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-aa6bb9fd] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-aa6bb9fd] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-aa6bb9fd] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-aa6bb9fd]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-aa6bb9fd]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-aa6bb9fd] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-aa6bb9fd] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-aa6bb9fd] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-aa6bb9fd] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-aa6bb9fd] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-aa6bb9fd] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-aa6bb9fd] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-aa6bb9fd] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-aa6bb9fd] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-aa6bb9fd] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-aa6bb9fd] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-aa6bb9fd] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-aa6bb9fd] {
  width: 34.438rem;
}
.h78[data-v-aa6bb9fd] {
  height: 4.875rem;
}
.w78[data-v-aa6bb9fd] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-aa6bb9fd] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-aa6bb9fd] {
  max-width: 680px;
}
.input-count-info[data-v-aa6bb9fd] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-aa6bb9fd] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-aa6bb9fd] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-aa6bb9fd]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-aa6bb9fd] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-aa6bb9fd] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-aa6bb9fd] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-aa6bb9fd] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-aa6bb9fd] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-aa6bb9fd] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-aa6bb9fd] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-aa6bb9fd] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-aa6bb9fd], .clear-btn.disabled span[data-v-aa6bb9fd] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-aa6bb9fd] {
  justify-content: center !important;
}
.keyword-result-table[data-v-aa6bb9fd] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-aa6bb9fd] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-aa6bb9fd] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-aa6bb9fd] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-aa6bb9fd]:first-child, .keyword-result-table td[data-v-aa6bb9fd]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-aa6bb9fd]:last-child, .keyword-result-table td[data-v-aa6bb9fd]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-aa6bb9fd]:first-child, .keyword-result-table td[data-v-aa6bb9fd]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-aa6bb9fd] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-aa6bb9fd]:nth-child(2), .keyword-result-table td[data-v-aa6bb9fd]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-aa6bb9fd] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-aa6bb9fd] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-aa6bb9fd] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-aa6bb9fd] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-aa6bb9fd] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-aa6bb9fd] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-aa6bb9fd] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-aa6bb9fd] {
  width: 100%;
}
.keyword-tracking-table th[data-v-aa6bb9fd] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-aa6bb9fd] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-aa6bb9fd] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-aa6bb9fd]:first-child, .keyword-tracking-table td[data-v-aa6bb9fd]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-aa6bb9fd]:last-child, .keyword-tracking-table td[data-v-aa6bb9fd]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-aa6bb9fd] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-aa6bb9fd] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-aa6bb9fd] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-aa6bb9fd] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-aa6bb9fd] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-aa6bb9fd] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-aa6bb9fd] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-aa6bb9fd] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-aa6bb9fd]:active, .keyword-label-dropdown-button[data-v-aa6bb9fd]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-aa6bb9fd] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-aa6bb9fd] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-aa6bb9fd] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-aa6bb9fd] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-aa6bb9fd] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-aa6bb9fd] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-aa6bb9fd], .voltage-result-area .b-table.voltage-table td[data-v-aa6bb9fd] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-aa6bb9fd] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-aa6bb9fd] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-aa6bb9fd] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-aa6bb9fd] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-aa6bb9fd] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-aa6bb9fd] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-aa6bb9fd] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-aa6bb9fd] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-aa6bb9fd], .gap-result-area .b-table.voltage-table td[data-v-aa6bb9fd] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-aa6bb9fd] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-aa6bb9fd] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-aa6bb9fd] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-aa6bb9fd] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-aa6bb9fd] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-aa6bb9fd] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-aa6bb9fd] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-aa6bb9fd] {
  position: relative;
}
.tooltip-arrow[data-v-aa6bb9fd]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-aa6bb9fd] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-aa6bb9fd] {
  vertical-align: middle;
}.filter-popup-dropdown-wrapper .dropdown-menu {
  padding-top: 10px;
}
.filter-popup-dropdown-wrapper .dropdown-content {
  padding: 0;
}
.b-table .checkbox-cell .b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: var(--v-link15Color-base) !important;
  border-color: var(--v-link15Color-base) !important;
}
.voltage-result-area .b-table.voltage-table th.checkbox-cell, .voltage-result-area .b-table.voltage-table td.checkbox-cell {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}
.voltage-result-area .b-table.voltage-table th.checkbox-cell {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}.location-lang-domain-area[data-v-895ee036] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-895ee036] {
  min-width: 270px;
}
.tooltip-heading[data-v-895ee036] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-895ee036] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-895ee036] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-895ee036] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-895ee036] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-895ee036] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-895ee036] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-895ee036] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-895ee036] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-895ee036] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-895ee036]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-895ee036]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-895ee036] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-895ee036] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-895ee036] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-895ee036] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-895ee036] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-895ee036] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-895ee036] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-895ee036] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-895ee036] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-895ee036] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-895ee036] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-895ee036] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-895ee036] {
  width: 34.438rem;
}
.h78[data-v-895ee036] {
  height: 4.875rem;
}
.w78[data-v-895ee036] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-895ee036] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-895ee036] {
  max-width: 680px;
}
.input-count-info[data-v-895ee036] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-895ee036] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-895ee036] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-895ee036]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-895ee036] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-895ee036] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-895ee036] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-895ee036] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-895ee036] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-895ee036] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-895ee036] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-895ee036] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-895ee036], .clear-btn.disabled span[data-v-895ee036] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-895ee036] {
  justify-content: center !important;
}
.keyword-result-table[data-v-895ee036] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-895ee036] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-895ee036] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-895ee036] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-895ee036]:first-child, .keyword-result-table td[data-v-895ee036]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-895ee036]:last-child, .keyword-result-table td[data-v-895ee036]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-895ee036]:first-child, .keyword-result-table td[data-v-895ee036]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-895ee036] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-895ee036]:nth-child(2), .keyword-result-table td[data-v-895ee036]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-895ee036] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-895ee036] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-895ee036] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-895ee036] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-895ee036] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-895ee036] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-895ee036] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-895ee036] {
  width: 100%;
}
.keyword-tracking-table th[data-v-895ee036] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-895ee036] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-895ee036] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-895ee036]:first-child, .keyword-tracking-table td[data-v-895ee036]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-895ee036]:last-child, .keyword-tracking-table td[data-v-895ee036]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-895ee036] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-895ee036] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-895ee036] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-895ee036] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-895ee036] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-895ee036] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-895ee036] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-895ee036] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-895ee036]:active, .keyword-label-dropdown-button[data-v-895ee036]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-895ee036] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-895ee036] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-895ee036] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-895ee036] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-895ee036] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-895ee036] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-895ee036], .voltage-result-area .b-table.voltage-table td[data-v-895ee036] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-895ee036] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-895ee036] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-895ee036] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-895ee036] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-895ee036] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-895ee036] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-895ee036] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-895ee036] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-895ee036], .gap-result-area .b-table.voltage-table td[data-v-895ee036] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-895ee036] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-895ee036] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-895ee036] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-895ee036] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-895ee036] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-895ee036] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-895ee036] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-895ee036] {
  position: relative;
}
.tooltip-arrow[data-v-895ee036]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-895ee036] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-895ee036] {
  vertical-align: middle;
}
.general-info[data-v-895ee036] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.cluster-box .cluster-header[data-v-895ee036] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cluster-box .cluster-header .expand-icon[data-v-895ee036] {
  cursor: pointer;
}
.cluster-box .cluster-header .cluster-name[data-v-895ee036] {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
}
.cluster-box .cluster-header .keywords-count[data-v-895ee036] {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--v-lightYellowColor-base);
  color: var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.cluster-box .cluster-header .best-match-label[data-v-895ee036] {
  padding: 5px 10px;
  border-radius: 40px;
  background: #CDF7E3;
  color: #006843;
  font-weight: 700;
}
.cluster-box .cluster-body[data-v-895ee036] {
  max-height: 350px;
  overflow-y: auto;
}
.cluster-box .cluster-body .keywords-wrapper > div[data-v-895ee036] {
  margin-top: 10px;
  display: flex;
}
.cluster-box .cluster-body .keywords-wrapper .one-keyword-item[data-v-895ee036] {
  background: var(--v-gray7Color-base);
  color: var(--v-mainColor-base);
  padding: 5px 10px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cluster-box .cluster-body .keywords-wrapper .one-keyword-item span.close[data-v-895ee036] {
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.remove-cluster-icon[data-v-895ee036] {
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-data-cost-modal .message-text[data-v-895ee036], .keyword-data-cost-modal .message-text *[data-v-895ee036], .search-keywords-cost-modal .message-text[data-v-895ee036], .search-keywords-cost-modal .message-text *[data-v-895ee036] {
  font-size: 1rem;
  line-height: 1.5rem;
}.location-lang-domain-area[data-v-0e7db5f3] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-0e7db5f3] {
  min-width: 270px;
}
.tooltip-heading[data-v-0e7db5f3] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-0e7db5f3] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-0e7db5f3] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-0e7db5f3] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-0e7db5f3] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-0e7db5f3] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-0e7db5f3] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-0e7db5f3] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-0e7db5f3] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-0e7db5f3] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-0e7db5f3]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-0e7db5f3]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-0e7db5f3] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-0e7db5f3] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-0e7db5f3] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-0e7db5f3] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-0e7db5f3] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-0e7db5f3] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-0e7db5f3] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-0e7db5f3] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-0e7db5f3] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-0e7db5f3] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-0e7db5f3] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-0e7db5f3] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-0e7db5f3] {
  width: 34.438rem;
}
.h78[data-v-0e7db5f3] {
  height: 4.875rem;
}
.w78[data-v-0e7db5f3] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-0e7db5f3] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-0e7db5f3] {
  max-width: 680px;
}
.input-count-info[data-v-0e7db5f3] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-0e7db5f3] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-0e7db5f3] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-0e7db5f3]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-0e7db5f3] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-0e7db5f3] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-0e7db5f3] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-0e7db5f3] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-0e7db5f3] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-0e7db5f3] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-0e7db5f3] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-0e7db5f3] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-0e7db5f3], .clear-btn.disabled span[data-v-0e7db5f3] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-0e7db5f3] {
  justify-content: center !important;
}
.keyword-result-table[data-v-0e7db5f3] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-0e7db5f3] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-0e7db5f3] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-0e7db5f3] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-0e7db5f3]:first-child, .keyword-result-table td[data-v-0e7db5f3]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-0e7db5f3]:last-child, .keyword-result-table td[data-v-0e7db5f3]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-0e7db5f3]:first-child, .keyword-result-table td[data-v-0e7db5f3]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-0e7db5f3] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-0e7db5f3]:nth-child(2), .keyword-result-table td[data-v-0e7db5f3]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-0e7db5f3] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-0e7db5f3] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-0e7db5f3] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-0e7db5f3] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-0e7db5f3] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-0e7db5f3] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-0e7db5f3] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-0e7db5f3] {
  width: 100%;
}
.keyword-tracking-table th[data-v-0e7db5f3] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-0e7db5f3] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-0e7db5f3] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-0e7db5f3]:first-child, .keyword-tracking-table td[data-v-0e7db5f3]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-0e7db5f3]:last-child, .keyword-tracking-table td[data-v-0e7db5f3]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-0e7db5f3] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-0e7db5f3] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-0e7db5f3] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-0e7db5f3] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-0e7db5f3] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-0e7db5f3] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-0e7db5f3] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-0e7db5f3] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-0e7db5f3]:active, .keyword-label-dropdown-button[data-v-0e7db5f3]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-0e7db5f3] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-0e7db5f3] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-0e7db5f3] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-0e7db5f3] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-0e7db5f3] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-0e7db5f3] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-0e7db5f3], .voltage-result-area .b-table.voltage-table td[data-v-0e7db5f3] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-0e7db5f3] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-0e7db5f3] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-0e7db5f3] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-0e7db5f3] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-0e7db5f3] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-0e7db5f3] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-0e7db5f3] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-0e7db5f3] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-0e7db5f3], .gap-result-area .b-table.voltage-table td[data-v-0e7db5f3] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-0e7db5f3] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-0e7db5f3] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-0e7db5f3] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-0e7db5f3] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-0e7db5f3] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-0e7db5f3] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-0e7db5f3] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-0e7db5f3] {
  position: relative;
}
.tooltip-arrow[data-v-0e7db5f3]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-0e7db5f3] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-0e7db5f3] {
  vertical-align: middle;
}.location-lang-domain-area[data-v-d3593b80] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-d3593b80] {
  min-width: 270px;
}
.tooltip-heading[data-v-d3593b80] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-d3593b80] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-d3593b80] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-d3593b80] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-d3593b80] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-d3593b80] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-d3593b80] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-d3593b80] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-d3593b80] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-d3593b80] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-d3593b80]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-d3593b80]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-d3593b80] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-d3593b80] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-d3593b80] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-d3593b80] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-d3593b80] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-d3593b80] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-d3593b80] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-d3593b80] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-d3593b80] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-d3593b80] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-d3593b80] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-d3593b80] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-d3593b80] {
  width: 34.438rem;
}
.h78[data-v-d3593b80] {
  height: 4.875rem;
}
.w78[data-v-d3593b80] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-d3593b80] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-d3593b80] {
  max-width: 680px;
}
.input-count-info[data-v-d3593b80] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-d3593b80] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-d3593b80] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-d3593b80]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-d3593b80] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-d3593b80] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-d3593b80] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-d3593b80] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-d3593b80] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-d3593b80] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-d3593b80] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-d3593b80] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-d3593b80], .clear-btn.disabled span[data-v-d3593b80] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-d3593b80] {
  justify-content: center !important;
}
.keyword-result-table[data-v-d3593b80] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-d3593b80] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-d3593b80]:first-child, .keyword-result-table td[data-v-d3593b80]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-d3593b80]:last-child, .keyword-result-table td[data-v-d3593b80]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-d3593b80]:first-child, .keyword-result-table td[data-v-d3593b80]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-d3593b80] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-d3593b80]:nth-child(2), .keyword-result-table td[data-v-d3593b80]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-d3593b80] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-d3593b80] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-d3593b80] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-d3593b80] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-d3593b80] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-d3593b80] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-d3593b80] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-d3593b80] {
  width: 100%;
}
.keyword-tracking-table th[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-d3593b80] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-d3593b80]:first-child, .keyword-tracking-table td[data-v-d3593b80]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-d3593b80]:last-child, .keyword-tracking-table td[data-v-d3593b80]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-d3593b80] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-d3593b80] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-d3593b80] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-d3593b80] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-d3593b80] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-d3593b80] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-d3593b80] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-d3593b80] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-d3593b80]:active, .keyword-label-dropdown-button[data-v-d3593b80]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-d3593b80] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-d3593b80] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-d3593b80] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-d3593b80] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-d3593b80] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-d3593b80], .voltage-result-area .b-table.voltage-table td[data-v-d3593b80] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-d3593b80] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-d3593b80] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-d3593b80] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-d3593b80] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-d3593b80] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-d3593b80] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-d3593b80] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-d3593b80] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-d3593b80], .gap-result-area .b-table.voltage-table td[data-v-d3593b80] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-d3593b80] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-d3593b80] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-d3593b80] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-d3593b80] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-d3593b80] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-d3593b80] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-d3593b80] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-d3593b80] {
  position: relative;
}
.tooltip-arrow[data-v-d3593b80]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-d3593b80] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-d3593b80] {
  vertical-align: middle;
}
.scenarios[data-v-d3593b80] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.scenarios > div[data-v-d3593b80] {
  cursor: pointer;
  border: 1px solid var(--v-grayColor-base);
  border-radius: 3.7px;
  min-width: 290px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--v-cardBg-base);
}
.scenarios > div.is-active[data-v-d3593b80] {
  border: 2px solid var(--v-profileAnchorColor-base);
}
.scenarios > div img[data-v-d3593b80] {
  width: auto;
  height: 60px;
}
.scenarios > div .name[data-v-d3593b80] {
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  font-weight: 800;
}
.scenarios > div .explain[data-v-d3593b80] {
  text-align: center;
  color: var(--v-mainColor-base);
  font-size: 0.75rem;
}
.white-glove-site-content-audit-oboarding-tip[data-v-d3593b80] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.white-glove-site-content-audit-oboarding-tip.google-tip[data-v-d3593b80] {
  top: 0;
  right: initial;
  left: 480px;
}.location-lang-domain-area[data-v-51886bd9] {
  display: flex;
  gap: 20px;
}
.location-lang-domain-area > div[data-v-51886bd9] {
  min-width: 270px;
}
.tooltip-heading[data-v-51886bd9] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 800;
}
.tooltip-discription[data-v-51886bd9] {
  font-size: 0.875rem;
  color: var(--v-primary-base);
  font-weight: 400;
  line-height: 1.4rem;
}
.search-field[data-v-51886bd9] {
  background-color: var(--v-whiteColor-base);
  max-width: 300px;
}
.box-wh35 .primary-text[data-v-51886bd9] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.box-wh35 .silo-popup[data-v-51886bd9] {
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  right: 0;
  width: 21.75rem;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 .silo-new-popup[data-v-51886bd9] {
  position: absolute;
  padding: 15px;
  right: 0;
  border: 1px solid #ccc;
  width: 14.875rem;
  border-radius: 5px;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.box-wh35 img[data-v-51886bd9] {
  width: 30px;
  height: 30px;
  background-color: var(--v-lightYellowColor-base);
  padding: 6px;
}
.box-wh35 .disabled-field[data-v-51886bd9] {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .success[data-v-51886bd9] {
  border: 1px solid var(--v-green7Color-base);
  background-color: transparent;
}
.box-wh35 i[data-v-51886bd9] {
  border-radius: 5px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-mainColor-base);
  padding: 3px;
  font-size: 1.3rem;
}
.box-wh35 i[data-v-51886bd9]:hover {
  border: 1px solid var(--v-green7Color-base);
  background-color: var(--v-grayColor-base);
}
.box-wh35 .disabled-field[data-v-51886bd9]:hover {
  background-color: var(--v-normalLightGray-base) !important;
  border: 1px solid var(--v-normalLightGray-base);
  cursor: not-allowed;
  color: var(--v-darkGrayColor-base) !important;
}
.box-wh35 .green-check[data-v-51886bd9] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.box-wh35 .orange-check[data-v-51886bd9] {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: var(--v-green21Color-base);
  padding: 0 !important;
  font-size: 16px !important;
}
.flip-icon[data-v-51886bd9] {
  transform: scaleX(-1);
}
.white-selected-box[data-v-51886bd9] {
  background-color: var(--v-cardBg-base);
  border-radius: 0.313rem;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  bottom: 5px; /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%); /* Centers the div horizontally */
  z-index: 1000; /* Ensures it's above other elements */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.white-selected-box .box-primary-bg[data-v-51886bd9] {
  background-color: var(--v-profileAnchorColor-base);
  border-top-left-radius: 0.313rem;
  border-bottom-left-radius: 0.313rem;
}
.white-selected-box .count-value[data-v-51886bd9] {
  color: var(--v-cardBg-base);
  font-size: 1.375rem;
  font-weight: 500;
}
.white-selected-box .selected-text[data-v-51886bd9] {
  font-size: 1rem;
  font-weight: 500;
  color: var(--v-primary-base);
}
.white-selected-box .action-title[data-v-51886bd9] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--v-primary-base);
  text-align: center;
}
.white-selected-box i[data-v-51886bd9] {
  font-size: 1.75rem;
}
.white-selected-box .flip-icon[data-v-51886bd9] {
  transform: scaleX(-1);
}
.white-selected-box .orange-color[data-v-51886bd9] {
  color: var(--v-profileAnchorColor-base);
}
.white-selected-box .cross-container[data-v-51886bd9] {
  border-left: 1.5px solid var(--v-grayColor-base);
}
.w550[data-v-51886bd9] {
  width: 34.438rem;
}
.h78[data-v-51886bd9] {
  height: 4.875rem;
}
.w78[data-v-51886bd9] {
  width: 4.5rem;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
  border-color: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tags input, .customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tag {
  background-color: var(--v-gray7Color-base) !important;
  border: 1px solid var(--v-grayColor-base) !important;
  font-weight: bold;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tag span {
  color: var(--v-mainColor-base) !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tag-icon::after {
  font-size: 1.2rem !important;
  color: var(--v-profileAnchorColor-base) !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect .multiselect__tag-icon:hover {
  background: var(--v-grayColor-base) !important;
}
.customized-multiselect1[data-v-51886bd9] .multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.small-width-area[data-v-51886bd9] {
  max-width: 680px;
}
.input-count-info[data-v-51886bd9] {
  padding: 3px 7px;
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
  border-radius: 50vh;
  border: 1px solid var(--v-grayColor-base);
}
.keyword-filter-area[data-v-51886bd9] {
  display: flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--v-mainColor-base);
  border-radius: 5px;
  cursor: pointer;
}
.keyword-filter-area > div[data-v-51886bd9] {
  padding: 7px 10px;
  color: var(--v-mainColor-base);
}
.keyword-filter-area > div[data-v-51886bd9]:first-child {
  border-right: 1px solid var(--v-mainColor-base);
}
.keyword-filter-area span[class^=material-icons][data-v-51886bd9] {
  font-size: 1rem;
}
.keyword-filter-area .filter-btn[data-v-51886bd9] {
  display: flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
}
.keyword-filter-area .filter-popup[data-v-51886bd9] {
  border-radius: 5px;
  padding: 15px;
  width: 300px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-whiteColor-base);
  box-shadow: 0px 2.563px 20.825px 0px rgba(0, 0, 0, 0.12);
}
.keyword-filter-area .filter-popup .filter-item-label[data-v-51886bd9] {
  font-weight: 700;
}
.keyword-filter-area .filter-popup .range-wrapper[data-v-51886bd9] {
  margin: 10px 0 20px 0;
  padding: 40px 10px 10px 10px;
  background-color: var(--v-gray7Color-base);
  border: 0.65px solid var(--v-grayColor-base);
  border-radius: 3px;
}
.clear-btn[data-v-51886bd9] {
  display: flex;
  align-items: center;
  gap: 3px;
}
.clear-btn i[data-v-51886bd9] {
  font-size: 1rem;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn span[data-v-51886bd9] {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--v-profileAnchorColor-base);
}
.clear-btn.disabled i[data-v-51886bd9], .clear-btn.disabled span[data-v-51886bd9] {
  color: var(--v-darkGrayColor-base);
}
.voltage-table th .th-wrap[data-v-51886bd9] {
  justify-content: center !important;
}
.keyword-result-table[data-v-51886bd9] {
  width: 100%;
  position: relative;
}
.keyword-result-table th[data-v-51886bd9] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-result-table td[data-v-51886bd9] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-result-table tbody tr:hover td[data-v-51886bd9] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-result-table th[data-v-51886bd9]:first-child, .keyword-result-table td[data-v-51886bd9]:first-child {
  padding-left: 15px;
}
.keyword-result-table th[data-v-51886bd9]:last-child, .keyword-result-table td[data-v-51886bd9]:last-child {
  padding-right: 15px;
}
.keyword-result-table th[data-v-51886bd9]:first-child, .keyword-result-table td[data-v-51886bd9]:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 0px;
}
.keyword-result-table th:first-child div[data-v-51886bd9] {
  width: 45px !important;
  text-align: left;
}
.keyword-result-table th[data-v-51886bd9]:nth-child(2), .keyword-result-table td[data-v-51886bd9]:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  background-color: var(--v-cardBg-base);
  left: 70px;
  box-shadow: inset -1px 0 var(--v-grayColor-base);
}
.keyword-result-table td .keyword-col div[data-v-51886bd9] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-result-table td .keyword-col *[class^=material-icons][data-v-51886bd9] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-result-table td .bullet[data-v-51886bd9] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-result-table td .kgr-score-bullet.best[data-v-51886bd9] {
  background: #00CD49;
}
.keyword-result-table td .kgr-score-bullet.good[data-v-51886bd9] {
  background: #FF9B2D;
}
.keyword-result-table td .kgr-score-bullet.normal[data-v-51886bd9] {
  background: #FF1F2D;
}
.keyword-result-table td .open-url-link[data-v-51886bd9] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-tracking-table[data-v-51886bd9] {
  width: 100%;
}
.keyword-tracking-table th[data-v-51886bd9] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  padding: 10px 10px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.keyword-tracking-table td[data-v-51886bd9] {
  color: var(--v-mainColor-base);
  font-weight: 500;
  padding: 15px 10px;
  border-top: 1px solid var(--v-grayColor-base);
}
.keyword-tracking-table tbody tr:hover td[data-v-51886bd9] {
  background-color: var(--v-lightYellowColor-base);
}
.keyword-tracking-table th[data-v-51886bd9]:first-child, .keyword-tracking-table td[data-v-51886bd9]:first-child {
  padding-left: 15px;
}
.keyword-tracking-table th[data-v-51886bd9]:last-child, .keyword-tracking-table td[data-v-51886bd9]:last-child {
  padding-right: 15px;
}
.keyword-tracking-table td .keyword-col div[data-v-51886bd9] {
  font-weight: 700;
  text-wrap: nowrap;
}
.keyword-tracking-table td .keyword-col *[class^=material-icons][data-v-51886bd9] {
  font-size: 1.1rem;
  color: var(--v-profileAnchorColor-base);
  cursor: pointer;
}
.keyword-tracking-table td .bullet[data-v-51886bd9] {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.keyword-tracking-table td .kgr-score-bullet.best[data-v-51886bd9] {
  background: #00CD49;
}
.keyword-tracking-table td .kgr-score-bullet.good[data-v-51886bd9] {
  background: #FF9B2D;
}
.keyword-tracking-table td .kgr-score-bullet.normal[data-v-51886bd9] {
  background: #FF1F2D;
}
.keyword-tracking-table td .open-url-link[data-v-51886bd9] {
  color: var(--v-link15Color-base);
  text-decoration: underline;
}
.keyword-label-dropdown-button[data-v-51886bd9] {
  color: #8B8B8B !important;
  text-decoration: none !important;
}
.keyword-label-dropdown-button[data-v-51886bd9]:active, .keyword-label-dropdown-button[data-v-51886bd9]:focus {
  box-shadow: none !important;
  color: #000000 !important;
}
.selected-file[data-v-51886bd9] {
  background: var(--v-green7Color-base);
  border-radius: 50vh;
  color: var(--v-whiteColor-base);
  padding: 3px 5px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.selected-file .material-icons[data-v-51886bd9] {
  cursor: pointer;
  font-size: 1rem;
}
.optional-field-label[data-v-51886bd9] {
  border: 0.5px solid #316BFF;
  background: #E9F3FF;
  padding: 0 4px;
  border-radius: 2px;
  color: #316BFF;
  text-transform: uppercase;
  height: initial;
}
.keyword-paste-icon[data-v-51886bd9] {
  color: var(--v-mainColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.voltage-result-area[data-v-51886bd9] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  background: var(--v-pink1Color-base);
}
.voltage-result-area .header-part[data-v-51886bd9] {
  padding: 10px 10px;
}
.voltage-result-area .b-table.voltage-table th[data-v-51886bd9], .voltage-result-area .b-table.voltage-table td[data-v-51886bd9] {
  padding: 12px 5px !important;
}
.voltage-result-area .b-table.voltage-table th[data-v-51886bd9] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.voltage-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-51886bd9] {
  background: var(--v-pink1Color-base);
}
.voltage-result-area .b-table.voltage-table tbody .url-cell[data-v-51886bd9] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.voltage-result-area .b-table.voltage-table tbody .url-cell a[data-v-51886bd9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table tbody .keyword-cell[data-v-51886bd9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.voltage-result-area .b-table.voltage-table .get-extra-data-btn[data-v-51886bd9] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.gap-result-area[data-v-51886bd9] {
  border: 1px solid var(--v-grayColor-base);
  border-radius: 10px;
  overflow: hidden;
  background: var(--v-pink1Color-base);
}
.gap-result-area .header-part[data-v-51886bd9] {
  padding: 10px 10px;
}
.gap-result-area .b-table.voltage-table th[data-v-51886bd9], .gap-result-area .b-table.voltage-table td[data-v-51886bd9] {
  padding: 12px 5px !important;
}
.gap-result-area .b-table.voltage-table th[data-v-51886bd9] {
  border-width: 0 0 1px !important;
  justify-content: center !important;
}
.gap-result-area .b-table.voltage-table tbody tr:nth-child(2n) td[data-v-51886bd9] {
  background: var(--v-pink1Color-base);
}
.gap-result-area .b-table.voltage-table tbody td[data-v-51886bd9] {
  font-weight: 600;
}
.gap-result-area .b-table.voltage-table tbody .url-cell[data-v-51886bd9] {
  border-right: 1px solid var(--v-grayColor-base);
  /* this truncates long url parts that do not wrap into new lines */
  min-width: 250px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gap-result-area .b-table.voltage-table tbody .url-cell a[data-v-51886bd9] {
  color: var(--v-link15Color-base);
  font-weight: 700;
}
.gap-result-area .b-table.voltage-table tbody .keyword-cell[data-v-51886bd9] {
  font-weight: 700;
  text-align: left;
}
.gap-result-area .b-table.voltage-table .get-extra-data-btn[data-v-51886bd9] {
  cursor: pointer;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.tooltip-arrow[data-v-51886bd9] {
  position: relative;
}
.tooltip-arrow[data-v-51886bd9]::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
td[data-v-51886bd9] {
  vertical-align: middle;
  text-align: center;
}
.material-icons[data-v-51886bd9] {
  vertical-align: middle;
}.page-name[data-v-e7bd8e12] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.sub-label[data-v-e7bd8e12] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.filter-icon[data-v-e7bd8e12] {
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-size: 1.5rem;
}
.overview-area[data-v-e7bd8e12] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.overview-area .item[data-v-e7bd8e12] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 20px;
  border: 0.5px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.overview-area .item .icon[data-v-e7bd8e12] {
  background-color: var(--v-lightYellowColor-base);
  padding: 20px;
  border-radius: 5px;
}
.overview-area .item .icon span[data-v-e7bd8e12] {
  font-size: 2rem;
  color: var(--v-profileAnchorColor-base);
}
.overview-area .item .label[data-v-e7bd8e12] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
  font-weight: normal;
}
.overview-area .item .count[data-v-e7bd8e12] {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px;
  border-radius: 5px;
  background-color: var(--v-whiteColor-base);
  margin-bottom: 10px;
  border: 1px solid var(--v-grayColor-base);
  cursor: pointer;
}
.site-item .icon-part[data-v-e7bd8e12] {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--v-profileAnchorColor-base);
  display: flex;
  align-items: center;
}
.site-item .icon-part span[data-v-e7bd8e12] {
  color: var(--v-lightYellowColor-base);
  font-size: 1.2rem;
}
.site-item .project-name[data-v-e7bd8e12] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item .page-count[data-v-e7bd8e12] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
}
.site-item .progress-area[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.site-item .progress-area div[data-v-e7bd8e12] {
  text-wrap: nowrap;
  color: var(--v-mainColor-base);
}
.site-item .progress-area .progress-val[data-v-e7bd8e12] {
  width: 180px;
}
.site-item .progress-area .progress-val .percentage[data-v-e7bd8e12] {
  font-weight: bold;
}
.site-item .action-area span[data-v-e7bd8e12] {
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
  font-size: 1.3rem;
}
.bread-crumb[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--v-mainColor-base);
}
.bread-crumb > div[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bread-crumb > div .material-icons[data-v-e7bd8e12] {
  font-size: 1rem;
}
.bread-crumb > div[data-v-e7bd8e12]:not(:last-child) {
  cursor: pointer;
}
.pages-overview[data-v-e7bd8e12] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pages-overview > div[data-v-e7bd8e12] {
  padding: 20px;
  background-color: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.pages-overview .stat-by-completion-status[data-v-e7bd8e12] {
  min-width: 350px;
}
.pages-overview .progress-over-time-box[data-v-e7bd8e12] {
  min-width: 350px;
}
.pages-overview .box-label[data-v-e7bd8e12] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.pages-overview .total-label[data-v-e7bd8e12] {
  margin-top: 30px;
  color: var(--v-mainColor-base);
}
.pages-overview .pages-count[data-v-e7bd8e12] {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div[data-v-e7bd8e12] {
  margin-top: 15px;
  padding: 10px;
  background: var(--v-whiteColor-base);
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-level-pages-wrapper > div .icon-part span[data-v-e7bd8e12] {
  font-size: 1.5rem;
  color: #b4b4b4;
}
.page-level-pages-wrapper > div .name[data-v-e7bd8e12] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .tasks-count[data-v-e7bd8e12] {
  min-width: 25px;
  padding: 3px 5px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-whiteColor-base);
  background: var(--v-profileAnchorColor-base);
  border-radius: 5px;
}
.page-level-pages-wrapper > div .last-report-date[data-v-e7bd8e12] {
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .action-btn[data-v-e7bd8e12] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  background-color: var(--v-lightYellowColor-base);
}
.page-level-pages-wrapper > div .action-btn span[data-v-e7bd8e12] {
  font-size: 1.3rem;
  color: var(--v-profileAnchorColor-base);
}
.page-level-pages-wrapper > div.is-all-done[data-v-e7bd8e12] {
  opacity: 0.7;
}
.page-level-pages-wrapper > div.is-all-done .icon-part span[data-v-e7bd8e12] {
  color: #25a97a;
}
.publish-status[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f3f3f3;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-status .icon[data-v-e7bd8e12] {
  font-size: 1.05rem;
}
.publish-status .text[data-v-e7bd8e12] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-status.is-published[data-v-e7bd8e12] {
  background-color: #d6fbee;
  color: #25a97a;
}
.publish-menu-item[data-v-e7bd8e12] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-menu-item .icon[data-v-e7bd8e12] {
  font-size: 1.05rem;
}
.publish-menu-item .text[data-v-e7bd8e12] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-menu-item.is-published[data-v-e7bd8e12] {
  color: #25a97a;
}
.mobile-view .mx-range-wrapper[data-v-e7bd8e12] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column !important;
}.page-name[data-v-e089e4ac] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.sub-label[data-v-e089e4ac] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.filter-icon[data-v-e089e4ac] {
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-size: 1.5rem;
}
.overview-area[data-v-e089e4ac] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.overview-area .item[data-v-e089e4ac] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 20px;
  border: 0.5px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.overview-area .item .icon[data-v-e089e4ac] {
  background-color: var(--v-lightYellowColor-base);
  padding: 20px;
  border-radius: 5px;
}
.overview-area .item .icon span[data-v-e089e4ac] {
  font-size: 2rem;
  color: var(--v-profileAnchorColor-base);
}
.overview-area .item .label[data-v-e089e4ac] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
  font-weight: normal;
}
.overview-area .item .count[data-v-e089e4ac] {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px;
  border-radius: 5px;
  background-color: var(--v-whiteColor-base);
  margin-bottom: 10px;
  border: 1px solid var(--v-grayColor-base);
  cursor: pointer;
}
.site-item .icon-part[data-v-e089e4ac] {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--v-profileAnchorColor-base);
  display: flex;
  align-items: center;
}
.site-item .icon-part span[data-v-e089e4ac] {
  color: var(--v-lightYellowColor-base);
  font-size: 1.2rem;
}
.site-item .project-name[data-v-e089e4ac] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item .page-count[data-v-e089e4ac] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
}
.site-item .progress-area[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.site-item .progress-area div[data-v-e089e4ac] {
  text-wrap: nowrap;
  color: var(--v-mainColor-base);
}
.site-item .progress-area .progress-val[data-v-e089e4ac] {
  width: 180px;
}
.site-item .progress-area .progress-val .percentage[data-v-e089e4ac] {
  font-weight: bold;
}
.site-item .action-area span[data-v-e089e4ac] {
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
  font-size: 1.3rem;
}
.bread-crumb[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--v-mainColor-base);
}
.bread-crumb > div[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bread-crumb > div .material-icons[data-v-e089e4ac] {
  font-size: 1rem;
}
.bread-crumb > div[data-v-e089e4ac]:not(:last-child) {
  cursor: pointer;
}
.pages-overview[data-v-e089e4ac] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pages-overview > div[data-v-e089e4ac] {
  padding: 20px;
  background-color: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.pages-overview .stat-by-completion-status[data-v-e089e4ac] {
  min-width: 350px;
}
.pages-overview .progress-over-time-box[data-v-e089e4ac] {
  min-width: 350px;
}
.pages-overview .box-label[data-v-e089e4ac] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.pages-overview .total-label[data-v-e089e4ac] {
  margin-top: 30px;
  color: var(--v-mainColor-base);
}
.pages-overview .pages-count[data-v-e089e4ac] {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div[data-v-e089e4ac] {
  margin-top: 15px;
  padding: 10px;
  background: var(--v-whiteColor-base);
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-level-pages-wrapper > div .icon-part span[data-v-e089e4ac] {
  font-size: 1.5rem;
  color: #b4b4b4;
}
.page-level-pages-wrapper > div .name[data-v-e089e4ac] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .tasks-count[data-v-e089e4ac] {
  min-width: 25px;
  padding: 3px 5px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-whiteColor-base);
  background: var(--v-profileAnchorColor-base);
  border-radius: 5px;
}
.page-level-pages-wrapper > div .last-report-date[data-v-e089e4ac] {
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .action-btn[data-v-e089e4ac] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  background-color: var(--v-lightYellowColor-base);
}
.page-level-pages-wrapper > div .action-btn span[data-v-e089e4ac] {
  font-size: 1.3rem;
  color: var(--v-profileAnchorColor-base);
}
.page-level-pages-wrapper > div.is-all-done[data-v-e089e4ac] {
  opacity: 0.7;
}
.page-level-pages-wrapper > div.is-all-done .icon-part span[data-v-e089e4ac] {
  color: #25a97a;
}
.publish-status[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f3f3f3;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-status .icon[data-v-e089e4ac] {
  font-size: 1.05rem;
}
.publish-status .text[data-v-e089e4ac] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-status.is-published[data-v-e089e4ac] {
  background-color: #d6fbee;
  color: #25a97a;
}
.publish-menu-item[data-v-e089e4ac] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-menu-item .icon[data-v-e089e4ac] {
  font-size: 1.05rem;
}
.publish-menu-item .text[data-v-e089e4ac] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-menu-item.is-published[data-v-e089e4ac] {
  color: #25a97a;
}
.mobile-view .mx-range-wrapper[data-v-e089e4ac] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column !important;
}
.h5-size[data-v-e089e4ac] {
  font-size: 1.13rem;
  color: var(--v-mainColor-base);
  font-weight: 600;
}
.heading-description[data-v-e089e4ac] {
  color: var(--v-mainColor-base);
  max-width: 450px;
  text-align: center;
}
.no-page-container[data-v-e089e4ac] {
  padding-top: 7rem;
}.task-status-root[data-v-fef268fd] {
  color: var(--v-whiteColor-base);
  font-weight: 700;
}
.task-status-root .task-status[data-v-fef268fd] {
  cursor: pointer;
}
.task-status-root .task-status span[data-v-fef268fd] {
  font-size: 1.2rem;
}
.not-started-dot[data-v-fef268fd] {
  color: #a6a6a6;
}
.completed-dot[data-v-fef268fd] {
  color: var(--v-green7Color-base);
}
.working-dot[data-v-fef268fd] {
  color: var(--v-link3Color-base);
}
.review-dot[data-v-fef268fd] {
  color: var(--v-red3Color-base);
}
.not-started[data-v-fef268fd] {
  background: #a6a6a6;
  color: var(--v-whiteColor-base);
}
.completed[data-v-fef268fd] {
  background: var(--v-green7Color-base);
}
.working[data-v-fef268fd] {
  background: var(--v-link3Color-base);
}
.review[data-v-fef268fd] {
  background: var(--v-red3Color-base);
}
.task-status-root .task-status span[data-v-fef268fd] {
  font-size: 1.4rem;
}.task-status-root[data-v-b70f0daf] {
  display: inline-block;
  color: var(--v-whiteColor-base);
  font-weight: 700;
}
.task-status-root .task-status[data-v-b70f0daf] {
  padding: 3px 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}
.not-started[data-v-b70f0daf] {
  background: var(--v-red3Color-base);
  color: var(--v-whiteColor-base);
}
.completed[data-v-b70f0daf] {
  background: var(--v-green7Color-base);
}
.working[data-v-b70f0daf] {
  background: var(--v-link3Color-base);
}
.review[data-v-b70f0daf] {
  background: var(--v-yellow11Color-base);
}.page-name[data-v-6fcc6cd3] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.sub-label[data-v-6fcc6cd3] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.filter-icon[data-v-6fcc6cd3] {
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-size: 1.5rem;
}
.overview-area[data-v-6fcc6cd3] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.overview-area .item[data-v-6fcc6cd3] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--v-whiteColor-base);
  padding: 20px;
  border: 0.5px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.overview-area .item .icon[data-v-6fcc6cd3] {
  background-color: var(--v-lightYellowColor-base);
  padding: 20px;
  border-radius: 5px;
}
.overview-area .item .icon span[data-v-6fcc6cd3] {
  font-size: 2rem;
  color: var(--v-profileAnchorColor-base);
}
.overview-area .item .label[data-v-6fcc6cd3] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
  font-weight: normal;
}
.overview-area .item .count[data-v-6fcc6cd3] {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px;
  border-radius: 5px;
  background-color: var(--v-whiteColor-base);
  margin-bottom: 10px;
  border: 1px solid var(--v-grayColor-base);
  cursor: pointer;
}
.site-item .icon-part[data-v-6fcc6cd3] {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--v-profileAnchorColor-base);
  display: flex;
  align-items: center;
}
.site-item .icon-part span[data-v-6fcc6cd3] {
  color: var(--v-lightYellowColor-base);
  font-size: 1.2rem;
}
.site-item .project-name[data-v-6fcc6cd3] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.site-item .page-count[data-v-6fcc6cd3] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
}
.site-item .progress-area[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.site-item .progress-area div[data-v-6fcc6cd3] {
  text-wrap: nowrap;
  color: var(--v-mainColor-base);
}
.site-item .progress-area .progress-val[data-v-6fcc6cd3] {
  width: 180px;
}
.site-item .progress-area .progress-val .percentage[data-v-6fcc6cd3] {
  font-weight: bold;
}
.site-item .action-area span[data-v-6fcc6cd3] {
  cursor: pointer;
  color: var(--v-profileAnchorColor-base);
  font-size: 1.3rem;
}
.bread-crumb[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--v-mainColor-base);
}
.bread-crumb > div[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bread-crumb > div .material-icons[data-v-6fcc6cd3] {
  font-size: 1rem;
}
.bread-crumb > div[data-v-6fcc6cd3]:not(:last-child) {
  cursor: pointer;
}
.pages-overview[data-v-6fcc6cd3] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pages-overview > div[data-v-6fcc6cd3] {
  padding: 20px;
  background-color: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  border-radius: 5px;
}
.pages-overview .stat-by-completion-status[data-v-6fcc6cd3] {
  min-width: 350px;
}
.pages-overview .progress-over-time-box[data-v-6fcc6cd3] {
  min-width: 350px;
}
.pages-overview .box-label[data-v-6fcc6cd3] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.pages-overview .total-label[data-v-6fcc6cd3] {
  margin-top: 30px;
  color: var(--v-mainColor-base);
}
.pages-overview .pages-count[data-v-6fcc6cd3] {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div[data-v-6fcc6cd3] {
  margin-top: 15px;
  padding: 10px;
  background: var(--v-whiteColor-base);
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-level-pages-wrapper > div .icon-part span[data-v-6fcc6cd3] {
  font-size: 1.5rem;
  color: #b4b4b4;
}
.page-level-pages-wrapper > div .name[data-v-6fcc6cd3] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .tasks-count[data-v-6fcc6cd3] {
  min-width: 25px;
  padding: 3px 5px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-whiteColor-base);
  background: var(--v-profileAnchorColor-base);
  border-radius: 5px;
}
.page-level-pages-wrapper > div .last-report-date[data-v-6fcc6cd3] {
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--v-mainColor-base);
}
.page-level-pages-wrapper > div .action-btn[data-v-6fcc6cd3] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  background-color: var(--v-lightYellowColor-base);
}
.page-level-pages-wrapper > div .action-btn span[data-v-6fcc6cd3] {
  font-size: 1.3rem;
  color: var(--v-profileAnchorColor-base);
}
.page-level-pages-wrapper > div.is-all-done[data-v-6fcc6cd3] {
  opacity: 0.7;
}
.page-level-pages-wrapper > div.is-all-done .icon-part span[data-v-6fcc6cd3] {
  color: #25a97a;
}
.publish-status[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f3f3f3;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-status .icon[data-v-6fcc6cd3] {
  font-size: 1.05rem;
}
.publish-status .text[data-v-6fcc6cd3] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-status.is-published[data-v-6fcc6cd3] {
  background-color: #d6fbee;
  color: #25a97a;
}
.publish-menu-item[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7a7d84;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}
.publish-menu-item .icon[data-v-6fcc6cd3] {
  font-size: 1.05rem;
}
.publish-menu-item .text[data-v-6fcc6cd3] {
  font-size: 0.85rem;
  font-weight: 700;
}
.publish-menu-item.is-published[data-v-6fcc6cd3] {
  color: #25a97a;
}
.mobile-view .mx-range-wrapper[data-v-6fcc6cd3] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column !important;
}
@media screen and (max-width: 1100px) {
.progress-and-task-status[data-v-6fcc6cd3] {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 900px) {
.main-layout[data-v-6fcc6cd3] {
    grid-template-columns: 1fr;
}
}
.show-all-tasks-toggle[data-v-6fcc6cd3] {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
}
.show-all-tasks-toggle > div[data-v-6fcc6cd3] {
  padding: 5px 10px;
  border-radius: 50vh;
  border: 1px solid var(--v-mainColor-base);
  color: var(--v-mainColor-base);
  cursor: pointer;
}
.show-all-tasks-toggle > div.is-active[data-v-6fcc6cd3] {
  background: #ffeede;
  color: var(--v-profileAnchorColor-base);
  border-color: var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.section-label-thick[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.section-label-thick .task-count[data-v-6fcc6cd3] {
  min-width: 25px;
  padding: 3px 5px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-whiteColor-base);
  background: var(--v-profileAnchorColor-base);
  border-radius: 5px;
}
.section-explain[data-v-6fcc6cd3] {
  color: var(--v-mainColor-base);
  font-size: 0.9rem;
}
.edit-note-button[data-v-6fcc6cd3] {
  color: var(--v-mainColor-base);
  font-size: 0.8rem;
  font-weight: 700;
  background: var(--v-whiteColor-base);
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.delete-note-button[data-v-6fcc6cd3] {
  color: var(--v-whiteColor-base);
  font-size: 0.8rem;
  font-weight: 700;
  background: var(--v-mainColor-base);
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.no-user-tasks[data-v-6fcc6cd3] {
  font-size: 0.9rem;
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.auto-checklist-table-area[data-v-6fcc6cd3] {
  max-height: 400px;
  overflow: auto;
}
.auto-checklist-table-area table[data-v-6fcc6cd3] {
  background: var(--v-whiteColor-base);
  width: 100%;
  border-collapse: separate;
}
.auto-checklist-table-area table td[data-v-6fcc6cd3],
.auto-checklist-table-area table th[data-v-6fcc6cd3] {
  padding: 10px 10px;
  vertical-align: middle;
  color: var(--v-mainColor-base);
}
.auto-checklist-table-area table td[data-v-6fcc6cd3] {
  border-top: 0.5px solid var(--v-grayColor-base);
}
.auto-checklist-table-area table thead th[data-v-6fcc6cd3] {
  border-top: 0.5px solid var(--v-grayColor-base);
  background: var(--v-pink1Color-base);
}
.auto-checklist-table-area table thead th[data-v-6fcc6cd3]:first-child {
  border-top-left-radius: 5px;
}
.auto-checklist-table-area table thead th[data-v-6fcc6cd3]:last-child {
  border-top-right-radius: 5px;
}
.auto-checklist-table-area table tbody tr:last-child td[data-v-6fcc6cd3] {
  border-bottom: 0.5px solid var(--v-grayColor-base);
}
.auto-checklist-table-area table tbody tr:last-child td[data-v-6fcc6cd3]:first-child {
  border-bottom-left-radius: 5px;
}
.auto-checklist-table-area table tbody tr:last-child td[data-v-6fcc6cd3]:last-child {
  border-bottom-right-radius: 5px;
}
.auto-checklist-table-area table th[data-v-6fcc6cd3]:first-child,
.auto-checklist-table-area table td[data-v-6fcc6cd3]:first-child {
  border-left: 0.5px solid var(--v-grayColor-base);
}
.auto-checklist-table-area table th[data-v-6fcc6cd3]:last-child,
.auto-checklist-table-area table td[data-v-6fcc6cd3]:last-child {
  border-right: 0.5px solid var(--v-grayColor-base);
}
.auto-checklist-table-area table .add-icon[data-v-6fcc6cd3] {
  color: var(--v-darkGrayColor-base);
  font-size: 1rem;
  cursor: pointer;
}
.auto-checklist-table-area table .status-span[data-v-6fcc6cd3] {
  min-width: 100px;
  padding: 0;
  position: relative;
}
.auto-checklist-table-area table .watchdog-recommend-text[data-v-6fcc6cd3] {
  max-width: 700px;
}
.auto-checklist-table-area table .watchdog-recommend-text[data-v-6fcc6cd3] strong,
.auto-checklist-table-area table .watchdog-recommend-text li[data-v-6fcc6cd3] {
  color: var(--v-mainColor-base) !important;
}
.auto-checklist-table-area .task-menu-icon[data-v-6fcc6cd3] {
  width: 15px;
  height: auto;
  margin-right: 7px;
  cursor: pointer;
}
.task-modal-title-text[data-v-6fcc6cd3] {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.summary-table td[data-v-6fcc6cd3] {
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.summary-table tr > td[data-v-6fcc6cd3]:first-child {
  padding-right: 30px;
}
.notes-label[data-v-6fcc6cd3] {
  font-size: 1.1rem;
  color: var(--v-mainColor-base);
}
.user-note-item[data-v-6fcc6cd3] {
  border-radius: 7px;
  border: 1px solid var(--v-grayColor-base);
  overflow: hidden;
  margin-top: 15px;
}
.user-note-item .note-header[data-v-6fcc6cd3] {
  background: var(--v-lightYellowColor-base);
  padding: 10px 10px;
  border-bottom: 1px solid var(--v-grayColor-base);
}
.user-note-item .note-header .who[data-v-6fcc6cd3] {
  color: var(--v-mainColor-base);
  font-weight: 700;
  font-size: 0.9rem;
}
.user-note-item .note-header .when[data-v-6fcc6cd3] {
  font-size: 0.7rem;
  color: var(--v-mainColor-base);
}
.user-note-item .note-body[data-v-6fcc6cd3] {
  padding: 15px 10px;
  color: var(--v-mainColor-base);
  font-size: 0.95rem;
}
.avatar-circle[data-v-6fcc6cd3] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.85rem;
  color: var(--v-whiteColor-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.auto-note-item[data-v-6fcc6cd3] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 25px;
}
.auto-note-item .who[data-v-6fcc6cd3] {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.auto-note-item .note-text[data-v-6fcc6cd3] {
  color: var(--v-mainColor-base);
}
.auto-note-item .date[data-v-6fcc6cd3] {
  position: relative;
  padding-left: 10px;
  color: var(--v-mainColor-base);
}
.auto-note-item .date[data-v-6fcc6cd3]::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--v-mainColor-base);
  transform: translateY(-50%);
  content: "";
}
.status-auto-updated-notify[data-v-6fcc6cd3] {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 400px;
  max-width: 90vw;
  border-radius: 6px;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.17);
  background: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  padding: 30px 15px 20px 30px;
  overflow: hidden;
}
.status-auto-updated-notify .title-text[data-v-6fcc6cd3] {
  font-weight: 700;
}
.status-auto-updated-notify[data-v-6fcc6cd3]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: var(--v-profileAnchorColor-base);
}
.status-auto-updated-notify .close-btn[data-v-6fcc6cd3] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.35rem;
  cursor: pointer;
}




/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .taginput .taginput-container.is-focusable, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .taginput .taginput-container.is-focusable:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .taginput .taginput-container.is-focusable:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .taginput .is-active.taginput-container.is-focusable, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, .taginput [disabled].taginput-container.is-focusable, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .taginput .taginput-container.is-focusable, .taginput fieldset[disabled] .taginput-container.is-focusable, fieldset[disabled] .button {
  cursor: not-allowed;
}
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}
html {
  background-color: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  color: hsl(0, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: hsl(229, 53%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0, 0%, 21%);
}
code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(348, 86%, 46%);
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}
hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}
fieldset {
  border: none;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0, 0%, 21%);
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px hsl(229, 53%, 53%);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px hsl(229, 53%, 53%);
}
.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: hsl(229, 53%, 53%);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: hsl(229, 53%, 53%);
  text-decoration: underline;
}
.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 0%);
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: hsl(171, 100%, 96%);
  color: hsl(171, 100%, 29%);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: hsl(171, 100%, 93.5%);
  border-color: transparent;
  color: hsl(171, 100%, 29%);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: hsl(171, 100%, 91%);
  border-color: transparent;
  color: hsl(171, 100%, 29%);
}
.button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: hsl(229, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: hsl(229, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: hsl(229, 53%, 96%);
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: hsl(229, 53%, 93.5%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: hsl(229, 53%, 91%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: hsl(207, 61%, 96%);
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: hsl(207, 61%, 93.5%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: hsl(207, 61%, 91%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: hsl(153, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: hsl(153, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: hsl(153, 53%, 96%);
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: hsl(153, 53%, 93.5%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: hsl(153, 53%, 91%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: hsl(44, 100%, 96%);
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: hsl(44, 100%, 93.5%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: hsl(44, 100%, 91%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: hsl(348, 86%, 58.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: hsl(348, 86%, 56%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: hsl(348, 86%, 96%);
  color: hsl(348, 86%, 43%);
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: hsl(348, 86%, 93.5%);
  border-color: transparent;
  color: hsl(348, 86%, 43%);
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: hsl(348, 86%, 91%);
  border-color: transparent;
  color: hsl(348, 86%, 43%);
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}
div.icon-text {
  display: flex;
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}
.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: hsl(171, 100%, 96%);
  color: hsl(171, 100%, 29%);
}
.notification.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: hsl(229, 53%, 96%);
  color: hsl(229, 53%, 47%);
}
.notification.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.notification.is-info.is-light {
  background-color: hsl(207, 61%, 96%);
  color: hsl(207, 61%, 41%);
}
.notification.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.notification.is-success.is-light {
  background-color: hsl(153, 53%, 96%);
  color: hsl(153, 53%, 31%);
}
.notification.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: hsl(44, 100%, 96%);
  color: hsl(44, 100%, 29%);
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: hsl(348, 86%, 96%);
  color: hsl(348, 86%, 43%);
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 93%);
}
.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-moz-progress-bar {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-ms-fill {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, hsl(171, 100%, 41%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: hsl(229, 53%, 53%);
}
.progress.is-link::-moz-progress-bar {
  background-color: hsl(229, 53%, 53%);
}
.progress.is-link::-ms-fill {
  background-color: hsl(229, 53%, 53%);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(229, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: hsl(207, 61%, 53%);
}
.progress.is-info::-moz-progress-bar {
  background-color: hsl(207, 61%, 53%);
}
.progress.is-info::-ms-fill {
  background-color: hsl(207, 61%, 53%);
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: hsl(153, 53%, 53%);
}
.progress.is-success::-moz-progress-bar {
  background-color: hsl(153, 53%, 53%);
}
.progress.is-success::-ms-fill {
  background-color: hsl(153, 53%, 53%);
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: hsl(44, 100%, 77%);
}
.progress.is-warning::-moz-progress-bar {
  background-color: hsl(44, 100%, 77%);
}
.progress.is-warning::-ms-fill {
  background-color: hsl(44, 100%, 77%);
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger::-moz-progress-bar {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger::-ms-fill {
  background-color: hsl(348, 86%, 61%);
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: hsl(171, 100%, 96%);
  color: hsl(171, 100%, 29%);
}
.tag:not(body).is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: hsl(229, 53%, 96%);
  color: hsl(229, 53%, 47%);
}
.tag:not(body).is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: hsl(207, 61%, 96%);
  color: hsl(207, 61%, 41%);
}
.tag:not(body).is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: hsl(153, 53%, 96%);
  color: hsl(153, 53%, 31%);
}
.tag:not(body).is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: hsl(44, 100%, 96%);
  color: hsl(44, 100%, 29%);
}
.tag:not(body).is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: hsl(348, 86%, 96%);
  color: hsl(348, 86%, 43%);
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: hsl(0, 0%, 91%);
}
.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}
a.tag:hover {
  text-decoration: underline;
}
.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}
.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}
.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}
/* Bulma Form */
.select select, .textarea, .input, .taginput .taginput-container.is-focusable {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .taginput .taginput-container.is-focusable:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input, .taginput .is-hovered.taginput-container.is-focusable {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .taginput .taginput-container.is-focusable:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable, .select select:active, .textarea:active, .input:active, .taginput .taginput-container.is-focusable:active, .select select.is-active, .is-active.textarea, .is-active.input, .taginput .is-active.taginput-container.is-focusable {
  border-color: hsl(229, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, .taginput [disabled].taginput-container.is-focusable, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .taginput .taginput-container.is-focusable, .taginput fieldset[disabled] .taginput-container.is-focusable {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, .taginput [disabled].taginput-container.is-focusable::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, .taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, .taginput [disabled].taginput-container.is-focusable:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, .taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}
.textarea, .input, .taginput .taginput-container.is-focusable {
  box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input, .taginput [readonly].taginput-container.is-focusable {
  box-shadow: none;
}
.is-white.textarea, .is-white.input, .taginput .is-white.taginput-container.is-focusable {
  border-color: hsl(0, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .taginput .is-white.taginput-container.is-focusable:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .taginput .is-white.is-focused.taginput-container.is-focusable, .is-white.textarea:active, .is-white.input:active, .taginput .is-white.taginput-container.is-focusable:active, .is-white.is-active.textarea, .is-white.is-active.input, .taginput .is-white.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input, .taginput .is-black.taginput-container.is-focusable {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .taginput .is-black.taginput-container.is-focusable:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .taginput .is-black.is-focused.taginput-container.is-focusable, .is-black.textarea:active, .is-black.input:active, .taginput .is-black.taginput-container.is-focusable:active, .is-black.is-active.textarea, .is-black.is-active.input, .taginput .is-black.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.is-light.textarea, .is-light.input, .taginput .is-light.taginput-container.is-focusable {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .taginput .is-light.taginput-container.is-focusable:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .taginput .is-light.is-focused.taginput-container.is-focusable, .is-light.textarea:active, .is-light.input:active, .taginput .is-light.taginput-container.is-focusable:active, .is-light.is-active.textarea, .is-light.is-active.input, .taginput .is-light.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.is-dark.textarea, .is-dark.input, .taginput .is-dark.taginput-container.is-focusable {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .taginput .is-dark.taginput-container.is-focusable:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .taginput .is-dark.is-focused.taginput-container.is-focusable, .is-dark.textarea:active, .is-dark.input:active, .taginput .is-dark.taginput-container.is-focusable:active, .is-dark.is-active.textarea, .is-dark.is-active.input, .taginput .is-dark.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.is-primary.textarea, .is-primary.input, .taginput .is-primary.taginput-container.is-focusable {
  border-color: hsl(171, 100%, 41%);
}
.is-primary.textarea:focus, .is-primary.input:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.textarea:active, .is-primary.input:active, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.is-active.textarea, .is-primary.is-active.input, .taginput .is-primary.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.is-link.textarea, .is-link.input, .taginput .is-link.taginput-container.is-focusable {
  border-color: hsl(229, 53%, 53%);
}
.is-link.textarea:focus, .is-link.input:focus, .taginput .is-link.taginput-container.is-focusable:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .taginput .is-link.is-focused.taginput-container.is-focusable, .is-link.textarea:active, .is-link.input:active, .taginput .is-link.taginput-container.is-focusable:active, .is-link.is-active.textarea, .is-link.is-active.input, .taginput .is-link.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.is-info.textarea, .is-info.input, .taginput .is-info.taginput-container.is-focusable {
  border-color: hsl(207, 61%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .taginput .is-info.taginput-container.is-focusable:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .taginput .is-info.is-focused.taginput-container.is-focusable, .is-info.textarea:active, .is-info.input:active, .taginput .is-info.taginput-container.is-focusable:active, .is-info.is-active.textarea, .is-info.is-active.input, .taginput .is-info.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.is-success.textarea, .is-success.input, .taginput .is-success.taginput-container.is-focusable {
  border-color: hsl(153, 53%, 53%);
}
.is-success.textarea:focus, .is-success.input:focus, .taginput .is-success.taginput-container.is-focusable:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.textarea:active, .is-success.input:active, .taginput .is-success.taginput-container.is-focusable:active, .is-success.is-active.textarea, .is-success.is-active.input, .taginput .is-success.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
}
.is-warning.textarea, .is-warning.input, .taginput .is-warning.taginput-container.is-focusable {
  border-color: hsl(44, 100%, 77%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .taginput .is-warning.taginput-container.is-focusable:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .taginput .is-warning.is-focused.taginput-container.is-focusable, .is-warning.textarea:active, .is-warning.input:active, .taginput .is-warning.taginput-container.is-focusable:active, .is-warning.is-active.textarea, .is-warning.is-active.input, .taginput .is-warning.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.is-danger.textarea, .is-danger.input, .taginput .is-danger.taginput-container.is-focusable {
  border-color: hsl(348, 86%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .taginput .is-danger.taginput-container.is-focusable:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .taginput .is-danger.is-focused.taginput-container.is-focusable, .is-danger.textarea:active, .is-danger.input:active, .taginput .is-danger.taginput-container.is-focusable:active, .is-danger.is-active.textarea, .is-danger.is-active.input, .taginput .is-danger.is-active.taginput-container.is-focusable {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.is-small.textarea, .is-small.input, .taginput .is-small.taginput-container.is-focusable {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input, .taginput .is-medium.taginput-container.is-focusable {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input, .taginput .is-large.taginput-container.is-focusable {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input, .taginput .is-fullwidth.taginput-container.is-focusable {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input, .taginput .is-inline.taginput-container.is-focusable {
  display: inline;
  width: auto;
}
.input.is-rounded, .taginput .is-rounded.taginput-container.is-focusable {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static, .taginput .is-static.taginput-container.is-focusable {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}
.radio + .radio {
  margin-left: 0.5em;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: hsl(229, 53%, 53%);
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: hsl(0, 0%, 95%);
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: hsl(171, 100%, 36%);
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: hsl(229, 53%, 53%);
}
.select.is-link select {
  border-color: hsl(229, 53%, 53%);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: hsl(229, 53%, 48%);
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: hsl(207, 61%, 48%);
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(153, 53%, 53%);
}
.select.is-success select {
  border-color: hsl(153, 53%, 53%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: hsl(153, 53%, 48%);
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: hsl(44, 100%, 72%);
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: hsl(348, 86%, 56%);
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%) !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: hsl(229, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: hsl(229, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: hsl(153, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: hsl(153, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: hsl(348, 86%, 58.5%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: hsl(348, 86%, 56%);
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}
.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0, 0%, 100%);
}
.help.is-black {
  color: hsl(0, 0%, 4%);
}
.help.is-light {
  color: hsl(0, 0%, 96%);
}
.help.is-dark {
  color: hsl(0, 0%, 21%);
}
.help.is-primary {
  color: hsl(171, 100%, 41%);
}
.help.is-link {
  color: hsl(229, 53%, 53%);
}
.help.is-info {
  color: hsl(207, 61%, 53%);
}
.help.is-success {
  color: hsl(153, 53%, 53%);
}
.help.is-warning {
  color: hsl(44, 100%, 77%);
}
.help.is-danger {
  color: hsl(348, 86%, 61%);
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:first-child:not(:only-child) .taginput-container.is-focusable,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:last-child:not(:only-child) .taginput-container.is-focusable,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-hovered,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}
.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 29%);
}
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-small.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-small.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-medium.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-medium.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-large.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-large.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input, .control.has-icons-left .taginput .taginput-container.is-focusable, .taginput .control.has-icons-left .taginput-container.is-focusable,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input, .control.has-icons-right .taginput .taginput-container.is-focusable, .taginput .control.has-icons-right .taginput-container.is-focusable,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}
/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(229, 53%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}
.card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10.2, 10.2, 10.2, 0.1);
  display: flex;
}
.card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}
.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}
.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0, 0%, 93%);
  align-items: stretch;
  display: flex;
}
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 93%);
}
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.dropdown-content {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}
a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
button.dropdown-item.is-active {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.dropdown-divider {
  background-color: hsl(0, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.media-left {
  margin-right: 1rem;
}
.media-right {
  margin-left: 1rem;
}
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}
@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}
.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}
.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}
.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: hsl(0, 0%, 100%);
}
.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
}
.message.is-black {
  background-color: hsl(0, 0%, 98%);
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.message.is-light {
  background-color: hsl(0, 0%, 98%);
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.message.is-primary {
  background-color: hsl(171, 100%, 96%);
}
.message.is-primary .message-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 29%);
}
.message.is-link {
  background-color: hsl(229, 53%, 96%);
}
.message.is-link .message-header {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.message.is-link .message-body {
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 47%);
}
.message.is-info {
  background-color: hsl(207, 61%, 96%);
}
.message.is-info .message-header {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 41%);
}
.message.is-success {
  background-color: hsl(153, 53%, 96%);
}
.message.is-success .message-header {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 31%);
}
.message.is-warning {
  background-color: hsl(44, 100%, 96%);
}
.message.is-warning .message-header {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 29%);
}
.message.is-danger {
  background-color: hsl(348, 86%, 96%);
}
.message.is-danger .message-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.message.is-danger .message-body {
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 43%);
}
.message-header {
  align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.message-body {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0, 0%, 29%);
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: hsl(0, 0%, 100%);
}
.message-body pre code {
  background-color: transparent;
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}
.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}
.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}
.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: hsl(171, 100%, 36%);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: hsl(171, 100%, 36%);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(171, 100%, 36%);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(171, 100%, 41%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(229, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: hsl(348, 86%, 56%);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: hsl(348, 86%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(348, 86%, 56%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348, 86%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.navbar-burger {
  color: hsl(0, 0%, 29%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.navbar-menu {
  display: none;
}
.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: hsl(229, 53%, 53%);
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(229, 53%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(229, 53%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: hsl(229, 53%, 53%);
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
}
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pagination-link.is-current {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.pagination-ellipsis {
  color: hsl(0, 0%, 71%);
  pointer-events: none;
}
.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 100%);
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-heading {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: hsl(171, 100%, 41%);
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: hsl(171, 100%, 41%);
}
.panel.is-link .panel-heading {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: hsl(229, 53%, 53%);
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: hsl(229, 53%, 53%);
}
.panel.is-info .panel-heading {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: hsl(207, 61%, 53%);
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: hsl(207, 61%, 53%);
}
.panel.is-success .panel-heading {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(153, 53%, 53%);
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(153, 53%, 53%);
}
.panel.is-warning .panel-heading {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(44, 100%, 77%);
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(44, 100%, 77%);
}
.panel.is-danger .panel-heading {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(348, 86%, 61%);
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(348, 86%, 61%);
}
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 93%);
}
.panel-heading {
  background-color: hsl(0, 0%, 93%);
  border-radius: 6px 6px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.panel-list a {
  color: hsl(0, 0%, 29%);
}
.panel-list a:hover {
  color: hsl(229, 53%, 53%);
}
.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: hsl(229, 53%, 53%);
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0, 0%, 48%);
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}
/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
/* Bulma Helpers */
.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}
a.has-text-white:hover, a.has-text-white:focus {
  color: hsl(0, 0%, 90%) !important;
}
.has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}
.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}
a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}
.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}
.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}
a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}
.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}
.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}
a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}
.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}
.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}
a.has-text-primary:hover, a.has-text-primary:focus {
  color: hsl(171, 100%, 31%) !important;
}
.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}
.has-text-primary-light {
  color: hsl(171, 100%, 96%) !important;
}
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: hsl(171, 100%, 86%) !important;
}
.has-background-primary-light {
  background-color: hsl(171, 100%, 96%) !important;
}
.has-text-primary-dark {
  color: hsl(171, 100%, 29%) !important;
}
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: hsl(171, 100%, 39%) !important;
}
.has-background-primary-dark {
  background-color: hsl(171, 100%, 29%) !important;
}
.has-text-link {
  color: hsl(229, 53%, 53%) !important;
}
a.has-text-link:hover, a.has-text-link:focus {
  color: hsl(229, 53%, 43%) !important;
}
.has-background-link {
  background-color: hsl(229, 53%, 53%) !important;
}
.has-text-link-light {
  color: hsl(229, 53%, 96%) !important;
}
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: hsl(229, 53%, 86%) !important;
}
.has-background-link-light {
  background-color: hsl(229, 53%, 96%) !important;
}
.has-text-link-dark {
  color: hsl(229, 53%, 47%) !important;
}
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: hsl(229, 53%, 57%) !important;
}
.has-background-link-dark {
  background-color: hsl(229, 53%, 47%) !important;
}
.has-text-info {
  color: hsl(207, 61%, 53%) !important;
}
a.has-text-info:hover, a.has-text-info:focus {
  color: hsl(207, 61%, 43%) !important;
}
.has-background-info {
  background-color: hsl(207, 61%, 53%) !important;
}
.has-text-info-light {
  color: hsl(207, 61%, 96%) !important;
}
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: hsl(207, 61%, 86%) !important;
}
.has-background-info-light {
  background-color: hsl(207, 61%, 96%) !important;
}
.has-text-info-dark {
  color: hsl(207, 61%, 41%) !important;
}
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: hsl(207, 61%, 51%) !important;
}
.has-background-info-dark {
  background-color: hsl(207, 61%, 41%) !important;
}
.has-text-success {
  color: hsl(153, 53%, 53%) !important;
}
a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(153, 53%, 43%) !important;
}
.has-background-success {
  background-color: hsl(153, 53%, 53%) !important;
}
.has-text-success-light {
  color: hsl(153, 53%, 96%) !important;
}
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: hsl(153, 53%, 86%) !important;
}
.has-background-success-light {
  background-color: hsl(153, 53%, 96%) !important;
}
.has-text-success-dark {
  color: hsl(153, 53%, 31%) !important;
}
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: hsl(153, 53%, 41%) !important;
}
.has-background-success-dark {
  background-color: hsl(153, 53%, 31%) !important;
}
.has-text-warning {
  color: hsl(44, 100%, 77%) !important;
}
a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(44, 100%, 67%) !important;
}
.has-background-warning {
  background-color: hsl(44, 100%, 77%) !important;
}
.has-text-warning-light {
  color: hsl(44, 100%, 96%) !important;
}
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: hsl(44, 100%, 86%) !important;
}
.has-background-warning-light {
  background-color: hsl(44, 100%, 96%) !important;
}
.has-text-warning-dark {
  color: hsl(44, 100%, 29%) !important;
}
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: hsl(44, 100%, 39%) !important;
}
.has-background-warning-dark {
  background-color: hsl(44, 100%, 29%) !important;
}
.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}
a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(348, 86%, 51%) !important;
}
.has-background-danger {
  background-color: hsl(348, 86%, 61%) !important;
}
.has-text-danger-light {
  color: hsl(348, 86%, 96%) !important;
}
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: hsl(348, 86%, 86%) !important;
}
.has-background-danger-light {
  background-color: hsl(348, 86%, 96%) !important;
}
.has-text-danger-dark {
  color: hsl(348, 86%, 43%) !important;
}
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: hsl(348, 86%, 53%) !important;
}
.has-background-danger-dark {
  background-color: hsl(348, 86%, 43%) !important;
}
.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}
.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}
.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}
.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}
.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}
.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}
.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}
.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}
.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}
.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}
.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}
.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}
.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}
.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}
.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}
.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}
.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}
.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}
.is-flex-direction-row {
  flex-direction: row !important;
}
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}
.is-flex-direction-column {
  flex-direction: column !important;
}
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}
.is-justify-content-center {
  justify-content: center !important;
}
.is-justify-content-space-between {
  justify-content: space-between !important;
}
.is-justify-content-space-around {
  justify-content: space-around !important;
}
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}
.is-justify-content-start {
  justify-content: start !important;
}
.is-justify-content-end {
  justify-content: end !important;
}
.is-justify-content-left {
  justify-content: left !important;
}
.is-justify-content-right {
  justify-content: right !important;
}
.is-align-content-flex-start {
  align-content: flex-start !important;
}
.is-align-content-flex-end {
  align-content: flex-end !important;
}
.is-align-content-center {
  align-content: center !important;
}
.is-align-content-space-between {
  align-content: space-between !important;
}
.is-align-content-space-around {
  align-content: space-around !important;
}
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}
.is-align-content-stretch {
  align-content: stretch !important;
}
.is-align-content-start {
  align-content: start !important;
}
.is-align-content-end {
  align-content: end !important;
}
.is-align-content-baseline {
  align-content: baseline !important;
}
.is-align-items-stretch {
  align-items: stretch !important;
}
.is-align-items-flex-start {
  align-items: flex-start !important;
}
.is-align-items-flex-end {
  align-items: flex-end !important;
}
.is-align-items-center {
  align-items: center !important;
}
.is-align-items-baseline {
  align-items: baseline !important;
}
.is-align-items-start {
  align-items: start !important;
}
.is-align-items-end {
  align-items: end !important;
}
.is-align-items-self-start {
  align-items: self-start !important;
}
.is-align-items-self-end {
  align-items: self-end !important;
}
.is-align-self-auto {
  align-self: auto !important;
}
.is-align-self-flex-start {
  align-self: flex-start !important;
}
.is-align-self-flex-end {
  align-self: flex-end !important;
}
.is-align-self-center {
  align-self: center !important;
}
.is-align-self-baseline {
  align-self: baseline !important;
}
.is-align-self-stretch {
  align-self: stretch !important;
}
.is-flex-grow-0 {
  flex-grow: 0 !important;
}
.is-flex-grow-1 {
  flex-grow: 1 !important;
}
.is-flex-grow-2 {
  flex-grow: 2 !important;
}
.is-flex-grow-3 {
  flex-grow: 3 !important;
}
.is-flex-grow-4 {
  flex-grow: 4 !important;
}
.is-flex-grow-5 {
  flex-grow: 5 !important;
}
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.is-pulled-left {
  float: left !important;
}
.is-pulled-right {
  float: right !important;
}
.is-radiusless {
  border-radius: 0 !important;
}
.is-shadowless {
  box-shadow: none !important;
}
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}
.is-clipped {
  overflow: hidden !important;
}
.is-relative {
  position: relative !important;
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mr-3 {
  margin-right: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-5 {
  margin: 1.5rem !important;
}
.mt-5 {
  margin-top: 1.5rem !important;
}
.mr-5 {
  margin-right: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.ml-5 {
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-5 {
  padding: 1.5rem !important;
}
.pt-5 {
  padding-top: 1.5rem !important;
}
.pr-5 {
  padding-right: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 1.5rem !important;
}
.pl-5 {
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-auto {
  padding: auto !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pr-auto {
  padding-right: auto !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pl-auto {
  padding-left: auto !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.is-size-1 {
  font-size: 3rem !important;
}
.is-size-2 {
  font-size: 2.5rem !important;
}
.is-size-3 {
  font-size: 2rem !important;
}
.is-size-4 {
  font-size: 1.5rem !important;
}
.is-size-5 {
  font-size: 1.25rem !important;
}
.is-size-6 {
  font-size: 1rem !important;
}
.is-size-7 {
  font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}
.has-text-justified {
  text-align: justify !important;
}
.has-text-left {
  text-align: left !important;
}
.has-text-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}
.is-lowercase {
  text-transform: lowercase !important;
}
.is-uppercase {
  text-transform: uppercase !important;
}
.is-italic {
  font-style: italic !important;
}
.is-underlined {
  text-decoration: underline !important;
}
.has-text-weight-light {
  font-weight: 300 !important;
}
.has-text-weight-normal {
  font-weight: 400 !important;
}
.has-text-weight-medium {
  font-weight: 500 !important;
}
.has-text-weight-semibold {
  font-weight: 600 !important;
}
.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.is-family-monospace {
  font-family: monospace !important;
}
.is-family-code {
  font-family: monospace !important;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: hsl(0, 0%, 100%) !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: hsl(0, 0%, 4%) !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(171, 100%, 41%);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: hsl(171, 100%, 36%);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: hsl(171, 100%, 41%) !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(171, 100%, 41%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
  }
}
.hero.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(229, 53%, 53%);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: hsl(229, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(229, 53%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
  }
}
.hero.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(207, 61%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: hsl(207, 61%, 53%) !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(207, 61%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
  }
}
.hero.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(153, 53%, 53%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: hsl(153, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(153, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(44, 100%, 77%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: hsl(44, 100%, 77%) !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348, 86%, 61%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: hsl(348, 86%, 56%);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: hsl(348, 86%, 61%) !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(348, 86%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}
.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}
.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}
.footer {
  background-color: hsl(0, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}
.tooltip {
  position: relative;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  content: "";
  border-style: solid;
  border-width: 0.5rem;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 0;
  content: attr(data-tooltip);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  transform: translate(-50%, 1rem);
  background: rgba(73.95, 73.95, 73.95, 0.9);
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  max-width: 24rem;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  top: 0;
  bottom: auto;
  left: 50%;
  opacity: 1;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border-color: rgba(73.95, 73.95, 73.95, 0.9) transparent transparent transparent;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -0.5rem);
}
.tooltip.is-tooltip-right::before {
  top: auto;
  bottom: 50%;
  left: 100%;
  right: auto;
  transform: translate(-1rem, 50%);
}
.tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  left: 100%;
  right: auto;
  border-color: transparent rgba(73.95, 73.95, 73.95, 0.9) transparent transparent;
}
.tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
  transform: translate(0.5rem, 50%);
}
.tooltip.is-tooltip-bottom::before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -1rem);
}
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: transparent transparent rgba(73.95, 73.95, 73.95, 0.9) transparent;
}
.tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
  transform: translate(-50%, 0.5rem);
}
.tooltip.is-tooltip-left::before {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(1rem, 50%);
}
.tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  left: auto;
  right: calc(100% - 0.5rem);
  border-color: transparent transparent transparent rgba(73.95, 73.95, 73.95, 0.9);
}
.tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
  transform: translate(-0.5rem, 50%);
}
.tooltip.is-tooltip-multiline::before {
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}
.tooltip.is-tooltip-white:not(.is-loading)::after {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.tooltip.is-tooltip-white::before {
  background: rgba(255, 255, 255, 0.9);
  color: hsl(0, 0%, 4%);
}
.tooltip.is-tooltip-black:not(.is-loading)::after {
  border-color: rgba(10.2, 10.2, 10.2, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(10.2, 10.2, 10.2, 0.9) transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(10.2, 10.2, 10.2, 0.9) transparent;
}
.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(10.2, 10.2, 10.2, 0.9);
}
.tooltip.is-tooltip-black::before {
  background: rgba(10.2, 10.2, 10.2, 0.9);
  color: hsl(0, 0%, 100%);
}
.tooltip.is-tooltip-light:not(.is-loading)::after {
  border-color: rgba(244.8, 244.8, 244.8, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(244.8, 244.8, 244.8, 0.9) transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(244.8, 244.8, 244.8, 0.9) transparent;
}
.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(244.8, 244.8, 244.8, 0.9);
}
.tooltip.is-tooltip-light::before {
  background: rgba(244.8, 244.8, 244.8, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-dark:not(.is-loading)::after {
  border-color: rgba(53.55, 53.55, 53.55, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(53.55, 53.55, 53.55, 0.9) transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(53.55, 53.55, 53.55, 0.9) transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(53.55, 53.55, 53.55, 0.9);
}
.tooltip.is-tooltip-dark::before {
  background: rgba(53.55, 53.55, 53.55, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-primary:not(.is-loading)::after {
  border-color: rgba(0, 209.1, 177.735, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 209.1, 177.735, 0.9) transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 209.1, 177.735, 0.9) transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 209.1, 177.735, 0.9);
}
.tooltip.is-tooltip-primary::before {
  background: rgba(0, 209.1, 177.735, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-link:not(.is-loading)::after {
  border-color: rgba(71.6295, 94.92035, 198.6705, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(71.6295, 94.92035, 198.6705, 0.9) transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(71.6295, 94.92035, 198.6705, 0.9) transparent;
}
.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(71.6295, 94.92035, 198.6705, 0.9);
}
.tooltip.is-tooltip-link::before {
  background: rgba(71.6295, 94.92035, 198.6705, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-info:not(.is-loading)::after {
  border-color: rgba(62.0415, 142.46085, 208.2585, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(62.0415, 142.46085, 208.2585, 0.9) transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(62.0415, 142.46085, 208.2585, 0.9) transparent;
}
.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(62.0415, 142.46085, 208.2585, 0.9);
}
.tooltip.is-tooltip-info::before {
  background: rgba(62.0415, 142.46085, 208.2585, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-success:not(.is-loading)::after {
  border-color: rgba(71.6295, 198.6705, 141.50205, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(71.6295, 198.6705, 141.50205, 0.9) transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(71.6295, 198.6705, 141.50205, 0.9) transparent;
}
.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(71.6295, 198.6705, 141.50205, 0.9);
}
.tooltip.is-tooltip-success::before {
  background: rgba(71.6295, 198.6705, 141.50205, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-warning:not(.is-loading)::after {
  border-color: rgba(255, 223.72, 137.7, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 223.72, 137.7, 0.9) transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 223.72, 137.7, 0.9) transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 223.72, 137.7, 0.9);
}
.tooltip.is-tooltip-warning::before {
  background: rgba(255, 223.72, 137.7, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-danger:not(.is-loading)::after {
  border-color: rgba(241.077, 70.023, 104.2338, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(241.077, 70.023, 104.2338, 0.9) transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(241.077, 70.023, 104.2338, 0.9) transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(241.077, 70.023, 104.2338, 0.9);
}
.tooltip.is-tooltip-danger::before {
  background: rgba(241.077, 70.023, 104.2338, 0.9);
  color: #fff;
}
.accordions .accordion {
  display: flex;
  flex-direction: column;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.accordions .accordion:not(:last-child) {
  margin-bottom: 1.5rem;
}
.accordions .accordion strong {
  color: currentColor;
}
.accordions .accordion a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}
.accordions .accordion.is-small {
  font-size: 0.75rem;
}
.accordions .accordion.is-medium {
  font-size: 1.25rem;
}
.accordions .accordion.is-large {
  font-size: 1.5rem;
}
.accordions .accordion:not(:first-child) .accordion-header {
  border-radius: 0;
}
.accordions .accordion:not(:last-child) {
  margin-bottom: 0;
}
.accordions .accordion:not(:last-child) .accordion-content {
  border-radius: 0;
}
.accordions .accordion .toggle,
.accordions .accordion [data-action=toggle] {
  cursor: pointer;
}
.accordions .accordion .accordion-header {
  align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
.accordions .accordion .accordion-header .toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
  height: 20px;
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
}
.accordions .accordion .accordion-header .toggle::before {
  color: hsl(0, 0%, 100%);
  display: block;
  left: 0;
  position: absolute;
  top: -0.1em;
  right: 0;
  bottom: 0;
  content: "+";
}
.accordions .accordion .accordion-header .toggle::after {
  display: none;
}
.accordions .accordion .accordion-header + .accordion-body {
  overflow-y: hidden;
  max-height: 0;
  color: hsl(0, 0%, 29%);
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content {
  padding: 1em 1.25em;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content code,
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
  background-color: hsl(0, 0%, 100%);
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
  background-color: transparent;
}
.accordions .accordion.is-active .accordion-header .toggle::before {
  content: "-";
}
.accordions .accordion.is-active .accordion-body {
  max-height: 100em;
}
.accordions .accordion.is-white {
  background-color: hsl(0, 0%, 100%);
}
.accordions .accordion.is-white .accordion-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.accordions .accordion.is-white .accordion-content {
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 30%);
}
.accordions .accordion.is-black {
  background-color: hsl(0, 0%, 98%);
}
.accordions .accordion.is-black .accordion-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.accordions .accordion.is-black .accordion-content {
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 3.7875310087%);
}
.accordions .accordion.is-light {
  background-color: hsl(0, 0%, 98%);
}
.accordions .accordion.is-light .accordion-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.accordions .accordion.is-light .accordion-content {
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 31.1072572838%);
}
.accordions .accordion.is-dark {
  background-color: hsl(0, 0%, 98%);
}
.accordions .accordion.is-dark .accordion-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.accordions .accordion.is-dark .accordion-content {
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 16.5244137709%);
}
.accordions .accordion.is-primary {
  background-color: hsl(171, 100%, 98%);
}
.accordions .accordion.is-primary .accordion-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.accordions .accordion.is-primary .accordion-content {
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 84.1505820271%, 4.0180247299%);
}
.accordions .accordion.is-link {
  background-color: hsl(229, 53%, 98%);
}
.accordions .accordion.is-link .accordion-header {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.accordions .accordion.is-link .accordion-content {
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 47.4659042887%, 40.0871100069%);
}
.accordions .accordion.is-info {
  background-color: hsl(207, 61%, 98%);
}
.accordions .accordion.is-info .accordion-header {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.accordions .accordion.is-info .accordion-content {
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 51.7984464124%, 31.5297082955%);
}
.accordions .accordion.is-success {
  background-color: hsl(153, 53%, 98%);
}
.accordions .accordion.is-success .accordion-header {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.accordions .accordion.is-success .accordion-content {
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 38.1661240815%, 18.3876228569%);
}
.accordions .accordion.is-warning {
  background-color: hsl(44, 100%, 98%);
}
.accordions .accordion.is-warning .accordion-header {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.accordions .accordion.is-warning .accordion-content {
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 76.134215899%, 21.313170431%);
}
.accordions .accordion.is-danger {
  background-color: hsl(348, 86%, 98%);
}
.accordions .accordion.is-danger .accordion-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.accordions .accordion.is-danger .accordion-content {
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 77.7586025474%, 41.7700726105%);
}
.pricing-table {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pricing-table.is-comparative .pricing-plan {
  margin: 0;
}
.pricing-table.is-comparative .pricing-plan:not(:last-child) {
  border-right: none;
}
.pricing-table .pricing-plan {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background-color: hsl(0, 0%, 100%);
  border: 0.1rem solid hsl(0, 0%, 96%);
  border-radius: 4px;
  list-style-type: none;
  transition: 0.25s;
  margin: 0.5em;
}
.pricing-table .pricing-plan .plan-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}
.pricing-table .pricing-plan .plan-item {
  background: hsl(0, 0%, 96%);
  border-bottom: 0.1rem solid hsl(0, 0%, 100%);
  padding: 0.75em;
  align-content: center;
  text-align: center;
  font-size: 0.9em;
  color: hsl(0, 0%, 48%);
}
.pricing-table .pricing-plan .plan-price {
  background-color: white;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}
.pricing-table .pricing-plan .plan-price .plan-price-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  vertical-align: super;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: hsl(0, 0%, 29%);
  margin-right: 0.25rem;
}
.pricing-table .pricing-plan .plan-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.75em;
  align-content: center;
  text-align: center;
  margin-top: auto;
}
.pricing-table .pricing-plan.is-active {
  box-shadow: 0 8px 12px 0 rgba(122.4, 122.4, 122.4, 0.2);
  transform: scale(1.05);
}
.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
  color: hsl(171, 100%, 41%);
}
.pricing-table .pricing-plan.is-active .plan-footer .button {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-active .plan-footer .button:hover, .pricing-table .pricing-plan.is-active .plan-footer .button.is-hovered {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-active .plan-footer .button:focus, .pricing-table .pricing-plan.is-active .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-active .plan-footer .button:active, .pricing-table .pricing-plan.is-active .plan-footer .button.is-active {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-active .plan-footer .button[disabled] {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
}
.pricing-table .pricing-plan.is-white .plan-price .plan-price-amount {
  color: hsl(0, 0%, 100%);
}
.pricing-table .pricing-plan.is-white .plan-footer .button {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.pricing-table .pricing-plan.is-white .plan-footer .button:hover, .pricing-table .pricing-plan.is-white .plan-footer .button.is-hovered {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.pricing-table .pricing-plan.is-white .plan-footer .button:focus, .pricing-table .pricing-plan.is-white .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.pricing-table .pricing-plan.is-white .plan-footer .button:active, .pricing-table .pricing-plan.is-white .plan-footer .button.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.pricing-table .pricing-plan.is-white .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-black .plan-price .plan-price-amount {
  color: hsl(0, 0%, 4%);
}
.pricing-table .pricing-plan.is-black .plan-footer .button {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.pricing-table .pricing-plan.is-black .plan-footer .button:hover, .pricing-table .pricing-plan.is-black .plan-footer .button.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.pricing-table .pricing-plan.is-black .plan-footer .button:focus, .pricing-table .pricing-plan.is-black .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: hsl(0, 0%, 100%);
}
.pricing-table .pricing-plan.is-black .plan-footer .button:active, .pricing-table .pricing-plan.is-black .plan-footer .button.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.pricing-table .pricing-plan.is-black .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-light .plan-price .plan-price-amount {
  color: hsl(0, 0%, 96%);
}
.pricing-table .pricing-plan.is-light .plan-footer .button {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-light .plan-footer .button:hover, .pricing-table .pricing-plan.is-light .plan-footer .button.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-light .plan-footer .button:focus, .pricing-table .pricing-plan.is-light .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-light .plan-footer .button:active, .pricing-table .pricing-plan.is-light .plan-footer .button.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-light .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-dark .plan-price .plan-price-amount {
  color: hsl(0, 0%, 21%);
}
.pricing-table .pricing-plan.is-dark .plan-footer .button {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-dark .plan-footer .button:hover, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-dark .plan-footer .button:focus, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-dark .plan-footer .button:active, .pricing-table .pricing-plan.is-dark .plan-footer .button.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-dark .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount {
  color: hsl(171, 100%, 41%);
}
.pricing-table .pricing-plan.is-primary .plan-footer .button {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-primary .plan-footer .button:hover, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered {
  background-color: hsl(171, 100%, 38.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-primary .plan-footer .button:focus, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-primary .plan-footer .button:active, .pricing-table .pricing-plan.is-primary .plan-footer .button.is-active {
  background-color: hsl(171, 100%, 36%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-primary .plan-footer .button[disabled] {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-link .plan-price .plan-price-amount {
  color: hsl(229, 53%, 53%);
}
.pricing-table .pricing-plan.is-link .plan-footer .button {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-link .plan-footer .button:hover, .pricing-table .pricing-plan.is-link .plan-footer .button.is-hovered {
  background-color: hsl(229, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-link .plan-footer .button:focus, .pricing-table .pricing-plan.is-link .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-link .plan-footer .button:active, .pricing-table .pricing-plan.is-link .plan-footer .button.is-active {
  background-color: hsl(229, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-link .plan-footer .button[disabled] {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-info .plan-price .plan-price-amount {
  color: hsl(207, 61%, 53%);
}
.pricing-table .pricing-plan.is-info .plan-footer .button {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-info .plan-footer .button:hover, .pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-info .plan-footer .button:focus, .pricing-table .pricing-plan.is-info .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-info .plan-footer .button:active, .pricing-table .pricing-plan.is-info .plan-footer .button.is-active {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-info .plan-footer .button[disabled] {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-success .plan-price .plan-price-amount {
  color: hsl(153, 53%, 53%);
}
.pricing-table .pricing-plan.is-success .plan-footer .button {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-success .plan-footer .button:hover, .pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered {
  background-color: hsl(153, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-success .plan-footer .button:focus, .pricing-table .pricing-plan.is-success .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-success .plan-footer .button:active, .pricing-table .pricing-plan.is-success .plan-footer .button.is-active {
  background-color: hsl(153, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-success .plan-footer .button[disabled] {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount {
  color: hsl(44, 100%, 77%);
}
.pricing-table .pricing-plan.is-warning .plan-footer .button {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-warning .plan-footer .button:hover, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-warning .plan-footer .button:focus, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-warning .plan-footer .button:active, .pricing-table .pricing-plan.is-warning .plan-footer .button.is-active {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.pricing-table .pricing-plan.is-warning .plan-footer .button[disabled] {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  box-shadow: none;
}
.pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount {
  color: hsl(348, 86%, 61%);
}
.pricing-table .pricing-plan.is-danger .plan-footer .button {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-danger .plan-footer .button:hover, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered {
  background-color: hsl(348, 86%, 58.5%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-danger .plan-footer .button:focus, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.25);
  color: #fff;
}
.pricing-table .pricing-plan.is-danger .plan-footer .button:active, .pricing-table .pricing-plan.is-danger .plan-footer .button.is-active {
  background-color: hsl(348, 86%, 56%);
  border-color: transparent;
  color: #fff;
}
.pricing-table .pricing-plan.is-danger .plan-footer .button[disabled] {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 769px), print {
  .pricing-table.is-comparative {
    margin: 0.5rem;
  }
  .pricing-table.is-comparative.is-features {
    display: none;
  }
  .pricing-table.is-comparative .plan-item::before {
    content: attr("data-feature");
  }
  .pricing-table.is-horizontal .pricing-plan {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
  .pricing-table.is-horizontal .pricing-plan .plan-header {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pricing-table.is-horizontal .pricing-plan .plan-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pricing-table.is-horizontal .pricing-plan .plan-items {
    width: 100%;
    background-color: hsl(0, 0%, 96%);
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0.1rem;
  }
  .pricing-table.is-horizontal .pricing-plan .plan-footer {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .pricing-table.is-comparative .pricing-plan {
    margin: 0.5rem;
  }
  .pricing-table.is-comparative .pricing-plan.is-plan-first-mobile {
    order: -1;
  }
  .pricing-table.is-comparative .pricing-plan.is-features {
    display: none;
  }
  .pricing-table.is-comparative .pricing-plan .plan-item::before {
    content: attr(data-feature);
    display: block;
    font-weight: 600;
    font-size: 0.75rem;
    color: hsl(0, 0%, 71%);
  }
}
.switch[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:before, .switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label:after {
  outline: 1px dotted hsl(0, 0%, 71%);
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.5rem * 0.5);
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1rem * 0.5);
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox] + label .switch-active, .switch[type=checkbox] + label .switch-inactive {
  font-size: 0.9rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox] + label.has-text-inside .switch-inactive {
  margin-left: -1.925rem;
}
.switch[type=checkbox] + label.has-text-inside .switch-active {
  margin-left: -3.25rem;
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545456rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.125rem * 0.5);
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-small + label::after, .switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 0.625rem * 0.5);
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small + label .switch-active, .switch[type=checkbox].is-small + label .switch-inactive {
  font-size: 0.65rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-small + label.has-text-inside .switch-inactive {
  margin-left: -1.55rem;
}
.switch[type=checkbox].is-small + label.has-text-inside .switch-active {
  margin-left: -2.5rem;
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}
.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4090909093rem;
  height: 0.28125rem;
}
.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-small.is-rounded + label::before, .switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-small.is-rounded + label::after, .switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 4.25rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.875rem * 0.5);
  left: 0;
  width: 3.75rem;
  height: 1.875rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-medium + label::after, .switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.375rem * 0.5);
  left: 0.25rem;
  width: 1.375rem;
  height: 1.375rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium + label .switch-active, .switch[type=checkbox].is-medium + label .switch-inactive {
  font-size: 1.15rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-medium + label.has-text-inside .switch-inactive {
  margin-left: -2.3rem;
}
.switch[type=checkbox].is-medium + label.has-text-inside .switch-active {
  margin-left: -4rem;
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 4.25rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 2rem;
}
.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 2rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.6818181819rem;
  height: 0.46875rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-medium.is-rounded + label::before, .switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-medium.is-rounded + label::after, .switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 2.25rem * 0.5);
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-large + label::after, .switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.75rem * 0.5);
  left: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large + label .switch-active, .switch[type=checkbox].is-large + label .switch-inactive {
  font-size: 1.4rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-large + label.has-text-inside .switch-inactive {
  margin-left: -2.675rem;
}
.switch[type=checkbox].is-large + label.has-text-inside .switch-active {
  margin-left: -4.75rem;
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.375rem;
}
.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.375rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.8181818183rem;
  height: 0.5625rem;
}
.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-large.is-rounded + label::before, .switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 24px;
}
.switch[type=checkbox].is-large.is-rounded + label::after, .switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-white + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-white + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-white:checked + label::before, .switch[type=checkbox].is-white:checked + label:before {
  background: hsl(0, 0%, 100%);
}
.switch[type=checkbox].is-white:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-white:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::before, .switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%) !important;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::after, .switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: hsl(0, 0%, 100%);
}
.switch[type=checkbox].is-white.is-thin.is-outlined + label::after, .switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-white + label::before, .switch[type=checkbox].is-unchecked-white + label:before {
  background: hsl(0, 0%, 100%);
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::before, .switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%) !important;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::after, .switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: hsl(0, 0%, 100%);
}
.switch[type=checkbox].is-black + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-black + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-black:checked + label::before, .switch[type=checkbox].is-black:checked + label:before {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-black:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-black:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::before, .switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%) !important;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::after, .switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-black.is-thin.is-outlined + label::after, .switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-black + label::before, .switch[type=checkbox].is-unchecked-black + label:before {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::before, .switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%) !important;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::after, .switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: hsl(0, 0%, 4%);
}
.switch[type=checkbox].is-light + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-light + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-light:checked + label::before, .switch[type=checkbox].is-light:checked + label:before {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-light:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-light:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::before, .switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%) !important;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::after, .switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-light + label::before, .switch[type=checkbox].is-unchecked-light + label:before {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%) !important;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: hsl(0, 0%, 96%);
}
.switch[type=checkbox].is-dark + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-dark + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-dark:checked + label::before, .switch[type=checkbox].is-dark:checked + label:before {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-dark:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-dark:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::before, .switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%) !important;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::after, .switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after, .switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-dark + label::before, .switch[type=checkbox].is-unchecked-dark + label:before {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%) !important;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: hsl(0, 0%, 21%);
}
.switch[type=checkbox].is-primary + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-primary + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-primary:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-primary:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%) !important;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%) !important;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: hsl(171, 100%, 41%);
}
.switch[type=checkbox].is-link + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-link + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-link:checked + label::before, .switch[type=checkbox].is-link:checked + label:before {
  background: hsl(229, 53%, 53%);
}
.switch[type=checkbox].is-link:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-link:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::before, .switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%) !important;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::after, .switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: hsl(229, 53%, 53%);
}
.switch[type=checkbox].is-link.is-thin.is-outlined + label::after, .switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-link + label::before, .switch[type=checkbox].is-unchecked-link + label:before {
  background: hsl(229, 53%, 53%);
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::before, .switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%) !important;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::after, .switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: hsl(229, 53%, 53%);
}
.switch[type=checkbox].is-info + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-info + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-info:checked + label::before, .switch[type=checkbox].is-info:checked + label:before {
  background: hsl(207, 61%, 53%);
}
.switch[type=checkbox].is-info:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-info:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::before, .switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%) !important;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::after, .switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: hsl(207, 61%, 53%);
}
.switch[type=checkbox].is-info.is-thin.is-outlined + label::after, .switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-info + label::before, .switch[type=checkbox].is-unchecked-info + label:before {
  background: hsl(207, 61%, 53%);
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::before, .switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%) !important;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::after, .switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: hsl(207, 61%, 53%);
}
.switch[type=checkbox].is-success + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-success + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: hsl(153, 53%, 53%);
}
.switch[type=checkbox].is-success:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-success:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%) !important;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: hsl(153, 53%, 53%);
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: hsl(153, 53%, 53%);
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%) !important;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: hsl(153, 53%, 53%);
}
.switch[type=checkbox].is-warning + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-warning + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: hsl(44, 100%, 77%);
}
.switch[type=checkbox].is-warning:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-warning:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%) !important;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: hsl(44, 100%, 77%);
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: hsl(44, 100%, 77%);
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%) !important;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: hsl(44, 100%, 77%);
}
.switch[type=checkbox].is-danger + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-danger + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: hsl(348, 86%, 61%);
}
.switch[type=checkbox].is-danger:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-danger:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%) !important;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: hsl(348, 86%, 61%);
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: hsl(348, 86%, 61%);
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%) !important;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: hsl(348, 86%, 61%);
}
.field-body .switch[type=checkbox] + label {
  margin-top: 0.375em;
}
.tooltip.popover::before, .tooltip.popover::after {
  display: none !important;
}
.tooltip .tooltip-inner {
  background: var(--v-whiteColor-base);
  border: 1px solid var(--v-grayColor-base);
  border-radius: 16px;
  padding: 15px 15px;
  color: var(--v-mainColor-base);
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover {
  width: 500px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 3px #b5b5b5;
}
.tooltip.popover .popover-inner {
  background: #ffffff;
  color: var(--v-mainColor-base);
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
  border-color: #ffffff;
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
/**
 * Vue Transitions
 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-in-enter-active .animation-content,
.zoom-in-enter-active .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0;
}
.zoom-in-enter .animation-content,
.zoom-in-enter .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}
.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-out-enter-active .animation-content,
.zoom-out-enter-active .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0;
}
.zoom-out-enter .animation-content,
.zoom-out-enter .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}
.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}
.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}
.autocomplete {
  position: relative;
}
.autocomplete .dropdown-menu {
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.autocomplete .dropdown-menu.is-opened-top {
  top: auto;
  bottom: 100%;
}
.autocomplete .dropdown-content {
  overflow: auto;
  max-height: 200px;
}
.autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
  background: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}
.autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.autocomplete.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.autocomplete.is-medium {
  font-size: 1.25rem;
}
.autocomplete.is-large {
  font-size: 1.5rem;
}
.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-checkbox.checkbox + .checkbox {
  margin-left: 0.5em;
}
.b-checkbox.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.b-checkbox.checkbox input[type=checkbox] + .check {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid hsl(0, 0%, 48%);
  transition: background 150ms ease-out;
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: hsl(171, 100%, 41%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
  background: hsl(0, 0%, 100%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0, 0%25, 4%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 100%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
  background: hsl(0, 0%, 4%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(0, 0%25, 100%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 4%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
  background: hsl(0, 0%, 96%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 96%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
  background: hsl(0, 0%, 21%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 21%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
  background: hsl(171, 100%, 41%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
  background: hsl(229, 53%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(229, 53%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
  background: hsl(207, 61%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(207, 61%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
  background: hsl(153, 53%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(153, 53%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
  background: hsl(44, 100%, 77%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(44, 100%, 77%);
}
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
  background: hsl(348, 86%, 61%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(348, 86%, 61%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
  background: hsl(171, 100%, 41%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
  background: hsl(0, 0%, 100%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0, 0%25, 4%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 100%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
  background: hsl(0, 0%, 4%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:hsl(0, 0%25, 100%25)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 4%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
  background: hsl(0, 0%, 96%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 96%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
  background: hsl(0, 0%, 21%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(0, 0%, 21%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
  background: hsl(171, 100%, 41%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-link {
  background: hsl(229, 53%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(229, 53%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
  background: hsl(207, 61%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(207, 61%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
  background: hsl(153, 53%, 53%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(153, 53%, 53%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
  background: hsl(44, 100%, 77%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(44, 100%, 77%);
}
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
  background: hsl(348, 86%, 61%) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: hsl(348, 86%, 61%);
}
.b-checkbox.checkbox input[type=checkbox]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122.4, 122.4, 122.4, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.8);
}
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.8);
}
.b-checkbox.checkbox .control-label {
  padding-left: 0.5em;
}
.b-checkbox.checkbox[disabled] {
  opacity: 0.5;
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
  border-color: hsl(0, 0%, 100%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
  border-color: hsl(0, 0%, 4%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
  border-color: hsl(0, 0%, 96%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
  border-color: hsl(0, 0%, 21%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
  border-color: hsl(171, 100%, 41%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-link {
  border-color: hsl(229, 53%, 53%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
  border-color: hsl(207, 61%, 53%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
  border-color: hsl(153, 53%, 53%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
  border-color: hsl(44, 100%, 77%);
}
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
  border-color: hsl(348, 86%, 61%);
}
.b-checkbox.checkbox.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.b-checkbox.checkbox.is-medium {
  font-size: 1.25rem;
}
.b-checkbox.checkbox.is-large {
  font-size: 1.5rem;
}
.b-clockpicker .card-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.b-clockpicker .b-clockpicker-face:after {
  background-color: hsl(171, 100%, 41%);
}
.b-clockpicker .b-clockpicker-face-hand {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
}
.b-clockpicker .b-clockpicker-face-number.active {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.b-clockpicker.is-white .card-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.b-clockpicker.is-white .b-clockpicker-face:after {
  background-color: hsl(0, 0%, 100%);
}
.b-clockpicker.is-white .b-clockpicker-face-hand {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.b-clockpicker.is-white .b-clockpicker-face-number.active {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.b-clockpicker.is-black .card-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.b-clockpicker.is-black .b-clockpicker-face:after {
  background-color: hsl(0, 0%, 4%);
}
.b-clockpicker.is-black .b-clockpicker-face-hand {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
}
.b-clockpicker.is-black .b-clockpicker-face-number.active {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.b-clockpicker.is-light .card-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.b-clockpicker.is-light .b-clockpicker-face:after {
  background-color: hsl(0, 0%, 96%);
}
.b-clockpicker.is-light .b-clockpicker-face-hand {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
}
.b-clockpicker.is-light .b-clockpicker-face-number.active {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.b-clockpicker.is-dark .card-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.b-clockpicker.is-dark .b-clockpicker-face:after {
  background-color: hsl(0, 0%, 21%);
}
.b-clockpicker.is-dark .b-clockpicker-face-hand {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
}
.b-clockpicker.is-dark .b-clockpicker-face-number.active {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.b-clockpicker.is-primary .card-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: hsl(171, 100%, 41%);
}
.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
}
.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.b-clockpicker.is-link .card-header {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.b-clockpicker.is-link .b-clockpicker-face:after {
  background-color: hsl(229, 53%, 53%);
}
.b-clockpicker.is-link .b-clockpicker-face-hand {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
}
.b-clockpicker.is-link .b-clockpicker-face-number.active {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.b-clockpicker.is-info .card-header {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.b-clockpicker.is-info .b-clockpicker-face:after {
  background-color: hsl(207, 61%, 53%);
}
.b-clockpicker.is-info .b-clockpicker-face-hand {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
}
.b-clockpicker.is-info .b-clockpicker-face-number.active {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.b-clockpicker.is-success .card-header {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.b-clockpicker.is-success .b-clockpicker-face:after {
  background-color: hsl(153, 53%, 53%);
}
.b-clockpicker.is-success .b-clockpicker-face-hand {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
}
.b-clockpicker.is-success .b-clockpicker-face-number.active {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.b-clockpicker.is-warning .card-header {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.b-clockpicker.is-warning .b-clockpicker-face:after {
  background-color: hsl(44, 100%, 77%);
}
.b-clockpicker.is-warning .b-clockpicker-face-hand {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
}
.b-clockpicker.is-warning .b-clockpicker-face-number.active {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.b-clockpicker.is-danger .card-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.b-clockpicker.is-danger .b-clockpicker-face:after {
  background-color: hsl(348, 86%, 61%);
}
.b-clockpicker.is-danger .b-clockpicker-face-hand {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
}
.b-clockpicker.is-danger .b-clockpicker-face-number.active {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.b-clockpicker .dropdown-menu {
  min-width: 0;
}
.b-clockpicker .dropdown,
.b-clockpicker .dropdown-trigger {
  width: 100%;
}
.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
  font-size: inherit;
  padding: 0;
}
.b-clockpicker .dropdown-content {
  padding-top: 0;
  padding-bottom: 0;
}
.b-clockpicker .card {
  border-radius: 4px;
}
.b-clockpicker .card-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.b-clockpicker .card-content {
  padding: 12px;
}
.b-clockpicker-btn {
  cursor: pointer;
  opacity: 0.6;
}
.b-clockpicker-btn:hover, .b-clockpicker-btn.active {
  opacity: 1;
}
.b-clockpicker-period .b-clockpicker-btn {
  font-size: 16px;
  text-transform: uppercase;
}
.b-clockpicker-time span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.b-clockpicker-header {
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  color: inherit;
}
.b-clockpicker-header .b-clockpicker-time {
  white-space: nowrap;
}
.b-clockpicker-header .b-clockpicker-time span {
  height: 60px;
  font-size: 60px;
}
.b-clockpicker-header .b-clockpicker-period {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin: 8px 0 6px 8px;
}
.b-clockpicker-body {
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.b-clockpicker-body .b-clockpicker-btn {
  padding: 0 8px;
  border-radius: 9999px;
  margin-bottom: 2px;
}
.b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
  background-color: hsl(171, 100%, 41%);
  color: white;
}
.b-clockpicker-body .b-clockpicker-period {
  position: absolute;
  top: 5px;
  right: 5px;
}
.b-clockpicker-body .b-clockpicker-time {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
}
.b-clockpicker-body .b-clockpicker-face {
  border-radius: 50%;
  position: relative;
  background-color: hsl(0, 0%, 86%);
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.b-clockpicker-body .b-clockpicker-face:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  z-index: 10;
}
.b-clockpicker-body .b-clockpicker-face-outer-ring {
  user-select: none;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  position: relative;
  border-radius: 50%;
}
.b-clockpicker-body .b-clockpicker-face-number {
  align-items: center;
  border-radius: 100%;
  cursor: default;
  display: flex;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 40px / 2);
  top: calc(50% - 40px / 2);
  user-select: none;
}
.b-clockpicker-body .b-clockpicker-face-number > span {
  z-index: 1;
}
.b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-clockpicker-body .b-clockpicker-face-number.active {
  cursor: default;
  z-index: 2;
}
.b-clockpicker-body .b-clockpicker-face-number.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.b-clockpicker-body .b-clockpicker-face-hand {
  height: calc(50% - 6px);
  width: 2px;
  bottom: 50%;
  left: calc(50% - 1px);
  transform-origin: center bottom;
  position: absolute;
  will-change: transform;
  z-index: 1;
}
.b-clockpicker-body .b-clockpicker-face-hand:before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-clockpicker-footer {
  display: block;
  padding: 12px;
}
.b-clockpicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.b-clockpicker.is-medium {
  font-size: 1.25rem;
}
.b-clockpicker.is-large {
  font-size: 1.5rem;
}
.collapse .collapse-trigger {
  display: inline;
  cursor: pointer;
}
.collapse .collapse-content {
  display: inherit;
}
.datepicker {
  font-size: 0.875rem;
}
.datepicker .dropdown,
.datepicker .dropdown-trigger {
  width: 100%;
}
.datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
  font-size: inherit;
}
.datepicker .datepicker-header {
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}
.datepicker .datepicker-content {
  height: 16.25rem;
}
.datepicker .datepicker-footer {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid hsl(0, 0%, 86%);
}
.datepicker .datepicker-table {
  display: table;
  margin: 0 auto 0 auto;
}
.datepicker .datepicker-table .datepicker-cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.datepicker .datepicker-table .datepicker-header {
  display: table-header-group;
}
.datepicker .datepicker-table .datepicker-header .datepicker-cell {
  color: hsl(0, 0%, 48%);
  font-weight: 600;
}
.datepicker .datepicker-table .datepicker-body {
  display: table-row-group;
}
.datepicker .datepicker-table .datepicker-body .datepicker-row {
  display: table-row;
}
.datepicker .datepicker-table .datepicker-body .datepicker-months {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}
.datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
  color: hsl(0, 0%, 71%);
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border: solid 1px rgba(0, 209.1, 177.735, 0.5);
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
  color: hsl(0, 0%, 29%);
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
  cursor: pointer;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
  color: hsl(0, 0%, 71%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
  padding: 0.3rem 0.75rem 0.75rem;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
  position: relative;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
  bottom: 0.425rem;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 0.35rem;
  position: absolute;
  width: 100%;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
  background-color: hsl(0, 0%, 100%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
  background-color: hsl(0, 0%, 4%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
  background-color: hsl(0, 0%, 96%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
  background-color: hsl(0, 0%, 21%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
  background-color: hsl(171, 100%, 41%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
  background-color: hsl(229, 53%, 53%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
  background-color: hsl(207, 61%, 53%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
  background-color: hsl(153, 53%, 53%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
  background-color: hsl(44, 100%, 77%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
  background-color: hsl(348, 86%, 61%);
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
  border-radius: 50%;
  height: 0.35em;
  margin: 0 0.1em;
  width: 0.35em;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
  height: 0.25em;
  width: 100%;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
  overflow: hidden;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
  background-color: hsl(171, 100%, 56%);
}
.datepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.datepicker.is-medium {
  font-size: 1.25rem;
}
.datepicker.is-large {
  font-size: 1.5rem;
}
.dialog .modal-card {
  max-width: 460px;
  width: auto;
}
.dialog .modal-card .modal-card-head {
  font-size: 1.25rem;
  font-weight: 600;
}
.dialog .modal-card .modal-card-body .field {
  margin-top: 16px;
}
.dialog .modal-card .modal-card-body.is-titleless {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dialog .modal-card .modal-card-foot {
  justify-content: flex-end;
}
.dialog .modal-card .modal-card-foot .button {
  display: inline;
  min-width: 5em;
  font-weight: 600;
}
@media screen and (min-width: 769px), print {
  .dialog .modal-card {
    min-width: 320px;
  }
}
.dialog.is-small .modal-card,
.dialog.is-small .input,
.dialog.is-small .taginput .taginput-container.is-focusable,
.taginput .dialog.is-small .taginput-container.is-focusable,
.dialog.is-small .button {
  border-radius: 2px;
  font-size: 0.75rem;
}
.dialog.is-medium .modal-card,
.dialog.is-medium .input,
.dialog.is-medium .taginput .taginput-container.is-focusable,
.taginput .dialog.is-medium .taginput-container.is-focusable,
.dialog.is-medium .button {
  font-size: 1.25rem;
}
.dialog.is-large .modal-card,
.dialog.is-large .input,
.dialog.is-large .taginput .taginput-container.is-focusable,
.taginput .dialog.is-large .taginput-container.is-focusable,
.dialog.is-large .button {
  font-size: 1.5rem;
}
.dropdown + .dropdown {
  margin-left: 0.5em;
}
.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
  z-index: 40;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dropdown .background {
    display: none;
  }
}
.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed;
}
.dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
  background: inherit;
  color: inherit;
}
.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap;
}
.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5;
}
.dropdown .navbar-item {
  height: 100%;
}
.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropdown.is-disabled .dropdown-trigger {
  pointer-events: none;
}
.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0;
}
.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}
.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1023px) {
  .dropdown.is-mobile-modal .dropdown-menu {
    position: fixed;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 50;
  }
  .dropdown.is-mobile-modal .dropdown-menu .dropdown-item, .dropdown.is-mobile-modal .dropdown-menu .has-link a {
    padding: 1rem 1.5rem;
  }
}
.field.is-grouped .field {
  flex-shrink: 0;
}
.field.is-grouped .field:not(:last-child) {
  margin-right: 0.75rem;
}
.field.is-grouped .field.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons .control:first-child .control .button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.field.has-addons .control:last-child .control .button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.field.has-addons .control .control .button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control .control .taginput-container.is-focusable,
.field.has-addons .control .control .select select {
  border-radius: 0;
}
.field.is-floating-label {
  position: relative;
}
.field.is-floating-label .label {
  position: absolute;
  top: -0.775em;
  left: 1em;
  font-size: calc(1rem * 3 / 4);
  background-color: transparent;
  padding-left: 0.125em;
  padding-right: 0.125em;
  z-index: 5;
}
.field.is-floating-label .label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.775em;
  left: 0;
  right: 0;
  height: 0.375em;
  background-color: #fff;
  z-index: -1;
}
.field.is-floating-label .label.is-small {
  font-size: calc(0.75rem * 3 / 4);
}
.field.is-floating-label .label.is-medium {
  font-size: calc(1.25rem * 3 / 4);
}
.field.is-floating-label .label.is-large {
  font-size: calc(1.5rem * 3 / 4);
}
.field.is-floating-label .input:focus, .field.is-floating-label .taginput .taginput-container.is-focusable:focus, .taginput .field.is-floating-label .taginput-container.is-focusable:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select select:focus {
  box-shadow: none;
}
.field.is-floating-label .taginput .taginput-container.is-focusable {
  padding-top: 0.475em;
}
.field.is-floating-label .taginput .taginput-container.is-focusable.is-focused {
  box-shadow: none;
}
.field.is-floating-in-label {
  position: relative;
}
.field.is-floating-in-label .label {
  position: absolute;
  top: 0.25em;
  left: 1em;
  font-size: calc(1rem * 3 / 4);
  background-color: transparent;
  z-index: 5;
}
.field.is-floating-in-label .label.is-small {
  font-size: calc(0.75rem * 3 / 4);
}
.field.is-floating-in-label .label.is-medium {
  font-size: calc(1.25rem * 3 / 4);
}
.field.is-floating-in-label .label.is-large {
  font-size: calc(1.5rem * 3 / 4);
}
.field.is-floating-in-label > .datepicker .input, .field.is-floating-in-label > .datepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .datepicker .taginput-container.is-focusable, .field.is-floating-in-label > .timepicker .input, .field.is-floating-in-label > .timepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .timepicker .taginput-container.is-focusable {
  padding-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2);
  padding-bottom: 1px;
  height: 3.25em;
}
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .input, .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput-container.is-focusable,
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .textarea,
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) select {
  padding-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2);
  padding-bottom: 1px;
  height: 3.25em;
}
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
  height: 3.25em;
}
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
  margin-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2);
}
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
  margin-top: 1px;
}
.field.is-floating-in-label > :not(.taginput) .is-left.icon,
.field.is-floating-in-label > :not(.taginput) .is-right.icon {
  height: 3.25em;
}
.field.is-floating-in-label > :not(.taginput) .is-left.icon {
  padding-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2);
}
.field.is-floating-in-label .control.is-loading::after {
  margin-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2);
}
.field.is-floating-in-label .taginput .taginput-container.is-focusable {
  padding-top: calc(3.25em / 2 - 1.5rem * 3 / 4 / 2 + 0.275em - 1px);
}
.control .help.counter {
  float: right;
  margin-left: 0.5em;
}
.control .icon.is-clickable {
  pointer-events: auto;
  cursor: pointer;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
}
.icon svg {
  background-color: transparent;
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  pointer-events: none;
  width: 1.5rem;
  height: 1.5rem;
}
.loading-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
}
.loading-overlay.is-active {
  display: flex;
}
.loading-overlay.is-full-page {
  z-index: 999;
  position: fixed;
}
.loading-overlay.is-full-page .loading-icon:after {
  top: calc(50% - 2.5em);
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
}
.loading-overlay .loading-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #7f7f7f;
  background: rgba(255, 255, 255, 0.5);
}
.loading-overlay .loading-icon {
  position: relative;
}
.loading-overlay .loading-icon:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: calc(50% - 1.5em);
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}
.menu .menu-list li > a.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.message .media,
.notification .media {
  padding-top: 0;
  border: 0;
}
.notification > .delete {
  right: 0.5rem !important;
  top: 0.5rem !important;
}
.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  background-color: #ffffff;
}
.modal .animation-content {
  margin: 0 20px;
}
.modal .animation-content .modal-card {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .modal .animation-content {
    width: 100%;
  }
}
.modal .modal-content {
  width: 100%;
}
.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
}
.notices .toast {
  display: inline-flex;
  animation-duration: 150ms;
  margin: 0.5em 0;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 2em;
  padding: 0.75em 1.5em;
  pointer-events: auto;
  opacity: 0.92;
}
.notices .toast.is-white {
  color: hsl(0, 0%, 4%);
  background: hsl(0, 0%, 100%);
}
.notices .toast.is-black {
  color: hsl(0, 0%, 100%);
  background: hsl(0, 0%, 4%);
}
.notices .toast.is-light {
  color: rgba(0, 0, 0, 0.7);
  background: hsl(0, 0%, 96%);
}
.notices .toast.is-dark {
  color: #fff;
  background: hsl(0, 0%, 21%);
}
.notices .toast.is-primary {
  color: #fff;
  background: hsl(171, 100%, 41%);
}
.notices .toast.is-link {
  color: #fff;
  background: hsl(229, 53%, 53%);
}
.notices .toast.is-info {
  color: #fff;
  background: hsl(207, 61%, 53%);
}
.notices .toast.is-success {
  color: #fff;
  background: hsl(153, 53%, 53%);
}
.notices .toast.is-warning {
  color: rgba(0, 0, 0, 0.7);
  background: hsl(44, 100%, 77%);
}
.notices .toast.is-danger {
  color: #fff;
  background: hsl(348, 86%, 61%);
}
.notices .snackbar {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  pointer-events: auto;
  background: hsl(0, 0%, 21%);
  color: #fff;
  min-height: 3em;
}
.notices .snackbar .text {
  padding: 0.5em 1em;
}
.notices .snackbar .action {
  margin-left: auto;
  padding: 0.5em;
  padding-left: 0;
}
.notices .snackbar .action .button {
  font-weight: 600;
  text-transform: uppercase;
  background: hsl(0, 0%, 21%);
  border: transparent;
}
.notices .snackbar .action .button:hover {
  background: hsl(0, 0%, 16%);
}
.notices .snackbar .action .button:active {
  background: hsl(0, 0%, 16%);
}
.notices .snackbar .action.is-white .button {
  color: hsl(0, 0%, 100%);
}
.notices .snackbar .action.is-black .button {
  color: hsl(0, 0%, 4%);
}
.notices .snackbar .action.is-light .button {
  color: hsl(0, 0%, 96%);
}
.notices .snackbar .action.is-dark .button {
  color: hsl(0, 0%, 21%);
}
.notices .snackbar .action.is-primary .button {
  color: hsl(171, 100%, 41%);
}
.notices .snackbar .action.is-link .button {
  color: hsl(229, 53%, 53%);
}
.notices .snackbar .action.is-info .button {
  color: hsl(207, 61%, 53%);
}
.notices .snackbar .action.is-success .button {
  color: hsl(153, 53%, 53%);
}
.notices .snackbar .action.is-warning .button {
  color: hsl(44, 100%, 77%);
}
.notices .snackbar .action.is-danger .button {
  color: hsl(348, 86%, 61%);
}
@media screen and (max-width: 768px) {
  .notices .snackbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 769px), print {
  .notices .snackbar {
    min-width: 350px;
    max-width: 600px;
    overflow: hidden;
  }
}
.notices .notification {
  max-width: 600px;
}
.notices .toast.is-top, .notices .toast.is-bottom,
.notices .snackbar.is-top,
.notices .snackbar.is-bottom,
.notices .notification.is-top,
.notices .notification.is-bottom {
  align-self: center;
}
.notices .toast.is-top-right, .notices .toast.is-bottom-right,
.notices .snackbar.is-top-right,
.notices .snackbar.is-bottom-right,
.notices .notification.is-top-right,
.notices .notification.is-bottom-right {
  align-self: flex-end;
}
.notices .toast.is-top-left, .notices .toast.is-bottom-left,
.notices .snackbar.is-top-left,
.notices .snackbar.is-bottom-left,
.notices .notification.is-top-left,
.notices .notification.is-bottom-left {
  align-self: flex-start;
}
.notices .toast.is-toast,
.notices .snackbar.is-toast,
.notices .notification.is-toast {
  opacity: 0.92;
}
.notices.is-top {
  flex-direction: column;
}
.notices.is-bottom {
  flex-direction: column-reverse;
}
.notices.has-custom-container {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .notices {
    padding: 0;
    position: fixed !important;
  }
}
.b-numberinput.field {
  margin-bottom: 0;
}
.b-numberinput.field.is-grouped div.control {
  flex-grow: 1;
  flex-shrink: 1;
}
.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.b-numberinput input[type=number] {
  -moz-appearance: textfield;
}
.b-numberinput input[type=number] {
  text-align: center;
}
.b-numberinput .button.is-rounded {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.pagination .pagination-next,
.pagination .pagination-previous {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.pagination .pagination-next.is-disabled,
.pagination .pagination-previous.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination.is-simple {
  justify-content: normal;
}
.pagination.is-simple.is-centered {
  justify-content: center;
}
.pagination.is-simple.is-right {
  justify-content: flex-end;
}
.pagination .is-current {
  pointer-events: none;
  cursor: not-allowed;
}
.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-radio.radio + .radio {
  margin-left: 0.5em;
}
.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.b-radio.radio input[type=radio] + .check {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  transition: background 150ms ease-out;
  border-radius: 50%;
  border: 2px solid hsl(0, 0%, 48%);
}
.b-radio.radio input[type=radio] + .check:before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: calc(-1.25em / 2);
  bottom: 50%;
  margin-bottom: calc(-1.25em / 2);
  width: 1.25em;
  height: 1.25em;
  transition: transform 150ms ease-out;
  border-radius: 50%;
  transform: scale(0);
  background-color: hsl(171, 100%, 41%);
}
.b-radio.radio input[type=radio] + .check.is-white:before {
  background: hsl(0, 0%, 100%);
}
.b-radio.radio input[type=radio] + .check.is-black:before {
  background: hsl(0, 0%, 4%);
}
.b-radio.radio input[type=radio] + .check.is-light:before {
  background: hsl(0, 0%, 96%);
}
.b-radio.radio input[type=radio] + .check.is-dark:before {
  background: hsl(0, 0%, 21%);
}
.b-radio.radio input[type=radio] + .check.is-primary:before {
  background: hsl(171, 100%, 41%);
}
.b-radio.radio input[type=radio] + .check.is-link:before {
  background: hsl(229, 53%, 53%);
}
.b-radio.radio input[type=radio] + .check.is-info:before {
  background: hsl(207, 61%, 53%);
}
.b-radio.radio input[type=radio] + .check.is-success:before {
  background: hsl(153, 53%, 53%);
}
.b-radio.radio input[type=radio] + .check.is-warning:before {
  background: hsl(44, 100%, 77%);
}
.b-radio.radio input[type=radio] + .check.is-danger:before {
  background: hsl(348, 86%, 61%);
}
.b-radio.radio input[type=radio]:checked + .check {
  border-color: hsl(171, 100%, 41%);
}
.b-radio.radio input[type=radio]:checked + .check.is-white {
  border-color: hsl(0, 0%, 100%);
}
.b-radio.radio input[type=radio]:checked + .check.is-black {
  border-color: hsl(0, 0%, 4%);
}
.b-radio.radio input[type=radio]:checked + .check.is-light {
  border-color: hsl(0, 0%, 96%);
}
.b-radio.radio input[type=radio]:checked + .check.is-dark {
  border-color: hsl(0, 0%, 21%);
}
.b-radio.radio input[type=radio]:checked + .check.is-primary {
  border-color: hsl(171, 100%, 41%);
}
.b-radio.radio input[type=radio]:checked + .check.is-link {
  border-color: hsl(229, 53%, 53%);
}
.b-radio.radio input[type=radio]:checked + .check.is-info {
  border-color: hsl(207, 61%, 53%);
}
.b-radio.radio input[type=radio]:checked + .check.is-success {
  border-color: hsl(153, 53%, 53%);
}
.b-radio.radio input[type=radio]:checked + .check.is-warning {
  border-color: hsl(44, 100%, 77%);
}
.b-radio.radio input[type=radio]:checked + .check.is-danger {
  border-color: hsl(348, 86%, 61%);
}
.b-radio.radio input[type=radio]:checked + .check:before {
  transform: scale(0.5);
}
.b-radio.radio .control-label {
  padding-left: 0.5em;
}
.b-radio.radio[disabled] {
  opacity: 0.5;
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
  border-color: hsl(171, 100%, 41%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
  border-color: hsl(0, 0%, 100%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
  border-color: hsl(0, 0%, 4%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
  border-color: hsl(0, 0%, 96%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
  border-color: hsl(0, 0%, 21%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
  border-color: hsl(171, 100%, 41%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-link {
  border-color: hsl(229, 53%, 53%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
  border-color: hsl(207, 61%, 53%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
  border-color: hsl(153, 53%, 53%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
  border-color: hsl(44, 100%, 77%);
}
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
  border-color: hsl(348, 86%, 61%);
}
.b-radio.radio:focus input[type=radio] + .check {
  box-shadow: 0 0 0.5em rgba(122.4, 122.4, 122.4, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.8);
}
.b-radio.radio:focus input[type=radio]:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.8);
}
.b-radio.radio.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.b-radio.radio.is-medium {
  font-size: 1.25rem;
}
.b-radio.radio.is-large {
  font-size: 1.5rem;
}
.select select {
  padding-right: 2.5em;
}
.select select option {
  color: hsl(0, 0%, 29%);
  padding: 0.25em 0.5em;
}
.select select option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.select select optgroup {
  color: hsl(0, 0%, 71%);
  font-weight: 400;
  font-style: normal;
  padding: 0.25em 0;
}
.select.is-empty select {
  color: rgba(122.4, 122.4, 122.4, 0.7);
}
/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem;
}
.b-steps .steps .step-items {
  display: flex;
  flex-wrap: wrap;
}
.b-steps .steps .step-items .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.b-steps .steps .step-items .step-item .step-link {
  color: hsl(0, 0%, 29%);
}
.b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
  cursor: not-allowed;
}
.b-steps .steps .step-items .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  background: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 100%);
  border: 0.2em solid #fff;
  z-index: 1;
}
.b-steps .steps .step-items .step-item.is-white::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 100%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.b-steps .steps .step-items .step-item.is-white.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-white.is-completed .step-marker {
  color: hsl(0, 0%, 4%);
  background-color: hsl(0, 0%, 100%);
}
.b-steps .steps .step-items .step-item.is-white.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-black::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.b-steps .steps .step-items .step-item.is-black.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-black.is-completed .step-marker {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 4%);
}
.b-steps .steps .step-items .step-item.is-black.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-light::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.b-steps .steps .step-items .step-item.is-light.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-light.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: hsl(0, 0%, 96%);
}
.b-steps .steps .step-items .step-item.is-light.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-dark::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.b-steps .steps .step-items .step-item.is-dark.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-dark.is-completed .step-marker {
  color: #fff;
  background-color: hsl(0, 0%, 21%);
}
.b-steps .steps .step-items .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-primary::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(171, 100%, 41%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.b-steps .steps .step-items .step-item.is-primary.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: hsl(171, 100%, 41%);
}
.b-steps .steps .step-items .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-link::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(229, 53%, 53%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-link.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.b-steps .steps .step-items .step-item.is-link.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: hsl(229, 53%, 53%);
}
.b-steps .steps .step-items .step-item.is-link.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-info::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(207, 61%, 53%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 53%);
}
.b-steps .steps .step-items .step-item.is-info.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-info.is-completed .step-marker {
  color: #fff;
  background-color: hsl(207, 61%, 53%);
}
.b-steps .steps .step-items .step-item.is-info.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-success::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(153, 53%, 53%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 53%);
}
.b-steps .steps .step-items .step-item.is-success.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: hsl(153, 53%, 53%);
}
.b-steps .steps .step-items .step-item.is-success.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-warning::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(44, 100%, 77%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.b-steps .steps .step-items .step-item.is-warning.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-warning.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: hsl(44, 100%, 77%);
}
.b-steps .steps .step-items .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-danger::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(348, 86%, 61%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.b-steps .steps .step-items .step-item.is-danger.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: hsl(348, 86%, 61%);
}
.b-steps .steps .step-items .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item .step-marker {
  color: hsl(0, 0%, 100%);
}
.b-steps .steps .step-items .step-item .step-details {
  text-align: center;
}
.b-steps .steps .step-items .step-item:not(:first-child) {
  flex-basis: 1em;
  flex-grow: 1;
  flex-shrink: 1;
}
.b-steps .steps .step-items .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}
.b-steps .steps .step-items .step-item::before {
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(171, 100%, 41%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.b-steps .steps .step-items .step-item.is-active .step-link {
  cursor: default;
}
.b-steps .steps .step-items .step-item.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.b-steps .steps .step-items .step-item.is-active::before {
  background-position: left bottom;
}
.b-steps .steps .step-items .step-item.is-completed .step-marker {
  color: hsl(0, 0%, 100%);
  background-color: hsl(171, 100%, 41%);
}
.b-steps .steps .step-items .step-item.is-completed::before {
  background-position: left bottom;
}
.b-steps .steps + .step-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.b-steps .steps + .step-content .step-item {
  flex-shrink: 0;
  flex-basis: auto;
}
.b-steps .steps + .step-content.is-transitioning {
  overflow: hidden;
}
.b-steps .steps .step-items .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}
.b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1rem;
}
.b-steps .steps .step-items .step-item .step-details {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.b-steps .steps .step-items .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.b-steps .steps .step-items .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}
.b-steps .steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}
.b-steps .steps.is-small .step-items .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}
.b-steps .steps.is-small .step-items .step-item .step-marker .icon *, .b-steps .steps.is-small .step-items .step-item .step-marker .icon *:before {
  font-size: 0.75rem;
}
.b-steps .steps.is-small .step-items .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.b-steps .steps.is-small .step-items .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
}
.b-steps .steps.is-small .step-items .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}
.b-steps .steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}
.b-steps .steps.is-medium .step-items .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}
.b-steps .steps.is-medium .step-items .step-item .step-marker .icon *, .b-steps .steps.is-medium .step-items .step-item .step-marker .icon *:before {
  font-size: 1.25rem;
}
.b-steps .steps.is-medium .step-items .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.b-steps .steps.is-medium .step-items .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.b-steps .steps.is-medium .step-items .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}
.b-steps .steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}
.b-steps .steps.is-large .step-items .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}
.b-steps .steps.is-large .step-items .step-item .step-marker .icon *, .b-steps .steps.is-large .step-items .step-item .step-marker .icon *:before {
  font-size: 1.5rem;
}
.b-steps .steps.is-large .step-items .step-item .step-details {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.b-steps .steps.is-large .step-items .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.b-steps .steps.is-large .step-items .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}
.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch + .switch {
  margin-left: 0.5em;
}
.switch input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.switch input[type=checkbox] + .check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: 1.575em;
  padding: 0.2em;
  background: hsl(0, 0%, 71%);
  border-radius: 1em;
  transition: background 150ms ease-out;
}
.switch input[type=checkbox] + .check:before {
  content: "";
  display: block;
  border-radius: 1em;
  width: 1.175em;
  height: 1.175em;
  background: hsl(0, 0%, 96%);
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  transition: transform 150ms ease-out, width 150ms ease-out;
  will-change: transform;
}
.switch input[type=checkbox] + .check.is-elastic:before {
  width: 1.75em;
}
.switch input[type=checkbox]:checked + .check {
  background: hsl(171, 100%, 41%);
}
.switch input[type=checkbox]:checked + .check.is-white {
  background: hsl(0, 0%, 100%);
}
.switch input[type=checkbox]:checked + .check.is-black {
  background: hsl(0, 0%, 4%);
}
.switch input[type=checkbox]:checked + .check.is-light {
  background: hsl(0, 0%, 96%);
}
.switch input[type=checkbox]:checked + .check.is-dark {
  background: hsl(0, 0%, 21%);
}
.switch input[type=checkbox]:checked + .check.is-primary {
  background: hsl(171, 100%, 41%);
}
.switch input[type=checkbox]:checked + .check.is-link {
  background: hsl(229, 53%, 53%);
}
.switch input[type=checkbox]:checked + .check.is-info {
  background: hsl(207, 61%, 53%);
}
.switch input[type=checkbox]:checked + .check.is-success {
  background: hsl(153, 53%, 53%);
}
.switch input[type=checkbox]:checked + .check.is-warning {
  background: hsl(44, 100%, 77%);
}
.switch input[type=checkbox]:checked + .check.is-danger {
  background: hsl(348, 86%, 61%);
}
.switch input[type=checkbox]:checked + .check:before {
  transform: translate3d(100%, 0, 0);
}
.switch input[type=checkbox]:checked + .check.is-elastic:before {
  transform: translate3d(36.3636363636%, 0, 0);
}
.switch input[type=checkbox]:focus {
  outline: none;
}
.switch input[type=checkbox]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122.4, 122.4, 122.4, 0.6);
}
.switch input[type=checkbox]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.8);
}
.switch input[type=checkbox]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.8);
}
.switch .control-label {
  padding-left: 0.5em;
}
.switch:hover input[type=checkbox] + .check {
  background: rgba(181.05, 181.05, 181.05, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check {
  background: rgba(0, 209.1, 177.735, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-white {
  background: rgba(255, 255, 255, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-black {
  background: rgba(10.2, 10.2, 10.2, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-light {
  background: rgba(244.8, 244.8, 244.8, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-dark {
  background: rgba(53.55, 53.55, 53.55, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-primary {
  background: rgba(0, 209.1, 177.735, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-link {
  background: rgba(71.6295, 94.92035, 198.6705, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-info {
  background: rgba(62.0415, 142.46085, 208.2585, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-success {
  background: rgba(71.6295, 198.6705, 141.50205, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-warning {
  background: rgba(255, 223.72, 137.7, 0.9);
}
.switch:hover input[type=checkbox]:checked + .check.is-danger {
  background: rgba(241.077, 70.023, 104.2338, 0.9);
}
.switch.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.switch.is-medium {
  font-size: 1.25rem;
}
.switch.is-large {
  font-size: 1.5rem;
}
.switch[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: hsl(0, 0%, 48%);
}
.table-wrapper .table {
  margin-bottom: 0;
}
.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
  }
}
.b-table {
  transition: opacity 86ms ease-out;
}
@media screen and (min-width: 769px), print {
  .b-table .table-mobile-sort {
    display: none;
  }
}
.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}
.b-table .icon.is-desc {
  transform: rotate(180deg);
}
.b-table .icon.is-expanded {
  transform: rotate(90deg);
}
.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}
.b-table .table th {
  font-weight: 600;
}
.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}
.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}
.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}
.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}
.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}
.b-table .table th.is-current-sort {
  border-color: hsl(0, 0%, 48%);
  font-weight: 700;
}
.b-table .table th.is-sortable:hover {
  border-color: hsl(0, 0%, 48%);
}
.b-table .table th.is-sortable, .b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}
.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(171, 100%25, 41%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}
.b-table .table tr.is-selected .checkbox input + .check {
  border-color: #fff;
}
.b-table .table tr.is-empty:hover {
  background-color: transparent;
}
.b-table .table .chevron-cell {
  vertical-align: middle;
}
.b-table .table .checkbox-cell {
  width: 40px;
}
.b-table .table .checkbox-cell .checkbox {
  vertical-align: middle;
}
.b-table .table .checkbox-cell .checkbox .check {
  transition: none;
}
.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px hsl(0, 0%, 86%);
  background: hsl(0, 0%, 98%);
}
.b-table .table tr.detail .detail-container {
  padding: 1rem;
}
.b-table .table:focus {
  border-color: hsl(229, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: hsl(0, 0%, 86%);
  background: hsl(0, 0%, 96%);
}
@media screen and (max-width: 768px) {
  .b-table .table.has-mobile-cards thead {
    display: none;
  }
  .b-table .table.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  .b-table .table.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  .b-table .table.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  .b-table .table.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  .b-table .table.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  .b-table .table.has-mobile-cards tr:not([class*=is-]) {
    background: inherit;
  }
  .b-table .table.has-mobile-cards tr:not([class*=is-]):hover {
    background-color: inherit;
  }
  .b-table .table.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid hsl(0, 0%, 96%);
  }
  .b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5em;
    text-align: left;
  }
}
.b-table .level:not(.top) {
  padding-bottom: 1.5rem;
}
.b-table.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
.b-table.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: 4em;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}
.b-tabs .tabs {
  margin-bottom: 0;
  flex-shrink: 0;
}
.b-tabs .tabs li.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.b-tabs .tab-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.b-tabs .tab-content .tab-item {
  flex-shrink: 0;
  flex-basis: auto;
}
.b-tabs .tab-content.is-transitioning {
  overflow: hidden;
}
.b-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}
.b-tabs.is-fullwidth {
  width: 100%;
}
.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.taginput .taginput-container.is-focusable {
  padding-bottom: 0;
  padding-top: calc(0.275em - 1px);
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  cursor: text;
}
.taginput .taginput-container > .tag,
.taginput .taginput-container > .tags {
  margin-bottom: calc(0.275em - 1px);
  font-size: 0.9em;
  height: 1.7em;
}
.taginput .taginput-container > .tag .tag,
.taginput .taginput-container > .tags .tag {
  margin-bottom: 0;
  font-size: 0.9em;
  height: 1.7em;
}
.taginput .taginput-container > .tag:not(:last-child),
.taginput .taginput-container > .tags:not(:last-child) {
  margin-left: 0.275rem;
}
.taginput .taginput-container .autocomplete {
  flex: 1;
}
.taginput .taginput-container .autocomplete input {
  height: 1.7em;
  margin-bottom: calc(0.275em - 1px);
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  min-width: 8em;
}
.taginput .taginput-container .autocomplete input:focus {
  box-shadow: none !important;
}
.taginput .taginput-container .autocomplete .icon {
  height: 1.7em;
}
.taginput .taginput-container .autocomplete > .control.is-loading::after {
  top: 0.375em;
}
.timepicker .dropdown-menu {
  min-width: 0;
}
.timepicker .dropdown,
.timepicker .dropdown-trigger {
  width: 100%;
}
.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
  font-size: inherit;
  padding: 0;
}
.timepicker .timepicker-footer {
  padding: 0 0.5rem 0 0.5rem;
}
.timepicker .dropdown-content .control {
  font-size: 1.25em;
  margin-right: 0 !important;
}
.timepicker .dropdown-content .control .select select {
  font-weight: 600;
  padding-right: calc(0.75em - 1px);
  border: 0;
}
.timepicker .dropdown-content .control .select select option:disabled {
  color: rgba(122.4, 122.4, 122.4, 0.7);
}
.timepicker .dropdown-content .control .select:after {
  display: none;
}
.timepicker .dropdown-content .control.is-colon {
  font-size: 1.7em;
}
.timepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.timepicker.is-medium {
  font-size: 1.25rem;
}
.timepicker.is-large {
  font-size: 1.5rem;
}
.b-tooltip {
  position: relative;
  display: inline-flex;
}
.b-tooltip.is-top:before, .b-tooltip.is-top:after {
  top: auto;
  right: auto;
  bottom: calc(100% + 5px + 2px);
  left: 50%;
  transform: translateX(-50%);
}
.b-tooltip.is-top.is-white:before {
  border-top: 5px solid hsl(0, 0%, 100%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-black:before {
  border-top: 5px solid hsl(0, 0%, 4%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-light:before {
  border-top: 5px solid hsl(0, 0%, 96%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-dark:before {
  border-top: 5px solid hsl(0, 0%, 21%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-primary:before {
  border-top: 5px solid hsl(171, 100%, 41%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-link:before {
  border-top: 5px solid hsl(229, 53%, 53%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-info:before {
  border-top: 5px solid hsl(207, 61%, 53%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-success:before {
  border-top: 5px solid hsl(153, 53%, 53%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-warning:before {
  border-top: 5px solid hsl(44, 100%, 77%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-danger:before {
  border-top: 5px solid hsl(348, 86%, 61%);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}
.b-tooltip.is-top.is-multiline.is-small:after {
  width: 180px;
}
.b-tooltip.is-top.is-multiline.is-medium:after {
  width: 240px;
}
.b-tooltip.is-top.is-multiline.is-large:after {
  width: 300px;
}
.b-tooltip.is-right:before, .b-tooltip.is-right:after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 5px + 2px);
  transform: translateY(-50%);
}
.b-tooltip.is-right.is-white:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(0, 0%, 100%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-black:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(0, 0%, 4%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-light:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(0, 0%, 96%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-dark:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(0, 0%, 21%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-primary:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(171, 100%, 41%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-link:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(229, 53%, 53%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-info:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(207, 61%, 53%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-success:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(153, 53%, 53%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-warning:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(44, 100%, 77%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-danger:before {
  border-top: 5px solid transparent;
  border-right: 5px solid hsl(348, 86%, 61%);
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}
.b-tooltip.is-right.is-multiline.is-small:after {
  width: 180px;
}
.b-tooltip.is-right.is-multiline.is-medium:after {
  width: 240px;
}
.b-tooltip.is-right.is-multiline.is-large:after {
  width: 300px;
}
.b-tooltip.is-bottom:before, .b-tooltip.is-bottom:after {
  top: calc(100% + 5px + 2px);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.b-tooltip.is-bottom.is-white:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(0, 0%, 100%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-black:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(0, 0%, 4%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-light:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(0, 0%, 96%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-dark:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(0, 0%, 21%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-primary:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(171, 100%, 41%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-link:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(229, 53%, 53%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-info:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(207, 61%, 53%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-success:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(153, 53%, 53%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-warning:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(44, 100%, 77%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-danger:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid hsl(348, 86%, 61%);
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}
.b-tooltip.is-bottom.is-multiline.is-small:after {
  width: 180px;
}
.b-tooltip.is-bottom.is-multiline.is-medium:after {
  width: 240px;
}
.b-tooltip.is-bottom.is-multiline.is-large:after {
  width: 300px;
}
.b-tooltip.is-left:before, .b-tooltip.is-left:after {
  top: 50%;
  right: calc(100% + 5px + 2px);
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.b-tooltip.is-left.is-white:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(0, 0%, 100%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-black:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(0, 0%, 4%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-light:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(0, 0%, 96%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-dark:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(0, 0%, 21%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-primary:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(171, 100%, 41%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-link:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(229, 53%, 53%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-info:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(207, 61%, 53%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-success:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(153, 53%, 53%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-warning:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(44, 100%, 77%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-danger:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid hsl(348, 86%, 61%);
  right: calc(100% + 2px);
}
.b-tooltip.is-left.is-multiline.is-small:after {
  width: 180px;
}
.b-tooltip.is-left.is-multiline.is-medium:after {
  width: 240px;
}
.b-tooltip.is-left.is-multiline.is-large:after {
  width: 300px;
}
.b-tooltip:before, .b-tooltip:after {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.b-tooltip:before {
  z-index: 889;
}
.b-tooltip:after {
  content: attr(data-label);
  width: auto;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 400;
  box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
  z-index: 888;
  white-space: nowrap;
}
.b-tooltip:not([data-label=""]):hover:before, .b-tooltip:not([data-label=""]):hover:after {
  transition-delay: inherit;
  opacity: 1;
  visibility: visible;
}
.b-tooltip.is-white:after {
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.b-tooltip.is-black:after {
  background: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.b-tooltip.is-light:after {
  background: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.b-tooltip.is-dark:after {
  background: hsl(0, 0%, 21%);
  color: #fff;
}
.b-tooltip.is-primary:after {
  background: hsl(171, 100%, 41%);
  color: #fff;
}
.b-tooltip.is-link:after {
  background: hsl(229, 53%, 53%);
  color: #fff;
}
.b-tooltip.is-info:after {
  background: hsl(207, 61%, 53%);
  color: #fff;
}
.b-tooltip.is-success:after {
  background: hsl(153, 53%, 53%);
  color: #fff;
}
.b-tooltip.is-warning:after {
  background: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.b-tooltip.is-danger:after {
  background: hsl(348, 86%, 61%);
  color: #fff;
}
.b-tooltip:not([data-label=""]).is-always:before, .b-tooltip:not([data-label=""]).is-always:after {
  opacity: 1;
  visibility: visible;
}
.b-tooltip.is-multiline:after {
  display: flex-block;
  text-align: center;
  white-space: normal;
}
.b-tooltip.is-dashed {
  border-bottom: 1px dashed hsl(0, 0%, 71%);
  cursor: default;
}
.b-tooltip.is-square:after {
  border-radius: 0;
}
.b-tooltip.is-animated:before, .b-tooltip.is-animated:after {
  transition: opacity 86ms ease-out, visibility 86ms ease-out;
}
.upload {
  position: relative;
  display: inline-flex;
}
.upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.upload input[type=file].file-draggable {
  z-index: -1;
}
.upload .upload-draggable {
  cursor: pointer;
  padding: 0.25em;
  border: 1px dashed hsl(0, 0%, 71%);
  border-radius: 6px;
}
.upload .upload-draggable.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.upload .upload-draggable.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
.upload .upload-draggable.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  top: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}
.upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
  border-color: hsl(0, 0%, 100%);
  background: rgba(255, 255, 255, 0.05);
}
.upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
  border-color: hsl(0, 0%, 4%);
  background: rgba(10.2, 10.2, 10.2, 0.05);
}
.upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
  border-color: hsl(0, 0%, 96%);
  background: rgba(244.8, 244.8, 244.8, 0.05);
}
.upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
  border-color: hsl(0, 0%, 21%);
  background: rgba(53.55, 53.55, 53.55, 0.05);
}
.upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
  border-color: hsl(171, 100%, 41%);
  background: rgba(0, 209.1, 177.735, 0.05);
}
.upload .upload-draggable:hover.is-link, .upload .upload-draggable.is-hovered.is-link {
  border-color: hsl(229, 53%, 53%);
  background: rgba(71.6295, 94.92035, 198.6705, 0.05);
}
.upload .upload-draggable:hover.is-info, .upload .upload-draggable.is-hovered.is-info {
  border-color: hsl(207, 61%, 53%);
  background: rgba(62.0415, 142.46085, 208.2585, 0.05);
}
.upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
  border-color: hsl(153, 53%, 53%);
  background: rgba(71.6295, 198.6705, 141.50205, 0.05);
}
.upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
  border-color: hsl(44, 100%, 77%);
  background: rgba(255, 223.72, 137.7, 0.05);
}
.upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
  border-color: hsl(348, 86%, 61%);
  background: rgba(241.077, 70.023, 104.2338, 0.05);
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.ml-auto {
  margin-left: auto;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr-auto {
  margin-right: auto;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 30px !important;
}
.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.p20 {
  padding: 20px;
}
.p10 {
  padding: 10px;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 15px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 65px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad25 {
  padding: 25px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad15 {
  padding: 15px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad5 {
  padding: 5px !important;
}
.padd20 {
  padding: 20px;
}
.padd10 {
  padding: 10px;
}
.padd5 {
  padding: 5px;
}
.font-weight-800 {
  font-weight: 800;
}
.text-right {
  text-align: right;
}
.flex {
  display: flex !important;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.inline-flex {
  display: inline-flex;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-basis-0 {
  flex-basis: 0;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-baseline {
  align-items: baseline;
}
.flex-gap-5 {
  gap: 5px;
  margin-right: 5px;
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-20 {
  gap: 20px;
}
.flex-row-gap-5 {
  row-gap: 5px;
}
.flex-col-gap-5 {
  column-gap: 5px;
}
.flex-col-gap-10 {
  column-gap: 10px;
}
/* buefy makes bulma's modal to be full-width */
.modal {
  z-index: 100 !important;
}
.modal .modal-content {
  width: 50vw;
  max-width: 750px;
}
.modal .modal-content .modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.vue-tabs.stacked {
  display: flex;
}
.vue-tabs .tabs__link {
  text-decoration: none;
  color: gray;
}
.vue-tabs .nav {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.vue-tabs .nav:before, .vue-tabs .nav:after {
  content: " ";
  display: table;
}
.vue-tabs .nav:after {
  clear: both;
}
.vue-tabs .nav > li {
  position: relative;
  display: block;
}
.vue-tabs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.vue-tabs .nav > li > a:hover, .vue-tabs .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.vue-tabs .nav > li span.title {
  display: flex;
  justify-content: center;
}
.vue-tabs .nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.vue-tabs .nav > li.disabled > a:hover, .vue-tabs .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}
.vue-tabs .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.vue-tabs .nav > li > a > img {
  max-width: none;
}
.vue-tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.vue-tabs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.vue-tabs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.vue-tabs .nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.vue-tabs .nav-pills > li {
  float: left;
}
.vue-tabs .nav-pills > li > a {
  border-radius: 4px;
}
.vue-tabs .nav-pills > li + li {
  margin-left: 2px;
}
.vue-tabs .nav-pills > li.active > a, .vue-tabs .nav-pills > li.active > a:hover, .vue-tabs .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.vue-tabs .nav-stacked > li {
  float: none;
}
.vue-tabs .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.vue-tabs .nav-justified, .vue-tabs .nav-tabs.nav-justified {
  width: 100%;
}
.vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
  float: none;
}
.vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.vue-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.vue-tabs .nav-tabs-justified, .vue-tabs .nav-tabs.nav-justified {
  border-bottom: 0;
}
.vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
.vue-tabs .nav-tabs-justified > .active > a:hover,
.vue-tabs .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
  .vue-tabs .nav-tabs-justified > .active > a:hover,
  .vue-tabs .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.vue-tabs .tab-content > .tab-pane {
  display: none;
}
.vue-tabs .tab-content > .active {
  display: block;
}
.vue-tabs section[aria-hidden=true] {
  display: none;
}
.v-application .transparent {
  border-color: black !important;
}
.v-application {
  font-family: "Mulish" !important;
}
.v-application .title {
  font-family: "Mulish" !important;
}
.v-btn {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.v-text-field input {
  color: var(--v-mainColor-base) !important;
}
.v-btn--is-elevated:not(.pulsing-button):not(.pulsing-yellow-button) {
  box-shadow: none !important;
}
.v-card {
  box-shadow: none !important;
}
.v-list-item__title {
  font-size: 14px !important;
  color: var(--v-mainColor-base);
}
.v-menu-as-tooltip {
  color: var(--v-mainColor-base);
  padding: 20px;
  max-width: 500px;
  background-color: var(--v-whiteColor-base);
  border-radius: 10px;
}
.v-menu-as-tooltip .title-text {
  font-size: 1rem;
  font-weight: 700;
}
.v-tooltip__content.menuable__content__active {
  opacity: 1;
}
.assignee-select {
  width: auto !important;
  max-width: 200px !important;
}
.assignee-select .v-select__selections {
  flex-wrap: nowrap !important;
}
.assignee-select .v-input__control {
  border: none !important; /* Hide the border */
}
.assignee-select .v-input__slot:before {
  border-width: 0 !important;
}
.assignee-select .v-icon {
  display: none !important; /* Hide the arrow down icon */
}
html {
  background: transparent;
}
body::-webkit-scrollbar {
  display: none;
}
.title-font {
  font-weight: bold;
  line-height: 1.3rem;
}
.subtitle-font {
  font-size: 1.05rem;
  line-height: 110%;
}
.body-font {
  font-family: "Mulish";
}
* {
  font-family: "Mulish";
  font-size: 0.85rem;
  line-height: 18px;
}
.default-font-size {
  font-size: 0.85rem;
}
.plain-button {
  border-color: white !important;
}
.icon-only-button i {
  color: #ff9b00;
  font-size: 1rem;
}
.white-background {
  background-color: white !important;
}
.button.is-grey {
  background-color: #38383a;
  border-color: transparent;
  color: white;
}
.muli-font {
  font-family: "Mulish" !important;
}
.main-color {
  color: var(--v-profileAnchorColor-base);
}
.vue-notification {
  padding: 10px;
  margin: 0 5px 5px;
  position: relative;
  font-size: 12px;
  color: #050505;
  background: #ffffff;
}
.vue-notification.score-growing {
  background: var(--v-whiteColor-base) !important;
  color: var(--v-mainColor-base);
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(27, 27, 27, 0.17);
  border-left: none;
  padding-left: 50px;
  font-weight: 500;
  overflow: hidden;
}
.vue-notification.score-growing .notification-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.vue-notification.score-growing::before {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: var(--v-green7Color-base);
  font-family: "Material Icons";
  content: "\e876";
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--v-whiteColor-base);
  font-size: 1rem;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word-break {
  word-break: break-all;
}
.control button {
  margin-left: 10px;
}
.gap5 {
  gap: 5px;
}
.gap10 {
  gap: 10px;
}
.gap15 {
  gap: 15px;
}
.gap20 {
  gap: 20px;
}
.rowgap10 {
  row-gap: 10px;
}
.rowgap20 {
  row-gap: 20px;
}
.hscroll-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.responsive-with-sidebar {
  margin-left: 300px;
}
@media only screen and (max-width: 768px) {
  .responsive-with-sidebar {
    margin-left: 0px;
  }
}
.narrow-container {
  max-width: 900px;
}
.main-content-wrapper {
  margin: 0;
  margin-top: 0px;
  padding: 0px px 5px 0px;
  min-height: 100vh;
}
.main-columns {
  height: 100%;
}
.is-fullheight {
  height: 100%;
}
.menu-container {
  height: 100vh !important;
}
.min-height-screen {
  min-height: 100vh;
}
.is-vertical-center {
  display: flex;
  align-items: center;
}
.full-width-container {
  width: 100%;
}
.is-vertical-bottom {
  display: flex;
  align-items: flex-end;
}
.is-bottom-right {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: flex-end;
}
.is-tooltip-control {
  min-width: 50px;
}
.is-input-tooltip {
  padding: 3px;
  position: relative;
  top: -1px;
}
.h-margin10 {
  margin-left: 10px;
  margin-right: 10px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  margin: 15px;
  justify-content: center;
  background-color: white !important;
  color: black;
  width: 48%;
  min-width: 320px;
  max-width: 400px;
  min-height: 150px;
  border-radius: 3px;
  box-shadow: 0 0 9px 0 #aaa;
}
.min-width-0 {
  min-width: 0;
}
.truncate-ellipse-one-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.limited-width-box {
  max-width: 680px;
}
.white-common-box {
  border: 1px solid var(--v-grayColor-base) !important;
  background-color: var(--v-cardBg-base);
  border-radius: 10px !important;
  overflow-x: auto;
}
.white-common-box .border-bottom {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.white-common-box .box-title-label {
  font-size: 18px;
}
.notify-label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--v-link9Color-base);
  color: var(--v-link3Color-base) !important;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 9px;
}
.notify-label i {
  font-size: 20px;
  color: var(--v-link3Color-base) !important;
  margin-right: 5px;
}
.notify-label a {
  color: var(--v-link3Color-base) !important;
  cursor: pointer;
  text-decoration: underline;
}
.notify-label span {
  color: var(--v-link3Color-base) !important;
}
.notify-label div.explain {
  margin-top: 10px;
  color: var(--v-mainColor-base);
  font-weight: normal;
}
.notify-label.is-success {
  background: var(--v-green6Color-base);
}
.notify-label.is-success i {
  color: var(--v-green7Color-base) !important;
}
.notify-label.is-success span {
  color: var(--v-mainColor-base) !important;
}
.stoplights-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 7.5px;
  margin: auto 10px;
  background: lightgray;
}
.card {
  color: var(--v-mainColor3-base);
}
.card-footer {
  background-color: #dceaef !important;
  margin: 0px 9px;
}
.card-header {
  background-color: #dceaef !important;
}
.is-overflow {
  overflow: auto;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
  padding-top: 0px;
}
.pricing-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(181, 181, 181, 0.1);
  border: 0.1rem solid var(--v-grayColor-base);
  border-radius: 15px;
  list-style-type: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin: 0.5em;
  overflow: hidden;
}
.pricing-plan::before {
  position: absolute;
  content: "";
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 60%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: rgba(181, 181, 181, 0.15);
}
.pricing-plan > * {
  z-index: 2;
}
.pricing-plan .most-popular {
  background-color: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  text-align: center;
  font-weight: 800;
  padding: 7px 0px;
}
.pricing-plan .top-part {
  margin: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 2px solid var(--v-grayColor-base);
}
.pricing-plan .top-part .save-in-yearly-box {
  display: inline-flex;
  gap: 5px;
  border: 2px solid var(--v-profileAnchorColor-base);
  background-color: var(--v-lightYellowColor-base);
  color: var(--v-mainColor-base);
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
.pricing-plan .top-part .save-in-yearly-box span {
  background-color: var(--v-profileAnchorColor-base);
  color: var(--v-lightYellowColor-base);
  border-radius: 50vh;
  width: 18px;
  height: 18px;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-plan .top-part .plan-title {
  color: var(--v-mainColor-base);
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.pricing-plan .top-part .price-per-period {
  margin-top: 25px;
  font-size: 1rem;
  text-align: center;
  color: var(--v-mainColor-base);
}
.pricing-plan .top-part .price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.pricing-plan .middle-part {
  padding: 0rem 1.5rem 0px 1.5rem;
  flex-grow: 1;
}
.pricing-plan .middle-part .features-label {
  font-size: 1rem;
  line-height: 23px;
  color: var(--v-mainColor-base);
  margin-bottom: 20px;
}
.pricing-plan .middle-part .plan-item {
  color: var(--v-mainColor-base);
}
.pricing-plan .middle-part .plan-item * {
  font-size: 0.8rem;
}
.pricing-plan .middle-part .plan-item > div {
  display: flex;
  margin-bottom: 12px;
  font-weight: 600;
}
.pricing-plan .middle-part .plan-item img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
.pricing-plan .middle-part .plan-item span {
  color: var(--v-green1Color-base);
  font-size: 1.1rem;
  margin-right: 7px;
}
.pricing-plan .bottom-part {
  padding: 20px 20px;
}
.pricing-plan.is-active .plan-price .plan-price-amount {
  color: var(--v-profileAnchorColor-base);
}
.pricing-plan .pricing-plan.is-active .plan-header {
  color: var(--v-profileAnchorColor-base);
}
.pricing-plan .plan-footer {
  margin-top: 0px !important;
}
.pricing-plan.popular-plan {
  background: rgba(1, 71, 81, 0.95);
}
.pricing-plan.popular-plan::before {
  background-color: var(--v-mainColor-base);
}
.pricing-plan.popular-plan .plan-title {
  color: var(--v-whiteColor-base);
}
.pricing-plan.popular-plan .price,
.pricing-plan.popular-plan .price-per-period {
  color: var(--v-whiteColor-base);
}
.pricing-plan.popular-plan .plan-item {
  color: var(--v-whiteColor-base);
}
.pricing-plan.popular-plan .features-label {
  color: var(--v-whiteColor-base);
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip::before {
  font-weight: normal;
  font-family: "Mulish";
}
.tooltip::after {
  font-weight: normal;
  border: none !important;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip.is-tooltip-multiline::before {
  min-width: 24rem;
}
.add-item i {
  font-size: 1rem;
}
.add-item p,
.add-item span {
  font-size: 0.8rem;
}
.fa-add-item {
  cursor: pointer;
  font-size: 1rem;
  margin-right: 5px;
  color: #ff9b00;
}
.accordions .accordion .accordion-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--v-grayColor-base);
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
.accordions .accordion .accordion-content {
  background-color: var(--v-cardBg-base) !important;
}
.main-section {
  padding-top: 40px;
}
.page-score-poor {
  /*weight>=0 and weight<=69: */
  background-color: #ff0000;
}
.page-score-fair {
  /* weight>69 and weight<=74: */
  background-color: #ff9c00;
}
.page-score-good {
  /*weight>74 and weight<=80: */
  background-color: #ffc000;
}
.page-score-verygood1 {
  /* weight>80 and weight<=83: */
  background-color: #8ccfb5;
}
.page-score-verygood2 {
  /* weight>83 and weight<=85: */
  background-color: #78c8a5;
}
.page-score-verygood3 {
  /* weight>85 and weight<=88: */
  background-color: #5ec198;
}
.page-score-verygood4 {
  /* weight>88 and weight<=90: */
  background-color: #00b482;
}
.page-score-verygood5 {
  /* weight>90 and weight<=93: */
  background-color: #00925d;
}
.page-score-verygood6 {
  /* weight>93 and weight<=95: */
  background-color: #008452;
}
.page-score-verygood7 {
  /* weight>95: */
  background-color: #006a42;
}
.custom-tooltip {
  z-index: 99999;
}
@media only screen and (max-width: 600px) {
  .custom-tooltip {
    max-width: 200px;
  }
}
.wrap-long-tooltip {
  display: inline-block;
  max-width: calc(47vw - 250px);
}
.custom-tooltip-in-modal {
  background: rgb(212, 212, 212);
  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .custom-tooltip {
    max-width: 70vw;
  }
  .wrap-long-tooltip {
    max-width: 68vw;
  }
}
.html-result-container {
  margin-top: 25px;
  display: flex;
}
.html-result-container * {
  color: var(--v-mainColor-base);
}
.html-result-container div {
  flex-grow: 1;
  padding: 0 15px;
}
.html-result-container .h1-size {
  font-size: 24px;
  line-height: 115%;
}
.html-result-container .h2-size {
  font-size: 22px;
  line-height: 115%;
}
.html-result-container .h3-size {
  font-size: 20px;
  line-height: 115%;
}
.html-result-container .h4-size {
  font-size: 18px;
  line-height: 115%;
}
.html-result-container .h5-size {
  font-size: 16px;
  line-height: 115%;
}
.html-result-container .h6-size {
  font-size: 14px;
  line-height: 115%;
}
.columns-with-button {
  display: flex;
}
.columns-with-button > div:first-child {
  flex-grow: 3;
}
.columns-with-button > div::nth-child(2) {
  min-width: 150px;
  background: red;
}
.blue-text {
  color: blue;
}
.report-top-left-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.report-top-left-icon i {
  font-size: 1.2rem;
  color: var(--v-profileAnchorColor-base);
}
.report-top-left-icon span {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.main-padding {
  padding: 3rem 2rem 2rem 2rem;
}
.second-padding {
  padding: 20px 2% 2% 2%;
}
.rows-with-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 900px) {
  .rows-with-two-col {
    grid-template-columns: 1fr;
  }
}
.rows-with-two-col-for-create-run {
  display: grid;
  grid-template-columns: 7fr 5fr;
}
@media only screen and (max-width: 900px) {
  .rows-with-two-col-for-create-run {
    grid-template-columns: 1fr;
  }
}
.left-main-area {
  display: inline-grid;
  grid-template-rows: 45px 1fr;
  box-shadow: 5px 0px 10px 0px var(--v-gray40Color-base);
  height: 100%;
  background: var(--v-cardBg-base);
  z-index: 5;
}
.right-main-area {
  position: relative;
  height: 100%;
  background-color: var(--v-gray8Color-base);
}
.three-rows-grid {
  display: inline-grid;
  grid-template-rows: 45px 8fr auto;
}
.back-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.newpage-close-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.q-a-explain-block {
  border: 1px solid var(grayColor-base);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 1.5rem 1.5rem;
}
.q-a-explain-block img {
  width: 100px;
  height: auto;
}
.q-a-explain-block div .section-title {
  font-size: 0.95rem;
  font-weight: 800;
}
.q-a-explain-block div ul {
  list-style: disc;
}
.google-result-modal .top-part {
  display: flex;
  gap: 20px;
  align-items: center;
}
.google-result-modal .top-part .how-many-comp-selected-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--v-green7Color-base);
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 700;
}
.google-result-modal .top-part .how-many-comp-selected-bar.active {
  background-color: var(--v-redColor-base);
}
.google-result-modal .top-part .how-many-comp-selected-bar i,
.google-result-modal .top-part .how-many-comp-selected-bar span {
  color: var(--v-whiteColor-base);
}
.google-result-modal .top-part .how-many-comp-selected-bar i.material-icons {
  font-size: 1rem;
}
.google-result-modal .top-part .how-many-comp-selected-bar > span:nth-child(1) {
  flex-grow: 1;
}
.google-result-modal .top-part .how-many-comp-selected-bar > span:last-child {
  padding: 2px 10px;
  border-radius: 100px;
  color: var(--v-mainColor-base);
  background-color: var(--v-whiteColor-base);
}
.google-result-modal .must-select-3 {
  background-color: var(--v-link9Color-base);
  border-radius: 8px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 5px 10px;
}
.google-result-modal .must-select-3 i,
.google-result-modal .must-select-3 span {
  color: var(--v-link3Color-base);
}
.google-result-modal .must-select-3 i {
  font-size: 1.1rem;
}
.google-result-modal .must-select-3 span {
  font-weight: 700;
}
.manual-copy-textarea::placeholder {
  color: var(--v-gray1Color-base);
}
.new-project {
  border-bottom: 1px solid var(--v-grayColor-base);
}
.new-project span {
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
}
.new-project, .new-project > span {
  padding-bottom: 5px;
}
.level1-size {
  font-size: 17px;
  font-weight: 700;
}
.level2-size {
  font-weight: 500;
}
.level2-size, .level2-size b {
  font-size: 14px;
  line-height: 24px !important;
}
.level3-size {
  font-size: 15px;
  line-height: 130%;
}
.word-wrap {
  word-wrap: break-word;
}
.word-break-all {
  word-break: break-all;
}
.ready-button {
  background-color: #ff9b2d;
  color: white;
  font-size: 0.8rem;
}
.ready-button:hover {
  background-color: rgb(252, 138, 16);
  color: white;
}
.cartoon-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.show-hide-ballon {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 10px;
  color: #777;
  font-weight: bold;
  font-size: 0.8rem;
  background: #d8d8d8;
  cursor: pointer;
  border-radius: 3px;
  padding: 2px 10px;
}
.speech-bubble {
  position: absolute;
  background: #ffffff;
  padding: 15px;
  border-radius: 0.4em;
  z-index: 20;
  box-shadow: 0 0 10px 0 gray;
}
.speech-bubble.boy {
  width: 320px;
  right: 30px;
  bottom: 320px;
}
.speech-bubble.girl {
  width: 350px;
  right: 105px;
  bottom: 200px;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -12px;
  margin-bottom: -24px;
}
.speech-bubble.boy:after {
  left: 80%;
}
.speech-bubble.girl:after {
  left: 50%;
}
.bubble-text {
  font-size: 0.9rem;
}
.modal-content {
  position: relative;
  overflow: hidden;
}
.modal-content .modal-container {
  overflow: auto;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--v-cardBg-base);
}
.modal-content .modal-container .modal-content-root {
  margin-top: 20px;
  max-height: calc(100vh - 160px - 50px);
  overflow: auto;
}
.modal-content .modal-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.promo-applied-modal {
  padding-top: 70px;
  padding-bottom: 70px;
}
.promo-applied-modal i {
  font-size: 40px;
  color: var(--v-green2Color-base);
}
.promo-applied-modal .title-label {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.promo-applied-modal .explain {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}
.custom-modal-close-btn {
  position: absolute;
  color: var(--v-darkGrayColor-base);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 20;
  top: 20px;
  right: 20px;
}
.report-progress-modal-width {
  max-width: 500px !important;
}
.modal .logo-img {
  width: 75px;
}
.modal .just-moment {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: var(--v-mainColor-base);
  font-weight: 800;
  text-align: center;
}
.modal .sub-explain {
  text-align: center;
  margin-top: 25px;
  color: var(--v-darkGrayColor-base);
}
.modal .action-area {
  margin-top: 25px;
  text-align: center;
}
.variation-tag,
.google-nlp-tag,
.lsi-tag,
.nlp-tag,
.secondary-keyword-tag,
.default-color-tag {
  font-size: 0.85rem;
  font-weight: 700;
  display: inline-block;
  margin: 3px 5px 5px 0px;
  border-radius: 3px;
  padding: 4px 6px;
  box-sizing: border-box;
}
.variation-tag:hover,
.google-nlp-tag:hover,
.lsi-tag:hover,
.nlp-tag:hover,
.secondary-keyword-tag:hover,
.default-color-tag:hover {
  font-weight: bold;
  cursor: pointer;
}
.variation-tag {
  background: var(--v-lightYellowColor-base);
  border: 1px solid var(--v-profileAnchorColor-base);
  color: var(--v-profileAnchorColor-base);
}
.demo-highlight {
  background: var(--v-lightYellowColor-base) !important;
  border-radius: 5px !important;
}
.demo-highlight-border {
  border: 1px solid var(--v-profileAnchorColor-base) !important;
  border-radius: 5px !important;
}
.demo-highlight-f .v-text-field--outlined fieldset {
  border: 1px solid var(--v-profileAnchorColor-base) !important;
  background: var(--v-lightYellowColor-base) !important;
}
.lsi-tag {
  color: var(--v-purpleColor1-base);
  border: 1px solid var(--v-purpleColor1-base);
  background: var(--v-purpleColor2-base);
}
.nlp-tag {
  border: 1px solid var(--v-link4Color-base);
  background-color: var(--v-link9Color-base);
  color: var(--v-link4Color-base);
}
.google-nlp-tag {
  border: 1px solid #275a23;
  background-color: #3e8b39;
  color: white;
}
.google-nlp-tag:hover {
  color: #070707;
  background-color: #89c685;
}
.default-color-tag {
  background-color: var(--v-mainColor-base);
  color: var(--v-whiteColor-base);
}
.secondary-keyword-tag {
  border: 1px solid var(--v-green8Color-base);
  background-color: var(--v-green9Color-base);
}
.secondary-keyword-tag,
.secondary-keyword-tag * {
  color: var(--v-whiteColor-base);
}
.clickable {
  cursor: pointer;
}
.is-underline {
  text-decoration: underline;
}
.competitor-list {
  max-height: 250px;
  overflow-y: auto;
}
.competitor-link {
  color: #54b3f1;
  text-decoration: underline;
  font-weight: bold;
}
.competitor-input-textarea {
  font-weight: 700;
  color: var(--v-link15Color-base) !important;
  font-size: 12.5px;
  overflow-y: hidden;
}
.google-result-modal-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
  border-radius: 5px;
}
.google-result-modal-list .google-result-list-item {
  box-shadow: 2px 2px 7px 0 #aaa;
  padding: 10px;
  border-radius: 5px;
}
.google-result-modal-list .google-result-list-item > div {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.google-result-modal-list .url-same-to-target {
  background: #fffaf2;
}
@media screen and (max-height: 700px) {
  .google-result-modal-list {
    max-height: 330px;
  }
}
@media screen and (max-height: 500px) {
  .google-result-modal-list {
    max-height: 180px;
  }
}
.pick-focus-competitor {
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 5px;
}
.pick-focus-competitor > div {
  padding: 5px 2px;
}
label.checkbox-container {
  font-size: 1.2rem;
  padding-left: 28px;
  display: flex;
  align-items: center;
  color: #72bef0;
  display: block;
  position: relative;
}
label.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
label.checkbox-container .checkmark {
  position: absolute;
  top: 25%;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid var(--v-gray15Color-base);
  border-radius: 2px;
}
label.checkbox-container input:checked ~ .checkmark {
  background-color: var(--v-grayColor-base);
}
label.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
label.checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.button-with-icon i,
.button-with-icon span {
  font-size: 0.9rem;
  font-weight: normal;
}
.button-with-icon i.material-icons,
.button-with-icon i.material-icons-outlined {
  font-size: 15px;
}
.button-with-icon span {
  font-weight: 700;
}
.button-with-icon.v-size--large i,
.button-with-icon.v-size--large span {
  font-size: 20px;
}
.button-with-icon:hover {
  border: 1px solid var(--v-green7Color-base) !important;
}
.button-with-icon.v-size--small i {
  font-size: 1.1rem;
}
.button-with-icon.v-size--x-small i,
.button-with-icon.v-size--x-small span {
  font-size: 11px !important;
  font-weight: 700;
}
.button-label-bold {
  font-weight: bold;
}
.button-label-bold i,
.button-label-bold span {
  font-weight: bold;
}
.collapsed-buttons-area {
  margin-top: 5px;
  margin-bottom: 5px;
}
.collapsed-buttons-area .add-item {
  padding: 3px 10px;
  font-size: 0.75rem;
  margin: 0px 5px;
}
.collapsed-buttons-area .add-item i {
  font-size: 0.9rem;
}
.collapsed-buttons-area .button-with-icon i {
  font-size: 0.9rem;
}
.collapsed-buttons-area .button-with-icon span {
  font-size: 0.75rem;
  padding-left: 5px;
}
.empty-project {
  margin-top: 22vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-project .no-page-img {
  width: 100px;
  height: auto;
}
.empty-project .title-label {
  font-size: 24px;
  margin-top: 20px;
  color: var(--v-gray2Color-base);
  font-weight: 700;
}
.empty-project .explain {
  font-size: 17px;
  line-height: 130%;
  color: var(--v-gray2Color-base);
  margin-top: 25px;
  max-width: 550px;
  text-align: center;
}
.sites-or-pages-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 345px);
  gap: 15px;
}
.sites-or-pages-container .selected-site-page {
  border: 2px solid #ff9b00;
}
.sites-or-pages-container .site-page-card {
  position: relative;
  padding-bottom: 10px;
  background: var(--v-cardBg-base);
  border-radius: 10px;
  border: 1.5px solid var(--v-grayColor-base);
  display: flex;
  flex-direction: column;
}
.sites-or-pages-container .site-page-card .top-part {
  padding: 13px 30px 13px 30px;
  flex-grow: 0;
}
.sites-or-pages-container .site-page-card .border-bottom {
  border-bottom: 1.5px solid var(--v-grayColor-base) !important;
}
.sites-or-pages-container .site-page-card .main-part {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.sites-or-pages-container .site-page-card .pagerun-type {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  color: var(--v-mainColor-base);
  background: var(--v-gray15Color-base);
}
.sites-or-pages-container .site-page-card .project-label {
  font-size: 15px;
  color: var(--v-gray1Color-base);
}
.sites-or-pages-container .site-page-card .project-name,
.sites-or-pages-container .site-page-card .page-name {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.sites-or-pages-container .site-page-card .child-count-icon {
  font-size: 1rem;
  color: var(--v-mainColor-base);
}
.sites-or-pages-container .site-page-card .date-created-text {
  font-size: 15px;
  line-height: 19px;
  color: var(--v-gray1Color-base);
}
.sites-or-pages-container .site-page-card .setting-buttons {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 8px;
}
.sites-or-pages-container .site-page-card .setting-buttons img {
  color: var(--v-gray2Color-base);
  width: 32px;
  height: auto;
  cursor: pointer;
}
.sites-or-pages-container .site-page-card .pages-count {
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
  margin-bottom: 24px;
  color: var(--v-mainColor-base);
}
.sites-or-pages-container .site-page-card .view-project-page-button span {
  font-weight: bold;
  font-size: 14px;
}
.sites-or-pages-container .site-page-card .view-project-page-button i {
  margin-left: 7px;
  font-size: 16px;
}
.sites-or-pages-container .site-page-card .view-project-page-button.delete-button {
  background: rgb(255, 241, 241);
  border-color: rgb(255, 208, 208);
}
.sites-or-pages-container .site-page-card .view-project-page-button.delete-button .icon {
  color: red;
}
.sites-or-pages-container .site-page-card footer {
  margin-top: 15px;
}
.guarded-mark {
  display: inline-flex;
  align-items: center;
  background-color: var(--v-green6Color-base);
  border-radius: 6px;
  padding: 5px 15px;
}
.guarded-mark img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.guarded-mark span {
  color: var(--v-green7Color-base);
  font-weight: 700;
}
.checked-box {
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--v-grayColor-base);
}
.pin-icon {
  font-size: 1.15rem;
  color: var(--v-gray36Color-base);
  cursor: pointer;
}
.pin-icon.pinned {
  color: var(--v-profileAnchorColor-base);
}
.guard-icon {
  font-size: 1.15rem;
  color: var(--v-gray36Color-base);
}
.guard-icon.guarded {
  color: var(--v-green8Color-base);
}
.dashboard-name {
  color: var(--v-mainColor-base);
  font-size: 1.5rem;
  font-weight: 800;
}
.tools-tab {
  border-bottom: 1px solid var(--v-grayColor-base);
}
.tools-tab ul {
  display: flex;
}
.tools-tab ul li {
  padding: 15px 15px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--v-mainColor-base);
}
.tools-tab ul li.is-active {
  background-color: var(--v-lightYellowColor-base);
  color: var(--v-profileAnchorColor-base);
  border-bottom: 2px solid var(--v-profileAnchorColor-base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dashboard-cards-name {
  color: var(--v-mainColor-base);
  font-weight: 700;
}
.input-promo-box {
  max-width: 500px;
  position: relative;
}
.input-promo-box input {
  padding-right: 60px;
}
.input-promo-box .coupon-apply-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  z-index: 1;
  text-decoration: underline;
}
.score-chart-box {
  display: flex;
  justify-content: center;
  padding: 10px 12px 10px 12px;
  border-radius: 5px;
  border: 1px solid var(--v-grayColor-base);
  background: var(--v-gray7Color-base);
  position: relative;
  align-items: center;
  gap: 19.3px;
  font-size: 1.5rem;
  min-height: 85px;
}
.score-chart-box .guard-status-icon {
  font-size: 2rem;
  margin-right: 5px;
}
.score-chart-box .guard-status-label {
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
  text-align: left;
}
.score-chart-box .tooltip-icon {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 10px;
}
.score-chart-box .score-label, .score-chart-box .score-label > * {
  color: var(--v-mainColor-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 106.5%;
}
.score-chart-box .score-label .score-type {
  color: #a1a1a1;
  font-size: 0.8rem;
}
.score-chart-box .score-label .score-explain {
  margin-top: 10px;
  color: #555555;
  font-weight: normal;
  font-size: 0.8rem;
  word-break: break-word;
}
.score-chart-box .score-label .last-report {
  font-size: 13px;
  font-weight: normal;
}
.video-tutorial-icon {
  color: var(--v-whiteColor-base) !important;
  background: var(--v-profileAnchorColor-base);
  border-radius: 100%;
  padding: 4px;
  cursor: pointer;
}
.video-tutorial-icon-size {
  font-size: 1rem !important;
}
.report-one-page-name {
  display: flex;
  align-items: center;
}
.report-one-page-name img {
  width: 27px;
  height: auto;
  margin-right: 15px;
  box-shadow: 0px 0px 20px var(--v-profileAnchorColor-base);
}
.report-one-page-name span {
  font-size: 25px;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
#app {
  background: transparent;
}
.grid-sort-filter-block {
  display: flex;
  flex-wrap: wrap;
}
.grid-sort-filter-block > span {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.grid-sort-filter-block span > span {
  font-size: 13.6px;
  line-height: 17px;
  font-weight: bold;
  color: var(--v-mainColor-base);
  margin-right: 10px;
}
.grid-sort-filter-block select {
  max-width: 160px;
  max-width: 175px;
  flex-grow: 1;
  border: none;
  font-size: 13.6px;
  line-height: 17px;
  font-weight: normal;
  color: var(--v-mainColor-base);
  background: var(--v-mainBgColor-base);
  text-overflow: ellipsis;
  appearance: auto;
}
.sort-filter-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.sort-filter-block span {
  font-size: 12px;
  color: var(--v-mainColor-base);
}
.sort-filter-block select {
  border: none;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  appearance: auto;
  color: var(--v-mainColor-base);
  background: var(--v-mainBgColor-base);
}
select.yellow-select {
  border: none;
  font-weight: bold;
  font-size: 0.9rem;
  color: #ff9b00;
  background: transparent;
  text-overflow: ellipsis;
}
.pop-select {
  border: 1px solid var(--v-gray12Color-base);
  padding: 5px 20px 5px 9px;
  border-radius: 4px;
  color: var(--v-mainColor-base);
  appearance: none;
  position: relative;
}
.pop-select::after {
  position: absolute;
  font-family: "Material Icons";
  content: "link";
  background-color: red;
  right: 0;
  width: 30px;
  height: 100px;
  top: 0;
  z-index: 1000;
}
.notifications-toggle {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
}
.custom-notification {
  position: relative;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
}
.custom-notification .delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.custom-notification .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-notification .icon-wrapper .n-icon {
  font-size: 2rem;
}
.custom-notification .n-body {
  margin-left: 100px;
  padding: 0.5rem 1.5rem 0.5rem 0.7rem;
  font-family: "Mulish";
}
.custom-notification .n-body .n-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.custom-notification .n-body .n-content {
  font-size: 0.9rem;
}
.notification-in-dashboard {
  position: relative;
  background: white;
  color: black;
  margin-bottom: 1rem;
  width: 100%;
  min-height: 50px;
  padding-right: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-in-dashboard span {
  font-size: 16px;
}
.notification-in-dashboard .delete {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.keyword-variations-tabs ul {
  display: flex;
  align-items: flex-end;
}
.keyword-variations-tabs ul li a {
  font-size: 0.6rem;
  color: var(--v-blackColor-base);
}
.keyword-variations-tabs .is-active a {
  border-bottom: 1px solid var(--v-lightYellowColor) !important;
  color: var(--v-blackColor-base) !important;
  font-weight: 700;
}
.competitor-item {
  padding: 5px 8px;
  margin: 5px 0px;
  word-break: break-all;
}
.competitor-item a {
  font-weight: bold;
  color: var(--v-link1Color-base) !important;
}
.competitor-item span {
  color: #666666;
}
.is-focus-competitor {
  background: var(--v-link9Color-base);
  border: 1px solid #94d0f6;
  border-radius: 5px;
}
table.signal-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--v-gray7Color-base);
}
table.signal-table th,
table.signal-table td {
  padding: 10px 15px;
}
table.signal-table thead {
  background-color: var(--v-gray7Color-base);
}
table.signal-table thead tr th {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--v-mainColor3-base);
}
table.signal-table thead .action-column {
  min-width: 170px;
}
table.signal-table tbody tr {
  border-bottom: 2px solid var(--v-gray7Color-base);
}
table.signal-table tbody tr:last-child {
  border-bottom: none;
}
table.signal-table tbody td {
  vertical-align: middle;
}
table.signal-table tbody .term-checkbox {
  color: var(--v-grayColor-base);
}
table.signal-table tbody .signal-td {
  color: var(--v-link15Color-base);
  font-weight: bold;
}
table.signal-table tbody .signal-td .material-icons,
table.signal-table tbody .signal-td .material-icons-outlined {
  font-size: 1rem;
  color: var(--v-link15Color-base);
}
.signal-mark {
  display: inline-block;
  position: relative;
  font-size: 0.55rem;
  font-weight: bold;
  color: white;
  min-width: 5rem;
  margin-left: 5px;
}
.good-marktype::before {
  /* background: red; */
  content: "GOOD";
  padding: 2px 7px;
  border-radius: 5px;
  color: #00cd3b;
  background-color: var(--v-companyDetailBg-base);
}
.low-marktype::before {
  content: "LOW";
  padding: 2px 7px;
  border-radius: 5px;
  color: var(--v-profileAnchorColor-base);
  background: var(--v-lightYellowColor-base);
}
.mid-marktype::before {
  content: "MID";
  padding: 2px 7px;
  border-radius: 5px;
  color: var(--v-yellow2Color-base);
  background: var(--v-lightYellow1Color-base);
}
.high-marktype::before {
  content: "HIGH";
  padding: 2px 7px;
  border-radius: 5px;
  background: var(--v-red4Color-base);
  color: var(--v-red3Color-base);
}
table.top-border-table {
  width: 100%;
}
table.top-border-table i {
  font-size: 15px;
  margin-right: 5px;
}
table.top-border-table th {
  color: var(--v-darkGrayColor-base);
  padding: 10px 0;
}
table.top-border-table td {
  border-top: 1px solid var(--v-gray8Color-base);
  padding: 12px 0;
  color: var(--v-mainColor-base);
  vertical-align: middle;
}
table.top-border-table tr > th:first-child,
table.top-border-table tr > td:first-child {
  padding-left: 20px;
}
table.top-border-table tr > th:last-child,
table.top-border-table tr > td:last-child {
  padding-right: 20px;
}
.selection-tag {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  font-size: 0.7rem;
  border-radius: 3px;
  padding: 3px 6px;
  box-sizing: border-box;
  word-break: inherit;
  border: 1px solid rgb(228, 228, 228);
}
.yellow-active-tag {
  background: #fffbeb;
  border: 1px solid #ffebcc;
}
.yellow-active-tag:hover {
  color: #ffcf7f;
  border-color: #ffcf7f;
}
.theme--dark .yellow-active-tag {
  color: #7b581e;
}
.blue-active-tag {
  background: var(--v-link9Color-base);
  color: var(--v-blackColor-base);
  border: 1px solid var(--v-link7Color-base);
}
.blue-active-tag:hover {
  color: #76c8ff;
  border-color: #76c8ff;
}
.show-weight-tag {
  color: var(--v-link15Color-base);
  border: 1px solid var(--v-link7Color-base);
  background: var(--v-link9Color-base);
  border-radius: 5px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: bold;
}
.show-hide-button {
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base) !important;
  border: 1px solid var(--v-profileAnchorColor-base);
  border-radius: 5px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 0.65rem;
}
.icon-area {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25px;
  text-align: right;
}
.icon-area .copy-to-clipboard-button {
  cursor: pointer;
}
.icon-area .copy-to-clipboard-button img {
  width: 12px;
  height: auto;
}
.grey-border-bottom {
  border-bottom: 1px solid rgb(226, 226, 226);
}
.toggle-resolved-signals {
  color: var(--v-profileAnchorColor-base);
  display: inline-flex;
  align-items: center;
  font-size: 0.6rem;
  cursor: pointer;
  border-bottom: 1px solid var(--v-profileAnchorColor-base);
}
.toggle-resolved-signals .material-icons {
  font-size: 0.9rem;
  margin-right: 5px;
}
.option-dot {
  font-size: 1.5rem;
  color: var(--v-mainColor-base);
  cursor: pointer;
}
.over-under-optimized-zone {
  padding: 3px 5px;
  border-radius: 5px;
  border: 1px solid var(--v-gray8Color-base);
  background: var(--v-gray7Color-base);
  margin: 10px 0px;
}
.over-under-optimized-zone .title-label {
  font-size: 0.7rem;
  font-weight: bold;
  color: var(--v-mainColor-base);
}
.yellow-bg {
  background: #e6f5fc;
}
.get-it-here {
  color: var(--v-link1Color-base) !important;
  font-weight: bold;
  text-decoration: underline;
}
.custom-radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vue-tabs .title {
  font-family: "Mulish" !important;
}
.vue-tabs ul li {
  float: none !important;
}
.vue-tabs .nav-tabs-navigation {
  padding: 10px;
  background-color: var(--v-lightYellowColor-base);
  border-radius: 5px !important;
  display: inline-block;
}
.vue-tabs .nav-tabs-navigation .tabs__link > span {
  white-space: nowrap;
}
.vue-tabs [role=tablist] .tab span {
  font-size: 1.1rem !important;
  font-weight: normal;
  color: var(--v-mainColor-base) !important;
}
.vue-tabs [role=tablist] .tab.active {
  border: none;
}
.vue-tabs [role=tablist] .tab.active a {
  background-color: var(--v-mainColor-base) !important;
}
.vue-tabs [role=tablist] .tab.active span {
  color: var(--v-whiteColor-base) !important;
  font-weight: bold !important;
}
.custom-service-purchase-tabs {
  padding: 10px;
  background-color: var(--v-lightYellowColor-base);
  border-radius: 5px;
  display: inline-flex;
}
.custom-service-purchase-tabs > div {
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  color: var(--v-mainColor-base);
  border-radius: 5px;
  padding: 10px;
}
.custom-service-purchase-tabs > div.is-active {
  background-color: var(--v-mainColor-base);
  color: var(--v-whiteColor-base);
}
@media only screen and (max-width: 768px) {
  .custom-service-purchase-tabs {
    padding: 5px;
  }
  .custom-service-purchase-tabs > div {
    font-size: 0.8rem;
    padding: 5px;
  }
}
.pagerun-tabs > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
.pagerun-tabs > ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--v-grayColor-base);
  padding: 0;
  margin-bottom: 10px;
}
.pagerun-tabs > ul li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
}
.pagerun-tabs .is-active {
  border-radius: 5px 5px 0 0;
  background-color: var(--v-lightYellowColor-base);
  border-bottom: 3px solid var(--v-profileAnchorColor-base) !important;
}
.pagerun-tabs .is-active a {
  color: var(--v-profileAnchorColor-base) !important;
}
.pagerun-tabs a,
.pagerun-tabs span {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  color: var(--v-mainColor-base);
}
.inner-tab {
  display: inline-flex;
}
.inner-tab > div {
  padding: 5px 10px;
  color: var(--v-mainColor-base);
  border: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inner-tab > div span {
  font-size: 0.95rem;
  margin-right: 5px;
}
.inner-tab > div:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.inner-tab > div:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.inner-tab > div.is-active {
  border: 1px solid var(--v-profileAnchorColor-base);
  background-color: var(--v-lightYellowColor-base);
}
.setting-btns {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 16.5px;
  color: var(--v-gray2Color-base);
}
.setting-btns i {
  font-size: 1rem;
}
.setting-btns > span {
  padding: 4px;
  display: inline-flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgb(224, 224, 224);
}
.setting-btns .site-setting-button,
.setting-btns .page-setting-button {
  font-size: 1.2rem;
  cursor: pointer;
}
.setting-btns .delete-icon-button {
  font-size: 1.2rem;
  cursor: pointer;
}
.how-to-use-this-dashboard {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.how-to-use-this-dashboard img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}
.how-to-use-this-dashboard span {
  font-size: 16px;
  color: var(--v-profileAnchorColor-base);
  font-weight: 700;
}
.ballon-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 1;
}
.ballon-layer .ballon-content {
  position: absolute;
  box-sizing: border-box;
  background: var(--v-whiteColor-base);
  box-shadow: 0px 0px 8px black;
  border-radius: 5px;
  padding: 15px;
  left: 10%;
  width: 80%;
  min-height: 300px;
  max-height: 90%;
  top: 50%;
  transform: translateY(-50%);
  overflow-y: auto;
}
.not-allowed-message {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
}
.is-size-8 {
  font-size: 0.6rem;
}
table tr.todo-list-table > th:nth-child(1) {
  width: 25%;
}
table tr.todo-list-table > th:nth-child(2) {
  width: 75%;
}
.editor-type {
  color: var(--v-profileAnchorColor-base);
  font-weight: bold;
  font-size: 0.7rem;
}
.editor-type > span {
  color: rgb(88, 88, 88);
  font-size: 0.7rem;
  font-weight: normal;
  font-style: italic;
}
.fullpage-editor .codemirror-on-modal .CodeMirror {
  height: 60vh !important;
  border: 1px solid rgb(209, 209, 209);
}
.fullpage-editor .CodeMirror {
  height: calc(100vh - 165px) !important;
  border: 1px solid rgb(209, 209, 209);
}
.color-explain {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 15px;
  color: gray;
  margin-bottom: 10px;
}
.color-explain span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}
.rounded-custom {
  border-radius: 15px !important;
}
.explain-text-size {
  font-size: 14px;
}
.b-table tbody tr td,
.b-table th > * {
  color: var(--v-mainColor-base);
}
.b-table table {
  background-color: var(--v-cardBg-base);
}
.b-table table tr.detail {
  background-color: var(--v-cardBg-base) !important;
}
.b-table .level {
  justify-content: center;
}
.b-table .checkbox-cell {
  vertical-align: middle !important;
}
.b-table .checkbox-cell .b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: var(--v-mainColor-base);
}
.b-table .checkbox-cell .b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: var(--v-mainColor-base);
  border-color: var(--v-mainColor-base);
}
.b-table .pagination .pagination-previous,
.b-table .pagination .pagination-next {
  width: 25px;
  height: 35px;
  padding: 0 0;
}
.b-table .pagination .pagination-previous span,
.b-table .pagination .pagination-next span {
  width: auto;
  height: auto;
}
.b-table .pagination .pagination-list a.pagination-link {
  color: var(--v-mainColor-base) !important;
  border: none !important;
  font-size: bold !important;
}
.b-table .pagination .pagination-list .pagination-link.is-current {
  background-color: var(--v-gray13Color-base);
}
.multiselect .multiselect__element {
  background-color: var(--v-whiteColor-base) !important;
}
.multiselect .multiselect__select::before {
  border-width: 0 !important;
}
.multiselect .multiselect__tags {
  background-color: var(--v-whiteColor-base) !important;
}
.multiselect .multiselect__tags input,
.multiselect .multiselect__tags .multiselect__single {
  background-color: var(--v-whiteColor-base) !important;
  color: var(--v-blackColor-base);
}
.multiselect .multiselect__tag {
  background-color: var(--v-mainColor-base) !important;
  font-weight: bold;
}
.multiselect .multiselect__tag span {
  color: var(--v-whiteColor-base);
}
.multiselect .multiselect__tag-icon::after {
  color: var(--v-whiteColor-base) !important;
}
.multiselect ul.multiselect__content {
  padding-left: 0 !important;
}
.trix-content strong {
  color: var(--v-blackColor-base);
}
table.row-round-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  text-align: center;
}
table.row-round-table th {
  padding: 8px;
  color: var(--v-gray2Color-base);
  font-weight: 600;
}
table.row-round-table td {
  padding: 8px;
}
table.row-round-table td,
table.row-round-table th {
  background: var(--v-whiteColor-base);
  vertical-align: middle;
}
table.row-round-table tr th:first-child,
table.row-round-table tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 1px solid var(--v-grayColor-base);
  border-bottom: 1px solid var(--v-grayColor-base);
  border-left: 1px solid var(--v-grayColor-base);
}
table.row-round-table tr th:last-child,
table.row-round-table tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid var(--v-grayColor-base);
  border-bottom: 1px solid var(--v-grayColor-base);
  border-right: 1px solid var(--v-grayColor-base);
}
table.row-round-table tr th:not(:first-child):not(:last-child),
table.row-round-table tr td:not(:first-child):not(:last-child) {
  border-top: 1px solid var(--v-grayColor-base);
  border-bottom: 1px solid var(--v-grayColor-base);
}
.info-icon-size {
  font-size: 16px;
}
.dashboard-page-header {
  background: var(--v-darkBlue1Color-base);
  display: flex;
  align-items: center;
  padding: 10px 25px;
  border-radius: 10px;
  gap: 25px;
}
.dashboard-page-header img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.dashboard-page-header .page-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-whiteColor-base);
  margin-bottom: 10px;
}
.dashboard-page-header .desc {
  font-size: 0.9rem;
  color: var(--v-whiteColor-base);
}
.action-bar {
  position: fixed;
  overflow: hidden;
  z-index: 20;
  bottom: 10px;
  left: 50vw;
  transform: translateX(-50%);
  width: 320px;
  border-radius: 3px;
  box-shadow: 0px 2.39875px 19.19004px 1.19938px rgba(0, 0, 0, 0.23);
  background-color: var(--v-whiteColor-base);
  display: flex;
  min-height: 45px;
  color: var(--v-mainColor-base);
}
.action-bar .left-area {
  flex-basis: 45px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--v-profileAnchorColor-base);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--v-whiteColor-base);
  font-weight: 700;
  font-size: 1.1rem;
}
.action-bar .middle-area {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 15px;
  justify-content: space-between;
  gap: 20px;
}
.action-bar .middle-area .item-selected-text {
  text-wrap: nowrap;
  font-size: 1.1rem;
  font-weight: 500;
  flex-grow: 1;
}
.action-bar .middle-area .action-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.action-bar .middle-area .action-btn span {
  font-size: 0.7rem;
  text-align: center;
}
.action-bar .middle-area .action-btn span.material-icons-outlined {
  font-size: 1.2rem;
  color: var(--v-profileAnchorColor-base);
}
.action-bar .middle-area .remove-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.action-bar .middle-area .remove-btn span {
  font-size: 0.7rem;
}
.action-bar .middle-area .remove-btn span.material-icons-outlined {
  font-size: 1.2rem;
  color: var(--v-profileAnchorColor-base);
}
.action-bar .right-area {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid var(--v-grayColor-base);
  display: flex;
  align-items: center;
}
.action-bar .right-area .close-button {
  cursor: pointer;
  color: var(--v-mainColor-base);
}
.checkout-modal .modal-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.checkout-modal .sub-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v-mainColor-base);
}
.checkout-modal .main-part {
  background: var(--v-gray7Color-base);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout-modal .main-part .card-part {
  flex-grow: 999;
}
.checkout-modal .main-part .card-part .preferred-card-info {
  background: var(--v-whiteColor-base);
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 3.227px;
  gap: 10px;
  box-shadow: 0px 2.582px 2.582px 0px rgba(0, 0, 0, 0.08);
}
.checkout-modal .main-part .card-part .preferred-card-info .card-text {
  color: var(--v-mainColor-base);
  font-size: 1rem;
}
.checkout-modal .main-part .card-part .preferred-card-info .card-text::first-letter {
  text-transform: uppercase;
}
.checkout-modal .main-part .card-part .preferred-card-info a {
  color: var(--v-profileAnchorColor-base);
  text-decoration: underline;
  font-weight: 700;
}
.checkout-modal .main-part .summary-part {
  flex-basis: 350px;
  flex-grow: 1;
}
.checkout-modal .main-part .summary-box {
  background: var(--v-whiteColor-base);
  padding: 10px;
  border-radius: 3.227px;
  gap: 10px;
  box-shadow: 0px 2.582px 2.582px 0px rgba(0, 0, 0, 0.08);
}
.checkout-modal .main-part .summary-box div {
  color: var(--v-mainColor-base);
}
.checkout-modal .main-part .show-apply-coupon-button {
  color: var(--v-profileAnchorColor-base);
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.checkout-modal .main-part .show-apply-coupon-button span {
  font-size: 0.7rem;
}
.checkout-modal .main-part .promo-input-in-popup {
  border-radius: 5px;
  display: inline-flex;
  border: 1px solid var(--v-grayColor-base);
  overflow: hidden;
}
.checkout-modal .main-part .promo-input-in-popup input {
  width: 150px;
  height: 25px;
  background: var(--v-whiteColor-base);
  padding: 0 5px;
}
.checkout-modal .main-part .promo-input-in-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: var(--v-profileAnchorColor-base);
  color: var(--v-whiteColor-base);
  font-weight: 700;
  font-size: 0.9rem;
}
.checkout-modal .buttons-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-modal .cancel-link {
  color: var(--v-mainColor-base);
  font-weight: 700;
  text-decoration: underline;
}
.checkout-modal .top-border {
  border-top: 1px solid var(--v-grayColor-base);
}
.custom-container {
  margin: 0 20px 0 20px;
}
.section {
  padding: 0;
}
.button {
  font-size: 0.8rem;
}
.button[disabled],
fieldset[disabled] .button {
  background-color: rgb(106, 106, 106) !important;
}
.field:not(:last-child) {
  margin-bottom: 0.35rem;
}
.switch[type=checkbox].is-ready:checked + label::before,
.switch[type=checkbox].is-ready:checked + label:before {
  background: var(--v-profileAnchorColor-base);
}
.tooltip:hover::before,
.tooltip.is-tooltip-active::before {
  background-color: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  box-shadow: 0px 0px 2px 1px var(--v-grayColor-base);
  line-height: 15px;
}
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after,
.tooltip.is-tooltip-active:not(.is-loading)::after {
  border-color: var(--v-whiteColor-base) transparent transparent transparent;
}
.control label.checkbox {
  display: inline-flex;
  align-items: center;
}
.control label.checkbox > input {
  margin-right: 5px;
}
.label {
  color: var(--v-mainColor-base);
}
.white-bg-tooltip {
  background-color: var(--v-whiteColor-base);
  color: var(--v-mainColor-base);
  line-height: 15px;
  box-shadow: 0px 0px 2px 1px var(--v-grayColor-base);
  border-radius: 5px;
  padding: 5px 10px;
}
.small-tooltip {
  max-width: 500px;
}
input.input, .taginput input.taginput-container.is-focusable {
  background: var(--v-cardBg-base);
  color: var(--v-mainColor-base);
}
input.input::placeholder, .taginput input.taginput-container.is-focusable::placeholder {
  color: var(--v-gray2Color-base);
}
input.input:focus, .taginput input.taginput-container.is-focusable:focus {
  box-shadow: none;
  border: none;
  outline: solid 1.5px var(--v-grayColor-base);
}
@media screen and (max-width: 880px) {
  .custom-container {
    margin: 0 3px 0 3px;
  }
  .modal-content {
    width: 97vw !important;
  }
}
.splitpanes__splitter {
  width: 10px !important;
  background: var(--v-whiteColor-base) !important;
  border-color: var(--v-gray10Color-base) !important;
}
.splitpanes__splitter::before, .splitpanes__splitter::after {
  width: 2px !important;
  background: var(--v-mainColor-base) !important;
  height: 50px !important;
}
.card-pagination {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.card-pagination li {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.card-pagination li.active {
  background-color: var(--v-gray13Color-base);
}
.card-pagination li:first-child,
.card-pagination li:last-child {
  border: 1px solid var(grayColor-base);
}
.card-pagination li:first-child.disabled,
.card-pagination li:last-child.disabled {
  background: var(grayColor-base);
}
.card-pagination li:first-child a,
.card-pagination li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-pagination li:first-child a i,
.card-pagination li:last-child a i {
  font-size: 1.1rem;
}
.mx-datepicker input {
  background-color: var(--v-cardBg-base) !important;
  color: var(--v-blackColor-base);
}
.mx-datepicker-content {
  background-color: var(--v-cardBg-base);
}
.mx-datepicker-content table.mx-table-date td > div {
  text-align: center;
  color: var(--v-mainColor-base);
}
.mx-datepicker-content table.mx-table-date td.today > div {
  color: var(--v-whiteColor-base);
}
.mx-datepicker-content table.mx-table-date td.cell.in-range {
  background-color: var(--v-link7Color-base);
}
.vue-lottie-player {
  background-color: transparent !important;
}
.v-application.theme--dark .apexcharts-tooltip,
.v-application.theme--dark .apexcharts-tooltip-title,
.v-application.theme--dark .apexcharts-menu {
  background-color: var(--v-grayColor-base) !important;
}
.apexcharts-legend-text {
  color: var(--v-mainColor-base) !important;
}
.apexcharts-legend {
  top: 0 !important;
  justify-content: center !important;
}
.pulsing-button {
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--v-greenColor-base);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}
.pulsing-yellow-button {
  -moz-animation: yellowpulse 2s infinite;
  -webkit-animation: yellowpulse 2s infinite;
  animation: yellowpulse 2s infinite !important;
}
@keyframes yellowpulse {
  0% {
    box-shadow: 0 0 0 0 var(--v-profileAnchorColor-base);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}
.schema-chip .v-chip__content,
.schema-chip .v-btn__content span,
.schema-chip .anchor {
  font-size: 12px !important;
}
.card-big-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: var(--v-mainColor-base);
  font-weight: 800;
}
.card-big-title span[class^=material-icons] {
  font-size: 1.3rem;
  color: var(--v-profileAnchorColor-base);
}
.card-explain {
  color: var(--v-mainColor-base);
}
.card-small-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--v-mainColor-base);
}
.normal-text {
  font-weight: 100 !important;
  font-size: 1rem !important;
}
.nlp-or-eeat-is-not-used-box {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 50px;
}
.nlp-or-eeat-is-not-used-box .demo-area {
  background: #f3f4fa;
  padding: 50px 30px;
}
.nlp-or-eeat-is-not-used-box .demo-area .demo-img {
  width: 30vw;
  max-width: 100%;
  height: auto;
}
.nlp-or-eeat-is-not-used-box .re-run-for-eeat {
  font-size: 1.5rem;
  line-height: 110%;
  font-weight: 800;
}
.dashboard-text {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--v-mainColor-base);
  padding-bottom: 16px;
}
.seo-tip-carousel-item {
  padding: 13px;
  font-size: 0.95rem;
  line-height: 130%;
  background: var(--v-link9Color-base);
  border-radius: 5px;
  border: 1px solid var(--v-link3Color-base);
  text-align: left;
  font-weight: normal;
}
.box-dot-menu {
  cursor: pointer;
  color: var(--v-mainColor-base);
  font-size: 1.8rem;
}
.activity-sidebar {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  background: var(--v-whiteColor-base);
  padding: 0px 20px 20px 20px;
  filter: drop-shadow(-3px 0 5px rgba(0, 0, 0, 0.3));
  overflow-x: visible;
  overflow-y: auto;
  transition: all 2s;
}
.activity-sidebar .header-part {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v-mainColor-base);
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}
.activity-sidebar .header-part .close-btn {
  font-size: 1.4rem;
  cursor: pointer;
}
.activity-sidebar .header-part .title-label {
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 700;
}
.activity-sidebar .header-part .filter-btn {
  font-size: 1.5rem;
  cursor: pointer;
}
.recent-activities .activity-item {
  display: flex;
  gap: 20px;
}
.recent-activities .activity-item:first-child {
  padding-bottom: 20px;
}
.recent-activities .activity-item:not(:first-child) {
  padding: 20px 0 20px 0;
  border-top: 1px solid #e3e3e3;
}
.recent-activities .activity-item .avatar-circle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v-whiteColor-base);
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50%;
}
.recent-activities .activity-item .who-made {
  font-weight: 700;
}
.recent-activities .activity-item .note-signal,
.recent-activities .activity-item .note-desc,
.recent-activities .activity-item .note-date {
  color: var(--v-mainColor-base);
}
.recent-activities .activity-item .note-signal {
  font-weight: 700;
}
.tooltip-arrow {
  position: relative;
}
.tooltip-arrow::before {
  content: "";
  position: absolute;
  top: 100%; /* Position arrow below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent; /* Customize arrow color */
}
.modal.is-sticky-right .modal-content {
  max-height: initial;
  height: 100vh;
  margin-right: 0;
}
.modal.is-sticky-right .modal-container {
  padding: 0px;
  height: 100vh;
  border-radius: 0;
}
.theme--dark .dropdown-content {
  background: var(--v-cardBg-base);
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.3), 0 0px 0 1px rgba(0, 0, 0, 0.3);
}