/*Added by krishna marakana*/

.hidden {
  display: none !important;
}

/*google login button center*/
.google-center-btn {
  display: flex !important;
  justify-content: center !important;
}

.google-center-btn iframe {
  margin: 0 auto !important;
}

/*google login button center*/



/*Added by Kuldip marakana*/
footer {
  padding: 40px 0;
  position: relative;
  z-index: 15;
  background-color: var(--white);
}

.loader-widget {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  text-align: center;
  padding-top: 20%;
}

.text-pre-line {
  white-space: pre-line;
}

.placed_offer_status_text {
  display: inline-block;
  min-width: 30px;
  color: var(--base-color);
  font-weight: 600;
  padding-right: 5px;
}