﻿
/*Data for modal Window*/

.modalh11 {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}

.rd-t-10 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rd-b-10 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.modalcontent {
    background-color: white;
    margin: auto;
    width: 100%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
}

.h11-modal-header {
    background-color: red;
/*    background-color: #28334f !important;*/
    color: red !important;
    width: 100%;
    height: 3% !important;
    display: flex;
    justify-content: space-between
}

.h11-modal-header-text {
    
    display: flex;
    justify-content: start;
    align-content:center;
}

.h11-modal-header-btn {
    display: flex;
    justify-content: end;
    align-content: center;
}


.modal-header, p {
    color: whitesmoke !important;
    border: 0px solid #fff;
    text-align: center;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 12px;
}

.p-4 {
    padding: 16px;
}

.p-5 {
    padding: 20px;
}



#myNotification .modalcontent {
    max-width: 62% !important;
    border-radius: 5px;
}
