/*Fix Bootstrap*/
.panel-body img {
    margin:auto;
}
 
.view_detail{
	height: auto;
	overflow: auto
}
.pd5{
	padding: 5px
}
.pd10{
	padding: 10px
}
.pd10_0{
	padding: 10px 0px
}
.mg0_0_10{
	margin: 0px 0px 10px
}
.mg0_10_10{
	margin: 0px 10px 10px
}
.txt16{
	font-size: 16px
}
.txt20{
	font-size: 20px
}
.txt_bold{
	font-weight:bold
}
.item-card2-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
.item-card2-icons a {
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    color: #fff;
    background: rgba(49, 45, 101, 0.65);
    font-size: 15px;
}
.item-card2-icons a:hover {
    background: #f96768;
	color: #fff;
}
.gallery-item img.lazy{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item:hover img.lazy{
	-webkit-transform: scale(1);
    transform: scale(1);
}
.album_description ul{
	list-style: disc;
    margin: 15px 0;
    line-height: 30px;
	padding-left: 20px;
	color: var(--text-color);
}
hr{
	background: linear-gradient(270.05deg, #1a1a3b 3.71%, #a68bee 50.53%, #1a1a3b 99.96%);
    height: 2px;
}
.border_last .list_hr{
	border-bottom: 1px dashed #cccccc9e;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.border_last .list_hr:last-child{
	border-bottom: none;
}
.album-intro{ 
    position: relative;
    background: url(../images/ticket-bg.jpg);
 
}
.rock-bcolor-inner{
	background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    padding: 16px;  
    margin: 20px 0;	
    position: relative;
    z-index: 1;
}
.rock-bcolor-inner:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    
    background: linear-gradient(180deg, rgba(159, 35, 193, 0.3) 0%, rgba(19, 132, 204, 0.3) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.rock-bcolor-inner li{
	background: transparent;
    border-bottom: none;
	position: relative;
	overflow: hidden;
	padding-bottom: 13px;
    margin-bottom: 8px;
}
.rock-bcolor-inner li::after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0%;      /* Centers a 60% width border */
    width: 100%;
	background: linear-gradient(270.05deg, #1a1a3b 3.71%, #a68bee 50.53%, #1a1a3b 99.96%);
	height: 1px;
}
.rock-bcolor-inner li:last-child::after{
	height: 0px;
}
.arrow_left{
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 2%
}
.arrow_right{
	position: absolute;
	z-index: 999;
	top: 50%;
	right: 2%
}

.author_avatar {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	}
.spacer::before {
    content: "\f10c";
    margin: 0px 5px;
}
.stc-img-link:hover img{
	-webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}