/*
Theme Name: BlogHashX
Theme URI: https://yourwebsite.com
Description: A child theme for BlogHash
Author: Your Name
Author URI: https://yourwebsite.com
Template: bloghash
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloghashX
*/

:root {
  --gradient: linear-gradient(45deg, #ff3366, #ff6b6b, #4834d4, #6A5ACD);
}

*,
*::after,
*::before {
outline: none;
  box-sizing: border-box;
  word-break: normal!important;
    word-wrap: normal!important;}

html {
	overflow: scroll;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body.custom-background {
  font-family: Mulish, Helvetica, Arial, sans-serif;
  color: #0A0A0A;
  background:#f8f9fa;
  overflow: scroll; /* Allows scrolling */
}

body #colophon {
    background: #6a5acd;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
}
body h2 {
    font-size: 1.5em;
}

/* For Webkit browsers (Chrome, Safari, etc.) */
body::-webkit-scrollbar {
  display: none;
}

body input[type=date], body input[type=email], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url] {
	all:unset;
	color: #555;
    padding: .55rem;
    height: 40px;
    border: 1px solid #eee;
    outline: none;
    border: 1px solid #eee;
    flex: 1 1 calc(25% - 1%);
    box-sizing: border-box;
    margin-bottom: 10px;
    margin: 3px 0;
    border-radius: 3px;
    font-size: .95em;
	background:#fff;
	text-align:left;}
	
	body textarea {min-height: auto;    padding: 10px;}
	
	body.bloghash-input-supported input[type=checkbox], body.bloghash-input-supported input[type=radio] {width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.6s ease;
	border:1px solid #333;
	border-radius:unset;
	margin-right: unset;}
	
	body #bloghash-header-inner {
    border-color: #eee;
    border-width: 1px;
}

	body #bloghash-topbar {
    background: #f7f7f7;
	}

/* SITE PARTS */

	/* TOPBAR */
	
	.bloghash-container i.fa-solid.fa-music {
		color: #695acd;
		margin-right: 2px;
	}

/* HOMEPAGE */
		
	/* HOMEPAGE - SEARCH FORM */
			
		/* HOMEPAGE - SEARCH FORM - ELEMENTS - RESET */
		
		body textarea:focus, body input[type="text"]:focus, body input[type="email"]:focus, body input[type=password]:focus, body input[type=tel]:focus, body input[type=url]:focus, body input[type=date]:focus {
			border-bottom-color: #eee;
		}
		
		body input#search-input {
			padding: 10px;
			height: 50px;
		}

		/* HOMEPAGE - SEARCH FORM - HEADER */

		#homepage .homepage-header h2 span {
			position: relative;
		}

		#homepage .homepage-header h2 i {
			position: absolute;
			color:#ff3366;
		}

		#homepage .homepage-header i.first-i.fa-solid.fa-heart {
			top: 2px;
			font-size: 0.9em;
		}

		#homepage .homepage-header i.second-i.fa-solid.fa-heart {
			top: -5px;
			font-size: 0.6em;
			right: -32px;
		}
		
		/* HOMEPAGE - SEARCH FORM - ELEMENTS */
		
		body input[type=checkbox]:disabled {
			background: #ccc;
		}
		
		/* HOMEPAGE - SEARCH FORM - RESULTS TABLE */
		
		#search-results-container th:last-child,
		#search-results-container th:nth-last-child(2),
		#search-results-container td:last-child,
		#search-results-container td:nth-last-child(2) {
			text-align: center;
		}
		
		ul.social-links {
			display: flex;
			margin:0;
		}
		
		li {
			list-style: none;
		}

		div#search-results-container {
			margin: 40px;
			min-height:65vh;
		}
		span.search_term {
			padding: 5px;
			background: #e6e6e6;
			border-radius: 3px;
			font-size: 0.85em;}

		.filter-panel {display: flex;
			gap: 5px;
			font-size: 0.9em;
			align-items: center;
		}

		.total-posts {
			margin-bottom: 10px;
		}

		.search_key {
			display: flex;
			gap: 5px;
			flex-wrap: wrap;
			flex-direction: row;
			row-gap: 5px;
		}
		
		


.post, .page {
    margin: unset;
}

.content-area {
    min-height: calc(100vh - 100px);
}

.ai-generated-tag {
    background-color: #f0f0f0;
    color: #333;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 3px;
    margin-left: 10px;
}
span.include_checkbox {
	font-weight: 600;
    padding: 5px 10px;
    background: #e2def5;
    border-radius: 4px;
    color: #4834d4;
}

header.header {
    background: rgb(255 255 255 / 10%);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 10px 30px;
    position: sticky;
    top: 0;
    z-index: 10;
	border-bottom: 1px solid #eee;
}

.checkbox-line {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 10px;
    font-size: 0.8em;
 border: 1px solid #eee;
    border-radius: 3px;
width: 100%;
}

.checkbox-item {
    display: flex;
    align-items: center; /* Vertically aligns the checkbox with the label */
    box-sizing: border-box;
}
.instrument .checkbox-item {
border: 1px solid #eee;
padding: 10px;}

.checkbox-line.include {
	background: #f7f7f7;
    border: 1px solid #eee;
	gap: 20px;
}
.checkbox-line.include .include_checkbox {
    flex: 1;
}
.checkbox-line.include .checkbox-item label {
    text-align:left;
}
.checkbox-line.include .checkbox-item {flex:6;}

.checkbox-line.instrument {
    margin: 5px 0 5px;
	background: #fff;
    padding: 10px;
	overflow:hidden;
}

