.col-storage {
  width: 50%;
}

.col-storage video {
  width: 100%;
  height: auto;
}

video {
  border-radius: 20px;
  box-shadow: rgba(26, 37, 14, 0.19) 0px 0px 1px 1px,
    rgba(28, 37, 14, 0.326) 0px 0px 4px 4px;
  height: 100%;
}

.body {
  background-color: rgb(30, 30, 30);
}

.full-row {
  min-height: calc(100vh - 60px);
}

.panel {
  background-color: rgb(40, 40, 40);
  border-radius: 10px;
  height: 100%;
}

.navbar {
  height: 60px;
  background-color: rgb(40, 40, 40);
}

.btn {
  background-color: #5c9b02 !important;
  border-color: #5c9b02 !important;
  border-radius: 50em !important;
  height: 2.4em;
  min-width: 6em;
}

.navbar-toggler {
  background-color: #535353 !important;
  border-color: #535353 !important;
}

.btn-close {
  background-color: #535353 !important;
}

.offcanvas {
  background-color: rgb(40, 40, 40) !important;
}
