﻿.mjg-modal-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.mjg-modal-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0,0,0,0.5);
}

.mjg-modal-active {
    display: flex;
}

.mjg-modal {
    display: flex;
    flex-direction: column;
    width: 50rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    z-index: 102;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.mjg-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}

.modal-header {
    padding: 2.5px 2rem !important;
}

.modal-body {
    padding: .5rem !important;
}

.mjg-modal-title {
    margin-bottom: 0;
}

.mjg-modal-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

.at-m-75 .modal-dialog {
    width: 75% !important;
    max-width: none !important;
}

.fullscreen-modal .modal-dialog {
    width: 98% !important;
    max-width: none !important;
    /*height: 95% !important;
    margin: 0 !important;
    padding: 0 !important;
    */
}

.modal-800 .modal-dialog {
    max-width: 800px;
}

.modal-850 .modal-dialog {
    max-width: 850px;
}

.modal-900 .modal-dialog {
    max-width: 900px;
}

.modal-950 .modal-dialog {
    max-width: 950px;
}
/*
.modal-content {
    height: auto !important;
    min-height: 95% !important;
    border-radius: 0 !important;
    background-color: #ececec !important

   
}

.modal-header {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer {
    border-top: 1px solid #9ea2a2 !important;
}
 */
