﻿.logo{
 background-color:white;
 border-radius:8px;
 padding:10px;
}

.close{
    line-height:0.5!important;
}

.logo-top {
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    max-width: 450px;
    width: 100%;
    margin:auto;
    display:none;
}

@media only screen and (max-width: 767.98px) {
    .logo-top{
        display:block;
    }
    
}

#CaptchaInputText {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 35px;
    border: 1px solid #ddd;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.profile-image{
    overflow:hidden;
    text-align:center;
}

.profile-image img {
    background-color:#FFF;
    height: auto;
    max-width: 180px;
    width: 180px;
}

.reportTable td{
    font-size:20px;
}

#DivToPrint p{
    white-space:pre-wrap;
    font-size:20px;
}




