::-webkit-input-placeholder {
    color:rgb(244, 207, 207);
}

::-moz-placeholder {
    color:rgb(225, 198, 198);
}

::-ms-placeholder {
    color:rgb(223, 186, 186);
}

*::placeholder {
    color:#999 !important;
}
.card {
    border-radius: 1rem !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.dash-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}
#checkvoucher {
        display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
