:root {
  --text-light: #ffffff;
  --text-dark: #000000;
  --link-color: #3478F6;
  --h1-font: 42px;
  --h2-font: 36px;
  --h3-font: 22px;
  --h4-font: 18px;
  --p-font: 16px;
  --s-font: 12px;
  --m-font: 14px;
  --l-font: 32px;
  --xl-font: 48px;
  --xs-wgt: 200;
  --s-wgt: 300;
  --m-wgt: 400;
  --l-wgt: 500;
  --xl-wgt: 600;
  --n-gap: 24px;
}
.heading-menu, #scroll, #allFea, #customers, .btmBar {
  display: none;
}
.service-pack-page {
  position: relative;
  padding: 80px 40px;
}
.service-pack-page .flex {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  grid-gap: 20px;
}
.service-pack-page h1 {
  font-size: var(--h1-font);
  line-height: 65px;
  font-weight: var(--xl-wgt);
  color: var(--text-light);
  margin: 0 0 30px;
}
.service-pack-page h2 {
  font-size: var(--h2-font);
  line-height: normal;
  font-weight: var(--xl-wgt);
  color: var(--text-light);
  margin: 0 0 20px;
}
.service-pack-page h3 {
  font-size: var(--h3-font);
  line-height: normal;
  font-weight: var(--l-wgt);
  margin: 0 0 15px !important;
  color: var(--text-light);
}
.service-pack-page h4 {
  font-size: var(--h4-font);
  line-height: 36px;
  color: var(--text-light);
  margin: 0 0 20px !important;
}
.service-pack-page p, .service-pack-page li {
  font-size: var(--p-font);
  line-height: 25px;
  font-weight: var(--s-wgt);
  margin: 0 0 20px;
  color: var(--text-light);
}
.service-page.support {
  background: #fcd6aa;
  padding: 10px;
  text-align: center;
}
.service-page.support span {
  font-size: 15px;
}
.service-page.support a {
  text-decoration: underline !important;
  margin-left: 5px;
}
.service-pack-page.service-banner .blue {
  color: var(--link-color);
}
.service-pack-page.service-banner {
  background: linear-gradient(to bottom, #001B39 50%, #EFEFF0 0%);
  z-index: 0;
}
.service-pack-page.service-banner:before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/bg-pattern-12.png);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.service-pack-page.service-banner .flex .caption {
  color: white;
  text-align: center;
  max-width: 900px;
}
.service-pack-page .buildLink {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.service-pack-page .buildLink a {
    text-decoration: underline;
    color: #ffdb00;
    font-weight: 400;
    font-size: 16px;
}
.service-pack-page.service-pack-upgrade {
  background-color: #123991;
}
.service-pack-page .service-pack-table .flex {
  max-width: 1000px;
  margin: auto;
  grid-gap: 80px;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 10px 20px #0000001A;
  transform: scale(1.05);
}
.service-pack-page .service-pack-table .flex .buildLink a {
  text-decoration: underline;
  color: var(--link-color);
  font-weight: 500;
  font-size: 16px;
}
.service-pack-page .service-pack-table .flex .buildLink {
  cursor: pointer;
  position: relative;
}
.service-pack-page .service-pack-table.table-with-buildno .flex {
  max-width: 1000px;
  margin: auto;
  grid-gap: 80px;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 10px 20px #0000001A;
  transform: scale(1.05);
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable td {
  padding: 20px;
  font-weight: normal;
  position: relative;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .heading {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 9px 9px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .heading .column-data {
  font-weight: 600;
  border-right: none;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .column-data {
  max-width: 40%;
  font-size: 15px;
  padding: 20px 10px;
  font-weight: normal;
  text-align: left;
  width: 350px;
  position: relative;
  border-right: 2px solid #e1e9fe;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: #000 !important;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .heading .column-data:last-child, .service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .column-data:last-child {
  width: 525px;
  max-width: 60%;
  display: flex;
  flex-wrap: nowrap;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  border-bottom: 2px solid #e1e9fe;
  align-items: center;
  align-content: center;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data:last-child {
  border-bottom: none;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .column-data:last-child {
  border-right: none;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .body {
  width: 100%;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data.border-top-none {
  border-top: none;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data.latest {
  background-color: #E6EDFF;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data:last-child td {
  border-bottom: none;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable {
  width: 100%;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .hashValue {
  word-break: break-all;
  font-weight: 400;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .green {
  background-color: #8DF59E;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .tag {
  font-size: 14px;
  margin-left: 10px;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable li.data {
  counter-increment: no;
  margin: 0px;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .grid span.steps:after {
  content: counter(no);
  min-width: 8px;
  display: inline-block;
  text-align: right;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .grid span.steps {
  font-weight: 600;
  width: 100%;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .readme {
  text-decoration: underline;
  color: var(--link-color);
  text-underline-offset: 2px;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .download {
  position: absolute;
  right: 3%;
  top: 33%;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .grid strong {
  margin: 0px 10px;
}
.service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data .buildNumber .download a {
  color: #fff;
  font-size: 14px;
  padding: 4px;
  display: inline-block;
  width: 75px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  background: var(--link-color);
  font-weight: normal;
}
.service-pack-page .service-pack-banner-content {
  margin-bottom: 60px;
}
.service-pack-page .service-pack-banner-content .caption .search-box {
  font-size: 24px;
  position: relative;
  max-width: 450px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.service-pack-page .service-pack-banner-content .caption .search-box:before {
  content: "Enter your build number";
  position: absolute;
  font-size: 12px;
  background: #c64b1d;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  padding: 2px 6px;
  border-radius: 4px;
  top: -7px;
  left: 22px;
}
.service-pack-page .service-pack-banner-content .caption .search-box .buildno {
  font-family: ZohoPuvi;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  background: transparent;
  border: none;
  background: #ffffff;
  width: max-content;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #c64b1d;
  box-shadow: 0px 3px 6px 0px #000000cf;
  text-align: center;
}
.service-pack-page .service-pack-banner-content .caption .search-box .btn-search {
  background-color: #3478f6;
  align-content: center;
  padding: 20px;
  border-radius: 0 10px 10px 0;
  font-size: 17px;
  cursor: pointer;
}
.service-pack-page .service-pack-banner-content .caption .search-box .btn-search:hover {
  background-color: #ffbd01;
  color: #000;
}
.service-pack-page .service-pack-banner-content .caption .search-box .buildno::placeholder {
  font-weight: 400;
  color: #0004;
  padding: 4px;
}
.service-pack-page .service-pack-banner-content .caption .search-box .buildno:focus-visible, .service-pack-page .service-pack-banner-content .caption .search-box .buildno:focus {
  outline: none;
}
.service-pack-page .service-pack-banner-content .caption .search-box .error {
  font-size: 14px;
  color: red;
  display: block;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable td {
  padding: 20px;
  font-weight: normal;
  position: relative;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-radius: 9px 9px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data {
  font-weight: 600;
  border-right: none;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .column-data {
  max-width: 25%;
  font-size: 15px;
  padding: 20px 10px;
  font-weight: normal;
  text-align: left;
  width: 200px;
  position: relative;
  border-right: 2px solid #e1e9fe;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data:last-child, .service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:last-child {
  width: 410px;
  max-width: 40%;
  display: flex;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data:nth-child(2), .service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:nth-child(2) {
  width: 260px;
  max-width: 35%;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  border-bottom: 2px solid #e1e9fe;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data:last-child {
  border-bottom: none;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:last-child {
  border-right: none;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .body {
  width: 100%;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data.border-top-none {
  border-top: none;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data.latest {
  background-color: #E6EDFF;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data:last-child td {
  border-bottom: none;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable {
  width: 100%;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .hashValue {
  word-break: break-all;
  font-weight: 400;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .green {
  background-color: #8DF59E;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .tag {
  font-size: 14px;
  margin-left: 10px;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .grid {
  display: grid;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .readme {
  text-decoration: underline;
  color: var(--link-color);
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .download {
  position: absolute;
  right: 8%;
  top: 33%;
}
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .download a {
  color: #fff;
  font-size: 14px;
  padding: 4px;
  display: inline-block;
  width: 75px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  background: var(--link-color);
  font-weight: normal;
}
p.build-number-link {
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0px auto 20px;
  font-weight: 400;
  background-color: antiquewhite;
  padding: 8px 14px;
  max-width: 500px;
  border-radius: 10px;
  border: 1px solid #0001;
}
p.build-number-link a {
  color: var(--link-color);
  font-weight: 500;
  font-size: 16px;
}
p.build-label {
  display: block;
  width: 100%;
  color: #c64b1d;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px dashed #eee;
}
p.build-label:before {
  content: "Steps for build no. ";
  color: #000;
  font-weight: 300;
  font-size: 15px;
}
.service-pack-page .service-pack-banner-content .caption .error, .service-pack-page .service-pack-banner-content .caption .success {
  background-color: #fbdece;
  margin: 0 auto 10px;
  padding: 7px 15px;
  line-height: normal;
  max-width: fit-content;
  border-radius: 5px;
  color: #c50404;
  border: 1px solid #b02525;
}
.service-pack-page .service-pack-banner-content .caption .success {
  background-color: #f2fff1;
  color: #0ca352;
  border: 1px solid #0ca352;
}
.service-pack-page.service-pack-help-card .flex {
  max-width: 1000px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000012;
  border: 1px solid #B8CAFD;
  border-radius: 22px;
  position: relative;
  text-align: left;
  padding: 35px;
}
.service-pack-page.service-pack-help-card .flex .image {
  width: 300px;
}
.service-pack-page.service-pack-help-card .flex .image img {
  width: 350px;
  object-fit: contain;
  left: -35px;
  position: absolute;
  top: -214px;
}
.service-pack-page.service-pack-help-card .flex .content {
  width: calc(100% - 375px);
}
.service-pack-page.service-pack-help-card .flex .content p {
  color: var(--text-dark);
}
.service-pack-page.service-pack-help-card .flex .content p:last-child {
  margin: 0px;
}
.service-pack-page.service-pack-help-card .flex .content a {
  color: var(--link-color);
  text-decoration: underline;
}
.service-pack-page.service-pack-upgrade h2 {
  color: var(--text-light) !important;
  text-align: center;
  margin-bottom: 45px;
}
.service-pack-page.service-pack-upgrade .without-fail-server-item {
  margin-top: 40px;
}
.service-pack-page.service-pack-upgrade .fail-server-item {
  margin-top: 35px;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul {
  background: #F0F4FF 0% 0% no-repeat padding-box;
  border-radius: 9px;
  padding: 10px;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul span {
  word-break: break-all;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper {
  margin-top: 20px;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper h4 {
  margin-bottom: 5px !important;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul li {
  font-size: 14px !important;
  margin-bottom: 4px !important;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul li::marker {
  color: #3478F6;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp {
  color: var(--text-dark);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 9px;
}
.service-pack-page.service-pack-upgrade .flex {
  align-items: stretch;
}
.service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper .note {
  background: transparent !important;
  padding: 0px !important;
}
.service-pack-page.service-pack-upgrade .flex .swiper-slide {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  max-width: 235px;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: space-between;
  transform: translate(0px, 100px);
  opacity: 0;
  transition: all ease 750ms;
}
.service-pack-page .box.active {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}
.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp {
  width: 100%;
}
.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp h4, .service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp p, .service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp li {
  color: var(--text-dark);
}
.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp p {
  font-size: 14px;
  /* word-break: break-all; */
  width: inherit;
}
.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp p b {
  font-weight: 600;
}
.service-pack-page.service-pack-upgrade .flex .tab-menu {
  border-bottom: 1px solid #BDD1FA;
  margin: 0px;
  width: 100%;
}
.service-pack-page.service-pack-upgrade .flex .tab-menu li {
  color: #BDD1FA;
  padding: 5px;
  margin: 0px;
  cursor: pointer;
}
.service-pack-page.service-pack-upgrade .flex .tab-menu li.active {
  color: var(--text-light);
  border-bottom: 2px solid #fff;
}
.service-page.popup-box {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.service-page.popup-box.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.show {
  display: block;
}
.content_copy_wrapper .content_copy {
  width: 18px;
  filter: invert(77%) sepia(11%) saturate(3834%) hue-rotate(186deg) brightness(100%) contrast(97%);
  vertical-align: middle;
  cursor: pointer;
}
#buildDetails .buildDetails .description ul li::marker {
  content: "â—‰";
  color: var(--li-color);
  font-size: 0.8em;
}
.service-page.popup-box h3, .service-page.popup-box li {
  color: var(--text-dark);
  padding-left: 5px;
}
#buildDetails .buildDetails .buildContent .buildOverview {
  max-width: 1000px;
  max-height: 650px;
  .description {
    width: 50%;
    max-height: 430px;
    overflow: auto;
    padding: 5px;
  }
}
#buildDetails .buildDetails .buildContent .buildOverview img {
  width: 1000px;
  object-fit: contain;
}
#buildDetails .buildDetails .buildContent .buildOverview p {
  margin: 0px;
  margin-bottom: 25px;
}
#buildDetails .buildDetails .buildContent .buildOverview h3 {
  line-height: 30px;
  padding-top: 0;
}
#buildDetails .buildDetails .buildContent .buildOverview ul {
  list-style-type: disc;
  padding: 0 0 0 15px;
  margin: 0 0 30px;
}
#buildDetails .buildDetails .buildContent .buildOverview li {
  padding: 0 0 0 10px;
  line-height: 25px;
  margin: 0 0 10px;
}
#buildDetails .buildDetails .buildContent .buildOverview li::marker {
  color: #3478F6;
}
#buildDetails .buildDetails .buildContent .buildOverview .bookImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#buildDetails .buildDetails .buildContent .title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#buildDetails .buildDetails .buildContent .title-header h2 {
  margin-bottom: 0px;
  font-size: 30px;
}
.service-page .close-icon {
  font-size: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #c5bfbf;
  padding: 4px;
  cursor: pointer;
}
.service-page .buildDetails {
  max-width: 1000px;
  border-radius: 8px;
  margin: auto;
  min-height: 550px;
  background-color: var(--text-light);
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 1px solid #0657CB;
  border-radius: 6px;
  background: #88888800 0% 0% no-repeat padding-box;
}
.slick-dots li.slick-active button {
  background: white 0% 0% no-repeat padding-box !important;
}
.slick-dots li button:before {
  content: none;
}
.content_copy_wrapper {
  display: inline-flex;
  position: relative;
  color: #92b6fa;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.content_copy_wrapper .tooltip {
  position: absolute;
  z-index: 1;
  background: #fff;
  color: black;
  padding: 5px;
  font-size: 10px;
  font-weight: normal;
  border-radius: 9px;
  display: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none;
}
.content_copy_wrapper .tooltip:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #fff;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content_copy_wrapper.active-tooltip .tooltip {
  top: -38px !important;
  display: block !important;
  left: -10px;
}
.service-pack-page.service-pack-help-card {
  padding-top: 150px;
}
#buildDetails .buildDetails .buildContent #closePopup {
  cursor: pointer;
}
@media(max-width:800px) {
  .service-pack-page {
    padding: 40px !important;
  }
  .service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper .note {
    padding: 0px 40px !important;
    background: transparent !important;
  }
  .service-pack-page.service-pack-help-card .flex .image {
    width: auto !important;
  }
  .service-pack-page.service-pack-help-card .flex .content {
    width: auto !important;
  }
  .service-pack-page.service-pack-help-card .flex .image img {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .service-pack-page.service-pack-upgrade .flex .swiper-slide {
    min-height: 300px !important;
    margin: 0px 5px 30px 5px;
  }
  .service-pack-page.service-pack-upgrade {
    padding: 40px 0px !important;
  }
  .service-pack-page.service-pack-upgrade .flex.swiper-wrapper {
    max-width: 285px !important;
  }
  .servicePackBuildTable .heading {
    display: none !important;
  }
  .servicePackBuildTable, .servicePackBuildTable .main, .servicePackBuildTable .data {
    display: block;
    width: 100%;
  }
  .servicePackBuildTable .column-data {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px !important;
    padding-bottom: 20px !important;
    border-right: none !important;
  }
  .service-pack-page .service-pack-table .flex .servicePackBuildTable .data.latest {
    background-color: transparent;
  }
  .service-pack-page .service-pack-table .flex .servicePackBuildTable .data {
    border-bottom: 1px solid #ddd;
  }
  .servicePackBuildTable .column-data::before {
    content: attr(data-label);
    position: absolute;
    left: 40px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    top: 10px;
  }
  .servicePackBuildTable {
    padding: 0px !important;
    background-color: transparent;
    transform: none;
  }
  #buildDetails .buildDetails .buildContent .buildOverview img {
    width: 400px;
  }
  .service-page .buildDetails {
    width: 400px;
    padding: 20px !important;
  }
  #buildDetails .buildDetails .buildContent #closePopup {
    cursor: pointer;
  }
  .service-pack-page .service-pack-table.table-with-buildno .flex .servicePackBuildTable .data {
    flex-wrap: wrap;
  }
  .servicePackBuildTable.table-with-buildno .column-data::before {
    display: none;
  }
}

.taa-compliance img {
    max-width: 25px;
}

.taa-compliance {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 10px;
    background: #ddefff;
    padding: 5px 0px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.taa-compliance p {
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}