.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;
  }
  .dropdownDots {
   position: absolute;
    display: inline-block;
    width: 20px
    
  }
  // Dropdown Content (Hidden by Default) /
.dropdownDots-content {
  display: none;
  position: relative;
  background-color: white;
  min-width: 100px;
  z-index: 1;
  border: 3px solid #dee2e6;
  border-radius: 5px;
  width: 90px
  
}

// 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;
}

.addWebPageBtn{
  padding: 6px;
  width: 112px;
  color: #7cb4e4;
  border: 2px solid #7ab1ec;
  background: #fff;  
}
.card-body{
  padding: 0px;
}