﻿/* Popup container */
.forpop {
    width: 420px;
    max-width: 90%;
    background: white;
    border-radius: 14px;
    padding: 24px 20px 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-left: -1px;
}
.imagepop {
    width: 70px;
    height: 70px;
    margin: 0 auto 14px;
    margin-left: 43%;
}

.forimagepop {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.forcancel {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 1%;
    border: none;
    background:gray;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

    .forcancel:hover {
        background: rgba(255,255,255,0.25);
    }
.poppara p {
    color: black;
    font-size: 16px;
    margin: 12px 0 18px;
}
.amountbox {
    margin: 16px 0 20px;
    display: flex;
    justify-content: center;
}

.amountbox2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111827;
    padding: 6px;
    border-radius: 10px;
    visibility: hidden;
}

.abox {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

    .abox:hover {
        background: #1d4ed8;
    }

.drop2 {
    width: 50px;
    height: 36px;
    text-align: center;
    border-radius: 6px;
    border: none;
    background: #374151;
    color: #fff;
    font-size: 16px;
}
#amount2 {
    display: none;
}
.b1 {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: -34px;
    margin-left: 2px;
}
.b2 {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    float: left;
}

.b1 {
    background: #374151;
    color: #fff;
}

    .b1:hover {
        background: #374151;
    }

.b2 {
    background: #374151;
    color: #fff;
    font-weight: 600;
}

    .b2:hover {
        background: #374151;
    }
@media (max-width: 1024px) {
    .forpop {
        width: 95%;
        padding: 20px 16px 24px;
    }

    .poppara p {
        font-size: 15px;
    }

    .imagepop {
        width: 60px;
        height: 60px;
    }

    .b1 {
        height: 44px;
        font-size: 14px;
    }

    .b2 {
        height: 44px;
        font-size: 14px;
        margin-left: 1px;
    }

    .buttontest3d {
        color: black;
    }
}