a#toggle-search-by-instrument {
    width: 100%;
    margin: 10px 0;
    font-size: 0.8em;
    color: #999;
}
body input[type=checkbox]+label.form-label, .bloghash-input-supported input[type=radio]+label.form-label {
    font-size: 0.9em;
    font-weight: 500;
    margin-left: 5px; /* Adds space between the checkbox and label */
    color: #333; /* Dark color for readability */
    transition: color 0.3s ease;
    cursor: pointer; /* Makes the label clickable */
	width:100%;
}

.checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.suggestion-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for depth */
    border-radius: 8px;
    width: 300px; /* Set width to a fixed size or dynamic based on content */
    z-index: 9999; /* Ensures it appears on top of other content */
}

/* Style for each suggestion item */
.suggestion-list li {
    padding: 10px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    cursor: pointer;
    border-bottom: 1px solid #eee; /* Subtle separator between items */
}

/* Icon styling */
.suggestion-list li i {
    margin-right: 10px; /* Spacing between icon and text */
    color: #007bff; /* Icon color (blue) */
}

/* Hover effect for suggestion items */
.suggestion-list li:hover {
    background-color: #f0f0f0; /* Subtle highlight on hover */
    transform: translateX(5px); /* Slight shift to the right for a "button-like" feel */
}

/* Make sure the active/selected item stands out */
.suggestion-list li.selected {
    background-color: #ccc; /* Highlight color */
    color: white;
}

.suggestion-list li.selected i {
    color: white; /* Change icon color to white when selected */
}
.ui-widget.ui-widget-content {
    border: 1px solid #f0f0f0;
    border-top: unset;
    border-radius: 3px;
    font-family: "Muli", sans-serif;
    font-size: 0.9em;
	height: auto;
	  max-width: 100%!important;
	  overflow: hidden;
	  position: fixed;
	  top: 0;
}

div#inputBanner {
    position: relative;
	width:650px;
}

.ui-widget.ui-widget-content .ui-state-active, .ui-widget.ui-widget-content .ui-widget-content .ui-widget.ui-widget-content .ui-state-active, .ui-widget.ui-widget-content .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0a0a0a;
    background: #5c5e6e;
    font-weight: normal;
    color: #ffffff;
}

.checkbox-item input[type="checkbox"]:hover {
    transform: scale(1.1); /* Slight hover effect on the checkbox */
}

/* Style adjustments for better UI */
.checkbox-item input[type="checkbox"]:checked {
    background-color: #4CAF50; /* Green color when checked */
    border-color: #4CAF50;
}

/* Responsive design for better layout on smaller screens */
@media (max-width: 768px) {
    .checkbox-line {
        flex-direction: column; /* Stack the items vertically on smaller screens */
    }

    .checkbox-item {
        width: 100%; /* Each checkbox item takes full width on small screens */
    }

    .form-label {
        font-size: 14px; /* Slightly smaller text on small screens */
    }
}

.backbutton-wrapper {
    flex: 0 0 35px;
    text-align: center;
}

 #backButton {
    color: #777;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    }
    #backButton:hover {
      transform: scale(1.1);
    }
    #backButton i {
      font-size: 1.2em;
    }

.search-form-section {
    display: flex;
    justify-content: center;
  position: relative;
  font-family: 'Muli', sans-serif;
}

