.showWarningModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.cstm_modal_title {
    font-size: 16px;
    font-weight: 400;
}
.modal_body_text {
    font-weight: 400;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0px;
    color: #000000bd;
    user-select: none;
}
img.modal_image {
    width: 42%;
    user-select: none;
}
button.cstm_close_btn {
    border: none;
    background: #ff3c65;
    color: #fff;
    position: absolute;
    right: 7px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    visibility: hidden;
}
.user_select{
    user-select: none;
}

/* Success Message */
.icon_section span {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
    margin: 0 auto;
}
.hilighted_message {
    color: #198754;
    text-align: center;
    font-size: 21px;
    margin-top: 5px;
    font-weight: 700;
}
.modal_message {
    text-align: center;
    margin-top: 2px;
    font-size: 16px;
}
.modal-button {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}
#idSuccessMessage .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.2rem 1rem 1rem 1rem;
}
#idSuccessMessage .modal-content {
    position: relative;
    display: flex;
    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;
    border-top: 10px solid #198754;
}

/* Success Message */

#idFailureMessage .icon_section span {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
    margin: 0 auto;
}
#idFailureMessage .hilighted_message {
    color: #dc3545;
    text-align: center;
    font-size: 21px;
    margin-top: 5px;
    font-weight: 700;
}

#idFailureMessage .modal-content {
    position: relative;
    display: flex;
    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;
    border-top: 10px solid #dc3545;
}

/* Delete Message */

#idDeleteMessage .icon_section span {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
    margin: 0 auto;
}
#idDeleteMessage .hilighted_message {
    color: #dc3545;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
}

#idDeleteMessage .modal-content {
    position: relative;
    display: flex;
    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;
    border-top: 10px solid #dc3545;
}
.warning_section {
    background: #f8d7da;
    padding: 12px 17px;
    min-width: 250px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    border-left: 5px solid #842029;
    margin-top: 16px;
    border-radius: 5px;
}
.warning_outer {
    margin: 0 auto;
    text-align: center;
}
i.warning_icon {
    color: #842029;
}
.warning_outer h6 {
    color: #842029;
}
.warning_section p {
    color: #842029;
}
.tost_bg{
    background-color: #f8d7da;
}
.warning {
    color: #842029;
}

.delete_btn {
    background: #f6821e;
    border: none;
    color: #fff;
    padding: 8px 19px;
    border-radius: 5px;
    margin-left: 15px;
}

.ok_button {
    background: #007dc5;
    border: none;
    color: #fff;
    padding: 8px 19px;
    border-radius: 5px;
}
.modal_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.img_section {
    width: 30%;
}
img.unauthorised_img {
    width: 100%;
}
.content_right {
    width: 35%;
}
a.home_btn {
    background: #F58220;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 175px;
    margin-top: 28px;
}
a.home_btn:hover {
    color: #fff;
}