.success_message {
    min-height: 0 !important;
    
}

.buttons {
    display: none; 
}

.table-pagination svg {
    width: 15px;
}
.table-pagination nav div:first-child {
    background-color: #ffff;
    display: none;
}
.cursor-default {
    background: #007bff !important;
    color: #07074d !important;
    font-weight: 500;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #b0dcee;
  color: #06064c;
}
.nav-treeview li a p {
    font-size: 15px;
}

/** CSS Form SP-20.08.2022 **/
/*required * CSS*/
.required:after {
    content:" * ";
    color: red;
  }
  /*required * CSS end*/

  /** CSS for min height success messsage */
  .success-message{
    min-height: 0px !important;
  }

  /** button CSS **/
  
  .article-btn {
    padding: 10px 18px;
    border-width: 2px;
    font-size: 20px;
    font-weight: 800;
    width: 10rem;
  }

 .article-btn:hover {

    background-color: red;
    border-color: red;
  }

  .article{
    margin-top: -1rem;
  }
  .article-spacing{
    padding-top: 4rem;
  }

  .locate-dealer{
    margin-bottom: 2rem;
    color: #E41B09;
}

td {
  white-space: normal;
  word-wrap: break-word;
}

td.wrap-column {
  white-space: normal;
  word-wrap: break-word;
}

/** article bullet styling for month */
.article-bullet {
  display: inline-block;
  width: 1em;
  font-size: 2em;
  line-height: 1em; /* Add this line */
  vertical-align: middle;
  text-align: center;
}

/** Line divider for article */
.line-divider{
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/** for article card height */
.article-card-height{
  min-height: 20vh;
}