:root {
	--nav-width: 68px;
}

*,
::before,
::after {
	box-sizing: border-box;
}

body {
	position: relative;
	transition: .5s;
}

.site {
	overflow: visible;
}

a {
	text-decoration: none;
}

a.dash-link-sm {
	font-size: 14px;
}

a.logout-d {
	color: #7A736A;
}

a.logout-d:hover {
	color: #CF2127;
}

a.dash-action-btn {
	font-size: 16px;
	background-color: #CF2127;
	color: #fff;
	padding: 10px 15px;
}

.offcanvas-body .nav-link {
	font-size: 20px;
}

.offcanvas-body .small-link .nav-link {
	font-size: 18px;
}

.offcanvas-body .nav-link i {
	margin-right: 15px;
}

.offcanvas-body .nav-space {
	margin-bottom: 20px;
}

h1 {
	font-size: 60px;
	& span {
		font-family: "Rubik", sans-serif;
		font-size: 14px;
		display: block;
	}
}

h1.dash-welcome {
	font-size: 75px;
	margin-bottom: -5px;
}

h2.dash-name {
	font-size: 30px;
	color: #15021D;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	text-transform: capitalize;
	border: none;
}

h2 {
	font-size: 30px;
	color: #15021D;
	font-family: "Bebas Neue", sans-serif;
	border: none;
}

h3 {
	color: #7A736A;
	font-size: 35px;
	font-family: "Bebas Neue", sans-serif;
	& span {
		font-family: "Rubik", sans-serif;
		font-size: 14px;
		display: block;
	}
}

h4 {
	font-size: 24px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #AEAEAE;
	& span.dash-selected {
		font-size: 14px;
		color: #CF2127;
		text-align: right !important;
		font-family: "Rubik", sans-serif;
		font-weight: 400;
		display: block;
		margin-top: -20px;
		padding-bottom: 5px;
	}
}

.header_toggle {
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	padding: .5rem 0 .5rem 4rem;
	transition: .3s;
}

.close .header_toggle {
	padding: .5rem 0 .5rem 1.5rem;
}

.l-navbar {
	position: fixed;
	left: 0;
	width: var(--nav-width);
	height: 100vh;
	background-color: #15021D;
	transition: .5s;
	z-index: 100;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
}

.nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding-top: 33px;
}

.nav_link {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	column-gap: 1.7rem;
	padding: .5rem 0 .5rem 4rem;
	position: relative;
	color: #fff;
	transition: .3s;
	font-size: 18px;
}

.close .nav_link {
	padding: .5rem 0 .5rem 4rem;
}

.nav_link.small-link {
	font-size: 16px;
}

.nav_link:hover {
	color: #CF2127;
}

.nav_icon {
	font-size: 1.25rem;
}

.open {
	left: 0;
}

.active {
	color: #7A736A;
}

.active::before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 32px;
	background-color: #7A736A;
}

.dash-topbar .row {
	background-color: #15021D;
	min-height: 55px;
}

.dash-topbar .list-group .list-group-item {
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	border: none;
}

.dash-topbar .active i {
	color: #7A736A;
}

.dash-topbar a:hover i {
	color: #CF2127;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dash-topbar .active::before {
	content: '';
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 4px;
	background-color: #7A736A;
}

.dash-main-header {
	background-color: #E9E9E9;
}

.accounts {
	background-color: #EFEFEF;
	padding: 20px 40px;
	& h3 {
		color: #CF2127;
		font-size: 20px;
		font-family: 'Inter', sans-serif;
		font-weight: 600;
	}
	& h5 {
		font-size: 24px;
		color: #7A736A;
		text-transform: uppercase;
		font-family: "Bebas Neue", sans-serif;
	}
	& p {
		color: #7A736A;
		font-size: 16px;
	}
}

.acct-item {
 	width: 30%;
	 background-color: #fff;
	 gap: 15px !important;
	& .accounts-img {
		width: 30%;
	}
	& .accounts-name {
		width: 70%;
	}
}

.accounts-name::before {
	content: '';
	position: absolute;
	left: -27px;
	top: 0px;
	width: 0;
	height: 0;
	clear: both;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fff;
}

