.navbar-interactive-wrapper {
  display: contents;
}
 
.navbar-interactive-container1 {
  width: 100%;
  display: flex;
  position: relative;
}
 
.navbar-interactive-navbar-interactive {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  height: 15%;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  box-shadow: 0px 5px 10px 0px #d4d4d4;
  align-items: center;
  background-color: #ffffff;
}
 
.navbar-interactive-logo {
  width: 24px;
  height: 24px;
  display: none;
}
 
.navbar-interactive-desktop-menu {
  flex: 1;
}
 
.navbar-interactive-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-interactive-image {
  width: 200px;
  object-fit: cover;
}
 
.navbar-interactive-logo-or-text1 {
  font-size: 32px;
  font-weight: bold;
}
 
.navbar-interactive-buttons {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.navbar-interactive-log-in-button {
  border-width: 0px;
  background-color: transparent;
}
 
.navbar-interactive-register-button {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border-color: var(--dl-color-theme-primary1);
  background-color: transparent;
}
 
.navbar-interactive-burger-menu {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.navbar-interactive-side-bar-icon-button {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-mobile-menu {
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.navbar-interactive-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-interactive-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-interactive-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-interactive-icon12 {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
  padding: var(--dl-layout-space-halfunit);
}
 
.navbar-interactive-links {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-interactive-icon14 {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-automatic-trackings-nav-bar {
  display: none;
}
 
.navbar-interactive-icon16 {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-manual-trackings-nav-bar {
  display: none;
}
 
.navbar-interactive-icon18 {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-link {
  display: contents;
}
 
.navbar-interactive-contact-us-nav-bar {
  text-decoration: none;
}
 
.navbar-interactive-icon20 {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-icon22 {
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-donate-nav-bar {
  display: none;
}
 
.navbar-interactive-icon24 {
  fill: var(--dl-color-theme-primary2);
  width: 24px;
  height: 24px;
}
 
.navbar-interactive-text17 {
  fill: var(--dl-color-theme-primary2);
  color: var(--dl-color-theme-primary2);
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-logo-or-text {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
@media(max-width: 1920px) {
  .navbar-interactive-desktop-menu {
    display: none;
  }
  .navbar-interactive-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 991px) {
  .navbar-interactive-mobile-menu {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .navbar-interactive-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar-interactive-burger-menu {
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar-interactive-navbar-interactive {
    gap: 0;
    padding: var(--dl-layout-space-unit);
    justify-content: space-between;
  }
  .navbar-interactive-logo {
    display: flex;
  }
  .navbar-interactive-desktop-menu {
    display: none;
  }
  .navbar-interactive-mobile-menu {
    width: 80%;
    padding: 16px;
  }
}

.error-div-wrapper {
  display: contents;
}
 
.error-div-error-div {
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: relative;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(140, 47, 1, 0.6);
}
 
.error-div-container {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.error-div-icon1 {
  fill: #8e4825;
}
 
.error-div-icon5 {
  padding: var(--dl-layout-space-halfunit);
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 


.success-div-wrapper {
  display: contents;
}
 
.success-div-success-div {
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: relative;
  align-items: center;
  padding-left: 8px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(57, 153, 24, 0.6);
}
 
.success-div-container {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.success-div-icon1 {
  fill: rgba(85, 150, 61, 0.6);
}
 
.success-div-icon5 {
  padding: var(--dl-layout-space-halfunit);
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 


.distancer-wrapper {
  display: contents;
}
 
.distancer-distancer {
  flex: 1;
  width: 200px;
  height: 100px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 

 

 

 

 

 

 

 


.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container {
  display: flex;
  align-items: flex-start;
}
 
.footer4-footer-links {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer4-text2 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
}
 
.footer4-text6 {
  text-decoration: none;
}
 
.footer4root-class-name {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name1 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name2 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name3 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name4 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
.footer4root-class-name5 {
  left: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
 
@media(max-width: 767px) {
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer4-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.cookie-banner-only-essential-wrapper {
  display: contents;
}
 
.cookie-banner-only-essential-container {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  bottom: 0px;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  background-color: rgba(54, 39, 6, 0.75);
}
 
.cookie-banner-only-essential-text1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
 
.cookie-banner-only-essential-text2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
}
 
.cookie-banner-only-essential-button {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: #ffffff;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: transparent;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 

 
@media(max-width: 479px) {
  .cookie-banner-only-essential-text1 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
  }
  .cookie-banner-only-essential-text2 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
  }
}

.home-container10 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-logo-or-text {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-error-or-succesfull-message {
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-price-info-general {
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  transition: 0.3s;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
}
 
.home-price-info-general:hover {
  background-color: var(--dl-color-theme-secondary1);
}
 
.home-create-manual-tracking-div-button {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-plus-icon {
  fill: var(--dl-color-theme-primary1);
  width: 30px;
  height: 30px;
}
 
.home-minus-icon-show {
  fill: var(--dl-color-theme-primary1);
  width: 30px;
  height: 30px;
}
 
.home-text26 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 28px;
}
 
.home-manual-tracking-creation-show {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
 
.home-container11 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-container11:hover {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-icon12 {
  fill: #FFC26F;
  width: 24px;
  height: 24px;
}
 
.home-fetched-price-div-show {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-text30 {
  fill: var(--dl-color-theme-primary2);
  color: var(--dl-color-theme-primary2);
  font-weight: bold;
}
 
.home-fetch-the-tracking-button-hide {
  color: var(--dl-color-theme-secondary1);
  align-self: center;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-verify-tracking-button-show {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  align-self: center;
  border-width: 0px;
  background-color: rgb(121, 172, 120);
}
 
.home-price-info-general-single-repeat1 {
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  box-shadow: 0px 5px 5px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.home-price-info-general-single-repeat1:hover {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-price-info-single-div-button1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-container14 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: inherit;
}
 
.home-container15 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: inherit;
}
 
.home-container16 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
  padding-left: var(--dl-layout-space-halfunit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 4px;
  background-color: #D9D9D9;
}
 
.home-text31 {
  fill: #D9D9D9;
  color: #737272;
}
 
.home-container17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-current-price-number1 {
  font-size: 2rem;
  font-weight: bold;
}
 
.home-increase-icon1 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon1 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon1 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-initial-price-number1 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container18 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-activate-button1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: rgb(121, 172, 120);
}
 
.home-icon17 {
  width: 24px;
  height: 24px;
}
 
.home-deactivate-button1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #A0937D;
}
 
.home-icon19 {
  width: 24px;
  height: 24px;
}
 
.home-settings-button1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #618264;
}
 
.home-icon21 {
  width: 24px;
  height: 24px;
}
 
.home-delete-button1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #d42323;
}
 
.home-icon23 {
  width: 24px;
  height: 24px;
}
 
.home-price-history-button1 {
  fill: #9CAFAA;
  width: 24px;
  height: 24px;
}
 
.home-price-history-button-show1 {
  fill: #9CAFAA;
  width: 24px;
  height: 24px;
}
 
.home-price-info-details-show1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
 
.home-container19 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-icon27 {
  width: 24px;
  height: 24px;
}
 
.home-container20 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container21 {
  justify-content: flex-start;
}
 
.home-container22 {
  display: flex;
  justify-content: center;
}
 
.home-container23 {
  display: flex;
  justify-content: center;
}
 
.home-container24 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-price-history-data-container-repeat1 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container25 {
  justify-content: flex-start;
}
 
.home-container26 {
  display: flex;
  justify-content: center;
}
 
.home-initial-price-record2 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container27 {
  display: flex;
  justify-content: center;
}
 
.home-current-price-record2 {
  font-weight: bold;
}
 
.home-container28 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-increase-icon2 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon2 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon2 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-price-history-data-container-repeat2 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container29 {
  justify-content: flex-start;
}
 
.home-container30 {
  display: flex;
  justify-content: center;
}
 
.home-initial-price-record3 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container31 {
  display: flex;
  justify-content: center;
}
 
.home-current-price-record3 {
  font-weight: bold;
}
 
.home-container32 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-increase-icon3 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon3 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon3 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-price-info-general-single-repeat2 {
  flex: 0 0 auto;
  width: 90%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  box-shadow: 0px 5px 5px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
}
 
.home-price-info-general-single-repeat2:hover {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-price-info-single-div-button2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-container33 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: 20%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: inherit;
}
 
.home-container34 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: inherit;
}
 
.home-container35 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
  padding-left: var(--dl-layout-space-halfunit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-halfunit);
  padding-bottom: 4px;
  background-color: #D9D9D9;
}
 
.home-text48 {
  fill: #D9D9D9;
  color: #737272;
}
 
.home-container36 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-current-price-number2 {
  font-size: 2rem;
  font-weight: bold;
}
 
.home-increase-icon4 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon4 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon4 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-initial-price-number2 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container37 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-activate-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: rgb(121, 172, 120);
}
 
.home-icon38 {
  width: 24px;
  height: 24px;
}
 
.home-deactivate-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #A0937D;
}
 
.home-icon40 {
  width: 24px;
  height: 24px;
}
 
.home-settings-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #618264;
}
 
.home-icon42 {
  width: 24px;
  height: 24px;
}
 
.home-delete-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: #d42323;
}
 
.home-icon44 {
  width: 24px;
  height: 24px;
}
 
.home-price-history-button2 {
  fill: #9CAFAA;
  width: 24px;
  height: 24px;
}
 
.home-price-history-button-show2 {
  fill: #9CAFAA;
  width: 24px;
  height: 24px;
}
 
.home-price-info-details-show2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
 
.home-container38 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-icon48 {
  width: 24px;
  height: 24px;
}
 
.home-container39 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container40 {
  justify-content: flex-start;
}
 
.home-container41 {
  display: flex;
  justify-content: center;
}
 
.home-container42 {
  display: flex;
  justify-content: center;
}
 
.home-container43 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-price-history-data-container-repeat3 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container44 {
  justify-content: flex-start;
}
 
.home-container45 {
  display: flex;
  justify-content: center;
}
 
.home-initial-price-record5 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container46 {
  display: flex;
  justify-content: center;
}
 
.home-current-price-record5 {
  font-weight: bold;
}
 
.home-container47 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-increase-icon5 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon5 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon5 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-price-history-data-container-repeat4 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: #C8AE7D;
  border-width: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: space-between;
  border-bottom-width: 1px;
}
 
.home-container48 {
  justify-content: flex-start;
}
 
.home-container49 {
  display: flex;
  justify-content: center;
}
 
.home-initial-price-record6 {
  fill: #9CAFAA;
  color: #9CAFAA;
}
 
.home-container50 {
  display: flex;
  justify-content: center;
}
 
.home-current-price-record6 {
  font-weight: bold;
}
 
.home-container51 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 
.home-increase-icon6 {
  fill: var(--dl-color-theme-primary1);
  width: 24px;
  height: 24px;
}
 
.home-no-change-icon6 {
  fill: #C8AE7D;
  width: 24px;
  height: 24px;
}
 
.home-decrease-icon6 {
  fill: #58b93a;
  width: 24px;
  height: 24px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text65 {
  display: inline-block;
}
 
.home-delete-confirm-div {
  width: 100%;
  height: 100%;
  display: none;
  padding: var(--dl-layout-space-oneandhalfunits);
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: rgba(124, 124, 124, 0.5);
}
 
.home-container52 {
  gap: var(--dl-layout-space-oneandhalfunits);
  color: #afb1b4;
  width: auto;
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  box-shadow: 0px 0px 10px 0px #000000;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  background-color: white;
}
 
.home-icon56 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  width: var(--dl-layout-size-medium);
  height: var(--dl-layout-size-medium);
}
 
.home-text68 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  font-size: 32px;
}
 
.home-text69 {
  text-align: center;
}
 
.home-container53 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-button1 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-width: 0px;
  background-color: var(--dl-color-theme-primary1);
}
 
.home-button2 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  background-color: #afb1b4;
}
 
@media(max-width: 991px) {
  .home-price-info-general {
    align-items: center;
    justify-content: center;
  }
  .home-create-manual-tracking-div-button {
    gap: var(--dl-layout-space-unit);
    flex-direction: column;
  }
  .home-container11 {
    align-items: center;
    justify-content: center;
  }
  .home-price-info-general-single-repeat1 {
    align-items: center;
    justify-content: center;
  }
  .home-price-info-single-div-button1 {
    gap: var(--dl-layout-space-unit);
    flex-direction: column;
  }
  .home-container14 {
    width: auto;
    align-items: center;
  }
  .home-price-info-general-single-repeat2 {
    align-items: center;
    justify-content: center;
  }
  .home-price-info-single-div-button2 {
    gap: var(--dl-layout-space-unit);
    flex-direction: column;
  }
  .home-container33 {
    width: auto;
    align-items: center;
  }
}
 
@media(max-width: 767px) {
  .home-container52 {
    padding: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .home-container10 {
    padding-bottom: var(--dl-layout-space-sixunits);
  }
  .home-create-manual-tracking-div-button {
    flex-direction: row;
    justify-content: center;
  }
  .home-plus-icon {
    width: 20px;
    height: 20px;
  }
  .home-minus-icon-show {
    width: 20px;
    height: 20px;
  }
  .home-text26 {
    font-size: 16px;
    text-align: center;
  }
  .home-container17 {
    flex-direction: column;
  }
  .home-container18 {
    flex-direction: column;
  }
  .home-price-info-details-show1 {
    display: flex;
    flex-direction: column;
  }
  .home-container19 {
    align-items: center;
    justify-content: center;
  }
  .home-container20 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container21 {
    justify-content: center;
  }
  .home-container22 {
    justify-content: center;
  }
  .home-container23 {
    justify-content: center;
  }
  .home-container24 {
    flex-direction: row;
    justify-content: center;
  }
  .home-price-history-data-container-repeat1 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container25 {
    justify-content: center;
  }
  .home-container26 {
    justify-content: center;
  }
  .home-container27 {
    justify-content: center;
  }
  .home-container28 {
    flex-direction: row;
    justify-content: center;
  }
  .home-price-history-data-container-repeat2 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container29 {
    justify-content: center;
  }
  .home-container30 {
    justify-content: center;
  }
  .home-container31 {
    justify-content: center;
  }
  .home-container32 {
    flex-direction: row;
    justify-content: center;
  }
  .home-container36 {
    flex-direction: column;
  }
  .home-container37 {
    flex-direction: column;
  }
  .home-price-info-details-show2 {
    display: flex;
    flex-direction: column;
  }
  .home-container38 {
    align-items: center;
    justify-content: center;
  }
  .home-container39 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container40 {
    justify-content: center;
  }
  .home-container41 {
    justify-content: center;
  }
  .home-container42 {
    justify-content: center;
  }
  .home-container43 {
    flex-direction: row;
    justify-content: center;
  }
  .home-price-history-data-container-repeat3 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container44 {
    justify-content: center;
  }
  .home-container45 {
    justify-content: center;
  }
  .home-container46 {
    justify-content: center;
  }
  .home-container47 {
    flex-direction: row;
    justify-content: center;
  }
  .home-price-history-data-container-repeat4 {
    gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container48 {
    justify-content: center;
  }
  .home-container49 {
    justify-content: center;
  }
  .home-container50 {
    justify-content: center;
  }
  .home-container51 {
    flex-direction: row;
    justify-content: center;
  }
  .home-container52 {
    padding: var(--dl-layout-space-twounits);
  }
}
