/***************************/
.alp-row .list-button {
  list-style: none;
  padding: 0;
}
.alp-row .column-clearfix {
  content: " ";
  clear: both;
}
.alp-row .alp-item {
  margin: 5px 0 0;
  display: inline-block;
  transition: 0.5s;
  font-size: 14px;
}
.alp-item a {
  display: block;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
}
/***************************/
.alp-column-menu {
  margin-bottom: 30px;
}
.alp-column-menu .list-group {
  margin-bottom: 30px;
}
.alp-column-menu .list-group a, .alp-column-menu .list-group-item:first-child, 
.alp-column-menu .list-group-item, .alp-column-menu .list-group-item.active {
  padding: 12px 30px 12px 12px;
  border: 0;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0;
}


.alp-column.alp-column-btn .list-group {
  text-align: center;
}
.alp-column.alp-column-btn .list-group a {
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 12px;
  margin-bottom: 6px;
}

/***************************/
.custom-btn.cb-default_light {
  color: #282f53 !important;
  background: #e9e9f1 !important;
  border-color: #e9e9f1 !important;
}
.custom-btn.cb-primary {
  color: #fff !important;
  background: #6c5ffc !important;
  border-color: #6c5ffc !important;
}
.custom-btn.cb-primary_light {
  color: #6c5ffc !important;
  background: #6c5ffc33 !important;
  border-color: #6c5ffc33 !important;
}
.custom-btn.cb-secondary {
  color: #fff !important;
  background: #05c3fb !important;
  border-color: #05c3fb !important;
}
.custom-btn.cb-info {
  color: #fff !important;
  background: #1170e4 !important;
  border-color: #3988e8 !important;
}
.custom-btn.cb-info_light {
  color: #1170e4 !important;
  background: #d0e2f7 !important;
  border-color: #d0e2f7 !important;
}
.custom-btn.cb-success {
  color: #fff !important;
  background: #13bfa6 !important;
  border-color: #35b9a6;
}
.custom-btn.cb-warning {
  color: #fff !important;
  background: #f7b731 !important;
  border-color: #e5a623 !important;
}
.custom-btn.cb-danger {
  color: #fff !important;
  background: #e82646 !important;
  border-color: #e62a45 !important;
}
.custom-btn.cb-blue {
  color: #fff !important;
  background-color: #467fcf !important;
  border-color: #467fcf !important;
}
.custom-btn.cb-azure {
  color: #fff !important;
  background-color: #45aaf2 !important;
  border-color: #45aaf2 !important;
}
.custom-btn.cb-indigo {
  color: #fff !important;
  background-color: #6574cd !important;
  border-color: #6574cd !important;
}
.custom-btn.cb-purple {
  color: #fff !important;
  background: #661fd6 !important;
  border-color: #661fd6 !important;
}
.custom-btn.cb-pink {
  color: #fff !important;
  background-color: #ec82ef !important;
  border-color: #ec82ef !important;
}
.custom-btn.cb-red {
  color: #fff !important;
  background-color: #c21a1a !important;
  border-color: #c21a1a !important;
}
.custom-btn.cb-orange {
  color: #fff !important;
  background-color: #fc7303 !important;
  border-color: #fc7303 !important;
}
.custom-btn.cb-yellow {
  color: #fff !important;
  background-color: #ecb403 !important;
  border-color: #ecb403 !important;
}
.custom-btn.cb-lime {
  color: #fff !important;
  background-color: #7bd235 !important;
  border-color: #7bd235 !important;
}
.custom-btn.cb-green {
  color: #fff !important;
  background-color: #4ecc48 !important;
  border-color: #4ecc48 !important;
}
.custom-btn.cb-teal {
  color: #fff !important;
  background-color: #2bcbba !important;
  border-color: #2bcbba !important;
}
.custom-btn.cb-cyan {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
.custom-btn.cb-gray {
  color: #fff !important;
  background-color: #868e96 !important;
  border-color: #868e96 !important;
}
.custom-btn.cb-gray_dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}
.custom-btn.cb-facebook {
  color: #fff !important;
  background-color: #4d7ad9 !important;
  border-color: #4d7ad9 !important;
}
.custom-btn.cb-google {
  color: #fff !important;
  background-color: #297ff7 !important;
  border-color: #297ff7 !important;
}
.custom-btn.cb-youtube {
  color: #fff !important;
  background-color: #f00 !important;
  border-color: #f00 !important;
}
.custom-btn.cb-github {
  color: #fff !important;
  background-color: #181717 !important;
  border-color: #181717 !important;
}
.custom-btn.cb-instagram {
  color: #fff !important;
  background-color: #e4405f !important;
  border-color: #e4405f !important;
}
.custom-btn.cb-vk {
  color: #fff !important;
  background-color: #6383a8 !important;
  border-color: #6383a8 !important;
}
.custom-btn:hover {
  opacity: 0.8 !important;
}