.search-form {
    max-width: 400px;
    width: 100%;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

.search-form button {
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

.search-form button:hover {
    background-color: #555;
}
.search-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.search-stats .total-posts,
.search-stats .total-authors {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.search-stats .top-authors {
    display: flex;
    align-items: center;
}

.search-stats .top-authors .author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.search-stats .top-authors .author-avatar:nth-child(2) {
	width: 48px;
    height: 48px;
    margin-left: -10px;
	border: 2px solid #fff;
	z-index:2;}
	
	.search-stats .top-authors .author-avatar:nth-child(3) {
    margin-left: -10px;}

.search-stats .top-authors .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sorting-container {
    margin-bottom: 5px;
	background: #f8f9fa;
    padding: 10px;
    border-bottom: 1px solid #eee;
	display: flex;
    align-items: center; /* Align items vertically */
    justify-content: space-between; /* Spread out child divs */
    width: 100%;
    gap: 10px; /* Optional: Adjust spacing between child divs */
    opacity: 1;
    transform: translateY(0); /* Initially visible */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.sorting-container.fixed {
      position: sticky;
      top: -20px;
      left: 0;
      width: 100%;
	  margin:unset;
    z-index: 1000;
    transform: translateY(0); /* No movement when it becomes fixed, it's already at the top */
    opacity: 1; /* Ensure it is fully visible */
	border-left: 1px solid #eee;
    }
	
/* When the element scrolls out of view */
.sorting-container.out-of-view {
    transform: translateY(-100px); /* Move out of the view */
    opacity: 0; /* Optionally hide when not in view */
}
.sorting-label {
    font-weight: bold;
    font-size: 14px;
}

.sorting-select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #f8f9fa;
    outline: none;
    transition: border-color 0.3s ease;
	flex: 0 0 100px;
}

.search-results {
	background: #fff;
border: 1px solid #eee;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;}

div#selected-filters-container {
    flex-grow: 1;
}

.stacked-container {
    display: flex;
    flex: 0 0 auto; /* Prevent the stacked container from growing or shrinking */
    gap: 5px; /* Optional: Add spacing between flex-2 and flex-3 */
}

.sorting-select:hover {
    border-color: #0073aa;
}

.site-name a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.site-header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Hamburger Icon */
.menu-toggle {
    cursor: pointer;
    display: block; /* Always visible */
    position: relative;
    z-index: 1000;  /* Ensure it's always on top */
}

.menu-icon {
    font-size: 1em;
    color: #333;
    transition: opacity 0.3s ease; /* Smooth transition for icon change */
}

.close-icon {
    display: none; /* Hidden by default */
    font-size: 1em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close-icon.show {
    display: block; /* Show when menu is open */
}

.menu-icon.hide {
    display: none; /* Hide hamburger when close button appears */
}

/* Sliding Menu */
.slide-menu {
    position: fixed;
    top: 0;
    right: -250px; /* Hidden by default */
    width: 250px;
    height: 100%;
    background-color: #333;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.slide-menu .menu-items {
    list-style-type: none;
    padding: 20px;
    margin: 0;
}

.slide-menu .menu-items li {
    margin: 20px 0;
}

.slide-menu .menu-items li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/* When menu is active */
.slide-menu.open {
    right: 0; /* Shows the menu */
}

/* Ensure close button is properly visible when menu is open */
.slide-menu.open ~ .menu-toggle .close-icon {
    display: block;
}

/* Hide hamburger icon when menu is open */
.slide-menu.open ~ .menu-toggle .menu-icon {
    display: none;
}


/* Media Query for Small Screens (Optional Styling) */
@media screen and (max-width: 768px) {
    /* You can adjust the layout for smaller screens, if needed */
    .site-name {
        font-size: 20px;
    }

    .site-header {
        padding: 10px;
    }
}
@keyframes gradientMotion {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-right .social-icon {
        margin-left: 0;
        margin-right: 15px;
    }
}

/* new search */

.search-form-section .outer {
	display: flex;
    justify-content: center;
  color: #0A0A0A;
  border: none;
  min-width: auto;
  width: 100%;
  border-radius: 2px;
}

.inner {
  margin: 0 5em;
}

.catalogue {
    margin: 30px 0 10px;
}

.map-widget {max-width: 100%;
    width: 100%;
    display: flex;
align-items: center;}
.post-title h4 {
    font-size: 0.75em;
}
form#ajax-search-form {
    text-align: center;
	margin-top:30px;
}

#title {
  width: 200px;
  margin-right: 2.5rem;
}

.flex-group-search {display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures even spacing between items */
    gap: 1%; /* Gap between items */
width: 100%; /* Full width of the container */}

.flex-group-search select {
	flex: 0 0 calc(50% - 0.5%); /* two per row, accounting for gap */
  box-sizing: border-box;
}

body .input, body select {
  color: #555;
  padding: .55rem;
  height: 40px;
  border: none;
  outline: none;
  border: 1px solid #eee;
flex: 1 1 calc(25% - 1%); /* Each input takes 33% of the width minus the gap */
    box-sizing: border-box; /* Ensures padding doesn't break the layout */
    margin-bottom: 10px; /* Adds some spacing between rows */
margin:3px 0;
  border-radius: 3px;
  font-size: .95em;
  background:#fff;
  appearance: auto;
}
select#sort-by {
    margin: 0;
}

body table:not(.variations):not(.shop_table) td, table:not(.variations):not(.shop_table) th {padding:15px;}

body table:not(.variations):not(.shop_table) tbody tr:nth-child(odd) {
	margin-bottom: 10px;
    -webkit-transition: .3s allease;
    -o-transition: .3s all ease;
    transition: .3s allease;
    background-color: #f8f9fa;
}

body table:not(.variations):not(.shop_table) tbody tr:hover {
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
    background: rgb(106 90 205 / 10%);
}

body table:not(.variations):not(.shop_table) {all:unset;
width: 100%;
display: inline-table;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 0.9em;
    overflow: hidden;}
input#search-input {
    width: 100%;
	padding: .55rem;
}
div.homepage-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a#toggle-advanced-search {
    display: block;
    margin: 0;
    font-size: 0.8em;
    color: #000000;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
span#reset-btn {
    cursor: pointer;
}
.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper .input {
  width: 100%;
  padding-left: 40px; /* space for the link icon on the left */
  box-sizing: border-box;
}

.input-wrapper .advanced-search-link {
  position: absolute;
  right: 10px;        /* distance from left edge */
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #333;
  z-index: 2;
  pointer-events: auto; /* ensures link is clickable */
}
.find-btn, body .forminator-button-submit, #forminator-module-47 .forminator-button-submit {
height: 40px;
    border: none;
    outline: none;
    background: #6A5ACD;
    color: #eee;
    border-radius: 3px;
    transition: .2s all;
    font-size: .95em;
	display: block;
    margin: 10px 0;
    width: 100%;
	  cursor: pointer;
}

.find-btn:hover, body .forminator-button-submit:hover, #forminator-module-47 .forminator-button-submit:hover {
  background: var(--gradient);
  animation: gradient 4s linear infinite;
  background-size: 300% 300%;
}

