.danger-btn {
    color: #fff;
    background-color: #ED4040;
    border: 1px solid #ED4040;
    height: 40px;
    padding: 4px 16px;
}
.danger-btn:active {
    color: #fff;
    box-shadow: 0 0 0 0.25rem #ffd2d2;
}
.danger-btn:focus {
    color: #fff;
    box-shadow: 0 0 0 0.25rem #ffd2d2;
}
.danger-btn:hover {
    color: #fff;
    background-color: #d43e3e;
}
.popup-w-400 {
    max-width: 400px;
}
.popup-icon {
    width: 80px;
    height: 80px;
}
.popup-icon-pos {
    position: absolute;
}

.custom-promotion-popup-scroll
{
    overflow-y: scroll;
    height: 500px;
}
.custom-promotion-popup-scroll::-webkit-scrollbar
{
   height: 5px;
   width: 5px;
}
.custom-promotion-popup-scroll::-webkit-scrollbar-thumb
{
    background: #B6B6B6; 
    border-radius: 6px;
}
  