.CustomModal .modal-dialog {
    top: 10vh;
}

.CustomModal .modal-content {
    border-radius: 0;
    border: none;
}

.CustomModal .modal-header {
    background: #FFA101;
    height: 50px;
    border-bottom: none;
    border-radius: 0;
}

.CustomModal .modal-body {
    text-align: center;
}

    .CustomModal .modal-body .fa-check-circle {
        color: #4A9463;
        font-size: 4em;
        margin-bottom: 25px;
    }

    .CustomModal .modal-body p {
        font-size: medium;
        color: #010101;
    }

.CustomModal .modal-footer {
    border-top: none;
    display: block;
    text-align: center;
}

    .CustomModal .modal-footer .congrate-btn {
        width: 95px;
        height: 50px;
        color: #fff;
        background: #FFA101;
        border-radius: 15px;
        margin: auto;
    }
.fa-exclamation-triangle {
    color: gold;
    font-size: 4em;
    margin-bottom: 25px;
}

#AlertModal .modal-header {
    background: #FFA101;
    height: 50px;
    border-bottom: none;
    border-radius: 0;
}

#AlertModal .modal-body {
    text-align: center;
}

    #AlertModal .modal-body .fa-check-circle {
        color: #4A9463;
        font-size: 4em;
        margin-bottom: 25px;
    }

    #AlertModal .modal-body p {
        font-size: medium;
        color: #010101;
    }

#AlertModal .modal-footer {
    border-top: none;
    display: block;
    text-align: center;
}

    #AlertModal .modal-footer .congrate-btn {
        width: 95px;
        height: 50px;
        color: #fff;
        background: #FFA101;
        border-radius: 15px;
        margin: auto;
    }