﻿.FloatingPlaceholder {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 21;
    display: none !important;
}