/* this is for nav bar carousel */
.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .align-items-stretch{
    padding: 39px;
  }

  .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .loginimg {
    display: block;
    margin-left: auto;
    width: 100%;
  }

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


  .navbar-dark {
    box-shadow: 0 2px 2px 2px rgb(195, 191, 191);
    height: 70px;
    font-size: 16px;
  }

  .mycontainer{
    padding: 30px 15px 30px 30px;
  }

  .layoutmargin{
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .searchcard{
    box-shadow: 0 2px 2px 2px rgb(195, 191, 191);
    padding: 0.8rem;
    border-radius: 10px;
    height: 50px;
    background: white;
  }

  .refresbtn{
    padding: 0.8rem;
    display:flex;
    border-radius: 10px;
    height: 50px;
    background: black;
  }

  .chartlayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    padding: 1.2rem;
    background: white;
  }

  .journalchartlayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    padding:1.2rem 1.2rem 1.8rem 1.2rem;
    height: 100%;
    width: 100%;
    background: #ffffff;
  }

  .smallchartpielayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    padding:0rem 2rem 0rem 2rem;
    position: relative;
    height:38vh;
    width:22.5vw;
    background: white;
    margin-bottom: 0.7rem;
  }

  .horizontalchartlayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    position: relative;
    height: 95%;
    width: 100%;
    background: white;
    margin-bottom: 1rem;
  }

  .smallchartlayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    height:37.80vh;
    width:22.5vw;
    background: white;
    margin-bottom: 0.7rem;
  }

  .mediumchartlayout{
    box-shadow: 0 1px 1px 1px rgb(195, 191, 191);
    border-radius: 5px;
    padding: 2rem;
    height:90%;
    width:100%;
    background: white;
    margin-bottom: 0.7rem;
  }

  .searchcard select{
      padding-left: 20px;
      padding-right: 10px;
      border: 0;
      outline: none;
  }


  .welcomelogin{
    padding:8rem 1rem 0rem 1rem;
    height: 400px;
    width: 600px;
  }

  select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }

  last span {
    font-size: medium;
    float: right;
    font-weight: bold;
}

@keyframes rotate {

  from {transform: rotate(0deg)}
  to {transform: rotate(360deg)}

  }

.refresh-start {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running;
  }

footer {
    left: 0;
    bottom: 0;
    padding: 1rem;
    height: 50px;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
  }

  .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: rgb(30,144,255);
  }
/* For loading Indicator */
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgb(227, 221, 221);
    opacity: .75;
    z-index: 9999999;
  }
  .spinner {
    visibility:hidden;
    position: fixed;
    z-index: 1031; /* High z-index so it is on top of the page */
    top: 50% ;/* where ... is the element's height */
    right: 50%; /* where ... is the element's width */ }
  body.busy .spinner { visibility:visible !important; }

  /* Slider CSS */
  .slider-container {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }

  .ui-slider {
    height: 2px; /* Adjust the slider height to hide the bottom portion */
    background: none; /* Remove the background */
    border: none; /* Remove the border */
  }

  .range-slider {
    width: 95%;
    margin-top: 40px;
  }



  #time-display {
    font-size: 18px;
    margin-top: 10px;
  }

  /* Custom slider styles */
  .ui-slider .ui-slider-handle {
    width: 0.5rem;
    height: 1em;
    background-color: black;
    border: 1px solid black;
  }
  .ui-slider .ui-slider-range {
    width:0.2em;
    height:0.5em;
    background: red;
  }

  /* Custom tick marks */
  .ui-slider-tick-mark {
    height: 4px;
    width: 1.5px;
    background-color: #333;
    position: absolute;
  }

  /* Slider CSS */

  /* Mobile UI style */
  @media (max-width: 767px) {
    .custom-top-margin {
      margin-top: 10px; /* Adjust the margin as needed */
    }

    .custom-center-margin{
      margin-left: 30%;
    }
  }

    /* Mobile UI Style End */

