/**
 * SVGMap module for Craft CMS
 *
 * SVGMap CSS
 *
 * @author    Thai
 * @copyright Copyright (c) 2022 Thai
 * @link      https://gocit.net
 * @package   SVGMapModule
 * @since     1.0.0
 */
.required-input{
    color: red;
    display: block;
}
#fileinfo .message{
    background-color: #ffe3e3;
    border-left: 5px solid #cf1124;
    padding: 11px 0;
    text-align: left;
    color: #cf1124;
    margin-top: 15px;
    padding-left: 10px;
}
.map-title{
    font-weight: 300;
    margin-bottom:10px;
}
#saveSvg{
    background-color: #f8f8f8 !important;
    width: 100px;
}
#saveSvg img{
    display:none;
    width:30px;
    position: absolute;
    left: 0;
}
.instruction-info{
    background: antiquewhite;
    margin: 15px 0px;
    padding: 10px 20px;
    font-weight: 300;
    border-radius: 9px;
}
.instruction-info p{
    margin:0;
}