.alert-modal-header {
    border: none !important;
}

.modal-backdrop.fade.in {
    z-index: 1200;
}

#alert-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#alert-modal-dialog {
    width: 600px;
}

.course-alert-icon {
    height: 120px;
    fill: red;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0px 25px 30px 40px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
}

.svg-icon {
    width: 100%;
    height: 100%;
}

.alert-modal-row {
    width: 100%;
}

#alert-modal-body {
    margin: 0px 25px 30px 0px;
}

.alert-modal-title {
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #212529 !important;
}

.alert-modal-course {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: #212529 !important;
}

.btn-alert-outline {
    color: #212529 !important;
    border-color: #212529 !important;
    padding: 4px 8px 4px 8px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3.2px !important;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

@media (min-width:575.99px) {
    .alert-modal-content {
        height: 180px;
    }
}

@media (max-width: 575.98px) {

    .alert-modal-row {
        flex-direction: column;
    }

    #alert-modal-dialog {
        max-width: 350px;
    }

    #alert-modal-body {
        margin: 0px 0px 30px 0px;
        text-align: center;
    }

    .alert-modal-course {
        text-align: center !important;
    }

    .svg-container {
        margin: 0px 0px 25px 0px;
    }
}