.flex-row-for-banner{
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1111px;
    width: 100%;
    position: relative;
}
#notification_display {
    position: relative;
    z-index: 1;
    margin-top:auto;
    margin: auto;
    margin-top: 15px;
    background: white;
    max-width: var(--container-max-width, 1140px);
    padding: 10px 25px 20px 20px;
    gap: 20px;
    border-radius: 0 0 4px 4px;
    justify-content: center;
    box-shadow: 0px 25px 20px -20px rgb(0 0 0 / 10%);
}
#notification_display .close {
    font-family: monospace;
    position: absolute;
    top: 0px;
    right: 19px;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #000 !important;
    opacity: .5 !important;
    text-shadow: 0 1px 0 #000 !important;
    cursor: pointer;
}
#notification_display #notify_cost{
    display: block;
}
#notification_display .banner-buy-report-info{
    display: flex;
    flex-direction: column;
    color: #000;
}
#notification_display #notify_vin{
    line-height: 1.5;
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 3px 5px 3px 20px;
    font-weight: 400;
}
#notification_display #notify_discount{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    margin-top: -3px;
    margin-bottom: 7px;
    display: none;
    width: fit-content;
    /* background-color: #3d96f2; */
    padding: 2px 20px 2px 10px;
    border-radius: 19px;
    color: white;
}
#notification_display #notify_ymm{
    line-height: 1.5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#notification_display #notify_msg{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 768px){
    .drm-history[role="wrap"]{
        margin-top: 0px !important;
    }
    #notification_display{
        padding: 10px 30px 20px 20px;
    }
    .flex-row-for-banner{
        position: static;
    }
    #notification_display .container {
        max-width: 100% !important;
    }
    #notification_display .flex-row-for-banner{
        flex-direction: column;
        gap: 5px;
    }
    #notification_display #notify_button{
        width: 100%;
        flex-direction: row;
    }
    #notification_display .banner-buy-report-info b{
        color: #fff;
        font-size: 16px;
    }
    .banner-buy-report-info{
        width: 100%;
    }
    #notification_display .close{
        right: 5px;
    }
    #notification_display #notify_vin{
        width: 100%;
        padding: 4px 8px;
        text-align: center;
        line-height: 1.2;
        border-radius: 4px;
    }
    .sharbg-container{
        margin-left: 0 !important;
    }
    .sharp-end{
        display: none;
    }
    #notification_display #notify_discount{
        width: 100%;
        text-align: center;
    }
    #notification_display #notify_ymm{
        text-align: center;
    }
    #notification_display #notify_msg{
        display: none;
    }
}
@media (max-width: 300px){
    .drm-history[role="wrap"]{
        margin-top: 0px !important;
    }
    #notification_display{
        position: fixed;
        z-index: 1;
        left: 35%;
        transform: translatex(-28%);
        width: fit-content;
        max-width: -webkit-fill-available;
        margin-top:auto;
    }
    #notification_display .container {
        max-width: 100% !important;
    }
    #notification_display .banner-buy-report-info b{
        color: #fff;
        font-size: 16px;
    }
}
.banner-buy-report-info div {
    font-size: 14px;
    color: #fff;
}
.banner-buy-report-info div {
    font-size: 14px;
    color: #fff;
}
.banner-buy-report-line {
    text-align: center;
}
.banner-buy-report-info div {
    font-size: 14px;
    color: #fff;
}

strong#banner-buy-report-text {
    font-size: 12px;
    font-weight: 600;
}

.banner-buy-report-info-bot {
    text-transform: none;
    font-size: 14px;
    margin: 0 auto;
    max-width: 450px;
    line-height: 16px;
}

.banner-buy-report-arr-r {
    float: right;
    margin-top: 6%;
}
#notify_button{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
#notify_cost {
    font-weight: 800;
    line-height: 1.5;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#notify_btn{
    font-size: 12px;
    line-height: 1.3;
    min-width: 64px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    min-height: 28px;
    padding: 6px 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#notify_btn:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.sharbg-container {
    position: relative;
    width: 100%;
    background-color: transparent; /* Keep the container background transparent */
    overflow: hidden;
    margin-left: -20px;
    margin-bottom: 12px;
}
  
.stretched-bg {
    /* background-color: #4dabf7; */
    display: block;
    position: relative;
}
  
.sharp-end {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 28px solid #ffffff;
    /* border-left: 28px solid #4dabf7; */
    border-bottom: 0 solid #ffffff;
}