/*
Theme Name: PharmaCare Child
Theme URI: https://pharmacare.qodeinteractive.com
Description: A child theme of PharmaCare
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: pharmacare
Template: pharmacare
*/
.fileUploadWrap{
    padding: 15px;
    border: 1px solid #707070;
}

#showWarning{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    top: 0;
    left: 0;
	display: none;
    
}


#showWarning .content{
    margin: 10% auto;
    max-width: 500px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 0px 12px #000;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 520px) {
    #showWarning .content{
        margin: 10% 15px;
    }
}