@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body{
	font-family: mycustomuniquefontname, Helvetica, sans-serif !important;

}

@font-face{
    font-family: mycustomuniquefontname;
    src: local("/Helvetica.ttf");
}
@font-face{
    font-family: mycustomuniquefontname;
    src: local("/Helvetica-Bold.ttf");
    font-weight: bold;
}
@font-face{
    font-family: mycustomuniquefontname;
    src: local("/helvetica-light.ttf");
    font-weight: lighter;
}

/*@font-face{
    font-family: mycustomuniquefontname;
    src: local("Helvetica Italic");
    font-style: italic;
}*/
/*@font-face{
    font-family: mycustomuniquefontname;
    src: local("Helvetica Bold Italic");
    font-weight: bold;
    font-style: italic;
}*/
.popular-row-bg{
	background-color: #ccc;
	color: #ffffff;
	padding: 8px 15px;
}
.popular-row-bg:hover {
	background-color: #000;
	color: #ffffff;
	padding: 8px 15px;
}
.popular-row-a-bg a {
	background-color: #ccc;
	color: #ffffff;
	padding: 8px 15px
}
.popular-row-a-bg a:hover {
	background-color: #000;
	color: #ffffff;
	padding: 8px 15px;
}
.gig-card .bg-white {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
    padding: 20px;
}
.gig-card .bg-white a.flex.items-center {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.gig-card .bg-white a.flex.items-center img.object-contain {
    
}
footer.bg-white .bg-img {
	background-image: url('/public/storage/site/footer/footer-bg.png');
}
.space-y-6 .flex-none.grid .rounded-lg {
    border-radius: 30px;
    background-color: #e6e6e6;
}
/*.space-y-6 .flex-none.grid .flex-col a {
    border-radius: 30px;
}*/
.bg-color-grey {
	background-color:#e6e6e6 !important; 
}
.bg-color-grey-dark a{
	background-color: #ccc !important;
	color: #ffffff;
}
.view-more-blue{
	color: #5459e9 !important;
}
.background-blue-search{
	background-color:#5459e9 !important; 
}
.background-blue-search:hover{
	background-color:#5459e9e8 !important; 
}

.background-blue button{
	background-color:#5459e9 !important; 
}
.search-right-border{
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	color: #4b5563;
}
:is(.dark .dark\:bg-\[\#161616\]) .search-right-border{
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
	color: #ffffff !important;
}

:is(.dark .dark\:bg-\[\#161616\]) footer.bg-white {
    background: #333;
}

:is(.dark .dark\:bg-\[\#161616\]) .bg-color-grey {
    background: #111 !important;
    border:1px solid #fff !important;
}

:is(.dark .dark\:bg-\[\#161616\]) .bg-color-grey:hover{
    background-color: #545454 !important;
    color: #fff !important;
}

:is(.dark .dark\:bg-\[\#161616\]) #email-address {
	border-color: transparent !important;
}

:is(.dark .dark\:bg-\[\#161616\]) .dark-search-border {
	border:1px solid #fff !important;
}

