.cpt-review-notice{
    position: relative;
    margin: 10px 20px 10px 0 !important;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
        max-width: 767px;
      padding-left: 11px;
      padding-bottom: 11px;
      padding-right: 5px !important;
      border-top: 1px solid #ccd0d4;
      border-right: 1px solid #ccd0d4;
      border-bottom: 1px solid #ccd0d4;
  }

  .cpt-review-notice p{
    font-size: 13px !important;
  }
  
  .cpt-review-notice .cpt-review-notice-icon{
    max-width: 80px;
    height: auto;
    margin-right: 10px;
  }
  
  .cpt-review-notice div p{
    margin: 0;
    margin-bottom: .5rem;
  }
  
  .cpt-review-notice .automlp-wpml-review-notice-dismiss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  
  .cpt-not-interested{
    background: none !important;
    border: none !important;
    align-self: end;
    cursor: pointer;
    color: #72777c;
    padding: 4px;
    font-size: 11px;
    white-space: nowrap;
  }
  
  .cpt-dashboard {
    padding: 20px;
  }
  
  .cpt-dashboard .cpt-dashboard-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    border-bottom: 1px solid #ccc;
  }
  
  .cpt-dashboard .cpt-dashboard-tabs .cpt-dashboard-tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
  }
  
  .cpt-dashboard .cpt-dashboard-tabs .cpt-dashboard-tab:hover {
    background: #fff;
  }
  
  .cpt-dashboard .cpt-dashboard-tabs .cpt-dashboard-tab.cpt-active {
    background: #fff;
    border-bottom: 1px solid #fff;
  }
  
  .cpt-dashboard .cpt-dashboard-table {
    display: none;
  }
  
  .cpt-dashboard .cpt-dashboard-table.cpt-active {
    display: table;
  }