.dash-event {
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	color: #7A736A;
}

.dash-event-date  {
	padding: 0 20px;
}

.dash-event-date span {
	font-size: 55px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	line-height: 35px;
	color: #15021D;
}

.dash-event-date p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.dash-event-info h3 {
	font-size: 24px;
	color: #CF2127;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Rubik", sans-serif;
}

.dash-event-action i {
	margin-left: 10px;
	color: #7A736A;
}

#wrapper-footer {
	border-image: linear-gradient(45deg, #15021d, #CF2127) 1;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	font-size: 14px;
	color: #A1A1AA;
	& a {
		color: #A1A1AA;
		text-transform: capitalize;
	}
	& a:hover {
		color: #CF2127;
	}
}

.dash-account {
	margin-bottom: -3px;
}

.artist-request-new {
	background-color: #fff;
	border: 1px solid #CF2127;
	border-radius: 5px;
	padding: 20px;
	& h2 {
		font-family: "Rubik", sans-serif;
		font-size: 22px;
		color: #CF2127;
		text-transform: inherit;
	}
	& .sub-date {
		color: #A1A1AA;
		font-size: 14px;
	}
	& p {
		margin-bottom: 5px;
	}
	& p span {
		font-weight: bold;
	}
}

.artist-request-past {
	background-color: #fff;
	border: 1px solid #7A736A;
	border-radius: 5px;
	padding: 20px;
	& h2 {
		font-family: "Rubik", sans-serif;
		font-size: 22px;
		color: #15021D;
		text-transform: inherit;
	}
	& .sub-date {
		color: #A1A1AA;
		font-size: 14px;
	}
	& p {
		margin-bottom: 5px;
	}
	& p span {
		font-weight: bold;
	}
}

.artist-request-action {
	top: 10px;
	right: 10px;
}

.request-info {
	background-color: #fff;
	padding: 25px;
	& h2 {
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}

.request-info .sender-name {
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	color: #CF2127;
	text-transform: inherit;
	font-weight: bold;
}

.accordion {
	--bs-accordion-active-color: #7A736A;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
	transform: var(--bs-accordion-btn-icon-transform);
}

#accordion-help .accordion-header button {
	background-color: #E9E9E9;
	text-transform: uppercase;
}

#accordion-help .accordion-button:not(.collapsed) {
	color: #7A736A;
	background-color: #dddddd;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#accordion-help h2 {
	font-size: 24px;
	color: #15021D;
	border-bottom: none;
	margin-top: 10px;
	font-family: 'Inter', sans-serif;
	padding-bottom: 0px;
}

#accordion-help .accordion-button:focus {
	border-color: #E9E9E9;
	box-shadow: none;
}

#accordion-help .accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
	margin-bottom: 5px;
	background-color: #fff;
}

#accordion-help .accordion-item {
	background-color: transparent;
	border-color: #FAFAFA;
}

.form-holder {
	background-color: #E9E9E9;
	padding: 30px 20px;
}

