@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    src: url('cuprum-v9-latin-ext_latin-regular.ttf') format('truetype');
}

body {
    font-family: 'Cuprum';
    font-weight: 400;
    background-color: #fff;
    padding: 20px 20px;
    max-width: 480px;
    min-height: 940px;
    margin: 0 auto;
    color: #333;
}

.ustalan {
    text-align: center;
    margin-bottom: 30px;
}

.ortaalan {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 10px;
}

.logo {
    width: 90px;
    height: 90px;
    background-color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.onayicon {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    background-image: url("onay.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo::after {
    content: "HT TRADE";
    font-family: Arial, sans-serif;
    font-style: italic;
}

.ust-isim {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 16px;
    color: #222;
}

.ust-aciklama-detay {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.ust-aciklama-ozet {
    color: #a0a0a0;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 20px;
}

.max-limit {
    color: #a0a0a0;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
}

.belirgin-alan {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-decoration: underline;
}

.para-miktar-alani {
    background-color: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.para-miktar-alani h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.para-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
}

.para-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.para-item span {
    color: #333;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
}

.ode-btn {
    font-family: 'Cuprum', sans-serif;
    min-width: 15.625rem;
    width: 100%;
    height: 90px;
    padding: 16px;
    background-color: #f24a4a;
    color: white;
    border: none;
    font-size: 1.15rem;
    cursor: pointer;
    margin-top: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* Butonu sayfanın tam genişliğine yay */
    box-sizing: border-box;
    max-width: 100%;
}

.ode-btn:hover {
    background-color: #d32f2f;
}

.ode-btn-kirmizi {
    font-family: 'Cuprum', sans-serif;
    min-width: 15.625rem;
    width: 100%;
    height: 60px;
    padding: 16px;
    background-color: #f24a4a;
    color: white;
    border: none;
    font-size: 1.15rem;
    cursor: pointer;
    margin-top: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* Butonu sayfanın tam genişliğine yay */
    box-sizing: border-box;
    max-width: 100%;
}

.ode-btn-kirmizi:hover {
    background-color: #d32f2f;
}
.ode-btn-yesil {
    font-family: 'Cuprum', sans-serif;
    min-width: 15.625rem;
    width: 100%;
    height: 60px;
    padding: 16px;
    background-color: #018025;
    color: white;
    border: none;
    font-size: 1.15rem;
    cursor: pointer;
    margin-top: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* Butonu sayfanın tam genişliğine yay */
    box-sizing: border-box;
    max-width: 100%;
}

.ode-btn-yesil:hover {
    background-color: #029700;
}
.ode-btn-siyah{
    font-family: 'Cuprum', sans-serif;
    min-width: 15.625rem;
    width: 100%;
    height: 60px;
    padding: 16px;
    background-color: #404040;
    color: white;
    border: none;
    font-size: 1.15rem;
    cursor: pointer;
    margin-top: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    /* Butonu sayfanın tam genişliğine yay */
    box-sizing: border-box;
    max-width: 100%;
}

.ode-btn-siyah:hover {
    background-color: #000;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.input-miktar {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    padding: 20px 20px;
    background-color: white;
    font-size: 24px;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    max-width: 100%;
}



.radio-genel {
    width: 100%;
    display: inline-flex;
    font-family: 'Cuprum', sans-serif;
    padding: 20px 20px;
    background-color: white;
    justify-content: space-evenly;
    font-size: 30px;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    max-width: 100%;
}

.radio-opsiyon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
}

.radio-opsiyon input {
    display: none;
}

.radio-opsiyon .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.radio-opsiyon .dot::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #da2b2b;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.radio-opsiyon .text {
    font-size: 30px;
    color: #6e6e6e;
}

.radio-opsiyon input:checked + .dot {
    background: #d9d9d9;
}

.radio-opsiyon input:checked + .dot::before {
    opacity: 1;
    transform: scale(1);
}






.kart-inut {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    padding: 10px 10px;
    background-color: white;
    font-size: 20px;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    box-sizing: border-box;
    max-width: 100%;
}


.left-10 {
    margin-left: 10px;
}

.left-20 {
    margin-left: 20px;
}

.left-30 {
    margin-left: 30px;
}

.left-top-10 {
    margin-top: 10px;
}

.left-botom-10 {
    margin-bottom: 10px;
}

.left-botom-20 {
    margin-bottom: 20px;
}

.bilgilendirme {
    background-color: #f5f7fa;
    padding: 20px;
    margin-bottom: 10px;
    color: #8c8c8c
}


.fiyat-anima-sabit {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fiyat-anima-assagi {
    opacity: 0;
    transform: translateY(6px);
}

.fiyat-anima-yukari {
    opacity: 1;
    transform: translateY(0);
}

/* SELECT ALANI BASLAMA */
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 55px;
    border: 1px solid #e0e0e0;
    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='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    margin-bottom: 12px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 15px;
    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='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
}

.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #c62626;
    max-height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.select-options::-webkit-scrollbar {
    width: 8px;
}

.select-options::-webkit-scrollbar-thumb {
    background: #dad9d9;
    border-radius: 3px;
}


.select-options li {
    margin: 0;
    padding: 15px 0;
    text-indent: 15px;
    border: 0.6px solid #ae0202;
    color: #f4f4f4;

}

.select-options li:hover {
    color: #ffffff;
    background: #830303;

}

.select-options li[rel="hide"] {
    display: none;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

* {
    box-sizing: border-box;
}

.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    background: #fff;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
    position: relative;

    /* Mobil animasyon */
    animation: popupIn 0.3s ease;
}

/* Tablet ve üzeri */
@media (min-width: 768px) {
    .popup-content {
        max-width: 500px;
    }
}

/* Açılış animasyonu */
@keyframes popupIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input.normal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 105px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 470px;
    padding: 30px;
    color: #707070;
    background-color: #f5f7fa;
    border-radius: 10px;
}

