
 .changelog {
     background-color: #fff;
     border-radius: 4px;
     /* box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12); */
     color: #757575;
     padding: 0px 50px;
     position: relative;
     z-index: 1;
 }
 
 .changelog page-title {
     margin-top: 0;
 }
 
 .changelog h1 {
     color: #424242;
     font-size: 2.1875rem !important;
     /* font-weight: bolder; */
     line-height: 42px;
     margin-bottom: 16px;
 }
 
 .changelog h2 {
     border-color: #CFD8DC;
     color: #424242;
     font-size: 32px;
     font-weight: 300;
     line-height: 40px;
     padding-bottom: 15px;
     margin-top: 1rem;
     margin-left: 2rem;
 }
 
 .badge {
     position: relative;
     top: -3px;
     border-radius: 16px;
     display: inline-block;
     width: 90px;
     height: 32px;
     line-height: 29px;
     margin-right: 10px;
     text-transform: uppercase;
     font-size: 11px;
     font-weight: 700;
     text-align: center;
 }
 
 .quote {
   color: #4285F4;
 }
 
 .regress {
   color: #dd4b39;
 }
 
 .badge-fixed {
     background-color: #dd4b39;
     color: #fff;
 }
 
 .badge-added {
     background-color: #0F9D58;
     color: #fff;
 }
 
 .badge-changed {
     background-color: #F4B400;
     color: #fff;
 }
 
 h1, h2, h3 {
     overflow: hidden;
     padding: 0;
     text-overflow: ellipsis;
 }
 
.releasenote_heading1 {
     letter-spacing: 0;
     margin: 24px 0 24px;
     font-size: 1.7rem !important;
 }
 
 .releasenote_heading2 {
     border-bottom: 0;
     padding-bottom: 0;
     letter-spacing: -.01em;
     font-size: 1.6rem !important;
 }
 
 h2 .date {
   color: #4285F4;
 }
 
 .releasenote_heading3 {
       font: 400 18px/30px Google Sans,sans-serif;
       margin: 32px 0 16px;
 }
 .changelog ul {
    display: block;
    list-style: disc outside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 0;
    padding-left: 0;
}
 .changelog ul li {
    color: black;
    margin: 8px 0 8px 22px;
     padding: 0;
}

/* li.dropdown-item.active {
    background-color: #00607e;
    border: 1px solid var(--button_color_invert);
    color: black;
} */
.version_dropdown{
    width: 30vh;
    border-radius: 5px;
    border: 3px solid #00607e;
    font-size: 14px;
}
.version_dropdown.a{
    text-decoration: none;
    color: black;
}
.select_version {
    margin-left:  1rem;
}
.select_heading {
    margin-top: 0.4rem;
    color: #424242;
}

#main_version_div {
    margin-top: 1rem;
    position: sticky;
    top: 0;
    background-color: #f1f1f1; /* Adjust the background color as needed */
    padding: 10px;
    scroll-behavior: auto;
  }
.decription_class{
    margin-top: -1rem;
    margin-left: 4rem;
}
.decription_class h5{
    color: #00607e;
}
.product_class{
    color: #00607e;
}
.contact_us_class{
    margin-top: 1rem;
    text-align: center;
}
.rest_api_desc{
    color: black;
}

 #backToTopBtn {
    display: inline-block;
    background-color: #00607e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #backToTopBtn::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #backToTopBtn:hover {
    cursor: pointer;
    background-color: #f5a240;
  }
  #backToTopBtn:active {
    background-color: #f5a240;
  }
  #backToTopBtn.show {
    opacity: 1;
    visibility: visible;
  }

@media screen and (min-width: 600px) {
    .changelog {
        padding: 0px 30px; /* Adjust padding for medium screens */
    }
}

/* Media queries for big screens */
@media screen and (min-width: 1024px) {
    .changelog {
        padding: 0px 50px; /* Adjust padding for big screens */
    }
}
