    .alert {
        position: relative;
        padding: 1rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }
    
    .alert-primary {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
    }
    
    .alert-secondary {
        color: #383d41;
        background-color: #e2e3e5;
        border-color: #d6d8db;
    }
    
    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }
    
    .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }
    
    .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }
    
    .alert-info {
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }
    
    .alert-light {
        color: #818182;
        background-color: #fefefe;
        border-color: #fdfdfe;
    }
    
    .alert-dark {
        color: #1b1e21;
        background-color: #d6d8d9;
        border-color: #c6c8ca;
    }

    .alert-success li, .alert-danger li {
        font-size: 19.2px;
        list-style-type: none;
        text-align: left;
        margin-left: 20px;
    }

    .alert-success ul, .alter-danger ul {
        list-style-type: none;
    }

    ::marker {
        list-style-type: none;
    }

    .alert-danger strong {
        font-size: 19.2px;
        font-weight: bold;
        margin-left: 20px;
        white-space: nowrap;
        list-style-type: none;
    }




    @media not screen, (orientation: landscape) and (max-width: 1024px) {

        .alert {
            position: relative;
            padding: 5px;
            margin-bottom: 4px;
            border: 1px solid transparent;
            border-radius: 0.25rem;
        }

        .alert-success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }
        
            .alert-success li, .alert-danger li {
            font-size: 12px;
            list-style-type: none;
            text-align: left;
            margin-left: 20px;
        }

        .alert-success ul, .alter-danger ul {
            list-style-type: none;
        }

            .alert-danger strong {
            font-size: 12px;
            font-weight: bold;
            margin-left: 20px;
            white-space: nowrap;
            list-style-type: none;
        }

    }
    
    @media not screen, (orientation: portrait) and (min-width: 768px) and (max-width: 991px) {
        .alert {
            position: relative;
            padding: 5px;
            margin-bottom: 4px;
            border: 1px solid transparent;
            border-radius: 0.25rem;
        }

        .alert-success {
            width: calc(100% -40%);
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

        .alert-success ul {
            list-style-type: none;
        }
        
        .alert-success li, .alert-danger li {
            font-size: 18px;
            list-style-type: none;
            text-align: left;
            margin-left: 20px;
        }

            .alert-danger strong {
            font-size: 18px;
            font-weight: bold;
            white-space: nowrap;
            list-style-type: none;
            margin-left: 20px;
        }
    }

    @media not screen, (orientation: portrait) and (min-width: 577px) and (max-width: 767px) {
        .alert {
            position: relative;
            padding: 5px;
            margin-bottom: 4px;
            border: 1px solid transparent;
            border-radius: 0.25rem;
        }

        .alert-success {
            width: calc(100% -40%);
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

        .alert-success ul {
            list-style-type: none;
        }
        
        .alert-success li, .alert-danger li {
            font-size: 17px;
            list-style-type: none;
            text-align: left;
            margin-left: 20px;
        }

            .alert-danger strong {
            font-size: 17px;
            font-weight: bold;
            white-space: nowrap;
            list-style-type: none;
            margin-left: 20px;
        }
    }

    @media not screen and (min-width: 576px) {
        .alert {
            position: relative;
            padding: 5px;
            margin-bottom: 4px;
            border: 1px solid transparent;
            border-radius: 0.25rem;
        }

        .alert-success {
            width: calc(100% -40%);
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
        }

        .alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
        }

        .alert-success ul {
            list-style-type: none;
        }
        
        .alert-success li, .alert-danger li {
            font-size: 12px;
            list-style-type: none;
            text-align: left;
            margin-left: 20px;
        }


            .alert-danger strong {
            font-size: 12px;
            font-weight: bold;
            white-space: nowrap;
            list-style-type: none;
            margin-left: 20px;
        }

    }

    