/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.satim-wrapper {
    text-align: center;
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.satim-wrapper img {
    height: 60px !important;
}
.satim-msg-error {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.satim-msg-error p{
    margin: 0;
}
.satim-msg-error img {
    width: 60px !important;
}

.satim-summery p {
    margin: 0;
}
.satim-summery img {
    margin: 15px 0;
}

.satim-invoice .button{
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
}


.satim-invoice .button span{
    margin-left: 15px;
}

.payment_method_cib_dahabia img{
	float: right;
  width: 45px;
	margin-left: 50px !important;
}
.payment_method_cib_dahabia label{
	width: 100% !important;
}