@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.master-container {
  height: 100%;
  width: 100%;
  padding-bottom: 50px;

}
.container {
  --bs-gutter-x: 0px !important;
  --bs-gutter-y: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.arrow-right {
  float: inline-end;
}
.app-status {
  float: right;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  color: green;
}
.app-card-header .app-status {
  background: green;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.9em;
}
.panel {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-group .panel{
  overflow: hidden;
}
body .label{
  box-shadow: 0px 0px 5px #dddddd;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-success {
  background-color: #5cb85c;
}body .label {
  box-shadow: 0px 0px 5px #dddddd;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.page_content.col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.add-app-button.app-border {
  margin-right: 20px;
}