/* Panel Styling */
.panel {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.panel-title {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.panel-title div {
    margin-right: 10px;
}

.panel-title i {
    font-size: 20px;
    color: #333;
}

.panel-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
	margin:0;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .sticky-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .sticky-posts-grid {
        grid-template-columns: 1fr;
    }
}


/*test*/

.container {
  display: flex;
  width:100%;
height: calc(100vh - 141px);
  overflow: hidden;
  margin: 0 auto;
  padding: 0 5rem;
}

.left-side {
  width: 260px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  overflow: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 930px) {
  .left-side.active {
    z-index: 4;
  }
  .left-side.active > *:not(.logo) {
    opacity: 1;
    transition: 0.3s 0.2s;
  }
  .left-side.active .left-side-button svg:first-child {
    opacity: 0;
  }
  .left-side.active .left-side-button svg:last-child {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .left-side:not(.active) {
    width: 56px;
    overflow: hidden;
  }
  .left-side:not(.active) > *:not(.logo):not(.left-side-button) {
    opacity: 0;
  }
  .left-side:not(.active) .logo {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    transform-origin: bottom;
    display: flex;
    align-items: center;
    margin-top: -10px;
  }
}

.right-side {
  width: 280px;
  flex-shrink: 0;
  margin-left: auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1210px) {
  .right-side {
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    height: 100%;
    transform: translateX(280px);
    z-index: 4;
  }
  .right-side.active {
    transform: translatex(0);
  }
}

.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.logo {
	font-weight: 600;
    text-align: center;
    height: 45px;
    line-height: 45px;

}

.side-title {
  color: #5c5e6e;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.side-wrapper {
  padding: 30px;
}

.side-menu {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  white-space: nowrap;
}
.side-menu svg {
  margin-right: 16px;
  width: 16px;
}
.side-menu a {
  text-decoration: none;
  color: #0A0A0A;
  display: flex;
  align-items: center;
}
.side-menu a:hover {
  color: #695acd;
}

.nav .side-title {
    margin-left: -15px;
}
.side-menu a:not(:last-child) {
  margin-bottom: 20px;
}

.follow-me {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: auto;
  overflow: hidden;
  color: #9c9cab;
  padding: 0 20px;
  height: 52px;
  flex-shrink: 0;
  position: relative;
}
.follow-me svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.follow-text {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.follow-me:hover .follow-text {
  transform: translateY(100%);
}
.follow-me:hover .developer {
  top: 0;
}

.developer {
  position: absolute;
  color: #fff;
  left: 0;
  top: -100%;
  display: flex;
  transition: 0.3s;
  padding: 0 20px;
  align-items: center;
  background-color: #272a3a;
  width: 100%;
  height: 100%;
}

.developer img {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 10px;
}

.search-bar {
  height: 60px;
  background-color: #151728;
  z-index: 3;
  position: relative;
}
.search-bar input {
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0 54px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath d='M508.9 478.7L360 330a201.6 201.6 0 0045.2-127.3C405.3 90.9 314.4 0 202.7 0S0 91 0 202.7s91 202.6 202.7 202.6c48.2 0 92.4-17 127.3-45.2L478.7 509c4.2 4.1 11 4.1 15 0l15.2-15.1c4.1-4.2 4.1-11 0-15zm-306.2-116c-88.3 0-160-71.8-160-160s71.7-160 160-160 160 71.7 160 160-71.8 160-160 160z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%235C5D71'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 25px 50%;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.search-bar input::placeholder {
  color: #5c5d71;
}

.main-container {
  padding: 20px;
  flex-grow: 1;
  overflow: auto;
  align-content: center;
  max-width: 1200px;
    margin: 0 auto;
}

.profile {
  position: relative;
  height: 40vh;
  min-height: 250px;
  max-height: 350px;
  z-index: 1;
}
.profile-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.profile:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url("https://images.unsplash.com/photo-1508247967583-7d982ea01526?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(50px);
  opacity: 0.7;
}

.profile-menu {
  position: absolute;
  bottom: 0;
  padding-left: 200px;
  background: #151728;
  width: 100%;
  display: flex;
  border-radius: 0 0 4px 4px;
}

.profile-menu-link {
  padding: 20px 16px;
  color: #5c5e6e;
  transition: 0.3s;
  cursor: pointer;
}
.profile-menu-link.active, .profile-menu-link:hover {
  color: #fff;
  background-color: #1b1d2e;
  border-bottom: 3px solid #1488fa;
}

.profile-avatar {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 1;
  bottom: 16px;
  left: 24px;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #151728;
}

.profile-name {
  margin-left: 24px;
  margin-bottom: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.timeline {
  display: flex;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.timeline-left {
  width: 310px;
  flex-shrink: 0;
}
.timeline-right {
  flex-grow: 1;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .timeline {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .timeline-right {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .timeline-left {
    width: 100%;
  }
}

.box {
  background-color: #151728;
  border-radius: 4px;
}

.intro {
  padding: 20px;
}
.intro-title {
  color: #5c5e6e;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.intro-menu {
  background-color: #8f98a9;
  box-shadow: -8px 0 0 0 #8f98a9, 8px 0 0 0 #8f98a9;
  width: 5px;
  height: 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
}

.info {
  font-size: 15px;
}
.info-item {
  display: flex;
  color: #c3c5d5;
}
.info-item + .info-item {
  margin-top: 14px;
}
.info-item a {
  margin-left: 6px;
  color: #1771d6;
  text-decoration: none;
}
.info-item svg {
  width: 16px;
  margin-right: 10px;
}

.event {
  position: relative;
  margin-top: 20px;
  padding: 10px;
}

.event-wrapper {
  position: relative;
}

.event-img {
  max-width: 100%;
  display: block;
  padding-bottom: 12px;
}

.event-date {
  position: absolute;
  left: 20px;
  top: 15px;
}

.event-month {
  background-color: #1687fa;
  padding: 7px 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.event-day {
  width: 100%;
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 0;
  text-align: center;
}

.event-title {
  color: #c3c5d5;
  margin-bottom: 5px;
  font-weight: 600;
  padding: 0 14px;
}

.event-subtitle {
  color: #5c5e6e;
  font-size: 13px;
  font-weight: 500;
  padding: 0 14px;
}

.pages {
  margin-top: 20px;
  padding: 20px;
}

.user {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fff;
    border-radius: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	transition: background-color 0.3s ease;
}
.user:hover {
    background-color: #f0f0f0;
}

.user + .user {
  margin-top: 5px;
}

.side-wrapper.stories {
    padding: 30px 15px;
}

.user-img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}

.status-menu {
  padding: 20px;
  display: flex;
  align-items: center;
}
.status-menu-item {
  text-decoration: none;
  color: #ccc8db;
  padding: 10px 14px;
  line-height: 0.7;
  font-weight: 500;
  border-radius: 20px;
}
.status-menu-item.active, .status-menu-item:hover {
  background-color: #2e2e40;
  color: #fff;
}
.status-menu-item + .status-menu-item {
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .status-menu {
    font-size: 14px;
  }
  .status-menu-item + .status-menu-item {
    margin-left: 0;
  }
}

.status-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.status-main {
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #272a3a;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.status-textarea {
  flex-grow: 1;
  background-color: transparent;
  border: none;
  resize: none;
  margin-top: 15px;
  color: #fff;
  max-width: calc(100% - 70px);
}
.status-textarea::placeholder {
  color: #5c5d71;
}

.status-actions {
  display: flex;
  padding: 10px 20px;
}

.status-action {
  text-decoration: none;
  color: #ccc8db;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.status-action svg {
  width: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (max-width: 1320px) {
  .status-action {
    width: 16px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
  }
}

.status-share {
  background-color: #1b86f9;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-left: auto;
  box-shadow: 0 0 20px #1b86f9;
  cursor: pointer;
}

.album {
  padding-top: 20px;
  margin-top: 20px;
}
.album .status-main {
  border: none;
  display: flex;
}
.album .intro-menu {
  margin-bottom: auto;
  margin-top: 5px;
}

.album-detail {
  width: calc(100% - 110px);
}

.album-title span {
  color: #1771d6;
  cursor: pointer;
}

.album-date {
  font-size: 0.7em;
  color: #595c6c;
}

.album-content {
  padding: 0 20px 20px;
}

.album-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-top: 10px;
}

.album-photos {
  display: flex;
  margin-top: 20px;
  max-height: 30vh;
}

.album-photos > .album-photo {
  width: 50%;
}

.album-right {
  width: 50%;
  margin-left: 10px;
  line-height: 0;
  display: flex;
  flex-direction: column;
}
.album-right .album-photo {
  height: calc(50% - 10px);
}

.album-actions {
  padding: 0 20px 20px;
}

.album-action {
  margin-right: 20px;
  text-decoration: none;
  color: #a2a4b4;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.album-action:hover {
  color: #fff;
}
.album-action svg {
  width: 16px;
  margin-right: 6px;
}

.account-button {
  border: 0;
  background: 0;
  color: #64677a;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.stories .user-img {
  border: 3px solid #fff;
}

.side-wrapper.contacts {
    padding: 0 15px 30px;
}

.user-status {
  background-color: #7fd222;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: auto;
}
.user-status.offline {
  background-color: #606a8d;
}
.user-status.idle {
  background-color: #dd1c20;
}

.contacts .username {
  display: flex;
  flex: 1;
  align-items: center;
  flex-flow: row wrap;
  font-size: 0.8em;
}

.contacts .username span.author-link {
    background: #695acd;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.contacts .username span.last-seen {
    font-size: 0.85em;
}

.contacts .user {
	border-radius:0;
	background-color:transparent;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contacts .user:hover {
    background-color: #f0f0f0;
}

.contacts .user-img {
    background: #ddd;
    border-radius: 0;
}

.right-search svg {
  width: 16px;
  height: 16px;
}

.right-search {
  padding-right: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #272a3a;
  position: sticky;
  bottom: 0;
  margin-top: auto;
}

.right-search input {
  padding-right: 10px;
}

.search-bar-svgs {
  color: #656679;
  display: flex;
}

.search-bar-svgs svg {
  margin-right: 16px;
}

td img {
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

td .searched-author {
    display: flex;
    align-items: center;
    font-size: 0.8em;
}

td .artist-name {
    font-weight: 700;
    white-space: nowrap;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(36, 39, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 1210px) {
  .overlay.active {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.right-side-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  width: 52px;
  background-color: #1e2031;
  border-left: 1px solid #272a3a;
  color: #fff;
  display: none;
  cursor: pointer;
}
.right-side-button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #1b86f8;
  border: 2px solid #1e2031;
  top: 13px;
  right: 12px;
}
.right-side-button svg {
  width: 22px;
}
@media screen and (max-width: 1210px) {
  .right-side-button {
    display: block;
  }
}

.left-side-button {
  display: none;
}
@media screen and (max-width: 930px) {
  .left-side-button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 60px;
    background-color: rgba(39, 42, 58, 0.5);
    border: 0;
    padding: 0;
    line-height: 0;
    color: #fff;
    border-bottom: 1px solid #272a3a;
  }
  .left-side-button svg {
    transition: 0.2s;
    width: 24px;
  }
  .left-side-button svg:last-child {
    position: absolute;
    left: 50%;
    transform: translate(100%, -50%);
    top: 50%;
    opacity: 0;
  }
}

@media screen and (max-width: 700px) {
  .profile-avatar {
    top: -25px;
    left: 50%;
    transform: translatex(-50%);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .profile-img {
    height: 100px;
    width: 100px;
  }

  .profile-name {
    margin: 5px 0;
  }

  .profile-menu {
    padding-left: 0;
    width: 100%;
    overflow: auto;
    justify-content: center;
  }

  .profile-menu-link {
    padding: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .profile-menu-link:nth-last-child(1),
.profile-menu-link:nth-last-child(2) {
    display: none;
  }
}

/* Scrollbar styling */
.left-side::-webkit-scrollbar, .right-side::-webkit-scrollbar, .main-container::-webkit-scrollbar, .profile-main-container::-webkit-scrollbar, .blog .site-main::-webkit-scrollbar, .single-post .site-main::-webkit-scrollbar {
  width: 5px;
  transition: width 1.3s ease-in-out; /* Smooth transition for width */
}

/* Scrollbar styling on hover */
.left-side:hover::-webkit-scrollbar, .right-side:hover::-webkit-scrollbar, .main-container:hover::-webkit-scrollbar, .profile-main-container:hover::-webkit-scrollbar, .blog .site-main:hover::-webkit-scrollbar, .single-post .site-main:hover::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  transition: width 1.3s ease-in-out; /* Smooth transition for width */
}

/* Track */
.left-side::-webkit-scrollbar-track, .right-side::-webkit-scrollbar-track, .main-container::-webkit-scrollbar-track, .profile-main-container::-webkit-scrollbar-track, .blog .site-main::-webkit-scrollbar-track, .single-post .site-main::-webkit-scrollbar-track {
  background: transparent;
  transition: background 1.3s ease-in-out; /* Smooth transition for background */
}

/* Track on hover */
.left-side:hover::-webkit-scrollbar-track, .right-side:hover::-webkit-scrollbar-track, .main-container:hover::-webkit-scrollbar-track, .profile-main-container:hover::-webkit-scrollbar-track, .blog .site-main:hover::-webkit-scrollbar-track, .single-post .site-main:hover::-webkit-scrollbar-track {
  background: rgb(143 152 169 / 25%);
  transition: background 1.3s ease-in-out; /* Smooth transition for background */
}

/* Handle */
.left-side:hover::-webkit-scrollbar-thumb, .right-side:hover::-webkit-scrollbar-thumb, .main-container:hover::-webkit-scrollbar-thumb, .profile-main-container:hover::-webkit-scrollbar-thumb, .blog .site-main:hover::-webkit-scrollbar-thumb, .single-post .site-main:hover::-webkit-scrollbar-thumb {
  background: #8f98a9;
  border-radius: 10px;
  transition: background 1.3s ease-in-out; /* Smooth transition for background */
}

/* Handle on hover */
.left-side:hover::-webkit-scrollbar-thumb:hover, .right-side:hover::-webkit-scrollbar-thumb:hover, .main-container:hover::-webkit-scrollbar-thumb:hover, .profile-main-container:hover::-webkit-scrollbar-thumb:hover, .blog .site-main:hover::-webkit-scrollbar-thumb:hover, .single-post .site-main:hover::-webkit-scrollbar-thumb:hover {
  background: #8f98a9;
  transition: background 1.3s ease-in-out; /* Smooth transition for background */
}

.blog .site-main, .single-post .site-main {
	height: calc(100vh - 141px);
	overflow-y:scroll;
}



/*login*/

/* General Styling */
.topmenulinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 5px;
	margin-left: 5px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.submit-link i, .login-link i {
	margin-right:3px;
}

.submit-link, .login-link {
    display: flex;
    gap: 3px;
    font-size: 14px;
	margin:0px 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.submit-link:hover i, .login-link:hover  i {
    color: #695acd;
}

a.login-link {
    color: #0A0A0A;
}

.logout-link svg, .login-link svg {
    fill: currentColor;
}

/* For fallback avatar icon */
.user-avatar.fallback {
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: white;
}

.user-avatar.fallback::after {
    content: "U"; /* You can add any fallback text or initials */
    font-size: 20px;
}

/* Profile link styling */
.profile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; /* Set text color to match your theme */
}

.profile-link:hover .user-avatar {
    opacity: 0.8; /* Subtle hover effect on avatar */
}

.profile-link:hover .user-name {
    color: #695acd; /* Change color when hovering on username */
}

.profile-link .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-link .user-name {
    font-weight: bold;
    color: #333;
}

.side-wrapper .artist-name, .side-wrapper .release-name, .contacts .username a.author-link {
	white-space: nowrap;        /* Prevents wrapping */
    overflow: hidden;           /* Hides anything that overflows */
    text-overflow: ellipsis;    /* Adds "..." when the text is too long */           /* Allow the element to scale and avoid cutting off content completely */
	word-wrap: break-word;}

.side-wrapper .artist-name, .side-wrapper .release-name {
    /* Make sure the text doesn't overflow */
	font-size:0.80em;
	max-width: 150px;
}

.contacts .username a.author-link {
	max-width: 125px;
	}

.side-wrapper .artist-name {
font-weight:900;}

.user-status.logged-in {
    background-color: green;
}

.user-status.logged-out {
    background-color: red;
}

.user-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

/* menu categ */

.category-menu {
  gap: 7px; /* Space between category items */
    display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.category-item {
background-color: rgb(0 0 0 / 5%);
    padding: 10px 15px;
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease; /* Smooth transition on hover */
  max-width: 100%; /* Ensure the item does not exceed the parent width */
  box-sizing: border-box; /* Include padding in width calculation */
    -webkit-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}

.category-item:hover {
  background-color: #bebebe; /* Change background color on hover */
}

.checkbox-item {
    accent-color: #695acd;
}

.category-link {
  text-decoration: none; /* Remove underline from the link */
  color: inherit; /* Inherit text color */
}

.category-name {
  font-size: 0.7em; /* Set font size for category name */
  font-weight: 600;
}

.post-count {
  font-size: 0.65em; /* Font size for post count */
  color: #888; /* Lighter color for post count */
}

.category-item:hover .category-name,
.category-item:hover .post-count {
  color: white; /* Change text color on hover */
}

.list {

}

.item {

}

/* results */

table {
            width: 100%;
            border-collapse: separate; /* Use separate borders for cells */
			border-spacing: 0 5px;
			font-size:0.9em;
			overflow: hidden;
        }
        th, td {
            padding: 15px;
            text-align: left;
        }
        th {
            border-bottom:1px solid #eee;
        }
		tr {
			margin-bottom: 10px;
			-webkit-transition: .3s all ease;
			-o-transition: .3s all ease;
			transition: .3s all ease;
			    background: #f8f9fa;
		}
		
		tbody tr:hover {
		-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
		background: rgb(106 90 205 / 10%);
}

thead tr {
background-color:transparent;}

td .release-name {
    font-weight: 700;
}

td .release-description {
    font-size: 0.8em;
}

td:first-child {
	background: rgb(200 200 200 / 10%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.release-description {
    display: flex;
    flex-wrap: wrap;
}
.warningTagTitle, .warningTag {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

span.search_tag {
    width: 100%;
}
.warningTag {
    margin: 5px 0;
	margin-right: 5px;
}

.warningTag.ai-generatedTag i:hover {
    color: #0073e6;
}

.warningTag.archiveTag i:hover {
    color: #875b3b;
}

.warningTag.explicitTag i:hover {
    color: #e90000;
}

i.fa-brands.fa-spotify {
    color: #1DB954;
}

i.fa-brands.fa-youtube {
    color: #FF0000;
}

i.fa-brands.fa-soundcloud {
    color: #F26F23;
}

.itunes-icon {
    background: linear-gradient(135deg, #fa57c1 0%, #7b1fa2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.td-submission-info {
    font-size: 0.9em;
}

.tooltip-text {
    visibility: hidden;
    width: 100px;
    background-color: #5c5e6e;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85em;
    white-space: nowrap;
}

.warningTagTitle:hover .tooltip-text, .warningTag:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.music-icons i {
    margin-right: 8px;
    font-size: 24px; /* Adjust as needed */
}

/* Archive */

/* Archive Page Layout */
.archive-header {
    text-align: center;
    margin-bottom: 40px;
}

.archive-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.archive-description {
    font-size: 1.2rem;
    color: #666;
}

/* Flexible Grid Layout */
.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Post Card */
.archive-post {
    width: calc(33.333% - 20px); /* 3 posts per row */
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    position: relative;
}

.archive-post:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

/* Post Thumbnail with Hover Overlay */
.post-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out, filter 0.3s;
}

.archive-post:hover .post-thumbnail img {
    transform: scale(1.05);
    filter: brightness(0.8);
}

/* Absolute Year on Top Right */
.post-year {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
}

/* Meta Overlay (Appears on Hover) */
.post-meta-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 0 0 12px 12px;
}

.archive-post:hover .post-meta-overlay {
    opacity: 1;
}

/* Post Meta */
.post-meta-overlay span {
    display: block;
    font-size: 0.9rem;
    margin: 5px 0;
}

/* Post Title */
.post-title {
    font-size: 1.3rem;
    text-align: center;
    margin: 15px 15px;
    font-weight: bold;
}

.post-title a {
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease-in-out;
}

.post-title a:hover {
    color: #0073aa;
}

.warningTag i {
	opacity:0.5;
	color:#777;
	transition: opacity 0.3s ease-in-out;
}

.warningTag i:hover {
	opacity:1;
}

/* Pagination */
.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a, .pagination span {
    padding: 12px 18px;
    margin: 5px;
    background: #f4f4f4;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.pagination a:hover {
    background: #0073aa;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .archive-post {
        width: calc(50% - 20px); /* 2 posts per row */
    }
}

@media (max-width: 768px) {
    .archive-post {
        width: 100%; /* 1 post per row on mobile */
    }
}

.sidebar {display:flex;}

/* Modal login */
/* Modal Background */
.modal {
    display: none;
    position: fixed; /* Fixed position to stay on top of the page */
    z-index: 9999999; /* Ensure the modal backdrop is on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3); /* Dark background to focus on modal */
    transition: opacity 0.3s ease;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px 40px;
    border-radius: 12px; /* Rounded corners */
    width: 90%;
    max-width: 350px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    text-align: center;
    animation: fadeIn 0.3s ease-out;
    position: relative; /* Ensure content has its own stacking context */
    z-index: 99999999; /* Higher z-index to ensure content is above background */
}



/* Close Button */
.close-modal {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: color 0.3s ease;
    z-index: 999999999; /* Make sure close button stays on top of modal content */
}

.close-modal:hover,
.close-modal:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* Animation for modal fade-in */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional overlay darkens when modal is open */
.modal.open {
    display: block;
    opacity: 1;
}

body .bloghash-header-element {
    z-index: 1; /* Lower z-index to ensure the header is below the modal */
    position: relative; /* Ensures it participates in the stacking context */
}
 
/* uopload */

/* Loader Animation */
.loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form Styling */

#submit_release_form label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
	font-size: 0.75em;
    color: #838383;
}

#submit_release_form .checkbox-item input[type=checkbox] {
    width: 20px;
    border-radius: 0;
    margin-right: 10px;
	margin-top:0;
	border: 1px solid #333;
}
#submit_release_form h6 {
    font-size: 0.75em;
    text-transform: uppercase;
    color: #838383;
    margin-top: 2px;
}
.hr-form {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 10px;
}

.hr-line {
    flex-grow: 1;
    border: none;
    border-top: 1px dotted #ccc;
	margin: 0;
}

.hr-icon {
    padding: 0 10px;
    color: #666;
    font-size: 18px;
}
#submit_release_form .checkbox-line label {
    font-size: 1.1em;
}

.submit-narration span.form-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5em;
padding: 5px; }

.checkbox-item p {
    margin: 10px 0px;
    font-size: 1em;
}
#submit_release_form .checkbox-item {
    background: #fff;
    padding: 3px 10px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-radius: 3px;
}
#submit_release_form .spotify-frame .checkbox-item {
    border-color: #1DB954;
	accent-color: #1DB954;
	background: #f0fff7;
}
#submit_release_form .checkbox-item input#trmb_spotPlaylist {
	background:#fff;
}
#submit_release_form .checkbox-line .spotify-frame label, #submit_release_form .checkbox-line .spotify-frame p  {
	color:#1DB954;
}
#submit_release_form .checkbox-item input#trmb_spotPlaylist:checked {background:#1DB954;}
#submit_release_form .checkbox-line {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    font-size: 0.8em;
    border-radius: 3px;
    width: 100%;
	padding: 0;
    border: 0;
}

#submit_release_form .instrument .flex-form-element {
    display: flex;
    justify-content: space-between;
    gap: 1px;
    font-size: 0.8em;
    border-radius: 3px;
    width: 100%;
    padding: 0 10px;
}
#submit_release_form .instrument .checkbox-item {
    padding: 10px;
}

#submit_release_form .checkbox-line.instrument {
    border: 1px solid #eee;
    border-radius: 3px;
}

