/* Center-align the button */

.blue-button,
.dc_custom_submit_btn {

    display: block !important;

    /* margin: 20px auto !important; */

    padding: 10px 20px !important;

    background-color: #007bff !important; /* Blue color */

    color: white !important;

    border: none !important;

    border-radius: 5px !important;

    font-size: 16px !important;

    cursor: pointer !important;

    text-align: center !important;

    text-decoration: none !important;

    display: flex !important;

    line-height: initial !important;
    width: fit-content !important;
    height: auto !important;

}

.dc_custom_submit_btn:hover {
    background-color: #066aab !important;
}

.wpforms-submit-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
}

.wpforms-submit.dc_custom_submit_btn {
    margin-right: 10px !important;
}



.blue-button:hover {

    background-color: #0056b3 !important; /* Darker blue on hover */

}



/* Modal styles */

.modal {

    display: none; /* Hidden by default */

    position: fixed !important;

    z-index: 1; /* Sit on top */

    left: 0;

    top: 0;

    width: 100% !important;

    height: 100% !important;

    overflow: auto !important; /* Enable scroll if needed */

    background-color: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent black background */

}



.modal.show {

    display: flex !important; /* Use Flexbox to center content */

    justify-content: center !important; /* Center horizontally */

    align-items: center !important; /* Center vertically */

    max-width: 100% !important;

}



/* Modal Content */

.modal-content {

    background-color: #fefefe !important;

    padding: 20px !important;

    border: 1px solid #888 !important;

    width: auto !important;

    max-width: 600px !important;

    margin: 0 auto !important;

    position: relative !important;

    border-radius: 8px !important;

    min-width: 300px; /* Rounded corners */

}



/* Close button */

.close-btn {

    color: #aaa !important;

    float: right !important;

    font-size: 28px !important;

    font-weight: bold !important;

    bottom: 20px !important;

    position: relative !important;

    left: 10px !important;

    color: #000 !important;

}



.close-btn:hover,

.close-btn:focus {

    color: black !important;

    text-decoration: none !important;

    cursor: pointer !important;

}



/* Form and its elements */

.form-inline {

    display: flex !important;

    align-items: center !important;

    gap: 10px !important; /* Space between elements */

}



.form-label {

    margin-right: 10px !important; /* Space between label and input */

    color: #000 !important;

    font-weight: bold !important;

}



.form-input {

    padding: 5px !important;

    font-size: 16px !important;

    padding: 10px !important;

    width: 100% !important;

    border-radius: 6px !important;

    border: 1px solid #ccc !important;

}



.submit-btn {

    background-color: #007bff !important; /* Blue color */

    color: white !important;

    border: none !important;

    padding: 15px 25px !important;

    border-radius: 5px !important;

    font-size: 16px !important;

    cursor: pointer !important;

    display: flex !important;

    align-items: center !important;

    font-size: 16px !important;

}



.submit-btn svg {

    width: 12px !important;

    height: 12px !important;

    margin-left: 10px !important;

    background: #000 !important;

    padding: 6px !important;

    border-radius: 50% !important;

}



.submit-btn:hover {

    background-color: #0056b3 !important; /* Darker blue on hover */

}





#download-badge-modal .form-inline {

    flex-direction: column !important;

    width: 100% !important;

}

#phone-number-form {
    text-decoration: none !important;
}

#badge-download-link {
    text-align: center;
    font-weight: bold;
    color: red;
    margin-top: 15px;
}