/*.glow-on-hover {
    border: none;
    outline: none;    
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: 20px;
    left:-10px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 60px;
    height: 60px;
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

*/


.navbar-toggler-icon {background-image: none !important;}
.navbar-light .navbar-toggler {color: var(--primary);}
.navbar-brand .navbar-brand-item {height: 40px !important;}

.col_card_pad_override {
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 1px;
}

.card-metro::before {
	background-image:  none;
}

.card-metro:hover .card-image img {
  -webkit-transform: none;
          transform: none;
}


/*********************************************/

body {
 background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);

}

#mainContainer {
    #background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    #background-image: linear-gradient(to right, #e3e3e3, #d6eafb, #b3f8ff, #afffde, #e4ffa9);
     background-image: linear-gradient(to right, #dcdcdc, #e1e0e3, #e6e3ea, #ede6f0, #f4e9f6, #f3ebf9, #f3eefc, #f2f0ff, #e7f3ff, #d7f7ff, #c6fcff, #befffb);
    max-width: 96%;
    margin: 10px auto;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    padding: 12px 12px;

}

.cardAlbumInfo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 4px;
	margin-left: 4px;
	padding: 4px 8px;
	z-index: 3;
	background: var(--customPink);
	border-radius: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 0.7rem;
	opacity: 0.85;
}

.cardPlayButton {
	position: absolute;
  	top: 50%; right: 50%;
  	transform: translate(50%,-50%);
}

.cardPlayButton .btn {
	border-color: var(--customBlue);
	background-color: var(--customBlue);

}


.customCardBg1 {
  -webkit-box-shadow: 6px 6px 0px 1px var(--customBlue);
	-moz-box-shadow: 6px 6px 0px 1px var(--customBlue);
	box-shadow: 6px 6px 0px 1px var(--customBlue);
}

.customCardBg2 {
  -webkit-box-shadow: 2px 2px 0px 1px var(--customBlue);
    -moz-box-shadow: 2px 2px 0px 1px var(--customBlue);
    box-shadow: 2px 2px 0px 1px var(--customBlue);
} 

.customText1 {
	font-size: 0.8rem;
	color: var(--customDark) !important;
	text-align: center;
	margin-top: 1rem;
text-transform: capitalize;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}

@media (max-width: 767.98px) {
  .customText1 {
    font-size: 0.75rem;
    margin-top: 18px;
}   
}

.customText2 {
	color: var(--customDark) !important;
	text-align: center;
	font-size: 0.85rem;
	margin-top: 10px;
}

.customText2 a{
color: var(--customDark);
margin-right: 6px;
}

.customText2 a:focus,
.customText2 a:hover {
color: var(--customBlue);
}

.customText3 {
    color: var(--customDark) !important;
    text-align: center;
    font-size: 0.85rem;
    margin-top: 12px;
    font-weight: 400;
}

.customText3 a{
color: var(--customDark);
}

.customText3 a:focus,
.customText3 a:hover {
color: var(--customBlue);
}

