/* @override 
	https://passagepreepp1.wpenginepowered.com/wp-content/plugins//EPP - Dashboard/assets/css/pearson-css/voucher-assign?* */


.voucher_btn_back, .assign-voucher, .reassign-voucher {
    background: #D76D49  !important;
    padding: 6px 20px;
}

.voucher_btn_back:hover, .assign-voucher:hover, .reassign-voucher:hover {
    background: #B2D59B  !important;
}

 #voucher-assign input.voucher-email{
    border:none;
    padding:0px!important;
     
 }
 #voucher-assign td {
    color: #000!important;
}
 
 #voucher-assign input.voucher-email:placeholder-shown {
    border: 1px solid gray; 
    border-radius:3px;
    padding:8px;
}
    #voucher-assign th, #voucher-assign td {
    text-align: center;
}
    .table-space{
        /* margin:60px;  */
        margin-top:10px;}
    .container-txt{text-align: center;
    padding: 50px;
    width: 100%;
    background: #043753;
    border-top: 7px solid #F0C144;
    color:white;}
.text-assign{text-align:center;color:white; font-size: 32px !important;}
.pg-voucher-assing-page .ast-container{
  display:block;
}
#voucher-assing{
 margin:0px;
  width:100%!important;
}
/* Modal Background */
#reassign_modal {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

/* Modal Body */
.reassign_modal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close Button (X) */
.close_btn {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* Label Styling */
.email_lable_new {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

/* Buttons */
.modal-buttons {
    margin-top: 20px;
}

.modal-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px;
}

/* Confirm Button */
#confirm_button {
    background-color: #248aa9;
    color: white;
}

/* Close Button */
#close_button {
    background-color: #f0c144;
    color: #000;
}

/* Error Message */
.error_redeemed_message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
#refresh {
    display: flex;
    gap: 2%;
    padding: 3% 0px 0px 0%;
 
}

#voucher-assign .voucher-email:focus, 
#voucher-assign .voucher-email:focus-visible {
  border-color: #808080 !important;
  outline: none;
}
#success_message {
    position: fixed;
    top: 61px;
    right: 20px;
    background-color: #28a745; /* Green background */
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
#success_message_out {
    position: fixed;
    top: 61px;
    right: 20px;
    background-color: #28a745; /* Green background */
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.redeemed{
    background-color: white !important;         
        
}
.redeemed:hover{
    background-color: white !important;         
        
}
 
  