html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /*min-height:15em;*/

}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: 10px;
    margin-left: 10px;
}


.alert-danger {
    color: #f5c2c7;
    background-color: white;
    border-color: #ffffff;
}
.Chart
{
   /* width:400px!important;*/
    width:auto;
    height:400px!important;
}
.footer {
    position: relative;
    bottom: 0 !important;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*background-color: #f5f5f5;*/
    /* margin-top: auto;*/
    right: 0;   
    left: 0;
    z-index: 1030;
    text-align: center;
    font-size: 12px;
    padding-top: 1em;
}
.alert-danger {
    background-color: rgba(255, 99, 132, 0.2)!important;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}