.text-truncate-2 {
-webkit-line-clamp: 2;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.text-truncate-3 {
-webkit-line-clamp: 3;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}


.vip::before{
content:"\f005";
font: normal normal normal 4em/1 FontAwesome;
position: absolute;
color: yellow;
left: 0;
border: 3px solid yellow;
padding: 5px;
border-radius: 50%;
margin: 5px;
} 
.row-flex, .row-flex > div[class*='col-'] { 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex:1 1 auto;
}
.row-flex-wrap {
-webkit-flex-flow: row wrap;
align-content: flex-start;
flex:0;
}
.row-flex > div[class*='col-'] {
margin:-.2px; 
}
footer li {text-align:right}
.blurBG {
  position: absolute;
  width: 100%;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
  filter: blur(8px);
  opacity: 0.5;
}
/*-------------------*/
.bg-dark, footer {
  background-color: #070608 !important;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover , .navbar-dark .navbar-brand {
  color: #ee5adc;
  font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
header{
  border-bottom: 2px solid #ee5adc;
}
main > section{
  background-color: #231e28 !important;
  border-bottom: 1px solid #ee5adc;
}
main > section:nth-child(2n){
  background-color: #070608 !important;
}
.text-muted {
  color: #fff !important;
}
body {
  color: #fff;
}
.card {
  background-color: #070608;
  border: 1px solid #ee5adc;
}
a {
  color: #ee5adc;
}
.card-body a{
    font-weight:600;
}
a:hover {
  color: #ee5adc;
  text-decoration: underline;
}
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.rtl .breadcrumb-item + .breadcrumb-item, [dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}