.hidden {
    
    display:none;
}

.pagination li {
   
    border-color: #6777ef;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
    border-radius: .25rem;
    /* padding: 1px; */
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
        margin-right: 5px;

    
}

.pagination .active a {
      color: #fff;
      text-decoration: none;
    
}
.pagination  a {
  
      text-decoration: none;
    
}
.pagination .active {
    
         color: #fff;
    background-color: #6777ef;
}
.pagination li {
    
         
    background-color: #fff;
}

.circle-icon i {
    
    background: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    
}
#cookie-pop
{
    
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    position: sticky;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    background-color: #222;
}
.btn-default {
    
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}