.popover {
    position: absolute;
    font-family: inherit;
    z-index: 99;
    background-color: #ebebeb;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.popover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) rotate(180deg);
    border-width: 10px;
    border-style: solid;
    border-color:  #ebebeb transparent transparent transparent  ;
}

.popover-body {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    color: #212529;
}

.inactiveBtn{
    background: #68804f !important;
    box-shadow: 0px 4px 0px #68804f, 0px 254px 102px rgba(6, 26, 45, 0.01), 0px 143px 86px rgba(6, 26, 45, 0.05), 0px 63px 63px rgba(6, 26, 45, 0.09), 0px 16px 35px rgba(6, 26, 45, 0.1), 0px 0px 0px rgba(6, 26, 45, 0.1) !important;
}
