.cM-view-webpage-actionbar{
    background: #2b597d33;
    width: 100%;
    height: 50px;
    padding-top: 6px;
  }

  .confirmbtn{
    padding: 6px;
    width: 112px;
    color: #7cb4e4;
    border: 2px solid #7ab1ec;
    background: #fff;
  }

  .deleteIconbtn{
    padding: 6px;
    width: 54px;
    color: #7cb4e4;
    border: 2px solid #7ab1ec;
    background: #fff;
  }

  .search-productSearch{
    padding: 7px;
    border: 1px solid #c7c6c6;
  }

  .thead-row{
    background: #eaeaea;
  }

  .addWebPageBtn{
    padding: 6px;
    color: #7cb4e4;
    border: 2px solid #7ab1ec;
    background: #fff;  
  }

  .custom-coupon-table::ng-deep .ui-table .ui-table-tbody > tr{
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }

  .custom-coupon-table::ng-deep .ui-table .ui-table-tbody > tr > td{
    border: none;
  }

  .custom-coupon-table::ng-deep .ui-table .ui-table-thead > tr > th{
    height: 47px;
    border: none;
  }

  .custom-coupon-table::ng-deep .ui-table-thead{
      border: 1px solid #eaeaea;
  }

  /* Dropdown Content (Hidden by Default) */
.dropdownDots-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  z-index: 1;
  border: 3px solid #dee2e6;
  border-radius: 5px;
  
}

/* Links inside the dropdown */
.dropdownDots-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: initial;
}

/* Change color of dropdown links on hover */
.dropdownDots-content a:hover {
  background-color: #ddd;
  cursor: pointer;}

/* Show the dropdown menu on hover */
.dropdownDots:hover .dropdownDots-content {
  display: block;
  cursor: pointer;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.btn:hover, .dropdownDots:hover .btn  {
  background-color: #0b7dda;
  cursor: pointer;
}