#submit_release_form .checkbox-line.instrument label {
    margin: 0;
}

#submit_release_form h3 {
    font-size: 1.3em;
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
}

#submit_release_form input, 
#submit_release_form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}

#charCount {
    min-width: 80px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
	font-size: 1.2em;
}

#imageError {
    font-size: 14px;
    color: red;
    margin-top: 5px;
}

#submit_release_form {
    max-width: 800px;
    margin: auto;
    opacity: 1;
}

input#release_image {
    background: #fff;
    padding: 20px 10px;
}
#submit_release_form .form-consent .checkbox-item {
    height: 70px;
}

.flex-form-element, .flex-form-element select {
    border: none;
    outline: none;
    flex: 1 1 calc(50% - 1%);
    margin-bottom: 10px;
    margin: 3px 0;
font-size: .95em;}

span.form-hint {
    background: #fff3cd;
    padding: 2px 5px;
    font-size: 0.75em;
    border-radius: 4px;
    color: #856404;
}

#advanced, #spotify-field, #social-submit, #advanced-search {
    display: none; /* Hidden by default */
    padding: 10px;
    border: 1px solid rgb(221 221 221 / 75%);
    margin-top: 10px;
	border-radius: 3px;
}

#advanced-search {margin-bottom:10px}

.flex-form-element label span {
    color: #ff0000;
}

