@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

html {
    min-height: 100%;
    height: 100%;
}
.stream-alerts-body{
    margin: 0;
    padding: 0;
    /* min-width: 1000px; */
    height: 100%;
    width: 100%;
    /* position: absolute; */
    overflow: visible;
}
.bmc-details-wrap{
  display: flex;
  position: absolute;
  left: 4%;
  bottom: 8%;

  background: #000000;
  transition: 0.3s all linear;
  border-radius: 10px;
  padding: 8px 10px;
}
.bmc-stream-logo{
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.bmc-stream-slug-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmc-stream-slug {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    /* line-height: 14px; */
    text-transform: lowercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #fff !important;
}

.bmc-stream-slug.shine {
    background: linear-gradient(
        120deg,
        #ffffff 0%,
        #ffffff 40%,
        rgba(255,255,255,0.6) 50%,
        #ffffff 60%,
        #ffffff 100%
    );
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 10s ease-in-out infinite;
}

/* Fallback for browsers that don't support background-clip: text */
.bmc-stream-slug.shine {
    color: #fff;
}

/* Modern browsers will override the fallback */
@supports (background-clip: text) or (-webkit-background-clip: text) {
    .bmc-stream-slug.shine {
        color: transparent;
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.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-alert-parent{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-style: normal;

    /* text-shadow: 0px 0px 2px black; */
    /* Crisp black outline for WebKit browsers */
    /* -webkit-text-stroke: 0.5px #000; */
    /* Fallback for others */
    
}

.stream-alert-content{
    text-align: center;
    max-width: 290px;
    -webkit-line-clamp: 3;
    max-height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 1px;
}

.stream-alert-message{
    color: white;
    font-size: 12px;
}


.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;
}
.stream-alert-content-behind {
    position: absolute;
    bottom: 0;
}
.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);
    }
}

