﻿/*Gift card css*/
.bg_giftcard {
    background-color: #4996d2;
    background-image: radial-gradient(circle at top right, #f0f0f0, #4996d2 100%);
}
/*css for overlay on modal image */
.overlay-modal {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 560px;
    opacity: .5;
    z-index: 1;
}
.tooltiped {
    position: absolute;
    right: 12px;
}
label .tooltiped svg {
    fill: #000000;
    height: 1.2rem;
    width: 1.2rem;
}
.tooltip{
    pointer-events:none !important;
}
