content: '';
pointer-events: none;
display: block;
position: absolute;
left: 0;
top: 50%;
height: calc(100% + 3px);
width: calc(100% + 3px);
-webkit-transform: translateY(-50%) ;
transform: translateY(-50%);
border-radius: 3px !important;
-webkit-box-shadow: inset 0 0 0 2px #009eda, 0 13px 18px rgba(224, 235, 238, .75) !important;
box-shadow: inset 0 0 0 3px #009eda, 0 13px 18px rgba(224, 235, 238, .75) !important;
z-index: 3