.text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.text-black-90 {
  color: #212529 !important;
}


.text-white-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.25 !important;
}

.form-control::-moz-placeholder {
  opacity: 0.25 !important;
}

.form-control:-ms-input-placeholder {
  opacity: 0.25 !important;
}

.form-control::-ms-input-placeholder {
  opacity: 0.25 !important;
}

.form-control::placeholder {
  opacity: 0.25 !important;
}

.cursor-alias { cursor: alias; }
.cursor-all-scroll { cursor: all-scroll; }
.cursor-auto { cursor: auto; }
.cursor-cell { cursor: cell; }
.cursor-context-menu { cursor: context-menu; }
.cursor-col-resize { cursor: col-resize; }
.cursor-copy { cursor: copy; }
.cursor-crosshair { cursor: crosshair; }
.cursor-default { cursor: default; }
.cursor-e-resize { cursor: e-resize; }
.cursor-ew-resize { cursor: ew-resize; }
.cursor-grab { cursor: grab; }
.cursor-grabbing { cursor: grabbing; }
.cursor-help { cursor: help; }
.cursor-move { cursor: move; }
.cursor-n-resize { cursor: n-resize; }
.cursor-ne-resize { cursor: ne-resize; }
.cursor-nesw-resize { cursor: nesw-resize; }
.cursor-ns-resize { cursor: ns-resize; }
.cursor-nw-resize { cursor: nw-resize; }
.cursor-nwse-resize {cursor: nwse-resize; }
.cursor-no-drop { cursor: no-drop; }
.cursor-none { cursor: none; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.cursor-progress { cursor: progress; }
.cursor-row-resize { cursor: row-resize; }
.cursor-s-resize { cursor: s-resize; }
.cursor-se-resize { cursor: se-resize; }
.cursor-sw-resize { cursor: sw-resize; }
.cursor-text { cursor: text; }
.cursor-url { cursor: url(myBall.cur),auto; }
.cursor-w-resize { cursor: w-resize; }
.cursor-wait { cursor: wait; }
.cursor-zoom-in { cursor: zoom-in; }
.cursor-zoom-out { cursor: zoom-out; }

.whole-page{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100% !important;
} 

.whole-page-overlay{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100% !important;
  z-index: 1050;
  display: none;
} 
.whole-page-overlay .center-loader{
  position: absolute;
  top: 50%;
  left: 52%;
  position: absolute;
  color: #000000 !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar {
  padding: .5rem 1rem;
  background-color: #4b5320 !important;
}

