@import url("//fonts.googleapis.com/css2?family=Inter&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: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999990 !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;
}

.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;
}

.zestmoney-logo {
  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: 14px;
  left: 14px;
  padding: 0px !important;
  background-color: inherit !important;
  font-size: 21px;
  border: 0;
  border-radius: 100%;
  /* background: #546e7a; */
  background: url('../../assets/widget/partner-widget-close.svg');
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
}

.zestmoney-widget-close-cart{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 0px !important;
  background-color: inherit !important;
  font-size: 21px;
  border: 0;
  border-radius: 100%;
  /* background: #546e7a; */
  background: url('../../assets/widget/partner-widget-close.svg');
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
}

@media screen and (max-width: 720px) {
  .zestmoney-widget-wrapper {
    border-radius: 16px;
    width: 376px;
    height: 98%;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 721px) and (max-width: 992px) {
  .zestmoney-widget-wrapper {
    width: 376px;
    height: 98%;
  }
}
@media screen and (min-width: 993px) {
  .zestmoney-widget-wrapper {
    width: 840px;
    height: 580px;
  }
}

@media screen and (max-width: 520px) {
  .zestmoney-widget-wrapper {
    width: 360px;
    height: 98%;
  }
  .zestmoney-widget {
    font-size: 12px;
  }
  .zestmoney-logo {
    height: 14px;
  }
  .z-tooltip {
    width: 8px;
    height: 8px;
    font-size: 8px;
  }
}

.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;
}