/****nops compatison table css starts****/
.comparison-tool {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    gap: 30px;
  }
  
  .comparison-table {
    width: 100%;
    overflow-x: auto;
    cursor: grab;
    position: relative;
    /* max-width: 1300px; */
    margin: auto;
    z-index: 2;
    height: 550px;
    border: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .comparison-table:active {
    cursor: grabbing;
  }
  
  .comparison-table table {
    width: 150%;
    border-collapse: separate;
    cursor: grab;
    border-radius: 12px;
    user-select: none;
    margin-bottom: 0;
    /* border: 1px solid rgba(255, 255, 255, 0.10); */
  }
  
  .comparison-table table td,
  .comparison-table table th {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 15px 20px;
    vertical-align: middle;
  }
  
  .comparison-table table td {
    color: rgb(255 255 255 / 70%);
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-top: 0;
    border-left: 0;
  }
  
  .comparison-table table th {
    color: #FFF;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    background: #01041A;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-block-start: 0 !important;
  }
  
  .comparison-table table thead tr {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
  }
  
  .comparison-table table tbody tr:last-child td {
    border-bottom: 0;
  }
  
  .comparison-table table tr.heading {
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 10;
  }
  
  .comparison-table tr td:first-child,
  .comparison-table tr th:first-child {
    position: sticky;
    left: 0;
    top: 0;
    /* z-index: 2; */
    width: 300px;
  }
  
  .comparison-table tr td:nth-child(2),
  .comparison-table tr th:nth-child(2) {
    position: sticky;
    left: 300px;
    top: 0;
    z-index: 1;
    width: 200px;
  }
  
  .comparison-table table tbody tr:nth-child(odd) td {
    background: #060A26;
  }
  
  .comparison-table table tbody tr:nth-child(even) td {
    background: #01041A;
  }
  
  .comparison-table table th p {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
    width: 100%;
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    padding: 10px 8px 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #01041A;
  }
  
  .comparison-table table th p img {
    cursor: pointer;
  }
  
  .comparison-table .np-multi-border {
    padding: 1px;
    border-radius: 8px;
    width: 100%;
  }
  
  .comparison-table .np-multi-border::before {
    border-radius: 8px;
  }
  
  .comparison-table .np-multi-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 20px;
    z-index: 0;
    background: linear-gradient(90deg, #0051E9 31.57%, rgba(0, 81, 233, 0.50) 72.22%);
    opacity: 0.7;
    filter: blur(25px);
  }
  
  .comparison-table tr.heading>td:not(:first-child) {
    border-width: 0 0 1px 0;
  }
  
  .comparison-table tr>td:last-child {
    /* border-right:1px solid rgba(255, 255, 255, 0.15); */
  }
  
  .comparison-table tr.heading>td:first-child {
    border-right: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    width: auto;
    gap: 15px;
  }
  
  .comparison-table tr.heading>td:first-child img {
    width: 45px;
    height: 45px;
  }
  
  .comparison-table table tbody tr td:last-child,
  .comparison-table table thead tr th:last-child {
    border-right: 0;
  }
  
  .comparison-table table tr th:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .add-feature {
    position: absolute;
    left: 50%;
    top: 130px;
    transform: translateX(-50%);
    text-align: right;
    width: 100%;
    max-width: 1430px;
    z-index: 2;
  }
  
  .add-feature img {
    cursor: pointer;
  }
  
  /**scrollbar**/
  
  .comparison-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent !important;
  }
  
  /* .comparison-table ::-webkit-scrollbar-track-piece
  {
    background-color:transparent;
  } */
  .comparison-table::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  .comparison-table::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .comparison-table::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
  }
  
  .comparison-table::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  /**scrollbar**/
  .comparison-table table tr.heading td {
    background: #060A26 !important;
  }
  
  .feature-menu {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 9;
    right: 0;
    text-align: left;
    border-radius: 10px;
    padding: 15px 10px;
  }
  
  .feature-option {
    padding: 10px;
    cursor: pointer;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  
  .feature-option:hover {
    border-radius: 8px;
    background: #F5F8FA;
  }
  
  /****nops compatison table css ends****/
  
  /* Hide columns initially */
  .hidden {
    display: none;
  }


/****************************************************media css******************************************/

  @media screen and (max-width:1099px) {

    /***comparison tool**/
    .comparison-table tr td:first-child,
    .comparison-table tr th:first-child {
      position: unset;
      width: auto;
    }
  
    .comparison-table tr td:nth-child(2),
    .comparison-table tr th:nth-child(2) {
      position: unset;
      width: auto;
    }
  
    .comparison-table tr th {
      white-space: nowrap;
    }
  
    .comparison-table table tr.heading td {
      white-space: nowrap;
    }
  
    /**comparison tool**/
  }
  @media screen and (max-width:768px){
    .comparison-table .np-multi-border:after{
        display:none;
    }
    .comparison-table table th{
        font-size: 24px;
    }
  }