.paginator{
    margin-left: 50px !important;
}
.container.contendor-main{
    max-width:85%;
    padding-top:20px;
}
.prev.disabled{
    margin-right:20px !important;

}
.btn.btn-primary.btn-user.btn-block{
    color: #fff;
    background-color: rgb(188,45,107);
    border-color: rgb(188,45,107);
}

.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark.accordion{
    background-color: rgb(188,45,107);
    background-image: linear-gradient(180deg,rgb(188,45,107) 10%,rgb(243,245,250)100%);
    background-size: cover;
    list-style: none;
    padding-top:20px !important;
}
  body{
      background-color: rgb(243,245,250) !important;
  }
  .text-gray-800{
      color:white !important;
  }
  .sticky-footer.bg-white{
    background-color: rgb(243,245,250) !important;
  }
  a{
   color: rgb(188,45,107) !important;
   font-size: 19px !important;
  }
  span{
     color:white;
  }

