.pagination:after {
    clear: both;
  }

  .pagination__wrapper {
    padding-top: 10px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .pagination__wrapper:before {
    top: -1px;
  }
  .pagination__wrapper:after {
    bottom: -1px;
  }

  .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
/* body{
    min-height: 100vh !important;
} */

footer {
    border-top: 1px solid #ededed;
    color: lightslategray;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 0;
    margin-top: auto;
  }

  .sidebar-show-hide{
    /* position: absolute; */
    /* width: 40px;
    height: 40px; */
    /* top: 170px;
    left: 255px; */
    background: #EA3B77;
    /* border: 1px solid rgba(211, 211, 211, 0.52); */
    /* border-right: none; */
    /* line-height: 39px; */
    text-align: center;
    /* box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px; */
    cursor: pointer;
    color: white;
    text-decoration: none;
  }

  .snippet_view_as{
    color: #fff;
    text-align: center;
    /* padding: 5px !important; */
    /* position: absolute; */
    /* right: 15px; */
    /* top: 5px !important; */
    z-index: 1;
    /* background-color: black; */
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
  }

  #divSnippetList .snippet-cat .is-icon-flex{
    border: 3px solid #FFF;
    fill: #FFF !important;
    width: 22px !important;
    height: 19px !important;
    top: 10px !important;
}

#divSnippetList #divSnippetHandle .is-icon-flex{
    fill: #FFF !important;
    width: 25px !important;
    height: 25px !important;
}

#divSnippetList .is-selectbox-options div{
    border-top: 1px solid lightgray;
}

.action-buttons {
    vertical-align: middle; /* Centers content vertically */
}

.action-buttons a {
    display: inline-flex; /* Ensures proper spacing and alignment */
    align-items: center;
    justify-content: center;
    margin: 3px; /* Adds spacing between buttons */
}


