@charset "UTF-8";
/*!
* Start Bootstrap - Simple Sidebar v6.0.3 (https://startbootstrap.com/template/simple-sidebar)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

body {
  overflow: scroll !important;
}
.elementResult{
  display: block;
  width: fit-content;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.offcanvas{
  width: 40%;
}

.datasourcetype {
  margin-top: 5%;

}

.datasourcetype .btn{
  margin-top: 5%;
}

.slidecontainer, .slider {
  width: 100%; /* Width of the outside container */
}

.card {
  margin: 1%;
}

.card-body {
  width: 100% !important;
  max-width: 100% !important;
}

#deck-container {
  width: unset !important;
}

.top-bar {
  margin: 0;
}

.menu {
  margin-left: 2%;
}