body{
    text-align: center !important;
    background: #efefef;
}

/* assets/css/custom.css */

/* Customize toast positioning and appearance */
.toast {
    min-width: 250px;
    margin-top: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

#toast-container .toast {
    opacity: 0.95;
}

/* Ensure toasts appear above all other elements */
#toast-container {
    z-index: 1051; /* Higher than Bootstrap modals which are 1050 */
}

/* Optional: Customize modal backdrop to reduce interference with toasts */
.modal-backdrop {
    z-index: 1040 !important;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #0d85ff !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 55px;
    text-align: center;
}

.col-12 {
    -ms-flex: 0 0 100%;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 28px 20px;
    flex: 0 0 100%;
    max-width: 90%;
    top: 50px;
    background: #ffff;
}

.h2, h2 {
    font-size: 22px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    height: 40px;
    border-radius: 30px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    top: 62px;
}

 .do-not-receive {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    background: #ff00001f;
    color: #000000;
    margin: 0% 6% 0 6%;
    border-radius: 30px;
    padding: 3px 10px;
}

    input::placeholder {
            color: #d5d5d5 !important; /* Red color for the placeholder */
            opacity: 1; /* Ensures the opacity is 1 for full visibility */
        }

        /* For Firefox */
        input::-moz-placeholder {
            color: #d5d5d5 !important; /* Red color for Firefox */
            opacity: 1; /* Ensures the opacity is 1 for full visibility */
        }

        /* For Internet Explorer */
        input:-ms-input-placeholder {
            color: #d5d5d5 !important; /* Red color for IE */
            opacity: 1; /* Ensures the opacity is 1 for full visibility */
        }

        /* For Edge */
        input::-ms-input-placeholder {
            color: #d5d5d5 !important; /* Red color for Edge */
            opacity: 1; /* Ensures the opacity is 1 for full visibility */
        }
        
.bg-dark {
    background-color: #034b87 !important;
}

table{
    font-size: 13px;
}