.stream-alerts-body{
    margin: 0;
    padding: 0;
    min-width: 1000px;
    height: 100%;
    width: 100%;
    position: absolute;
}
.bmc-deatils-wrap{
  display: flex;
  position: absolute;
  left: 4%;
  bottom: 8%;
}
.bmc-stream-logo{
    width: 48px;
    height: 48px;
    background-color: #FFDD00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bmc-stream-slug-wrap{
    height: 48px;
    background: #000000;
    padding: 8px 40px 8px 12px;
    box-sizing: border-box;
}
.bmc-stream-support{
    font-family: 'Montserrat', sans-serif;
    font-size: 9.6px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFDD00;
    font-weight: 900;
}
.bmc-stream-slug{
    font-family: 'Montserrat', sans-serif;
    font-size: 10.8px;
    line-height: 13px;
    text-transform: lowercase;
    color: #fff;
    font-weight: 500;
    margin-top: 4px;
}
.bmc-stream-slug-name{
    font-weight: 700;
}
.bmc-stream-type-info{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #FFDD00;
    text-shadow: 0px 0.680276px 0.680276px rgba(0, 0, 0, 0.28);
    z-index: 10;
    position: relative;
    margin-top: 14px;
}
.bmc-stream-purchase-info{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15.4834px;
    line-height: 19px;
    align-items: center;
    color: #212121;
    z-index: 10;
    position: relative;
    padding: 0 60px;
    margin-top: 28px;
    word-break: break-all;
    text-align: center;
}
.bmc-stream-yellow-bg{
    /* height: calc(100vw / 14.2 - 1px); */
    position: absolute;
    width: 100%;
}
.bmc-coffee-count-wrap{
    display: inline-flex;
    position: relative;
    flex-direction: column;
    margin: 45px 0 0;
}
.bmc-transaction-prompt{
    display: flex;
    justify-content: center;
}
.bmc-stream-type-info-bg{
    z-index: 10;
    top: 50px;
    opacity: 0;
}
.bmc-stream-type-info-bg,.bmc-stream-purchase-info-bg{
    position: relative;
  
}
.bmc-stream-purchase-info-bg{
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin-top: 6px;
}
.bmc-coffee-count-wrap{
    height: 200px;
}
.bmc-coffee-count-wrap.close{
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.bmc-stream-purchase-info-bg.expand-95{
    height: 95px;
    opacity: 1;
}
.bmc-stream-purchase-info-bg.expand-140{
    height: 140px;
    opacity: 1;
}
.bmc-stream-purchase-info-bg.expand-120{
    height: 120px;
    opacity: 1;
}
.bmc-stream-purchase-comment{
    max-width: 450px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #212121;
    position: relative;
    z-index: 10;
    padding: 0 60px;
    margin-top: 10px;
}
.limit-text-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-text-line-2 {
    -webkit-line-clamp: 2;
}
.alert-animation{
    z-index:1;
    animation: blowUpModal .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    transform:scale(1);
    opacity: 1!important;
}
@keyframes blowUpModal {
    0% {
        transform:scale(0);
    }
    100% {
        transform:scale(1);
    }
}

