@import url("https://fonts.googleapis.com/css2?family=Inter&amp;display=swap");
.hide-zestmoney-widget {
  display: none;
}

.zestmoney-widget-wrapper {
  position: fixed !important;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000000 !important;
}

#zestmoney-widget-trigger {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  text-decoration: none;
}

#zestmoney-widget-trigger-cart {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.zestmoney-widget {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  align-items: center;
  display: inline-flex;
  text-align: center;
}

.zestmoney-amount-info {
  white-space: nowrap;
  line-height: 20px;
  color: black;
}

.zestmoney-amount {
  color: #033418;
  font-weight: bold;
  display: none;
}

.zestmoney-logo {
  height: 20px;
}
.zestmoney-logo-cart {
  height: 20px;
}

.z-tooltip {
  width: 12px;
  height: 12px;
  font-size: 10px;
  border-radius: 100%;
  font-weight: 500;
  display: flex;
  border: 2px solid #033418;
  justify-content: center;
  align-items: center;
}

#zestmoney-overlay {
  position: fixed !important;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4a4a4a7a;
  z-index: 99999 !important;
}

#zestmoney-overlay-cart {
  position: fixed !important;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4a4a4a7a;
  z-index: 99999 !important;
}

.zestmoney-widget-close{
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0px !important;
  font-size: 14px;
  border: 0;
  border-radius: 100%;
  /* background: #546e7a; */
  background: url("https://d2nihbm68unxuh.cloudfront.net/partner-widget/black-close-button.svg") no-repeat;
  background-size: contain;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
}

.zestmoney-widget-close-cart{
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0px !important;
  font-size: 14px;
  border: 0;
  border-radius: 100%;
  /* background: #546e7a; */
  background: url('https://d2nihbm68unxuh.cloudfront.net/partner-widget/black-close-button.svg') no-repeat;
  background-size: contain;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
}

@media only screen and (min-width: 280px) and (max-width: 640px) {
  .zestmoney-widget-wrapper {
    height: max(90vh, 90vw);
    width: min(90vh, 90vw);
  }
  .zestmoney-widget {
    font-size: 12px;
  }
  .zestmoney-logo {
    height: 14px;
  }
  .zestmoney-logo-cart {
    height: 14px;
  }
  .z-tooltip {
    width: 8px;
    height: 8px;
    font-size: 8px;
  }

  .zestmoney-widget-close {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }

  .zestmoney-widget-close-cart {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
  }

}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .zestmoney-widget-wrapper {
    height: min(90vh, 640px);
    aspect-ratio: 1/2;
    /* left: 40%; */
  }
}

@media only screen and (min-width: 768px) {
  .zestmoney-widget-wrapper {
    height: min(90vh, 640px);
    aspect-ratio: 1/2;
    /* left: 40%; */
  }
}

@media only screen and (min-width: 1024px) {
  .zestmoney-widget-wrapper {
    height: min(90vh, 640px);
    aspect-ratio: 1/2;
    /* left: 30%; */
  }
}

@media only screen and (min-width: 1280px) {
  .zestmoney-widget-wrapper {
    height: min(90vh, 640px);
    aspect-ratio: 1/2;
    /* left: 22%; */
  }
}

@media only screen and (min-width: 1536px) {
  .zestmoney-widget-wrapper {
    height: min(90vh, 640px);
    aspect-ratio: 1/2;
    /* left: 20%; */
  }
}

.t{
color: inherit;
}

#zestmoney-widget-control{
  display: inline-flex;
  text-align: center; 
}

.zestmoney-widget-iframe{
  height: 100% !important;
  width: 100% !important;
}

.zestmoney-widget-cart {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  align-items: center;
  display: inline-flex;
  text-align: center;
}

.zestmoney-amount-cart {
  color: #033418;
  font-weight: bold;
  display: none;
}
