/* Styles for the custom popup */
.crse-custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.crse-popup-content {
    background-color: white;
    width: 80%;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 10%;
}

.crse-close-button {
    position: relative;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    left: 50%;
}


.crse-custom-popup h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}


.ck-editor__editable {
    height: 300px;
}

.add_names_pop_button{
    margin-top: 10px !important;
}

.pdf{
    background-color: #37ca02 !important;
  
}


.mbMyAccount .woocommerce .woocommerce-MyAccount-content table.my_account_orders .button{
    margin: 0 5px;
}