.tahsilat-template {
    background: #eef8f7;
    color: #123c3a;
    font-family: Inter, Poppins, Arial, sans-serif;
}
.tahsilat-template #main-wrapper {
    min-height: calc(100vh - 140px);
    background:
        radial-gradient(circle at 8% 0, rgba(20,184,166,.22), transparent 31%),
        radial-gradient(circle at 88% 8%, rgba(3,105,161,.16), transparent 28%),
        linear-gradient(180deg, #f0fdfa 0, #f7fbff 48%, #f8fafc 100%);
}
.tahsilat-template #header {
    background: rgba(255,255,255,.84);
    border-bottom: 1px solid rgba(15,118,110,.12);
    backdrop-filter: blur(12px);
}
.tahsilat-template #header .container,
.tahsilat-template #content > .container,
.tahsilat-template #footer .container {
    max-width: 1240px;
}
.tahsilat-template .logo img {
    max-width: 160px;
    max-height: 48px;
}
.tahsilat-logo-text {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #123c3a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
}
.tahsilat-template #header .header-row {
    min-height: 70px;
}
.tahsilat-template .logo,
.tahsilat-template .tahsilat-logo-text {
    min-height: 70px;
}
.tahsilat-template .primary-menu ul.navbar-nav > li > a {
    height: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
}
.tahsilat-template .navbar-nav {
    gap: 4px;
}
.tahsilat-template .navbar-nav a {
    color: #315654;
    font-weight: 600;
    padding: 0 14px;
    border-radius: 6px;
}
.tahsilat-template .navbar-nav a:hover {
    color: #0f766e;
    background: rgba(15,118,110,.08);
}
.tahsilat-template #content {
    padding: 22px 0 20px;
}
.tahsilat-page {
    padding-bottom: 24px;
}
.tahsilat-hero {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
    padding: 14px 18px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,253,250,.86));
    border: 1px solid rgba(15,118,110,.14);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(15,76,92,.08);
}
.tahsilat-hero:before {
    display: none;
}
.tahsilat-hero-copy {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
}
.tahsilat-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
    color: #0f766e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.tahsilat-eyebrow:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    background: #14b8a6;
    border-radius: 50%;
}
.tahsilat-hero h1 {
    max-width: none;
    margin: 0;
    color: #0f2f2d;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -.03em;
}
.tahsilat-hero p {
    max-width: none;
    margin: 5px 0 0;
    color: #456763;
    font-size: 13px;
}
.tahsilat-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}
.tahsilat-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    color: #164e49;
    background: #fff;
    border: 1px solid rgba(15,118,110,.13);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}
.tahsilat-trust-list i {
    color: #0f766e;
}
.tahsilat-layout {
    align-items: flex-start;
}
.tahsilat-summary-col {
    position: sticky;
    top: 18px;
    align-self: flex-start;
    z-index: 5;
}
.tahsilat-card {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(15,118,110,.12);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(15,76,92,.08);
}
.tahsilat-installments {
    padding: 24px;
}
.tahsilat-summary {
    padding: 24px !important;
    overflow: hidden;
    background: #fff;
}
.tahsilat-summary:before {
    content: "";
    display: block;
    height: 5px;
    margin: -24px -24px 20px;
    background: linear-gradient(90deg, #0f766e, #0369a1);
}
.tahsilat-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}
.tahsilat-card-head > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tahsilat-card-head h2 {
    margin: 0;
    color: #123c3a;
    font-size: 19px;
    font-weight: 800;
}
.tahsilat-card-head small {
    color: #617775;
    font-weight: 600;
}
.tahsilat-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #0369a1);
    border-radius: 11px;
    font-weight: 700;
}
.tahsilat-label {
    display: block;
    margin-bottom: 8px;
    color: #315654;
    font-weight: 700;
}
.tahsilat-label span {
    color: #0f766e;
}
.tahsilat-amount {
    position: relative;
    margin-bottom: 18px;
}
.tahsilat-amount .form-control {
    height: 50px;
    padding-right: 48px;
    color: #123c3a;
    border: 1px solid #cfe5e3;
    border-radius: 14px 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}