/* Fade-in effect */
.fade-in {
    animation: fadeIn 0.7s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Success & Error Messages */
.success-message, .error-message {
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
}

.success-message {
    background: #2ecc71;
    color: white;
}

.error-message {
    background: #e74c3c;
    color: white;
}

/* Artist profile */

#edit-profile-btn {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

#edit-profile-btn:hover {
    background: #005177;
}

#profile-edit-form {
    display: none;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

#profile-edit-form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

#profile-edit-form input,
#profile-edit-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

#profile-edit-form button {
    background: #28a745;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

#profile-edit-form button:hover {
    background: #218838;
}

#edit-profile-btn:disabled {
    background-color: #ccc; /* Change to your desired color */
    color: #666; /* Change text color when disabled */
    cursor: not-allowed; /* Make the cursor show a "not allowed" icon */
}

/* Colorful Text effect */

.site-title a {
  font-weight: 900;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 8s linear infinite;
  background-size: 300%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* login */

.login-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-login, .forminator-custom-form-1659 {
	max-width: 350px;
  display: grid;
  gap: 0.875rem;
  margin: 0 auto;
}

.form__field {
  display: flex;
}

.form__field:last-child {
  flex-direction: column;
}

p.form__error, p.form__success {
	    font-weight: 600;
    padding: 10px;
    border-radius: 3px;
    font-size: 0.85em;
    text-align: center;
}

p.form__error {
    color: red;
	border: 1px solid red;
}

p.form__success {
    color: green;
	border: 1px solid green;
}

.form__input {
  flex: 1;
}

.form-login label,
.form-login input[type="text"],
.form-login input[type="password"],
.form-login input[type="submit"] {
  padding: 1rem;
}

.form-login label {
  padding-inline: 1.25rem;
}

/* reg */

/* Labels */
body .forminator-label, #forminator-module-47 .forminator-label {
font-weight: bold;
    display: block;
    margin-top: 10px;
    font-size: 0.75em;
    color: #838383;
}