.form-container label {
    padding-bottom: 15px;
    font-size: 16px;

}

.form-container input.normal {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.form-container input.red {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ea222f;
    background: #f4ddde;
}

.card-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath d='M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm1 7H4v6a1 1 0 0 0 .883.993L5 18h14a1 1 0 0 0 1-1v-6zm-9 3a1 1 0 0 1 .117 1.993L11 16H7a1 1 0 0 1-.117-1.993L7 14h4zm8-8H5a1 1 0 0 0-1 1v2h16V7a1 1 0 0 0-.883-.993L19 6z' fill='%23424242'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px
}


.customCheckbox {
    position: absolute;
    left: -99999px
}

.customCheckbox + label {
    cursor: pointer;
    float: none;
    color: inherit;
    width: auto;
    padding-left: 25px;
    line-height: 22px
}

.customCheckbox + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: solid 1px #c9c9c9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.customCheckbox:checked + label:before {
    border-radius: 3px;
    background: url(spriteSVG.svg#tick-white) 0 0;
    width: 20px;
    height: 20px
}

.customCheckbox:checked + label:before {
    border-color: #1c1c1e;
    background-color: #1c1c1e;
    background-position: 2px 2px
}

.customCheckbox + label {
    min-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.errorMessage {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    color: #ea222f
}

.errorMessage .errorText {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ff3939;
    margin-top: 4px
}

.tooltip {
    position: relative;
    display: inline-block;
    margin-top: -5px;

}

/* Tooltip yazısı */
.tooltiptext {
    width: 140px; /* sabit genişlik */
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;

    /* 🔑 SATIR KIRILMASI */
    white-space: normal; /* nowrap KAPALI */
    word-wrap: break-word;
    text-align: center;

    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);

    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
}

/* Hover olunca aç */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%; /* yukarı yerleştir */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

.icon-help {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath d='M10 1.667a8.333 8.333 0 1 1 0 16.666 8.333 8.333 0 0 1 0-16.666zm0 1.666a6.667 6.667 0 1 0 0 13.334 6.667 6.667 0 0 0 0-13.334zM10 13a.833.833 0 1 1 0 1.667A.833.833 0 0 1 10 13zm.124-7.368c1.51 0 2.624.951 2.624 2.32 0 .806-.316 1.346-.95 1.895l-.189.156-.452.354a.683.683 0 0 0-.252.423c-.01.043-.017.085-.023.13l-.012.153-.005.2v.202a.833.833 0 0 1-1.66.097l-.006-.097v-.246c.003-.327.02-.533.077-.794a2.336 2.336 0 0 1 .842-1.372l.49-.383c.377-.306.473-.455.473-.717 0-.386-.314-.655-.957-.655-.33 0-.594.154-.855.535a.833.833 0 0 1-1.376-.94c.558-.816 1.323-1.261 2.23-1.261z' fill='%23424242'/%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 3px
}

.loading {
    color: transparent;
    background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
    background-size: 400%;
    animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}