.tahsilat-amount .form-control:focus {
    border-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20,184,166,.14);
}
.tahsilat-amount .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.tahsilat-amount .input-group-append {
    display: flex;
    margin: 0;
}
.tahsilat-currency {
    position: absolute;
    right: 116px;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
    pointer-events: none;
}
.tahsilat-calc-btn,
.tahsilat-amount .btn {
    min-width: 104px;
    height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 0 14px 14px 0;
    background: #0f766e !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none !important;
    cursor: pointer;
}
.tahsilat-calc-btn:hover,
.tahsilat-amount .btn:hover {
    background: #0d5f59 !important;
}
.tahsilat-selection,
.tahsilat-total-row,
.tahsilat-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.tahsilat-selection {
    --bank-color: #0f766e;
    --bank-bg: #ecfdf5;
    --bank-border: #bdebe1;
    margin: 6px 0 14px;
    padding: 13px 14px;
    color: var(--bank-color);
    background: var(--bank-bg);
    border: 1px solid var(--bank-border);
    border-radius: 14px;
}
.tahsilat-bank-garanti { --bank-color: #007a53; --bank-bg: #e8f7ef; --bank-border: #8bd2b5; }
.tahsilat-bank-akbank { --bank-color: #c8102e; --bank-bg: #fff0f2; --bank-border: #f4a7b3; }
.tahsilat-bank-yapikredi { --bank-color: #004b93; --bank-bg: #edf6ff; --bank-border: #9bc7ee; }
.tahsilat-bank-isbank { --bank-color: #003b75; --bank-bg: #eef6ff; --bank-border: #9abfe4; }
.tahsilat-bank-ziraat { --bank-color: #d71920; --bank-bg: #fff1f1; --bank-border: #f1a3a6; }
.tahsilat-bank-vakifbank { --bank-color: #f2a900; --bank-bg: #fff8df; --bank-border: #f4d77a; }
.tahsilat-bank-halkbank { --bank-color: #0067b1; --bank-bg: #eef8ff; --bank-border: #9dd0f3; }
.tahsilat-bank-denizbank { --bank-color: #005baa; --bank-bg: #eef7ff; --bank-border: #9bcdf3; }
.tahsilat-bank-qnb { --bank-color: #6c1d5f; --bank-bg: #fbf0f9; --bank-border: #d9a8d2; }
.tahsilat-bank-kuveytturk { --bank-color: #006747; --bank-bg: #edf8f3; --bank-border: #93d4bb; }
.tahsilat-bank-teb { --bank-color: #00a651; --bank-bg: #effaf4; --bank-border: #92dcb7; }
.tahsilat-bank-ing { --bank-color: #ff6200; --bank-bg: #fff3ea; --bank-border: #ffc29a; }
.tahsilat-selection span,
.tahsilat-total-row span,
.tahsilat-total span {
    color: #617775;
    font-size: 13px;
    font-weight: 700;
}
.tahsilat-selection strong,
.tahsilat-total-row strong {
    color: #123c3a;
    text-align: right;
    font-size: 14px;
    font-weight: 800;
}
.tahsilat-selection strong {
    color: var(--bank-color);
}
.tahsilat-total-row {
    padding: 8px 0 14px;
}
.tahsilat-total {
    margin-bottom: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #123c3a, #075985);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(8,86,80,.18);
}
.tahsilat-total span,
.tahsilat-total strong {
    color: #fff;
}
.tahsilat-total strong {
    text-align: right;
    font-size: 22px;
    font-weight: 900;
}
.tahsilat-form-toggle {
    margin-bottom: 12px;
    color: #0f766e;
    font-weight: 800;
}
.tahsilat-summary-form {
    padding: 22px !important;
}
.tahsilat-form-title {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.tahsilat-form-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #0f766e;
    background: #ccfbf1;
    border-radius: 13px;
}
.tahsilat-form-title h2 {
    margin: 0;
    color: #123c3a;
    font-size: 18px;
    font-weight: 900;
}
.tahsilat-form-title p {
    margin: 3px 0 0;
    color: #617775;
    font-size: 13px;
    line-height: 1.4;
}
.tahsilat-form-card {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.tahsilat-submit {
    height: 52px;
    margin-top: 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0369a1, #0f766e);
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(3,105,161,.2);
    transition: filter .16s ease;
    cursor: pointer;
}
.tahsilat-submit:hover {
    filter: brightness(.94);
}
.tahsilat-calc-btn:focus,
.tahsilat-amount .btn:focus,
.tahsilat-submit:focus {
    box-shadow: 0 0 0 3px rgba(20,184,166,.22) !important;
}
.tahsilat-form-card .sf-button,
.tahsilat-form-card input[type="submit"],
.tahsilat-form-card input[type="image"].formGonderButton {
    display: none !important;
}
.shopphp-payment-body .tabs,
.baska-kart {
    display: none !important;
}
#shopphp-payment-title-step1 {
    display: none !important;
}
#shopphp-payment-title-step2 {
    width: 100% !important;
    max-width: none !important;
}
.tahsilat-template #top-payment-tab #delivery {
    display: none !important;
}
.tahsilat-template #top-payment-tab #payment {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: 0 !important;
    text-align: left !important;
    padding-left: 16px !important;
}
.tahsilat-template #top-payment-tab #payment p {
    text-align: left !important;
}
.tahsilat-template #top-payment-tab {
    border-left: 0 !important;
    border-right: 0 !important;
}
.basket-right ul li {
    display: none;
}
.basket-right ul li:last-child {
    display: block;
}
form.formv2 .sf-form-container ul li {
    width: 100% !important;
}
.sf-form-container,
.sf-form-container ul {
    margin: 0;
    padding: 0;
}
.sf-form-container ul {
    list-style: none;
}
.sf-form-header {
    margin: 14px 0 10px;
    color: #123c3a;
    font-size: 15px;
    font-weight: 900;
}
.sf-form-item-fullwidth {
    margin-bottom: 10px;
}
.sf-form-item-fullwidth .sf-form-input,
.sf-form-item-fullwidth .sf-form-textarea,
.sf-form-item-fullwidth .sf-form-select {
    width: 100% !important;
    min-height: 44px;
    border: 1px solid #cfe5e3;
    border-radius: 13px;
    padding: 9px 12px;
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.sf-form-item-fullwidth .sf-form-input:focus,
.sf-form-item-fullwidth .sf-form-textarea:focus,
.sf-form-item-fullwidth .sf-form-select:focus {
    border-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20,184,166,.14);
}
.sf-text-label {
    margin-bottom: 5px;
    color: #315654;
    font-size: 12px;
    font-weight: 800;
}
.responsive-table-v2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(15,118,110,.12);
    border-radius: 18px;
    background: #fff;
}
.responsive-table-v2 .container-table100,
.responsive-table-v2 .wrap-table100,
.responsive-table-v2 .table100 {
    width: 100%;
    max-width: 100%;
}
.responsive-table-v2 table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}
.responsive-table-v2 table th,
.responsive-table-v2 table td {
    padding: 15px 12px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #e7f4f2;
}
.responsive-table-v2 table thead tr {
    background: #f0fdfa;
}
.responsive-table-v2 .table100-head th {
    color: #315654;
    font-size: 13px;
    font-weight: 800;
}
.responsive-table-v2 .table100-head img {
    max-width: 86px;
    max-height: 34px;
    object-fit: contain;
}
.responsive-table-v2 tbody tr {
    color: #315654;
    font-size: 14px;
    transition: background .16s ease;
}
.responsive-table-v2 tbody tr:hover {
    background: #f7fffd;
}
.responsive-table-v2 tbody tr:has(input[type="radio"]:checked) {
    background: #ecfdf5;
}
.responsive-table-v2 tbody tr td:first-child {
    text-align: left;
    color: #123c3a;
    font-weight: 800;
}
.responsive-table-v2 input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.responsive-table-v2 label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    margin: 0;
    padding: 9px 12px;
    color: #0f766e;
    background: #f0fdfa;
    border: 1px solid #bdebe1;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.responsive-table-v2 label:hover {
    background: #ccfbf1;
    border-color: #14b8a6;
}
.responsive-table-v2 input[type="radio"]:checked + label {
    color: #fff;
    background: #0f766e;
    border-color: #0f766e;
    box-shadow: 0 10px 18px rgba(15,118,110,.18);
}
.footer-copyright ul li a {
    color: #315654;
    display: block;
    padding: .5rem 1rem;
}
.footer-copyright ul li a:hover {
    color: #0f766e;
}
.tahsilat-template #footer {
    background: #fff;
    border-top: 1px solid rgba(15,118,110,.12);
}
.tahsilat-template .payments-types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tahsilat-template .payments-types span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 32px;
    padding: 0 14px;
    color: #315654;
    background: #f8fffd;
    border: 1px solid #cfe5e3;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.vfContainer,
#main-wrapper > .bg-light {
    display: none;
}
@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
@media (max-width: 991px) {
    .tahsilat-layout {
        display: flex;
        flex-direction: column;
    }
    .tahsilat-summary-col {
        display: contents;
        position: static;
        z-index: auto;
    }
    .tahsilat-summary-pay {
        order: 1;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 0 !important;
    }
    .tahsilat-installments-col {
        order: 2;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 16px !important;
    }
    .tahsilat-summary-form {
        order: 3;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 16px !important;
    }
    .tahsilat-template {
        overflow-x: hidden;
    }
    .tahsilat-template #header {
        position: relative;
        z-index: 1030;
    }
    .tahsilat-template #content {
        position: relative;
        z-index: 1;
    }
    #header .container,
    #header .header-row {
        overflow: visible;
    }
    #header .header-row {
        flex-wrap: nowrap;
        min-height: 64px;
    }
    #header .primary-menu {
        z-index: 1031;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15,76,92,.12);
    }
    #header .primary-menu:before {
        display: none;
    }
    #header .header-column.justify-content-start {
        flex: 1 1 auto;
        min-width: 0;
    }
    #header .header-column.justify-content-end {
        flex: 0 0 auto;
    }
    #header .navbar-toggler {
        position: relative;
        z-index: 1032;
        flex-shrink: 0;
        margin-left: 8px;
    }
    .tahsilat-template .primary-menu ul.navbar-nav {
        width: 100%;
    }
    .tahsilat-template .primary-menu ul.navbar-nav > li {
        width: 100%;
    }
    #header .primary-menu > div {
        margin: 8px 0 12px;
        padding: 0 16px;
    }
    .tahsilat-template .primary-menu ul.navbar-nav > li > a,
    .tahsilat-template .navbar-nav a {
        width: 100%;
        height: auto;
        border-radius: 0;
        justify-content: flex-start;
        padding: 12px 4px;
    }
    .tahsilat-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 16px;
    }
    .tahsilat-hero h1 {
        font-size: 22px;
    }
    .tahsilat-trust-list {
        gap: 8px;
    }
    .tahsilat-template #footer .payments-types,
    .tahsilat-template #footer .social-icons {
        justify-content: center;
    }
    .tahsilat-template #footer .col-md-4.d-flex {
        align-items: center !important;
    }
    .tahsilat-template #footer .footer-copyright {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tahsilat-template #header .container,
    .tahsilat-template #content > .container,
    .tahsilat-template #footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .tahsilat-template #content {
        padding-top: 22px;
    }
    .tahsilat-card {
        border-radius: 18px;
    }
    .tahsilat-hero {
        border-radius: 16px;
    }
    .tahsilat-installments,
    .tahsilat-summary {
        padding: 16px !important;
    }
    .tahsilat-summary-form {
        padding: 18px !important;
    }
    .tahsilat-summary:before {
        margin: -16px -16px 16px;
    }
    .tahsilat-card-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .responsive-table-v2 {
        border: 0;
        border-radius: 0;
        background: transparent;
    }
    .responsive-table-v2 table,
    .responsive-table-v2 table tbody {
        display: block;
        width: 100%;
    }
    .responsive-table-v2 table tbody {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .responsive-table-v2 table thead {
        display: none;
    }
    .responsive-table-v2 table tr {
        display: block;
        margin: 0;
        background: #fff;
        border: 1px solid #cfe5e3;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(15,76,92,.07);
    }
    .responsive-table-v2 table td {
        display: none;
        width: 100%;
        padding: 0;
        text-align: left;
        border-bottom: 0;
    }
    .responsive-table-v2 table td.tableRow,
    .responsive-table-v2 table td:first-child {
        display: flex;
        align-items: center;
        position: relative;
        padding: 16px 44px 16px 16px;
        background: #f0fdfa;
        font-size: 15px;
        cursor: pointer;
        border-bottom: 0;
    }
    .responsive-table-v2 table tr.active td.tableRow,
    .responsive-table-v2 table tr.active td:first-child {
        border-bottom: 1px solid #cfe5e3;
    }
    .responsive-table-v2 table td.tableRow:after,
    .responsive-table-v2 table td:first-child:after {
        content: "\f078";
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0f766e;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
    }
    .responsive-table-v2 table tr.active td.tableRow:after,
    .responsive-table-v2 table tr.active td:first-child:after {
        transform: translateY(-50%) rotate(180deg);
    }
    .responsive-table-v2 table tr.active td:not(:first-child):has(label) {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(108px, 42%);
        align-items: center;
        gap: 8px 12px;
        padding: 12px 16px;
        background: #fff;
        border-bottom: 1px solid #e7f4f2;
    }
    .responsive-table-v2 table tr.active td:not(:first-child):has(label):last-child {
        border-bottom: 0;
    }
    .responsive-table-v2 table tr.active td:not(:first-child):has(label):before {
        content: attr(data-mobile);
        display: block;
        grid-column: 1;
        color: #315654;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        position: static;
        width: auto;
    }
    .responsive-table-v2 table td.tableRow:before,
    .responsive-table-v2 table td:first-child:before {
        display: none;
    }
    .responsive-table-v2 table tr.active td:not(:first-child) label {
        grid-column: 2;
        width: 100%;
        min-width: 0;
        min-height: 44px;
        margin: 0;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
    }
    .tahsilat-selection,
    .tahsilat-total-row,
    .tahsilat-total {
        flex-wrap: wrap;
    }
    .tahsilat-selection strong,
    .tahsilat-total-row strong {
        width: 100%;
        margin-top: 4px;
        text-align: left;
    }
    .tahsilat-amount .input-group {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .tahsilat-amount .form-control {
        width: 100%;
        height: 54px;
        font-size: 20px;
        border-radius: 14px !important;
        margin: 0 !important;
    }
    .tahsilat-currency {
        right: 16px;
        top: 27px;
    }
    .tahsilat-amount .input-group-append {
        width: 100%;
        display: flex;
        margin: 14px 0 0 !important;
        padding: 0;
    }
    .tahsilat-calc-btn,
    .tahsilat-amount .btn {
        width: 100%;
        min-width: 0;
        height: 54px;
        font-size: 17px;
        border-radius: 14px !important;
    }
    .tahsilat-template #top-payment-tab {
        display: block !important;
    }
    .tahsilat-template .shopphp-payment-body .form-control,
    .tahsilat-template .shopphp-payment-body select,
    .tahsilat-template .shopphp-payment-body input[type="text"],
    .tahsilat-template .shopphp-payment-body input[type="tel"] {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .tahsilat-hero h1 {
        font-size: 20px;
    }
    .tahsilat-hero {
        padding: 12px 14px;
    }
    .tahsilat-trust-list span {
        justify-content: center;
    }
    .tahsilat-total strong {
        font-size: 18px;
    }
    .tahsilat-template .payments-types {
        justify-content: center;
    }
}
.tahsilat-template .sozlesme-v5 .sozlesme-items {
    max-height: none;
    overflow: hidden;
    padding: 0;
}
.tahsilat-template .sozlesme-v5 .sozlesme-items p {
    margin: 0;
}
.tahsilat-template .sozlesme-v5 .sozlesme-items textarea,
.tahsilat-template textarea.acceptRules,
.tahsilat-template textarea#gf_acceptRules {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    max-height: 200px;
    margin: 0;
    padding: 1rem;
    overflow-y: auto !important;
    overflow-x: hidden;
    resize: none;
    border: 0 !important;
    background: transparent !important;
    box-sizing: border-box;
}