/* Input and Select Fields */
body .forminator-input, body .forminator-select--field, 
#forminator-module-47 .forminator-input, #forminator-module-47 .forminator-select--field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    color: #333;
}

/* Styled Select Dropdown */
body .forminator-select--field, #forminator-module-47 .forminator-select--field {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

/* Required Fields */
body .forminator-required, #forminator-module-47 .forminator-required {
    color: red;
}

/* Checkbox Styling */
body .forminator-checkbox, #forminator-module-47 .forminator-checkbox {
    display: inline;
    float: left;
}

body .forminator-checkbox input[type="checkbox"], #forminator-module-47 .forminator-checkbox input[type="checkbox"] {
    width: 20px;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 0;
    border: 1px solid #333;
}

/* Error Messages */

#forminator-module-47 .forminator-response-message.forminator-error ul {    color: #850404;
    font-size: 14px;
    margin-top: 5px;
    background: #ffcdcd;
    padding: 15px;
    border-radius: 5px;}

#forminator-module-47 span.forminator-error-message {
    background: #ffcdcd;
    padding: 2px 5px;
    font-size: 0.75em;
    border-radius: 3px;
    color: #850404;
}

.forminator-checkbox__wrapper {
    background: #fff;
    padding: 15px 10px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-radius: 3px;
}

.forminator-checkbox__label.forminator-consent__label {
    font-size: 0.75em;
}