.licensetable {
  background: #EDF3FF;
  border-spacing: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.licensetable .wd15 {
  width: calc(70% / 4) !important;
}

.licensetable tr td.body-bg {
  width: 2% !important;
}

.licensetable th,
.licensetable td {
  background: white;
}

.licensetable td {
  margin: 0 10px;
  text-align: center;
}

.licensetable td p,
.licensetable th p {
  margin: 0;
  padding: 11px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #8080811F;
  font-weight: 500;
}

.licensetable th {
  text-align: center;
  font-weight: 500;
}

.licensetable .heading-div {
  position: absolute;
  top: 5%;
  width: 94%;
  flex-direction: column;
  left: 3%;
  bottom: 0%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 10px;
}

.licensetable .buy-now-btn {
  background: #2B467B;
  border-radius: 4px;
  padding: 5px;
}

.licensetable .bdr-top-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.licensetable .bdr-bottom-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.licensetable .valid-txt {
  font-size: 13px;
  line-height: 1;
}

.licensetable .single-user,
.licensetable .multi-user,
.licensetable .datapack-user,
.licensetable .enterprise-user {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.licensetable .single-user-top,
.licensetable .multi-user-top,
.licensetable .enterprise-user-top,
.licensetable .datapack-user-top {
  border-top: 1px solid transparent;
}

.licensetable .single-user-bottom,
.licensetable .multi-user-bottom,
.licensetable .enterprise-user-bottom,
.licensetable .datapack-user-bottom {
  border-top: 1px solid transparent;
}

@media (max-width: 990px) {
  .licensetable {
    margin-top: 40px;
  }

  .licensetable .heading-div {
    width: 93%;
    top: 2%;
  }

  .enterprise-user .user-img {
    display: flex;
  }

  .user-txt.fs-5 {
    font-size: 1rem !important;
  }

  .recommand-img {
    width: 100%;
    top: -37px !important;
  }
}

@media (max-width: 600px) {
  .modal-dialog {
    width: 99%;
  }

  .p0 {
    padding: 0 !important;
  }

  table p img {
    width: 20px;
  }

  .licensetable td p,
  .licensetable th p {
    padding: 6px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .licensetable th,
  .licensetable td {
    width: 25% !important;
    height: 60px;
  }

  .p18 {
    padding: 0 18px !important;
  }

  .licensetable td.p18 {
    border-bottom: 1px solid #8080811F;
  }

  .licensetable td.p18 p {
    border-bottom: none;
  }

  #LicenseModel .close {
    right: -7px;
    display: inline-block;
    top: 1px;
    z-index: 10;
  }

  #LicenseModel button {
    width: 60px !important;
    margin: 0 auto;
  }

  table p img.wrong {
    width: 12px;
  }
}
