/*
 * Copyright (c) 2023 Payfast (Pty) Ltd
 *
 * Author: App Inlet (Pty) Ltd
 *
 * Released under the GNU General Public License
 */
/* payment types style */
.payment-types ul {
    padding-left: 0;
}

.payment-types li {
    list-style: none;
}

.payment-types li.option-type {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

.payment-types ul ul li {
    float: left;
}

div.payment-types {
    margin-bottom: 20px !important;
}

div.payment-types > label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px !important;
}

ul.types {
    margin-top: 10px !important;
    padding-left: 0;
    display: inline-block !important;
}

ul.types li {
    margin-bottom: 5px !important;
    list-style: none;
}

span.payment-type-label {
    width: 100px;
    text-align: left;
    display: inline-block;
}

span.payment-type-label-img {
    width: 100px;
    text-align: right;
    display: inline-block;
}

img.payment-type-label-img {
    height: 20px;
    margin-left: auto !important;
}

/* payment types style end */