.sep2 {
border: 0;
height: 1px !important;
background-image: linear-gradient(to right, #f0f0f0, var(--customPink), var(--customBlue), #f0f0f0);
opacity: 1;
width: 95%;
margin: 1rem auto 1rem auto;
}


.sep3 {
border: 0;
height: 1px !important;
background-image: linear-gradient(to right, #f0f0f0, var(--customPink), var(--customBlue), #f0f0f0);
opacity: 1;
width: 75%;
margin: 2px auto 2px auto;
}


.sortControl {
	font-size:  0.65rem !important;
}


.sortControl input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.sortControl label {
    padding: 3px 6px;
    border: 1px solid var(--customBlue);
    display: inline-block;
    color: var(--customDark);
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 4px;
}


@media (max-width: 767.98px) {
  .sortControl  {
    font-size: 0.68rem;
  }
}


.sortControl input[type="radio"]:checked + label {
    background-color: var(--customBlue);
    color: #fff;
}



.sortControl label.check input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

.sortControl input:checked[type="checkbox"] + label.check {
    background-color: var(--customBlue);
    color: #fff;
}

.sortControl .btn {
	font-size: inherit !important;
	padding: 3px 6px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0px;

}

.customWBcopy {
position: relative;
margin-top: 1.5rem;
}

.customWBcopy h1 {
    /*font-size: 3.5rem;*/
}

.customWBcopy h2 {
    /*font-size: 2.5rem;*/
}

.customWBcopy a {
    text-decoration: underline;
}



.customWBcopyAfter {
	bottom:  0;
	left: 0;
	padding: 0 !important;
	margin-bottom: 1rem !important;
	background: none;
	border:  0;
	text-align: center;
	width: 100%;
    line-height: 1.5rem;
}

.customWBcopyAfter span{
	color: var(--customBlue);
	background: linear-gradient(
    to right, 
    var(--customPink), 
    var(--customBlue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}


@media (max-width: 767.98px) {
  .customWBcopy h1 {
	font-size: 2rem;
    }
  .customWBcopy h2 {
    font-size: 2rem;
    }    
}

.setData .fas{
    color: var(--customPink);
    opacity: 0.55;
}

.customRainbow {
    background-image: linear-gradient(to right, #f652a0, #e758b9, #d061d0, #b06de4, #8678f3, #648afc, #3e99ff, #00a6ff, #00bbff, #00cefd, #00dff0, #36eee0);
    padding: 12px 24px;
    border-radius: 8px;
    color:  white;
    text-align: center;
    margin: 0 auto;
}

.customAlbumInfo {

}

.customAlbumInfo h1 {


}


.glassBox {
text-align: center;
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 14px 18px;
display: block;
}



.text-bg-dark {
    background-color: var(--customLight);
    color:  var(--customDark);
}


.albumBottomSection {
    width: 100%;
    margin: 0 auto;

}

.albumBottomSection1 {
    width: 100%;
    margin: 0px auto;
    padding: 20px 18px;
    background: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
position: relative;
}

.albumBottomSection1Overlay {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
    background-color: var(--customBlue);
    color: white;
}

.albumBottomSection1 .title {
    font-size: 1.25rem;
    color: var(--customDark);
    text-shadow: 0.03em 0.03em 0 var(--customBlue);
    text-decoration: underline;
}

@media (max-width: 767.98px) {
  .albumBottomSection1 .title {
    font-size: 1.5rem;
    color: var(--customDark);
    text-shadow: 0.03em 0.03em 0 var(--customBlue);
}
    .albumBottomSection {width: 100%;}
    .albumBottomSection1 {width: 100%;}
}


.albumBottomSection1 .data {
    font-size: 16px;
    color: var(--customDark);
}

.albumBottomSection1 .data2 {
    font-size: 11px;
    color: var(--customDark);
}


.noResizeTextBox {
    resize:  none;
    font-size: 1rem;
} 

#albumMenu .bi {
    font-size: 2rem;
}

.postComment {
  display:flex;
  background-color:#fff;
  padding:20px;
  border-radius:30px;
  margin:20px auto 20px auto;
  position:relative;
  align-items:center;
  justify-content:center;
  text-align:center;
  width: 90%;
}
.postComment:before,.postComment:after {
  content:"";
  background-color:#fff;
  border-radius:50%;
  display:block;
  position:absolute;
  z-index:-1;
}
.postComment:before {
  width:44px;
  height:44px;
  top:-12px;
  left:28px;
  box-shadow:-50px 30px 0 -12px #fff;
}
.postComment:after {
  bottom:-10px;
  right:26px;
  width:30px;
  height:30px;
  box-shadow:40px -34px 0 0 #fff,
             -28px -6px 0 -2px #fff,
             -24px 17px 0 -6px #fff,
             -5px 25px 0 -10px #fff;
  
}

.speechbubble {
  background-color: var(--customLight);
  background-image: linear-gradient(to right, #f0f0f0, #f5f0f4, #fdf1f2, #fff2eb, #fff6e5, #fff7e0, #fff8db, #fdfad7, #fdf6d0, #fdf1ca, #feedc4, #ffe8be);
  color: var(--customDark);
  font-size: 0.875rem;
  padding: 12px 24px;
  margin-bottom: 75px;
  width: 90%;
  margin: 0 auto 2rem auto;
}

.speechbubble:nth-child(2n) {
  border-left: 5px solid var(--customBlue);
}

.speechbubble:nth-child(2n+1) {
  border-right: 5px solid var(--customBlue);
}

.speechbubble .username {
  display: inline;
  font-style: italic;
  float: right;
  font-size: 1rem;
  margin-top: 1rem;
}
.speechbubble .username:before {
  content: "- ";
}

/*#carouselExampleControls .carousel-control-prev-icon {
    position: absolute;
    top:  10vh;
}

#carouselExampleControls .carousel-control-next-icon {
    position: absolute;
    top:  10vh;
}*/


#modalPhoto {
    #background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    #background-image: linear-gradient(to right, #e3e3e3, #d6eafb, #b3f8ff, #afffde, #e4ffa9);
     background-image: linear-gradient(to right, #dcdcdc, #e1e0e3, #e6e3ea, #ede6f0, #f4e9f6, #f3ebf9, #f3eefc, #f2f0ff, #e7f3ff, #d7f7ff, #c6fcff, #befffb); 
}

#modalPhoto .modal-content {
    background:  none; 
}


.modalPhotoThumbs {
    position: fixed;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    width: 99vw;
    padding: 6px;
    overflow-x: auto;
    display: flex;
    white-space: nowrap;
    z-index: 5;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

#modalPhoto .close-button1{
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    padding: 6px;
    z-index: 5;
}

#modalPhoto .close-button1 a{
    color:  white !important;
}

#modalPhoto .fav-button1{
    position: fixed;
    top: 20px;
    left: 20px;
    margin: 0 auto;
    padding: 6px;
    z-index: 5;
}

#modalPhoto .fav-button1 a{
    color:  white !important;
}

.modalPhotoThumbs .leftButton {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100px;
}

.modalPhotoThumbs .rightButton {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100px;
}

.modalPhotoThumbs img {
    max-width: 100px;
    width: 100px;
    height: auto;
}

.modalPhotoThumbs a {
    display: inline;
    margin-right:  5px;
    border: 1px solid var(--customBlue);
}

#albumShare #shareURL {
    display: inline;
    padding: 8px 16px;
    background-color: var(--customLight);
    color: var(--customDark);
    border: 1px solid var(--customBlue);
    height: 60px;
    font-size: 1rem;
    width: 100%;
}


