.modal {
    z-index: 1055
    }
    .modal-dialog {
    margin: .5rem
    }
    .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
    }
    @media(prefers-reduced-motion:reduce) {.modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
    }
    
    }
    .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
    }
    .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
    }
    .modal-dialog-scrollable {
    height: calc(100% - 1rem)
    }
    .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
    }
    .modal-dialog-scrollable .modal-body {
    overflow-y: auto
    }
    .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
    }
    .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
    }
    .modal-backdrop.fade {
    opacity: 0
    }
    .modal-backdrop.show {
    opacity: .5
    }
    .modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
    }
    .modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
    }
    @media(min-width:576px) {.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
    max-width: 300px
    }
    
    }
    @media(min-width:992px) {.modal-lg,.modal-xl {
    max-width: 800px
    }
    
    }
    @media(min-width:1200px) {.modal-xl {
    max-width: 1140px
    }
    
    }
    .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen .modal-header {
    border-radius: 0
    }
    .modal-fullscreen .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen .modal-footer {
    border-radius: 0
    }
    @media(max-width:575.98px) {.modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
    }
    
    }
    @media(max-width:767.98px) {.modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
    border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
    }
    
    }
    @media(max-width:991.98px) {.modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
    }
    
    }
    @media(max-width:1199.98px) {.modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
    }
    
    }
    @media(max-width:1399.98px) {.modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
    }
    
    }

    .btn-close {
        background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat
        }
        .btn-close:focus {
        opacity: 1
        }