﻿#dropin-container img {
    width: auto;
    margin: inherit
}

#dropin-container .adyen-checkout__button__icon {
    margin-right: 12px;
}
.btnCancelAdyenPayment-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}
.btnCancelAdyenPayment:disabled {
    background: rgb(204, 204, 204) none repeat scroll 0px 0px;    
    color: #dba510;
    cursor: auto;
    margin-left: 0px;
    cursor: not-allowed;
}
.btnCancelAdyenPayment:disabled:hover {
    color: #dba510 !important;
    background: rgb(204, 204, 204) none repeat scroll 0px 0px !important;
}
#internationalOption.payment-option .checkbox.disabled,
#domesticOption.payment-option .checkbox.disabled {
    cursor: not-allowed;
    pointer-events: none;
}
#internationalOption.payment-option .checkbox.disabled .label-text::before,
#domesticOption.payment-option .checkbox.disabled .label-text::before{
    background-color:  #e6e1da;
}