.wbVideo {
    -webkit-box-shadow: 0px 0px 36px -8px rgba(246,82,161,1);
-moz-box-shadow: 0px 0px 36px -8px rgba(246,82,161,1);
box-shadow: 0px 0px 36px -8px rgba(246,82,161,1);
}

#albumComments {
    overflow-y: auto;
    max-height: 45vh;

}

#modalSignIn .text-muted a {
    color: var(--customDark);
}

#modalSignIn .display-9 {
    font-weight: 400;
}


.loggedTabUser{
    display: block;
    width: 100%;
    padding: 0.4rem 2rem 1rem 2rem;
    clear: both;
    font-weight: 500;
    color: #515155;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--customPink);

}

.form-control:focus {
  
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.searchBox {
    max-width: 280px;
}

@media (max-width: 767.98px) {
  .searchBox {
    max-width: 190px;
}   
}

.tagcloud01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud01 ul li {
    display: inline-block;
    margin: 0 .6em .6em 0;
    padding: 0;
}
.tagcloud01 ul li a {
    display: inline-block;
    max-width: 130px;
    height: 32px;
    line-height: 32px;
    padding: 0 1em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.tagcloud01 ul li a:hover {
    background-color: var(--customPink);
    border: 1px solid var(--customBlue);
    color: #fff;
}

.tagcloud02 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud02 ul li {
    display: inline-block;
    margin: 0 .6em .6em 0;
    padding: 0;
}
.tagcloud02 ul li a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    padding: 0 1.76em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.tagcloud02 ul li a:hover {
    background-color: var(--customPink);
    border: 1px solid var(--customBlue);
    color: #fff;
}

.preview-thumbs {
    position: relative;
}

.notLoggedPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;

}
.notLoggedPlay a {
    color: var(--customBlue); !important;
    font-size: 6rem;
}

.breadCrumbss {
    margin: 0 auto;
    width: 90%;
}

.breadCrumbss a {
    color: var(--customDark) !important;
    text-decoration: none !important;
}

.d_navBragBox {
    background-color: #08AEEA;
    background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
    padding: 0.5rem 0.85rem;
    color: white;
    margin: 0.5rem auto 0.5rem auto;
    width: 90%;
    border-radius: 4px;


}

.item__thumb-img {width: 100% !important}