.hiddenLastItem {
  position: relative;
}
.hiddenLastItem::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 95px;
  background: linear-gradient(
    0deg,
    #ffffff 36.47%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 3;
}

.modalPopupButton {
  position: absolute;
  bottom: 25px;
  z-index: 12;
  left: 50%;
  transform: translate(-50%);
}

.hiddenLastItemv3::before {
  height: 250px;
  z-index: 12;
  width: 102%;
  right: -2px;
}

.hiddenLastItemv3 .modalPopupButton {
  z-index: 14;
  bottom: 40px;
}
h1#hrinsidr-top {
  margin-top: 10px !important;
  text-align: center !important;
}
h1#hrinsidr-top img {
  width: 100%;
  max-width: 300px;
}
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #4363e0;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
  padding: 12px 20px;
  min-width: 103px;
  text-align: center;
  border-radius: 6px;
}
.btn:hover {
  opacity: 0.89;
  color: #fff;
}
@media (max-width: 1000px) {
  .hiddenLastItem::before {
    height: 85px;
  }
  .modalPopupButton {
    bottom: 19px;
  }
  .hiddenLastItemv3::before {
    height: 250px;
    z-index: 12;
    width: 102%;
    right: -2px;
  }
  .hiddenLastItemv3 .modalPopupButton {
    bottom: 40px;
  }
}
@media (max-width: 915px) {
  .hiddenLastItemv3::before {
    height: 310px;
  }
  .hiddenLastItemv3 .modalPopupButton {
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  h1#hrinsidr-top {
    font-size: 7vw !important;
  }
  .hiddenLastItem::before {
    height: 145px;
  }
  .modalPopupButton {
    bottom: 50px;
  }
  .tablebody > div:last-child {
    max-height: 140px;
    overflow: hidden;
  }
  .hiddenLastItemv3 > div:last-of-type {
    max-height: 140px;
    overflow: hidden;
  }
  .hiddenLastItemv3::before {
    height: 150px;
  }
  .hiddenLastItemv3 + .bottomDescription {
    margin-top: 30px;
  }
}
.customContainer {
  max-width: 1600px;
  margin: auto;
}
.softwareTable {
  margin-top: 45px;
  margin-bottom: 30px;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 8px 18px;
}
.bottomDescription {
  border: 1px solid #94a3b8;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
}
.softwareTable img,
.imgContainer img {
  object-fit: contain;
}
.imgContainer {
  border-radius: 5px;
  border: 1px solid #e2e8f0;
  padding: 4px;
  height: 60px;
  margin-right: 5px;
  width: 60px;
  display: flex;
}
.tablebody .productInfo {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
}
.tableHeader,
.tablebody > div {
  display: grid;
  grid-template-columns: 180px repeat(7, 1fr) 175px;
  gap: 14px;
  text-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.tableHeader,
.tablebody > div:not(:last-child) {
  margin-bottom: 35px;
}
.tableHeader {
  padding-bottom: 12px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.tableHeader > * {
  font-size: 12px;
  line-height: 17px;
}
.tablebody a {
  max-height: 46px;
}
.tablebody h5 {
  text-align: start;
  margin-bottom: 5px;
  margin-top: 0;
}
.rating {
  display: block;
  text-align: start;
  line-height: 14px;
}
.rating svg {
  width: 14px;
}
.tablecell > span:nth-child(1) {
  display: none;
}
.deployment > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.companySize {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #475569;
}
/* tablet table */
.tableDropdown {
  display: none;
}
.tableDropdownHeader {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.7fr 0.7fr 1fr;
  align-items: center;
  justify-items: center;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.tableDropdownHeader span,
.tablebody span {
  font-size: 13px;
}
.tableDropdownBody {
  margin-bottom: 28px;
}
.tableDropdownBody a {
  max-height: 46px;
}

.collapseBlock {
  width: 100%;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
}
.toggle {
  color: var(--font-primary);
  display: block;
  cursor: pointer;
  padding: 10px 0;
  display: grid;
  justify-items: center;
  grid-template-columns: 0.4fr 1fr 0.7fr 0.7fr 1fr;
  align-items: center;
  gap: 15px;
  font-size: 20px;
}
.toggle > div:not(.support) {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 15px;
  gap: 15px;
  justify-self: start;
}
.toggle > div.support span:nth-child(2) {
  margin: 0 8px;
}
.toggle .companySize span {
  font-size: 13px;
}
.toggle > div > div:not(.imgContainer) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toggle > div h5 {
  margin: 0;
}
.toggle svg {
  margin-top: 7px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.active {
  color: var(--primary-blue);
}
.active > svg {
  transform: rotate(-180deg);
}
.content {
  width: auto;
  height: auto;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.3s, padding 0.3s;
  background: #fafafa;
  box-shadow: inset 0px 6px 8px rgba(23, 23, 23, 0.04);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.content > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.content > * {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
}
.show {
  max-height: 300px;
  visibility: visible;
  padding: 20px 12px;
}
.productInfo > :not(.imgContainer) {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .toggle {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .toggle,
  .content > * {
    font-size: 16px;
  }
  .bottomDescription {
    line-height: 25px;
  }
}

@media (max-width: 1000px) and (min-width: 600px) {
  .softwareTable {
    display: none;
  }
  .tableDropdown {
    display: block;
  }
  .table-main {
    display: none;
  }
  .tableDropdownHeader,
  .toggle {
    grid-template-columns: 0.3fr 1fr 0.5fr 0.5fr 1fr;
  }
}
@media (max-width: 600px) {
  .tableHeader {
    display: none;
  }
  .table-main {
    display: block;
  }
  .softwareTable {
    padding: 0;
  }
  .tablebody > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px;
  }
  .tablecell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tablecell > span:nth-child(1) {
    font-size: 13px;
    display: block;
  }

  .productInfo h5 {
    margin: 0;
  }
  .productInfo {
    align-items: center;
  }
  .tablebody a {
    grid-column: 1 / -1;
    width: 100%;
  }
  .tablebody .productInfo {
    grid-template-columns: 50px auto;
  }
  .imgContainer {
    width: 50px;
    height: 50px;
  }
  .imgContainer > span {
    width: 40px !important;
  }
}
@media (min-width: 0px) {
  main .container {
    width: 100% !important;
  }
}