.admin-view-withdraw-modal .modal-dialog{
    color: #f3f3f3;
}

.admin-view-withdraw-modal .modal-content {
    background-color: rgb(33, 37, 41);
    color: #f3f3f3;
    border-color: rgba(255, 255, 255, 0.2);
}

.admin-view-withdraw-modal .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.admin-view-withdraw-modal .modal-footer {
    border-top-color: rgba(255, 255, 255, 0.12);
}