* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}



.radio-buttons {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    box-sizing: border-box;
    align-self: flex-start !important;
}

.custom-radio input {
    display: inline-block;
}

.radio-btn {
    position: relative;
    width: 427px;
    height: 110px;
    margin: 10px;
    background-color: #fafafa;
    border: 4px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

    .radio-btn .content {
        margin: 5px 0 20px 0;
        /* height: 110px; */
        padding: 17px;
        border-radius: 6px;
        /* border: solid 1px #e6e6e6; */
        box-sizing: border-box;
        background-color: #fafafa;
        transition: .3s ease-in;
        position: relative;
    }

.p-ab-content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

    .p-ab-content-head i {
        margin-right: 5px;
        padding-bottom: 3px;
    }

    .p-ab-content-head span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 200px;
    }

.p-ab-content-address {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    line-height: 24px;
}

    .p-ab-content-address p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.radio-btn h2 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.custom-radio input:checked + .radio-btn {
    border: 4px solid #7434c3;
}

.radio-buttons .add-profile {
    width: 427px;
    height: 110px;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #fafafa;
    flex-direction: column;
    margin-bottom: 20px;
    transition: .3s ease-in;
    box-sizing: border-box;
    margin-top: 30px;
    cursor: pointer;
}

.radio-buttons .ty-p-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 427px;
    position: relative;
}


/*bireysel kurumsal baslangıc*/

.main section {
    background-color: #fff;
}

    .main section .labelfaturatipi {
        background: #FBFBFB;
        border: 1px solid #E6E6E6;
        border-radius: 6px;
        cursor: pointer;
        display: block;
        padding: 15px 20px;
        margin: 0;
        color: #000;
        position: relative;
        font-size: 22px;
        user-select: none;
        width: 50%;
        float: left;
    }

    .main section .inputnone:checked + .labelfaturatipi {
        /* transition: all 0.3s ease-in; */
        border: 2px solid #f27a1a;
    }

    .main section .ftipi {
        color: #666;
        overflow: hidden;
        padding: 0 20px;
        visibility: hidden;
        max-height: 0;
    }

        .main section .ftipi * {
            opacity: 0;
        }

    .main section .inputnone {
        display: none;
    }

        .main section .inputnone:checked + .labelfaturatipi + .ftipi {
            padding: 20px;
            max-height: 100vh;
            visibility: visible;
            opacity: 1;
        }

            .main section .inputnone:checked + .labelfaturatipi + .ftipi * {
                opacity: 1;
            }

/*bireysel kurumsal bitis*/


/*odeme secenekleri baslangic*/

.odemeseceneklerigenel {
    padding-left:80px !important;
    padding-right:80px !important;
}

.odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri {
    background-color: #fff;
}

    .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .labelfaturatipiodemesecenekleri {
        background: #FBFBFB;
        border: 1px solid #E6E6E6;
        border-radius: 6px;
        cursor: pointer;
        display: block;
        padding: 15px 20px;
        margin: 0;
        color: #000;
        position: relative;
        font-size: 22px;
        user-select: none;
        /*width: 50%;
        float: left;*/
    }

    .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .inputnoneodemesecenekleri:checked + .labelfaturatipiodemesecenekleri {
        /* transition: all 0.3s ease-in; */
        border: 2px solid #f27a1a;
    }

    .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .ftipiodemesecenekleri {
        color: #666;
        overflow: hidden;
        padding: 0 20px;
        visibility: hidden;
        max-height: 0;
    }

        .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .ftipiodemesecenekleri * {
            opacity: 0;
        }

    .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .inputnoneodemesecenekleri {
        display: none;
    }

        .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .inputnoneodemesecenekleri:checked + .labelfaturatipiodemesecenekleri + .ftipiodemesecenekleri {
            padding: 20px;
            max-height: 100vh;
            visibility: visible;
            opacity: 1;
        }

            .odemeseceneklerigenel .mainodemesecenekleri .odemesecenekleri .inputnoneodemesecenekleri:checked + .labelfaturatipiodemesecenekleri + .ftipiodemesecenekleri * {
                opacity: 1;
            }

.noayarla {
    width: 20%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 15px;
    margin-bottom:15px;
}
.kartnocss {
    width:42%;
}

.formselectayar .form-select {
    display: inherit !important;
    width: 20% !important;
    padding: 0.75rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 18px;
    margin-bottom: 15px;
}
#off {
    display:none;
}
#kredikartioff {
    display:block;
}
.on {
    display: block;
}

@media screen and (max-width: 576px) {
    .radio-btn {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: #fafafa;
        border: 4px solid transparent;
        border-radius: 10px;
        cursor: pointer;
        margin-top:10px;
    }
    .radio-buttons .ty-p-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
    }
    .p-ab-content-head span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        max-width: 200px;
        width: 100%;
        
    }
    .kartnocss {
        width: 100%;
    }
    .formselectayar .form-select {
        display: inherit !important;
        width: 49% !important;
        padding: 0.75rem 2.25rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .noayarla {
        width: 100%;
        padding: 0.75rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-right: 15px;
        margin-bottom: 15px;
    }

}


/*odeme secenekleri bitis*/
