/* ie check */

.ie_check{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #182C61;
  color: #555555;
  z-index: 99999;
  position: absolute;
}

.ie_none{
  display: none;
}

.ie_wraning{
  color: #ffffff;
  text-align: center;
  font-size: 15px;

}
