﻿.blazored-MessageBox-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.blazored-MessageBox-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 901;
    background-color:transparent ;/*rgba(255,255,255,0.1);*/
}

.blazored-MessageBox-active {
    display: flex;
}

.blazored-MessageBox {
    /* display: flex;
    flex-direction: column;*/
    width: 100%;
    /*50rem;*/
    /* background-color: #fff;*/
    /*border-radius: 4px;*/
    /* border: 2px solid navy;
    padding: 0px 0px 0px 0px;*/
    /*box-shadow: 1px 15px 15px rgba(0,0,0,.25);*/
    z-index: 902;
    
}

.blazored-MessageBox-header {
    /*display: flex;
    align-items: flex-start;
    justify-content: space-between;*/
    background-color: #C5E7FF;
   /* padding: 0 0 0 0;
    margin: 0px;*/
}

.blazored-MessageBox-title {
    /*margin-bottom: 0;*/
}

.blazored-MessageBox-close {
    /*padding: 1rem;*/
    /*padding:2px;
    margin:0 2px;*/
    /*margin: -1rem -1rem -1rem auto;*/
    background-color: #0361FC;
    color:white;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}
