body h1 {
border: none;
}

#popup_container {
    font-family: sans-serif !important;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    border-radius: 20px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow: 10px 10px 30px #6c6c6c, -10px -10px 30px #9b9b9b;
    width: 395px !important;
    max-width: 395px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -100%) !important;
}

#popup_title {
    text-align: left;
    line-height: 1.3em;
    padding: 1.2em 0.5em 0.5em 0.5em;
    margin: 0em;
    font-family: Sans-serif !important;
    font-size: 18px;
    color: black;
    cursor: default;
    font-weight: bold;
    text-align: center;
}

#popup_content {
    cursor:default;
}

#popup_message {
    font-family: Sans-serif !important;
    color: #646464;
    font-size: 13px;
    padding: 0.5em 1em 1em 1em;
    text-align: center;
}

#popup_panel {
    text-align: center;
    margin: 1em 1em;
    float: left;
    width: 93.5%;
    height: 27px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

#popup_prompt {
    margin: .2em 0em;
}

.jbutton{
    background-color:transparent;
    cursor:pointer;
    border:0px;
}

.jbuttonalert{
    display: block;
    top:2px;
    margin-left:auto;
    margin-right: auto;
    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.jbuttonalert1{
    float:left;
    margin-bottom:10px;
    top:2px;

    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.jbuttonalert2{
    float:left;
    margin-bottom:10px;
    top:2px;

    z-index:10000;
    position:relative;
    height:30px;
    width:90px;
    font-size:12px;
}
.popup_btn{
    font-family: sans-serif !important;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    z-index: 10;
    display: inline;
    border: none;
    padding: 5px 12.5px;
    text-decoration: none;
    width: 125px;
    font-family: bahnschrift !important;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
}

#popup_ok {
    background-color: #2872ae;
    color: #fff;
    border: none;
    font-family: sans-serif !important;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    z-index: 10;
    display: inline;
    padding: 5px 12.5px;
    text-decoration: none;
    width: 125px;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
}

#popup_cancel {
    background-color: #edf1f7;
    color: #838383;
    border: none;
    margin-left: 20px;
}

#popup_ok:hover {
    background-color: #2f5376;
}

#popup_cancel:hover {
    background-color: #cacaca;
}