
.dbc-box-position {
  height: 90px;
  display: flex;
  padding: 20px 0px;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  width: auto;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 99999;
  bottom: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .dbc-box-position {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.dbc-link-box {
  min-width: 280px;
}
.dbc-float-link {
    min-height: 40px;
    min-width: 288px;
    border-radius: 1000px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: DD-TTNorms, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: rgb(0 0 0) 0px 0px 10px 0px;
    background-color: rgb(234, 58, 46) !important;
    color: rgb(255, 255, 255) !important;
}
