.PayBtnIgfs {
    display: flex;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 48px;
    border: 0;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /* align-items: center; */
    justify-content: center;
    cursor: pointer;
    background-color: #ffffff00;
    margin-top: 10px;
}

.PayBtnIgfs.disabled{
    filter: grayscale(100%);
    opacity: .65;
}

.PayBtnIgfs:hover{
    filter: brightness(0.9);
}

.PayBtnIgfsContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 35px;
    cursor: pointer;
}
