.image-icon{
    margin-top: 60px;
    margin-bottom: 20px;
}
.paid-button{
    color: white;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 240px;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
}
.balance-button{
    background: #0f1f41;
}
.online-button{
    background: #00dd8d;
}
.payments-footer{
    flex-wrap: wrap;
}
.payment-box{
    cursor:pointer;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    padding: 13px;
    /*margin-bottom: 20px;*/
    cursor: pointer;
    font-size: 15px;
    display:flex;
    align-items: center;
    width:100%;
    margin-top: 25px;
    min-height:68px;
}
.pay-img{
    width: 70px;
    margin-right: 30px;
    object-fit: cover;
    display: flex;
    height: 40px;
    align-items: center;
}
.footer-pay{
    margin-top: 15px;
}
@media only screen and (max-width: 575px) {
    .pay-img{
        margin-right: 10px;
    }
    .footer-pay-wdith{
        width: 56px !important;
    }
}
.right-icon{
    float: right;
    color: #0f1f41;
    /*margin-top: 7px;*/
    font-size: 23px;
}

.payment-name{
    align-items: center;
    display: flex;
    width:100%;
}
.payment-box span{
    font-size:20px;
    display: flex;
    align-items: center;
}
.spinner{
    margin-right: 20px;
    display:none;
}

    .or-area {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 20px;
            gap: 37px;
        }



    .or-area .or-title {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 600;
                color: rgba(0, 0, 0, 0.7);
            }

    .or-area .or-line {
                height: 1px;
                border: 0.5px solid rgba(0, 0, 0, 0.08);
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }



    .dot-spinner {
      --uib-size: 1.7rem;
      --uib-speed: .9s;
      --uib-color: #183153;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: var(--uib-size);
      width: var(--uib-size);
    }

    .dot-spinner__dot {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 100%;
      width: 100%;
    }

    .dot-spinner__dot::before {
      content: '';
      height: 20%;
      width: 20%;
      border-radius: 50%;
      background-color: var(--uib-color);
      transform: scale(0);
      opacity: 0.5;
      animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
      box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
    }

    .dot-spinner__dot:nth-child(2) {
      transform: rotate(45deg);
    }

    .dot-spinner__dot:nth-child(2)::before {
      animation-delay: calc(var(--uib-speed) * -0.875);
    }

    .dot-spinner__dot:nth-child(3) {
      transform: rotate(90deg);
    }

    .dot-spinner__dot:nth-child(3)::before {
      animation-delay: calc(var(--uib-speed) * -0.75);
    }

    .dot-spinner__dot:nth-child(4) {
      transform: rotate(135deg);
    }

    .dot-spinner__dot:nth-child(4)::before {
      animation-delay: calc(var(--uib-speed) * -0.625);
    }

    .dot-spinner__dot:nth-child(5) {
      transform: rotate(180deg);
    }

    .dot-spinner__dot:nth-child(5)::before {
      animation-delay: calc(var(--uib-speed) * -0.5);
    }

    .dot-spinner__dot:nth-child(6) {
      transform: rotate(225deg);
    }

    .dot-spinner__dot:nth-child(6)::before {
      animation-delay: calc(var(--uib-speed) * -0.375);
    }

    .dot-spinner__dot:nth-child(7) {
      transform: rotate(270deg);
    }

    .dot-spinner__dot:nth-child(7)::before {
      animation-delay: calc(var(--uib-speed) * -0.25);
    }

    .dot-spinner__dot:nth-child(8) {
      transform: rotate(315deg);
    }

    .dot-spinner__dot:nth-child(8)::before {
      animation-delay: calc(var(--uib-speed) * -0.125);
    }

    @keyframes pulse0112 {
      0%,
      100% {
        transform: scale(0);
        opacity: 0.5;
      }

      50% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .disabled {
        pointer-events: none; /* Kullanıcı etkileşimini devre dışı bırakır */
        opacity: 0.6; /* Görünümü azaltır */
    }
    .modal-content{
        box-shadow: -4px 4px 28px 1px rgba(0,0,0,0.75);
        -webkit-box-shadow: -4px 4px 28px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: -4px 4px 28px 1px rgba(0,0,0,0.75);
    }
    .pay-bio{
        width:100px
    }
    .pay-master{
        width:60px
    }
    .pay-kapital{
        width:120px
    }
    .epoint-img{
        width: 90px;
    }

    .google-apple-pay{
        cursor: pointer;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 7px;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
        overflow: hidden;
        padding: 13px;
        /* margin-bottom: 20px; */
        cursor: pointer;
        font-size: 15px;
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 25px;
        justify-content:center;
    }
    .promo-payment{
        background:#000;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .promo-payment span{
        color:#fff;
        font-weight:500;
    }

    .red-line{
        color: red;
        text-decoration: line-through;
    }

    .qaliq-balance{
        font-size:15px;
    }

    .user-promo-box{
        flex-direction: column;
    }
    .balance-user, .mil-user{
        margin-left: 10px;
    }
    .balance-pay-4{
        display: none;
    }