.booking-row {
	& .card {
		border: none;
	}
	& h2 {
		font-size: 22px;
		color: #CF2127;
		font-family: "Rubik", sans-serif;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	& img {
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
}

/* Form Labels */
body .gform_wrapper .gfield_label {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

/* Form Inputs */
body .gform_wrapper .ginput_container input[type="text"],
body .gform_wrapper .ginput_container input[type="email"],
body .gform_wrapper .ginput_container input[type="url"],
body .gform_wrapper .ginput_container input[type="tel"],
body .gform_wrapper .ginput_container input[type="number"],
body .gform_wrapper .ginput_container textarea,
body .gform_wrapper .ginput_container select {
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}

/* Focus Styles for All Inputs */
body .gform_wrapper .ginput_container input[type="text"]:focus,
body .gform_wrapper .ginput_container input[type="email"]:focus,
body .gform_wrapper .ginput_container input[type="url"]:focus,
body .gform_wrapper .ginput_container input[type="tel"]:focus,
body .gform_wrapper .ginput_container input[type="number"]:focus,
body .gform_wrapper .ginput_container textarea:focus,
body .gform_wrapper .ginput_container select:focus {
	border-color: #CF2127;
	outline: none;
	box-shadow: 0 0 5px rgba(207, 33, 39, 0.35);
}

/* Drop-down (Select) Styling */
body .gform_wrapper .ginput_container select {
	background-color: #fff;
	padding-right: 30px;
	cursor: pointer;
}

body .gform_wrapper .ginput_container select:focus {
	border-color: #CF2127;
	outline: none;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button[type="submit"] {
	background-color: #CF2127;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer button[type="submit"]:hover {
	background-color: #aa1217;
}

/* Booking Single Page */

.booking-single-content {
	background-color: #fff;
	padding: 20px;
}

.single-date {
	background-color: #fff;
	padding: 10px;
}

/* Booking Modal */

.booking-modal .modal-body {
	padding: 0;
	& h3 {
		border-bottom: 1px solid #AEAEAE;
	}
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


.booking-modal .artist-socials {
	padding-top: 10px;
	& .nav-item a span{
		padding: 5px 8px;
		color: #15021D;
		font-size: 20px;
		text-transform: initial;
	}
} 

.modal-content .btn-close {
	position: absolute;
	top: 10px;
	right: 10px; 
}

@media (min-width: 768px) { 
	
	.side-nav-header {
		height: 130px;
		background-color: #fff;
		text-align: center;
		position: relative;
	}
	
	.side-nav-header::after {
		content: '';
		position: absolute;
		left: 18px;
		bottom: 0px;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #15021D;
		clear: both;
		transition: all .25s ease-out;
	}
	
	.close .side-nav-header::after {
		content: '';
		position: absolute;
		left: 18px;
		bottom: 0px;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #15021D;
		clear: both;
		transition: all .25s ease-out;
	}
	
	.side-nav-header img {
		max-width: 280px;
	}

	body {
		padding-left: var(--nav-width);
	}
	
	.nav_link {
		padding: .5rem 0 .5rem 1.5rem;
	}
	
	a.nav_link.nav-space {
		margin-bottom: 25px;
	}
	
	.header_toggle {
		padding: .5rem 0 .5rem 1.5rem;
	}
	
	.close .nav_link {
		padding: .5rem 0 .5rem 1.5rem;
	}
	
	.dash-side-logo-sm {
		opacity: 1;
		width: auto;
		transition: all .15s ease-out;
		transform: translate(0px, 0px);
	}
	
	.close .dash-side-logo-sm {
		opacity: 1;
		width: auto;
		transition: all .15s ease-out;
		transform: translate(0px, 0px);
	}
	
	.close .dash-side-logo {
		opacity: 0;
		transition: all .15s ease-out;
		width: 0;
		transform: translate(0px, -200px);
	}
	
	.dash-side-logo {
		opacity: 0;
		transition: all .15s ease-out;
		width: 0;
		transform: translate(0px, -200px);
	}
	
	.close #header-toggle {
		transform: rotate(180deg) translate(0px, 0px);
		transition: all .15s ease-out;
	}
	.open #header-toggle {
		transform: rotate(0deg) translate(0px, 0px);
		transition: all .15s ease-out;
	}
	
	h3 span {
		display: inline-block;
	}
	
}

@media (min-width: 992px) { 
	body {
		padding-left: var(--nav-width);
	}

	.l-navbar {
		left: 0;
	}

	.open {
		width: calc(var(--nav-width) + 258px);
	}
	
	.dash-side-logo-sm {
		opacity: 0;
		transition: all .15s ease-out;
		width: 0;
		transform: translate(0px, -200px);
		
	}
	
	.dash-side-logo {
		opacity: 1;
		width: auto;
		transition: all .15s ease-out;
		transform: translate(0px, 0px);
	}

	.body-pd {
		padding-left: calc(var(--nav-width) + 258px);
	}
	
	.nav_link {
		padding: .5rem 0 .5rem 4rem;
	}
	
	.header_toggle {
		padding: .5rem 0 .5rem 4rem;
	}
	
	.side-nav-header::after {
		content: '';
		position: absolute;
		left: 44px;
		bottom: 0px;
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #15021D;
		clear: both;
		transition: all .25s ease-out;
	}
	
}