/**
 * @author N&TS Group <dev@netsgroup.com>
 * @copyright N&TS Group. All rights reserved.
 * @license LICENSE
 *
 * @see https://netsgroup.com/
 */
.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;
    border-radius: 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;
}
.payment-description-igfs {
    /* margin-top: 8px; */
    text-align: left;
}

.payment-description-igfs p {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}