html {
    scroll-behavior: smooth;
    background: #fff;
  }
body{
  scroll-behavior: smooth;
  background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
}
body{
    overflow-x: hidden;
}

#list{
    margin: 0px;
    padding: 0px;
}
#h21{
    color:dodgerblue
}
#latest{
    color:gray;
    font-size: xx-large;
    margin-top:-7px
}
.p21{
    color:rgb(100, 100, 100);
    font-weight: 500;
  }    
  .s1{
    position: relative;
    top:-10px
  }    

  #his{
    max-height: 20rem;
    overflow-y: auto;
  }
  #div11{
  background: #fff;
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
  z-index: 1;
	border-top: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto;
  }
 
  #t,#track1,#c,#cancel1{
    outline:none;
    border:none;
    padding:1.4rem;
    padding-left:4rem;
    cursor:pointer;
    padding-right: 4rem;
    transition: 0.4s;
  }
  #t,#track1{
    border : 0.12rem solid dodgerblue;
    background-color: dodgerblue;
    color:white;
    font-weight: bold;
    
  }
  #c,#cancel1{
    margin-left:10px;
    border : 0.12rem solid #FF4500;
    background-color: #FF4500;
    color:white;
    font-weight: bold;
    
  }
  #t:hover,#track1:hover{
    background-color: transparent;
    color:dodgerblue
  }
  #t:active,#track1:active,#c:active,#cancel1:active{
    transform: scale(0.94);
  }
  #c:hover,#cancel1:hover{
    background-color: transparent;
    color:#FF4500
  }
  #strong{
    font-size: 300%;
    color: gray;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
  }
#track1,#cancel1{
    margin-top:20px
}

.list-group{
    background: #fff;
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
  z-index: 1;
	border-top: 5px;
	height:40rem;
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto;
    padding-left:50px;
    margin-bottom:50px
}
#bmw{
    height:20rem;
    overflow-x:auto;
    margin-top:20px
}
#hheader{
    color:dodgerblue
}

a{
   font-size: 120%;
   color: gray;
   margin-top:20px;
   margin-bottom:50px
}
li{
    margin-top:30px
}


  @media only screen and (max-width: 655px){
#all{
    margin-left: 17px;
    margin-right: 15px;
}
  }
  @media only screen and (max-width: 496px){
    .list-group{
      height:700px;
      margin-bottom:90px;
  }
  #cancel1{
    position: relative;
    left:-10px;
    margin-top:20px;
    width:100%
}
#track1{
    margin-top:20px;
    width:100% 
}
#track1{
    margin-left:-10px
}
#cancel1{
    margin-left: 0px;
}
  }
  @media only screen and (max-width: 480px){
    #div11{
        height:850px;
    }
    .list-group{
        height:700px;
        margin-bottom:90px;
    }
    #c,#cancel1{
        position: relative;
        left:-10px;
        margin-top:20px;
        width:100%
    }
    #t,#track1{
        margin-top:20px;
        width:100% 
    }
    #track1{
        margin-left:-10px
    }
    #cancel1{
        margin-left: 0px;
    }
}
@media only screen and (max-width: 480px){
    .list-group{
        height:700px;
    }
}
#logo{
    background-color: dodgerblue;
    margin-top:0px;
    padding:10px;
    color: white;
    text-align: center;
    margin-bottom:70px;
    margin-right:0px;
}
body{
    overflow-x: hidden;
}
.lds-ring {
  display: inline-block;
  position: relative;
  top:0px;
  width:80px;
  height: 80px;
  margin-left:11px
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid dodgerblue;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(0, 128, 255) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader{
    margin-top: 17%;
    margin-bottom: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#p1{
  cursor: pointer;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
#logo{
  display: flex;
  justify-content: space-between;
}
#logo11{
  position: relative;
  left:-50%;
  -webkit-user-select: none;

}
#b{
  position: relative;
  top:15px
  ;
  font-size: 180%;
  left:20px;
  transition: 0.13s;
  height:30px;
  cursor: pointer;
  -webkit-user-select: none;
}
#b:active{
  transform: scale(0.88);
}
#xxx{
  height:400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display:none;
}
@media screen and (max-width: 440px) {
  #xxx{
    height:350px
  }
  
}
@media screen and (max-width: 341px){
  #xxx{
    height:240px
  }
}
#alternate{
  font-size:160%;
  text-align:center;
  font-weight:500;
  color:gray
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: 
gray;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: 
dodgerblue;
border-radius: 500px;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#status{
  color:red;
  font-size: 130%;
}
#div11,.list-group{
  border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}