#bug-report-div-container{
    position:fixed;
    top:50%;
    left:50%;
    width:550px;
    height:365px; /* with response: 430px*/
    transform:translate(-50%, -50%);
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    border: 1px solid #434343;
    overflow: hidden;
    transition: all .3s;
    z-index: 100000;
}
#bug-report-div-container .custom-closeBtn{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px;
}
#bug-report-div-container .custom-closeBtn svg{
    width: 14px;
    height: 14px;
    margin: 3px 0 0 3px;
    cursor: pointer;
}

.bug-report-title{
    width: max-content;
    height: 50px;
    padding: 0 20px 00px 20px;
    margin: 0 auto 20px auto;
    border-bottom: 3px solid #22a7f0;
    font-family: 'Lato', sans-serif;    
    color: #434343;
    line-height: 50px;
    font-size: 22px;
}
.bug-report-reply-to-mail{
    display: block;
    width: 250px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #b4b4b4;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.bug-report-textarea{
    display: block;
    width: 400px;
    height: 200px;
    margin: 10px auto 10px auto;
    resize: none;
    border: 1px solid #b4b4b4;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.bug-report-send-btn{
    width: 100px;
    height: 30px;
    /* border: 1px solid #000; */
    border-radius: 7px;
    margin: 10px auto;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: #22a7f0;
    color: #fff;
}

.bug-report-notif{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    color: #f0f8ff;
    font-size: 20px;
    border-radius: 9px;
}