.tip-field-b {
  border-radius: 30px;
  padding-left: 35px;
  background: #f6f7fa;
  color: #a2a7b2;
  border-radius: 7px;
  border: 1px solid #b7b8b9;
}
#tip-credits {
  width: 120px;
  display: inline-block;
  /* margin-left: 0; */
  border: 1px solid rgb(58, 65, 75);
  margin-top: 10px;
  text-align: center;
}
span.tip-icon {
  background: url("/static/images/svgicons/menu_money_small.svg") no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: 31px;
  top: 5px;
  background-size: cover;
}
.main-pop-Tips .main-pop-window {
  width: 260px;
  height: 317px;
  top: 25%;
}
.main-pop-Tips .main-pop-window .pops-display-texts {
  width: 100%;
}
.main-pop-Tips .pops-text {
  width: 68%;
}

.confirmTip {
  text-align: center;
  color: #fff;
  background-color: #3a414b;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 261px;
  cursor: pointer;
  margin-top: 56px;
  height: 45px;
  border-radius: 0px 0px 10px 10px;
  line-height: 47px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #3a414b;
  margin-top: 0;
}

.confirmTip:disabled,
.confirmTip.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #ababab;
    border-color: #bdbdbd;
    color: #000;
}

.confirmTipLoadingBtn {
  text-align: center;
  color: #fff;
  background-color: #3a414b;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 261px;
  cursor: pointer;
  margin-top: 56px;
  height: 45px;
  border-radius: 0px 0px 10px 10px;
  line-height: 47px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #3a414b;
  margin-top: 0;
}
.confirmTipLoadingBtn:disabled,
.confirmTipLoadingBtn.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ababab;
  border-color: #bdbdbd;
  color: #000;
}

.tip-profile-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
}
.new-chat-errors {
  color: #ff3434;
  display: inline-block;
  line-height: 25px;
  margin: 5px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  background: #fff0f0;
  border-radius: 2px;
}
#tip_error_msg {
  font-size: 14px;
  width: 100%;
  margin: 10px 0 0;
  padding: 5px 10px;
  line-height: normal;
}
.creditText{
letter-spacing: 1px;
color: #3b414a;
font-weight: 600;
font-size: 14px;
margin-top: 10px;
font-family: MyriadProRegular!important;
}