.sidebar {
  background-color: rgb(7,121,183);
  padding-bottom: 20px;
}

.modal2 {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../assets/img/_____.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body.loading .modal2 {
  overflow: hidden;
}

body.loading .modal2 {
  display: block;
}

