.ganre_picto 
{
display:inline-flex;
align-items:center;
}
.shm_type_icon, .shm_type_icon2 
{
width: 20px;
height: 20px;
background-size: 20px;
margin-right:10px;
}
.shmapper-drive-post-content
{
padding:10px;
margin-bottom:2px;
border:1px solid #00000020;
}
.shmapper-drive-post-content.active
{
border-color:#FF0000;
}
.shmapper-drive-post-content .title
{
line-height:1.4;
font-weight:900;
}
#shm_google_params 
{
display:none;
}
.callout-danger
{
background-color: #fcf9e8;
border-left: 2px solid #dba617;
padding: 20px;
margin-bottom: 10px;
}
.callout-danger .shm-title {
margin-bottom: 10px;
}
.callout-danger ol {
margin-top: 7px;
}
.callout-danger li
{
background-color:transparent!important;
padding:0!important;
border-bottom: 1px solid transparent!important;
display: list-item;
}
.shm-card .callout-danger li {
display: list-item;
}
.d-flex
{
display:flex!important;
}
.button-2
{
width: 44px;
height: 40px;
margin-bottom: 3px !important;
display: flex!important;
justify-content: center;
align-items: center;
text-align: center;
}
.button-reload {
background-size:40%!important;
background-position:center!important;
background-repeat:no-repeat!important; }
.balloon-content__header, 
.shml-popup-post-content, 
.shm_ya_footer
{
padding:5px!important;
margin:auto!important;
}
.shm_modal_body .content {
margin-top: 10px;
margin-bottom: 10px;
}
.shmapper-drive-modal-geocode {
margin-top: 10px;
margin-bottom: 10px;
}
.shm-m-0 {
margin:0!important;
}
.shmd-loader {
margin: 5px;
animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}