﻿
.custom-modal-body {
    background-color: #e3f2fd;
    border: 2px solid #97b5d2;
    border-radius: 15px;
    padding: 25px 20px;
    color: #2b2b2b;
    text-align: left;
}

.custom-modal-body h5 {
    color: #1c355e;
    font-weight: bold;
    font-size: 1.25rem;
}

    .custom-modal-body p {
        line-height: 1.2;
        margin: 10px 0;
        font-size: 1.2rem;
        text-align: left;
    }

.custom-modal-body .email {
    font-weight: bold;
    color: #1c355e;
    word-break: break-word;
}

    .custom-modal-body .footer1 {
        margin-top: 20px;
        font-weight: bold;
        color: #1c355e;
        font-size: 1rem;
        text-align: right;
    }
#serverMessage1 .modal-content {
    padding: 10px;
    background-color: #e3f2fd;
}
#serverMessage1 .modal-body {
    padding: 10px;
    font-family: DM Sans;
    text-align: left;
}
@media (max-width: 400px) {
    .server_message_modal .modal-content {
        padding: 10px;
    }
    .custom-modal-body {
        padding: 20px 15px;
        padding: 5px;
    }

        .custom-modal-body h5 {
            font-size: 1.1rem;
        }

        .custom-modal-body p,
        .custom-modal-body .footer1 {
            font-size: 0.95rem;
            text-align: right;
        }
        .custom-modal-body p {
            text-align: left;
        }
}

