/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap');


body {
    font-family: Google Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight:300;
    font-size:18px;
    margin:0px;
    padding:0px;
}

h1 {
    font-size:32px;
    font-weight:300;
}

p {
    font-size: 14pt;
}

p1 {
  font-family: 'Schoolbell', arial, serif; 
}

a:link,a:visited
{
    color: #1367a7;
    text-decoration: none;
}
a:hover {
    color: #208799;
}

td.dl-link {
    height: 160px;
    text-align: center;
    font-size: 22px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* your paper and bibtex*/
/* modified from: http://css-tricks.com/snippets/css/layered-paper/ by: https://github.com/richzhang/webpage-template */

.layered-paper-big { 
    box-shadow:
    0px 0px 1px 1px rgba(0,0,0,0.35), /* The top layer shadow */
    5px 5px 0 0px #eee, /* The second layer */
    5px 5px 1px 1px rgba(0,0,0,0.35), /* The second layer shadow */
    10px 10px 0 0px #eee, /* The third layer */
    10px 10px 1px 1px rgba(0,0,0,0.35), /* The third layer shadow */
    15px 15px 0 0px #eee, /* The fourth layer */
    15px 15px 1px 1px rgba(0,0,0,0.35), /* The fourth layer shadow */
    20px 20px 0 0px #eee, /* The fifth layer */
    20px 20px 1px 1px rgba(0,0,0,0.35), /* The fifth layer shadow */
    25px 25px 0 0px #eee, /* The fifth layer */
    25px 25px 1px 1px rgba(0,0,0,0.35); /* The fifth layer shadow */
    margin-left: 10px;
    margin-right: 45px;
    margin-bottom: 30px;
}

.layered-paper { 
  box-shadow:
  0px 0px 1px 1px rgba(0,0,0,0.35), /* The top layer shadow */
  5px 5px 0 0px #eee, /* The second layer */
  5px 5px 1px 1px rgba(0,0,0,0.35), /* The second layer shadow */
  10px 10px 0 0px #eee, /* The third layer */
  10px 10px 1px 1px rgba(0,0,0,0.35); /* The third layer shadow */
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.paper-big { 
  box-shadow:
  0px 0px 1px 1px rgba(0,0,0,0.35); /* The top layer shadow */

  margin-left: 10px;
  margin-right: 45px;
}

pre {
    position: relative;
    display: block;
    padding: 20px;
    background: #f2f2f2;
    color: #555755;
    padding: 1rem 1rem 1rem 5rem;
    border-radius: 20px !important;
    min-width: 100px;
  }

span.command-copy {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    font-size: 20px;
    color: #555755;
  }
  
span.command-copy:hover {
    cursor: pointer;
  }


/* buttons */

.btn-group, .btn-group-vertical {
    /* position: absolute !important; */
    display: inline-flex;
    vertical-align: middle;
}

.btn-info {
    color: #000;
    background-color: #62dbff !important;
    border-color: #62dbff !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
 

 .smallpad.table{
    width: unset !important;
    margin-bottom: 0.5rem !important;
  }

td {
    border: none !important;
}

.smallpad.table>:not(caption)>*>* {
    padding: 1 !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.btn-light:hover { 
  background: #eee !important;
  border-color: #ccc !important;
}


/* carousel */

.carousel {
  margin: 0;
}

.carousel-container {
  margin: 0;
  padding: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 100%;
    background-color: #0d6dfd79;
  }  

.video-carousel-indicators{
  bottom: -30px !important;
}

.carousel-indicators .active {
    background-color: #0d6efd;
  }

.left-arrow, .right-arrow {
    color: #0d6efd !important;
}

@media (max-width: 899px) {
  .carousel-control-prev{
    left: 0px !important; 
  }
  .carousel-control-next {
      right: 0px !important;
  }
}

@media (min-width: 900px) {
  .carousel-control-prev{
    left: -120px !important; 
  }
  .carousel-control-next {
      right: -120px !important;
  }
}

/* responsive */

.video-responsive {
  width: 60%;
  height: auto;
}


.title-responsive{
  font-size: 1.77vw;
}

.title-responsive-small{
  font-size: 1.3vw;
}

.title-responsive-smaller{
  font-size: 1.1vw;
}

@media screen and (min-width: 1600px) {
  .title-responsive {
     font-size: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .title-responsive-small {
     font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .title-responsive-smaller {
     font-size: 20px;
  }
}

.image-responsive{
  width: 100%;
  height: auto;
}

/* .image-responsive-car{
  width: 95%;
  height: auto;
} */


.image-responsive-car {
  width: 95%;
  height: auto;
  margin: auto;
}

.col-left {
  padding-right: 0px; 
  padding-left: 50px; 
  flex-shrink: 0; 
  margin: 0px;
}

.col-right {
  padding-right: 50px; 
  padding-left: 0px; 
  flex-shrink: 0; 
  margin: 0px;
}

.carousel-item {
  width: 100%;
}

/* sup and sub script */
.supsub {
  display: inline-block;
}

.supsub sup,
.supsub sub {
  position: relative;
  display: block;
  /* font-size: em; */
  /* line-height: 0.6; */
}

.supsub sub {
  top: .3em;
}

.compare-text {
  align-self: end; /* push text to bottom */
}
