/* src/styles.css */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.select-none {
  -webkit-user-select: none;
}
.btn_rounded {
  max-width: 50px;
  max-height: 50px;
}
.load .landing {
  pointer-events: none !important;
}
.load .landing::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  opacity: 0.6;
  overflow: hidden;
  z-index: 9;
}
.load::after {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 9;
  background-color: transparent;
  content: "";
  color: white;
  padding-top: 67px;
  text-align: center;
  font-size: .9em;
  font-weight: normal;
  font-family: FontAwesome;
  background-image: url(/assets/img/inbursa_spinner.gif);
  background-size: 85px 85px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  border-radius: 17%;
}
@media (orientation: landscape) and (min-width: 550px) {
  .load .landing::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0.6;
    overflow: hidden;
    z-index: 9;
  }
  .load::after {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 9;
    background-color: transparent;
    content: "";
    color: white;
    padding-top: 67px;
    text-align: center;
    font-size: .9em;
    font-weight: normal;
    font-family: FontAwesome;
    background-image: url(/assets/img/inbursa_spinner.gif);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 40%;
    border-radius: 17%;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
