﻿@media (min-width: 576px){
    .modal-dialog, .modal-dialog-fixed {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media(min-width:992px){
    .modal-lg {
        max-width: 1000px;
    }
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-body-fixed {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.w-modal-large {
    height: 95%;
}
.modal-body-fixed {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.c-modal {
    height: 100%;
}
.modal-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999999;
    display: none;
    outline: 0;
}
.modal-content {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}