@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face{
    font-family: "Proxima N W01 Reg";
    src: url("fonts/Proxima-N-W01-Reg.eot");
    src: url("fonts/Proxima-N-W01-Reg.eot?#iefix")format("embedded-opentype"),
        url("fonts/Proxima-N-W01-Reg.woff")format("woff"),
        url("fonts/Proxima-N-W01-Reg.woff2")format("woff2"),
        url("fonts/Proxima-N-W01-Reg.ttf")format("truetype"),
        url("fonts/Proxima-N-W01-Reg.svg#Proxima N W01 Reg")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
	font-size: 1em;
	color: #000;
	scrollbar-color: #000;
}

.VAMErrorText {
	color: #ff0000;
}

/*******************
AJAX OVERLAY
********************/
#ajax_overlay {
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.6);
}

.lds-ripple {
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

	.lds-ripple .lds-pos {
		position: absolute;
		border: 2px solid #2962FF;
		opacity: 1;
		border-radius: 50%;
		animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
	}

		.lds-ripple .lds-pos:nth-child(2) {
			animation-delay: -0.5s;
		}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}
/*******************
END - AJAX OVERLAY
********************/

*,
:after,
:before,
div {
	box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 8px;
	height: 8px;/* Lățimea scrollbarului */
}

::-webkit-scrollbar-track {
    background-color: #ddd; /* Fundalul scrollbarului */
}

::-webkit-scrollbar-thumb {
    background-color: #999; /* Bara de derulare */
    border-radius: 5px; /* Colțuri rotunjite pentru un aspect mai estetic */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Culoarea barei la hover */
}
.content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.head
{
	display: flex;
	padding: 10px 0 0 0;
	
}
.logo {
	width: 55px;
	background: url("images/logo.png") no-repeat top;
	height: 51px;
    background-size: contain;
	margin-right: 5px;
	margin-left: 10px;
}
.logo img
{
	width: 100%;
}
.p0
{
	padding: 0!important;
}
.p10 {
	padding: 10px!important;
}
.pt10 {
	padding-top: 10px;
}
.p5{
	padding: 5px;
}
.p20 {
	padding: 20px;
}
.p_impsm
{
	padding: 3px 10px!important;
}
.p_selsm
{
	padding: 4px 30px 3px 10px!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb0{
	margin-bottom: 0px!important;
}
.mb5{
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb60 {
	margin-bottom:60px;
}
.mb100 {
	margin-bottom:100px;
}
.mr20
{
	margin-right: 20px;
}
.mr30
{
	margin-right: 30px;
}
.pr30
{
	padding-right: 30px!important;
}
.pr50
{
	padding-right: 50px!important;
}
.ml10{
	margin-left:10px;
}
.ml20 {
	margin-left: 20px;
}
.d-flex {
	display: flex;
}
.d-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.d-flex-center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.d-flex-center-nowr
{
	display: flex;
	align-items: center;	
}
.d-flex-justify-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-flex-space {
	display: flex;
	justify-content: space-between;
}
.d-inbl
{
		display: inline-block;
}
.mla {
	margin-left: auto;
}
.mra {
	margin-right: auto;
}
.m0a {
	margin: 0 auto;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.menu_top {
	margin-left: auto;
	    display: flex;
    align-items: center;
}

.menu_top ul, .menu_bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu_bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu_top li,  .menu_bottom li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.menu_top a:link,
.menu_top a:visited,
.menu_top a:active
{
	font-size:0.8125em;
	text-decoration: none;
	 white-space: nowrap;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #a7a7a7;
}
.menu_bottom a:link,
.menu_bottom a:visited,
.menu_bottom a:active
{
	font-size:0.8125em;
	text-decoration: none;
	 white-space: nowrap;
}
.menu_bottom a:hover{
	color: #a7a7a7;
}
a.c_purple:link, a.c_purple:visited, a.c_purple:active, .txtdec0
{
	text-decoration: none!important;
}
a.no_underline:link, a.no_underline:visited, a.no_underline:active
{
	text-decoration: none!important;
}
a.no_underline:hover
{
	color: #565656;
}
.c_red
{
	color: #ff4040;
}
.strike {
		text-decoration: line-through;
		text-decoration-thickness: 2px; /* bolder line like the image */
		text-decoration-color: #ff0000; /* line color; change if needed */
		text-underline-offset: .05em; /* nudges the line vertically */
		text-decoration-skip-ink: none; /* keeps the line continuous */
}
.c_turq
{
	color: #27dbc3;
}
.c_blue
{
	color: #1b37c2;
}
.c_gray
{
	color:#999;
}
.c_dgray
{
	color:#777;
}
.c_green
{
	color: green;
}
.c_purple
{
	color: #7936DC!important;
}
.c_orange {
    color: #f3cd5e;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
col-1 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-3 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}
.col-6 {
	-ms-flex: 0 0 66.66666666%;
	flex: 0 0 66.66666666%;
	max-width: 66.66666666%;
}
.col-4 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.col-40 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.col-60 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-40,
.col-60
{
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date] {
	width: 100%;
	padding: 7px 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	font-family: "Public Sans", sans-serif;
	color: #2e302f;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #fff;
}
select,
select:not(:checked) {
	width: 100%;
	padding: 9px 30px 7px 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
    font-family: "Public Sans", sans-serif;
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	background: url("images/chevron_down.svg") no-repeat right center #fff;
	background-position: bottom 45% right 10px;
	background-size: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	color: #2e302f;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
textarea
{
	width: 100%;
	min-height: 120px;
	padding: 10px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	display: block;
	border: 1px solid #a7a8a7;
	vertical-align: bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin:0;
	font-size: 1em;
	font-family: "Public Sans", sans-serif;
	color: #2e302f;
	background-color: #fff;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input.line[type=text],
input.line[type=password],
input.line[type=tel],
input.line[type=email],
input.line[type=number],
input.line[type=date]{
	padding:0;
	border-bottom: 1px solid #2e302f;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
select.line{
	padding:0 0 5px 0;
	border-bottom: 1px solid #2e302f;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-position: bottom 45% right 0px;
}
.br50
{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
	padding: 10px 20px!important;
}
:focus-visible {
    outline: 0;
}
.txt12
{
	font-size: 0.75em;
}
.txt13
{
	font-size: 0.8125em;
}
.txt14
{
	font-size: 0.875em!important;
}
.txt17
{
	font-size: 1.0625em;
	font-family: "Public Sans", sans-serif;
}
.txt18
{
	font-size: 1.125em;
}
.txt20
{
	font-size:1.25em;
	font-weight: 700;
}
.font_cour
{
	font-family: "Courier Prime", monospace;
	letter-spacing: -1px;
}
.txt24
{
	font-size:1.5em;
	font-weight: 700;
}
.txt28
{
	font-size:1.75em;
	font-family: "Public Sans", sans-serif;
font-weight: 700;
}
.txt32
{
	font-size:2em;
	font-family: "Public Sans", sans-serif;
font-weight: 700;
	line-height: 1em;

}
.txt34
{
	font-size:2.125em;
	font-weight: 700;
	line-height: 1em;
}
.txt40
{
	font-size:2.5em;

}
.txt22
{
	font-size:1.375em;
	font-weight: 700;
}
.txt19
{
	font-size:1.1875em;
	font-family: "Urbanist", sans-serif;
}
.ffcour
{
	font-family: "Courier Prime", serif;
}
.ffurb
{
	font-family: "Urbanist", sans-serif;
}
.ffproxima
{
	font-family: "Proxima N W01 Reg";
}
.ffbgbold
{
	font-family: "Public Sans", sans-serif;
font-weight: 700;
}
.txtcenter
{
	text-align: center;
}
.txtright
{
	text-align: right;
}
.btn {
	width: 100%;
	font-size: 0.8125em;
    text-align: center;
    padding: 12px 10px 10px 10px;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
    background-color: #fcfcfc;
    text-decoration: none;
}
.btn-wrapper {
    display: flex;
    align-items: center;
}
.btn_bord {
    width: 6px;
    background-image: url('images/download.png');
	background-repeat: no-repeat;
	height: 40px;
}
a.btn:link, a.btn:active, a.btn:visited, a.gray:link, a.gray:active, a.gray:visited
{
	color: #2e302f;
	text-decoration: none;
	
}
a.purp:link, a.purp:active, a.purp:visited
{	color: #7936dc;
	
}
a.purp:hover{
	color: gray;
	text-decoration: underline;
}
a.btn:hover, a.gray:hover, .btn:hover, .selected {
    color: #a7a7a7!important;
}
a.gray_bord:link, a.gray_bord:active, a.gray_bord:visited
{
	border: 1px solid #303030;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: 700;
	font-family: "Urbanist", sans-serif;
	font-size: 1em;
	display: inline-block;
	
}
.left-bord
{
	background-position: left;
}
.right-bord
{
	background-position: right;
}
.photo
{
	display: flex;
	margin-bottom: 10px;
}
.photo_box
{
	background-color: #f0f0f0;
	padding: 15px;
	width: 250px;
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
}

.photo_box_s
{
	background-color: #f0f0f0;
	padding: 10px;
	max-width: 120px;
	width: 100%;
	font-size: 0.75em;
}
.photo_box_l
{

	background-color: #f0f0f0;
	padding: 20px;
	width: 410px;
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}

.photo_img_l
{
    overflow: hidden;
    position: relative;
	height: 400px;
	
}
.photo_box:hover
{
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.1);
	
}
.photo_img
{
    margin-bottom: 10px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.photo_img_s
{
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
	
}
.photo_gal
{
	display: flex;
	flex-wrap: wrap;
	width: 520px;
}
.photo_gal > div{
	width:245px;
	height: 245px;
    margin-bottom: 10px;
	margin-right: 10px;
}
.photo_gal > div:nth-child(even) 
	{
		margin-right: 0;
	}
.photo_img img, .photo_img_s img, .photo_img_l img, .photo_gal > div img
{
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.courier
{
	 font-family: "Courier Prime", monospace;
}
.amatic
{
	 font-family: "Amatic SC", serif;
}
h1
{
	 font-family: "Amatic SC", serif;
	 font-size: 45px;
	 margin: 0 0 10px 0;
	font-weight: 400;
	 padding: 0;
	 letter-spacing: 2px;
}
h2
{
	font-size: 2em;
	margin: 0;
	font-weight: 600;
	padding: 0;
}
h3
{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h4
{
	font-size:1.375em;
font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}
h5
{
	font-size:1.25em;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.max640
{
	max-width: 640px!important;
	width: 100%;
}
.max500
{
	max-width: 500px;
	width: 100%;
}
.max400
{
	max-width:400px;
	width: 100%;
}
.max200
{
	max-width:200px;
	width: 100%;
}
.max60
{
	width: 60%;
	max-width: 60%;
}
.max70
{
	max-width: 70%;
	width: 100%;
	padding-right: 30px;
}
.w100{
	width: 100%;
}
.d-flex.txt17 img
{
	vertical-align: bottom;
	margin-right: 5px;
}
.input-search {
    position: relative;
	margin-bottom: 10px;
}
.input-search i.fa-magnifying-glass {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #888;
}
.input-search input[type=text] {
	padding-left: 40px;
    border: 1px solid #dadce0;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.input-search i.fa-sliders
{
	position: absolute;
    right: 20px;
    top:20px;
    transform: translateY(-50%);
    color: #888;
	font-size: 1.25em;
}
.fw600
{
	font-weight:600;
}
.fw700
{
	font-weight:700;
}
.fw800
{
	font-weight:800;
}
.price{
  font-weight: 500;
  font-style: normal;
	font-size: 1.125em;
	color: red;
	text-align: right;
	margin-top: 5px;
	line-height: 0.75em;
	
}
.name{
	font-weight: 600;
	font-size:1.25em;
	font-style: italic;
	
}
.footer
{
display: flex;
	clear: both;
    font-size:0.75em;
    margin: 50px 10px 30px 10px;
    color: #000;
    align-items: center;
	border-top: 1px solid #ddd;
    padding-top: 10px;
}
.footer img
{
	width: 40px;
	height: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.footer a:link, .footer a:visited, .footer a:active
{
	text-decoration: none;

}
.footer a:not(:last-child)::before {
  content: " •";
  margin: 0 10px;
  color: #888;
}
.bottom_line
{
	width: 250px;
	height: 7px;
	background-color: #000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	margin: 0 auto 70px auto;
}
.hidden {
    display: none!important;
}
.gallery-container
{
	overflow-y: auto;
	overflow-x: hidden;
}
.fright
{
	float: right;
}
.fleft
{
	float: left;
}

.gray_bord
{
	border: 2px solid #e0e0e0;
	clear: both;
	width: 100%;
}
.paid
{
	border: 2px solid green;
	padding: 3px 7px;
	font-weight: 600;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	color: green;

}
.bg_white
{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #a7a8a7;
}
.bg_gray
{
	background-color: #f0efef!important;
}
.bg_black
{
	background-color: #000!important;
	color: #fff!important;
}
.bg_green
{
	background-color: #647b6e!important;
}
.bg_orange {
    background-color: #d59224;
}
table {
    border-collapse: collapse; 
    width: 100%; 
	
}
table, th, td 
{
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top
}
table.nowrap td:first-child
{
	white-space: nowrap;	
}
table.nowrap td:last-child, table.nowrap td:nth-child(2)
{
	width: 100%;	
}
table.break td:last-child
{
    word-break: break-all;
	width: 100%;
}
table.nowrap td:nth-child(3)
{
	padding-bottom: 0;
}
table.light
{
	border: 1px solid #dcdcdc;
	font-family: "Urbanist", sans-serif;
}
table.light th
{
	background-color: #f9f9fb;
	padding: 10px;
    font-family: "Public Sans", sans-serif;
font-weight: 700;
	border-bottom: 1px solid #dcdcdc;
}
table.light td
{
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.cour
{
	text-align: right
}
.cour a:link, .cour a:active, .cour a:visited
{
	font-family: "Courier Prime", monospace;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
}
.clear
{
	clear: both;
}
p
{
	margin: 0 0 5px 0;
}
.custom-date-input {
    position: relative;
}
.custom-date-input::before {
    content: "\f073";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
	font-size: 1.25em;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #2e302f;
    pointer-events: none;
}
.custom-date-input::-webkit-calendar-picker-indicator {
	opacity: 0;
}

/* Create a custom checkbox */
.contcheck {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.contcheck input {
	position: absolute;
	visibility: hidden; /* Use visibility instead of opacity */
	cursor: pointer;
	height: 20px;
	top: 0;
	left: 0;
	width: 20px;
	 z-index: -1; /* Ensure it doesn’t interfere with touch */
}
.options-container .contcheck
{
	margin-bottom: 10px;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border: 2px solid #999;
	z-index: 1;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.contcheck input:checked ~ .checkmark, .contcheck input:checked ~ label .checkmark {
	background-color: #593cfb;
	border: 2px solid #593cfb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.contcheck input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.contcheck .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="radio"] {
  appearance: none; 
  width: 20px;
  height: 20px;
  border: 2px solid #9c9c9c; 
  border-radius: 50%;
  position: relative;
	background-color: #fff;
  cursor: pointer;
	margin: 0;
  outline: none;
	display: inline-block;
	vertical-align: text-bottom;
}
label.radio
{
	font-size: 1em;
	margin-left: 5px;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
 top: 50%;
  left: 50%;
  width: 10px; 
  height: 10px;
	transform: translate(-50%, -50%); 
  background-color: #2e302f;
  border-radius: 50%;
}
.button,
input[type=button] {
	background-color: #c1c2c1;
	color: #000;
	font-family: "Urbanist", sans-serif;
	padding: 12px 40px 14px 40px;
	font-size: 1em;
	line-height: normal;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s;
	white-space: nowrap;
	border: 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
input[type=button]:disabled,
input[type=button][disabled] {
	background-color: #9b9b9b;
}
a.button:link,
a.button:visited,
a.button:active {
	text-decoration: none;
	color: #000;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button:hover,
a.button:hover,
input[type=button]:hover {
	background-color: #ffdae4;
}
.purple
{
	background-color: #7936dc!important;
	color: #fff!important;
	border: 1px solid #7936dc!important;
}
.turqoise
{
	background-color:#1CE6E0!important;
	color: #fff!important;
	border: 1px solid #7936dc!important;
}
.purple:hover,
a.purple:hover,
input.purple[type=button]:hover,
.turqoise:hover,
a.turqoise:hover,
input.turqoise[type=button]:hover{
	background-color: #fff!important;
	border: 1px solid #2E302F!important;
	color: #2e302f!important;
}
.largebtn{
	padding: 70px 0;
	width: 100%;
}
.redbtn,
input.redbtn[type=button] {
	background-color: #FF5CEF;
	color: #fff;
	font-family: "Urbanist", sans-serif;
	padding: 10px 30px 10px 30px;
	font-size:0.9375em;
	line-height: normal;
	font-weight: 400;
	cursor: pointer;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	transition: all 0.5s;
	white-space: nowrap;
	border: 0;
}

a.redbtn:link,
a.redbtn:visited,
a.redbtn:active {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.redbtn:hover,
a.redbtn:hover,
input.redbtn[type=button]:hover {
	background-color: #89583f;
}
a.outlinebtn:link,
a.outlinebtn:visited,
a.outlinebtn:active, input.outlinebtn[type=button] {
	border: 1px solid #bbb;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: 500;
	display: inline-block;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	  transition: background 0.3s ease;
}

.outlinebtn:hover,
a.outlinebtn:hover,
input.outlinebtn[type=button]:hover {
	color: #fff;
	background-color: #6429f7;
}
a.outlinebtn_lg:link,
a.outlinebtn_lg:visited,
a.outlinebtn_lg:active, input.outlinebtn_lg[type=button] {
	text-decoration: none;
	color: #000;
	padding: 8px 20px;
	font-weight: 700;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #000;
}

.outlinebtn_lg:hover,
a.outlinebtn_lg:hover,
input.outlinebtn_lg[type=button]:hover {
 background-color: #e8eeea;
}
.roundgraybtn,
a.roundgraybtn:link,
a.roundgraybtn:visited,
a.roundgraybtn:active, input.roundgraybtn[type=button] {
	text-decoration: none;
    color: #FFFFFF;
	font-size: 1em;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	padding: 10px 30px 8px 30px;
	font-weight: 700;
	background-color: #d4d4d4;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.roundgraybtn:hover,
a.roundgraybtn:hover,
input.roundgraybtn[type=button]:hover {
	background-color: #3f7652;
}
.roundgreenbtn,
a.roundgreenbtn:link,
a.roundgreenbtn:visited,
a.roundgreenbtn:active, input.roundgreenbtn[type=button] {
	text-decoration: none;
	color: #FFFFFF; /* white text */
	font-size: 1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 10px 30px 8px 30px;
	font-weight: 700;
	background-color: #3f7652; /* Green background */
	display: inline-block;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

	.roundgreenbtn:hover,
	a.roundgreenbtn:hover,
	input.roundgreenbtn[type=button]:hover {
		background-color: #d4d4d4; /* Flip to green background on hover */
		color: #FFFFFF; /* White text on hover */
	}
/* The Modal  */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
	position: absolute;
	background-color: #fafafa;
	padding: 0;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 10px;
	left: 50%;
	-ms-transform:translateY(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);

}
@-webkit-keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 10px;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		margin-top: -300px;
		opacity: 0
	}

	to {
		top: 10px;
		opacity: 1
	}
}

.close {
	color: #2e302f;
	float: right;
	font-size: 28px;
	font-weight: 400;
	cursor: pointer;
	 background-color: transparent;
    border: 0;
	padding: 0;
}

.edit {
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-footer
{
	padding:0 20px 20px 20px;
}
body.modal-open {
	overflow: hidden
}

.modal-body {
	padding: 20px;
	font-size: 1em;
	clear: both;
}

.modal-body h1 {
	margin-top: 0;
	font-weight: 700;
}


/* End Modal  */

.range-slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.range-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    width: 100%;
    height:0;
	margin: 2px 0 0 0;
    background: transparent;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #593cfb;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #593cfb;
    border-radius: 50%;
    cursor: pointer;
}

.slider-track {
    position: absolute;
    height: 2px;
    background: #ddd;
    width: 100%;
    z-index: 0;
    border-radius: 3px;
}

.range-slider .slider-track-active {
    background: #593cfb;
    position: absolute;
    height: 2px;
    z-index: 2;
    border-radius: 3px;
}
.slider 
{
	background-color: #dadada!important;
	-webkit-border-radius: 5px!important;
    -moz-border-radius:5px!important;
    border-radius: 5px!important;
    height: 2px!important;
}
.slider-values {

	margin-bottom: 5px;
	color: #7936DC;
	font-weight: 700;
}
.user_cont
{
	width: 84px;
	height: 84px;
		-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}
.user{
	font-size: 5em;
	color: #dce0e6;
	border: 2px solid #20aa7c;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
input.bg_greenish, textarea.bg_greenish, .bg_greenish
{
	background-color: #e7eeea;
	padding: 10px;
	border: 0;
}
select.bg_greenish
{
	background-color: #e7eeea;
	border: 0;
	padding: 11px 10px 10px 10px;
	
}
textarea.bg_greenish
{
	min-height: 80px!important;
}
  .editview,  .save { display: none; }
a.edit-btn:link, a.edit-btn:visited, a.edit-btn:active
{
	background-color: #f0f0f0;
	padding: 5px 15px;
}
/* Style the custom dropdown box */
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select-box {
	width: 100%;
	padding: 0 0 5px 0;
    border-bottom: 1px solid #2e302f;
	cursor: pointer;
	user-select: none;
}

.arrow {
	float: right;
	font-size: 1.125em;
}

.options-container {
	display: none;
	width: 100%;
	background-color: #f0f0f0;
	z-index: 1;
	padding: 10px;
}

input[type="checkbox"] {
	margin-right: 8px;
}
.dashboard
{
	width: 90%;
	font-family: "Urbanist", sans-serif;
	margin: 0 auto;
	font-size: 0.875em;
	border: 1px solid #ececec;
}
.messages
{
	border-right: 1px solid #ececec;
	padding: 20px;
	height: 100%;
}
.reservation
{
	border-left: 1px solid #ececec;
	padding: 0 20px;
	height: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.messages-buttons 
{
	margin-bottom: 20px;
}
.messages-buttons button {
    background-color: #222222;
    border: 1px solid #ddd;
    padding: 12px 16px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	color: #fff;
}
.messages-buttons button i
{
	margin-left: 5px;
}
button.white
{
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #2e302f;
}
button.text
{
	background: transparent;
	border: 0;
	font-family: "Public Sans", sans-serif;
	font-weight: 600;
}
button.gray
{
	background-color: #f7f7f7;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	color: #2e302f;
	padding: 0;
	width: 40px;
	border: 0;
	height: 40px;
}
.message-text button.gray
{
	background-color: #fff;
	border: 1px solid #d6d6d6;
	width: 30px;
	height: 30px;
}
button
{
	cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.dropdown-content a {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.message-content
{
    cursor: pointer;
	display: flex;
	padding: 10px;

	margin-bottom: 10px;
}
.message-content:hover, .mess-active
{
	background-color: #f7f7f7;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}
.mess-txt
{
	width: 100%;
	font-size: 0.875em;
}
.mess-img
{
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 20px;
}
.mess-img img
{
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.mess-pic
{
	position: absolute;
	top: 20px;
	left: 20px;
}
.profile{
	width: 40px;
	height: 40px;
}
.profile1{
	width: 60px;
	height: 60px;
	min-width: 60px;
}
.mess-pic img, .profile  img, .profile1  img
{
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gray_circle{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #5d5f5e;
}
.gray_square{
	width: 15px;
	height: 15px;
	background-color: #5d5f5e;
}
.head-mess
{
	height: 60px;
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	font-size: 1.375em;
	font-weight: 700;
}
.head-mess .profile
{
	margin-right: 10px;
}
.message-text
{
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}
.message-text-right
{
	display: flex;
	align-items: flex-end;
	margin-bottom:5px;
	justify-content: flex-end;
	
}
.mess-bubble
{
	background-color: #f7f7f7;
	-webkit-border-radius: 10px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomleft: 0;
border-radius: 10px;
border-bottom-left-radius: 0;
	padding: 15px;
}
.message-text > div
{
	margin-right: 10px;
}
.message-text-right .mess-bubble
{
	background-color: #3f3f3f;
	color: #fff;
}
hr {
	background-color: #ccc;
	height: 0.05em;
	padding: 0;
	border: 0;
	margin: 10px 0;
}
.book
{
	width: 100%;
	max-width:40%;
	position: absolute;
	right: 0;
	top: 0;
}
.pos_rel
{
	position: relative;
}
.pos_abs
{
	position: absolute;
}

.social_icons img
{
	 margin-right: 10px;
}
.green_circle
{
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;

border-radius: 50%;
	background: rgb(115,242,69);
background: -moz-radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
background: -webkit-radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
background: radial-gradient(circle, rgba(115,242,69,1) 0%, rgba(15,185,65,1) 45%, rgba(51,152,76,1) 75%, rgba(51,152,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73f245",endColorstr="#33984c",GradientType=1);
}
.red_circle
{
	width: 22px;
	height: 22px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	background-color: #d7260c;
}

.calendar .green_circle, .calendar .red_circle
{
	margin: 0 auto;
}
.calendar > div
{
	margin-right: 20px;
}
.calendar > div > div
{
	margin-left: 15px;
}
.placeholder_img
{
	background-color: #a7a8a7;
	text-align: center;
	padding-top: 20%;
	font-weight: 700;
	height: 100%;
}
.edu div{
	width: 33.3%;
	margin-bottom: 10px;
}
.gigs{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.gigs img {
    width: 102px;
    margin-top: -11px;
}
.gig_item
{
	display: flex;
	margin-bottom: 50px;
	align-items:flex-start;
}
.gig_item > div:last-child
{
	width: calc(100% - 100px);
}
.gig_item .photo_box_s
{
	width: 90px!important;
	padding: 5px;
	margin-right: 20px;
	margin-top: 12px;
}
.gig_item .c_purple
{
	text-decoration: underline;
font-family: "Public Sans", sans-serif;
font-weight: 700;
}
.gig_item .photo_img_s
{
	margin-bottom: 0;
}
.gig_item .row{
	align-items: center;
}
.circle_price
{
	background: url("images/circle.png") no-repeat center center;
	background-size: contain;
	font-size:1.4375em;
	font-family: "Public Sans", sans-serif;
font-weight: 700;
	padding: 7px;
	text-align: center;
}
.search
{
	border: 1px solid #e3e3e3;
	padding: 5px;
	display: flex;
	margin-bottom: 50px;
}
.search-box {
  position: relative;
  width: 250px;
}

.search-box input {
  width: 100%;
  padding: 3px 30px 3px 5px; 
	border: 1px solid #a7a7a7;
}

.search-box .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
  pointer-events: none;
}
.gigtop
{
    width: 102px;
    background: url(images/classifieds.png) no-repeat top;
    height: 75px;
	background-size: cover;
	top: 50px;
}
.classified
{
    width: 85px;
    background: url(images/classifieds_bottom.png) no-repeat top;
    height:47px;
	background-size: cover;
}
ul.chk
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.chk li {
    position: relative;
    padding-left: 30px;
	padding-bottom: 10px;
  }
ul.chk li::before {
    content: "\f00c"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: green;
    position: absolute;
    left: 0;
    top: 0;
  }
.bookdet .photo_box
{
	width: 100%;
}
.bookdet .photo_img
{
	height: auto;
}
.filter_col div.d-flex > div:first-child
{
	width: 37%;
}
.filter_col div.d-flex > div
{
	width: 38%;
}
.filter_col div.d-flex > div:nth-child(3)
{
	width: 25%;
}
.tab-menu {
    display: flex;
    cursor: pointer;
	font-size: 0.875em;
	font-weight: 700;
	margin: 20px 0;
}
.tab.active {
    border-bottom: 2px solid #7936dc;
	color: #7936dc

}
.tab {
    padding: 2px 0;
	margin-right: 20px;
}
.mess-type
{
	padding: 20px 0;
}
#menusec
{
	padding-bottom: 40px;

}
#mess-window
{
	overflow-y: scroll;
}
.paragraph-container {
  position: relative;
  margin-bottom: 10px;
}

.showtxt {
  display: block; /* Textul inițial este afișat */
}

.hidetext {
  display: none; /* Textul ascuns nu este afișat inițial */
}

.toggle-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
}

.toggle-link i {
  margin-right: 5px;
}

table.gender-list {
	margin: 0 10px;
}
	table.gender-list td {
		width: 33% !important;
	}
	table.gender-list .radio-label {
		padding: 0 6px;
	}

table.radio_sure_notyet {
}
	table.radio_sure_notyet td {
	}
	table.radio_sure_notyet .radio-label {
		margin: 0 6px;
	}

table.radio_yes_no {
	margin-top: 10px;
}
	table.radio_yes_no td {
		padding:0;
		margin:0;
	}
		table.radio_yes_no td:first-child {
			padding-right: 20px;
			margin: 0;
		}
	table.radio_yes_no .radio-label {
		padding: 0 5px;
		float: right;
		margin-top: -8px;
	}
table.chk_width_60{
	width:60%;
}
.photo-item {
     position: relative;
     width: 380px;
     height: 650px;
}
#chkDaysOfWeekHolder table td{
    padding:0 20px 20px 0;
}
.profile_icons
{
margin-right: 20px;
    padding-left: 30px;
}
.thumb_up
{
	background: url("images/thumb_up2.jpg") no-repeat top left;
	background-size: contain;
}
.check
{
	background: url("images/checkmark.jpg") no-repeat top left;
	background-size: contain;
}
.tie
{
	background: url("images/tie.jpg") no-repeat top left;
	background-size: contain;
}
.clock
{
	background: url("images/clock.jpg") no-repeat top left;
	background-size: contain;
}
.cash
{
	background: url("images/cash.jpg") no-repeat top left;
	background-size: contain;
}
.prof_icons_top
{
	display: flex;
	margin-bottom: 10px;
	    margin-top: 10px;
}
.prof_icons_top a
{
	height: 28px;
	width: 29px;
	margin-right: 10px;
}
.like
{	
	background: url("images/thumb_up1.jpg") no-repeat top left;
	background-size: contain;
	
}
.like_sel {
	background: url("images/thumb_up1_selected.jpg") no-repeat top left;
	background-size: contain;
}
.upload
{	
	background: url("images/upload.jpg") no-repeat top left;
	background-size: contain;
	
}
.bmk
{	
	background: url("images/bookmark.jpg") no-repeat top left;
	background-size: contain;
	
}
.bmk_sel {
	background: url("images/bookmark_selected.jpg") no-repeat top left;
	background-size: contain;
}
.about_ico
{	
	background: url("images/about_icon.jpg") no-repeat top left;
	background-size: contain;
	width: 38px;
	height: 41px;
	
}
.ntwk_icon
{
	background: url("images/networking.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 23px;
	margin-right: 10px;
}
.friends_icon
{
	background: url("images/makingnewfriends.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 26px;
	margin-right: 10px;
}
.dating_icon
{
	background: url("images/dating.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.expert_icon
{
	background: url("images/expert.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 22px;
	margin-right: 10px;
}
.enth_icon
{
	background: url("images/enthusiast.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 27px;
	margin-right: 10px;
}
.noexp_icon
{
	background: url("images/no_experience.jpg") no-repeat top left;
	background-size: contain;
	width: 25px;
	height: 27px;
	margin-right: 10px;
}
.person_icon
{
	background: url("images/person.jpg") no-repeat top left;
	background-size: contain;
	width: 44px;
	height: 37px;
	margin-right: 20px;
}
.online_icon
{
	background: url("images/global.jpg") no-repeat top left;
	background-size: contain;
	width: 38px;
	height: 36px;
	margin-right: 20px;
}

.share_copy {
	width: 220px;
	margin-bottom: 10px;
}
.share_email {
	width: 220px;
	margin-bottom: 10px;
}
.share_facebook {
	width: 220px;
	margin-bottom: 10px;
}
.share_twitter {
	width: 220px;
	margin-bottom: 10px;
}

.bgs_box
{
	background-color:#e7eeea; 
	padding:20px 20px 1px 20px;
}


.slider .ui-slider-range {
                background: #7936DC;
            }

.slider .ui-state-default {
    background-color: #7936DC !important;
    margin-top: 0;
    border-radius: 10px;
    width: 14px !important;
    height: 14px !important;
    cursor: pointer!important;
}

.checkmark2 label {
            padding-left: 25px;
            display: block;
        }

/* SignUp - Step 1*/

	.signup_holder h2 {
		font-size: 2em;
		margin: 20px 0;
		line-height:1.125em;
		font-weight: 600;
		padding: 0;
	}
	.signup_holder h5 {
		font-size: 1.25em;
		margin: 0 0 10px 0;
		font-weight: 600;
		padding: 0;
	}
	.signup_holder input[type=text], .signup_holder input[type=password], .signup_holder input[type=tel], .signup_holder input[type=email], .signup_holder input[type=number], .signup_holder input[type=date] {
		font-family: "Public Sans", sans-serif;
		padding: 15px 15px 13px 15px;
		border: 1px solid #d0d0d0;
		border-radius: 5px;
	}
	.max440 {
		max-width: 440px;
		margin: 0 auto;
	}
	.grey-bar {
		background: #eee;
		height: 8px;
		border-radius: 6px;
		overflow: hidden;
		width: 250px;
		margin: 0 auto;
	}
	.prg-bar {
		background: #4a90e2;
		height: 8px;
	}
	.btn-signup {
		display: inline-block;
		padding: 12px 16px;
		text-align: center;
		background: #6a00ff;
		border: 1px solid #6329f7;
		color: #fff !important;
		border-radius: 8px;
		text-decoration: none !important;
		cursor: pointer;
	}
		.btn-signup:hover {
			background-color: #fff;
			color: #000 !important;
		}
	.btn-cancel, a.btn-cancel:link, a.btn-cancel:active, a.btn-cancel:visited {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 14px 16px;
		border-radius: 12px;
		font-weight: 600;
		cursor: pointer;
		user-select: none;
		border: 1px solid #ddd;
		color: #111;
	}
		.btn-cancel:hover {
			color: #111;
		}
	 .btn-compact {
		flex: 0 0 140px;
	}
	.btn-grow {
		flex: 1;
	}
	.toggle-btn {
		display: inline-block;
		padding: 10px 18px;
		border-radius: 999px;
		border: 1px solid #ccc;
		background: #fff;
		color: #111 !important;
		cursor: pointer;
		transition: all 0.2s;
		text-decoration: none !important;
	}
	.toggle-btn:hover {
			border-color: #6a00ff;
			color: #6a00ff;
		}

	.toggle-btn.active {
			background: #6a00ff;
			color: #fff !important;
			border-color: #6a00ff;
		}
/* END SignUp - Step 1*/

/* SignUp - Step 3*/
.signup_holder .photo {
	gap:12px;
}
.signup_holder .photo_box_l {
	position: relative;
	width: 180px;
	height: 180px;
	border-radius: 12px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px dashed #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin:0;
	padding:0;
}
 .upload-container {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
	background:none;
}
.placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--brand);
	background: rgba(255, 255, 255, .88);
	padding: 10px;
}
.signup_holder .txt_s {
	font-size: 12px;
}
.placeholder-text {
	color: #6a00ff;
}
.signup_holder .photo_gal {
	display: grid;
	grid-template-columns: repeat(2, 120px);
	grid-auto-rows: 120px;
	gap: 10px;
	width:auto;
}
.signup_holder .photo-item {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px dashed #ccc;
}
.signup_holder .placeholder_img {
	padding-top:30%;
	background:#fff;
}
.trigger-upload {
	color: #6a00ff;
	font-weight: normal;
}

.btn-row {
	display: flex;
	gap: 12px;
	align-items: center;
}
/* END SignUp - Step 3*/

/* Card */
  .card{
    border:1px solid #e8e8e8;
    border-radius:15px;
    padding:15px;
    box-shadow:0 1px 0 rgba(0,0,0,.02);
    background:#fafafa;
	margin-bottom: 20px;
  }
  .card-row{display:flex;gap:14px;align-items:center}
  .avatar{
    width:88px;height:88px;border-radius:50%;overflow:hidden;flex:0 0 88px;background:#f1f1f1
  }
  .avatar img{width:100%;height:100%;object-fit:cover;display:block}
  .name{font-size:18px;font-weight:700;margin:0 0 6px}
  .subtitle{color:var(--muted);font-size:16px}

/* Pills */
  .pill-grid {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	margin-top:14px
}
  .pill{
    display:flex;
	align-items:center;
	gap:10px;
    background:#f7f7f8;
	border:1px solid #e9e9e9;
    border-radius:12px;
	padding:10px 12px;
	font-weight:600;
  }
.pill i{font-size:16px;color:#333}
.verify{ 
	display:flex; 
	gap:10px; 
	align-items:center; 
	padding:12px; 
	border:1px solid #e8e8ea; 
	border-radius:12px; 
	background:#fafafa; }

.verify i{ color:#22c55e; }

.linkbox{ 
	display:flex; 
	gap:8px; 
	align-items:center; 
	border:1px solid #e8e8ea; 
	border-radius:12px; 
	padding:10px 12px; 
	background:#fff;
}
.linkbox input{ 
	flex:1; 
	border:0; 
	outline:none; 
	font-size:14px; 
	min-width:0; 
}
.copybtn{
	border:1px solid #e8e8ea; 
	background:#fff; 
	border-radius:10px; 
	padding:8px 10px; 
	cursor:pointer; 
	white-space:nowrap; 
	color:#000; }

.copybtn:focus{ 
	outline:3px solid rgba(106,0,255,.35); 
	outline-offset:2px; 
}

.share{ 
	display:flex; 
	gap:8px; 
	align-items:center; 
	flex-wrap:wrap; 
}
.share .pill{
    display:inline-flex; 
	align-items:center; 
	gap:8px; 
	background:#f7f7f8; 
	border:1px solid #e8e8ea;
    border-radius:999px;
	padding:8px 12px; 
	cursor:pointer;
	white-space:nowrap;
      }

.info{ 
	border:1px solid #e8e8ea; 
	background:#fff; 
	border-radius:15px; 
	padding:15px; 
}


.toast{ 
	position:fixed; 
	left:50%; 
	bottom:24px; 
	transform:translateX(-50%);
	background:#111; color:#fff; 
	padding:10px 14px; 
	border-radius:10px; 
	font-size:13px;
	opacity:0; 
	pointer-events:none; 
	transition:opacity .2s; 
}
.toast.show{ opacity:1; }
.digits {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }

  .digits input[type=text] {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
.env
{
	background-color: #6a37fa;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	 font-size: 1.75em;
	width: max-content;
	
}
i.fa-solid
{
	line-height: 0.75em;
}
.card.d-flex-center > div:first-child {
    width: 60px;
    margin-right: 10px;
}
.prof .row
{
	margin-bottom: 10px;
}
.chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 20px;
    background: rgba(106, 0, 255, .1);
    color: #6a00ff;
    font-weight: 700;
}
.nosel{
	background-color: #eee;
	color: #8c8c8c;
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 940px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);

}

.searchbar {
  transition: all 0.6s ease;
  transform: translateX(0);
	top: 0;
		left: 0;
	right: 0;
	max-width: 640px !important;
    width: 100%;
	margin: 0 auto;

}

.search-floating {
  position: fixed!important;
  transform: translateX(10px);
  max-width:40%!important; 
  z-index: 200;
	top: 10px;
	left: 30%;
	right: 30%;
  transition: all 0.6s ease;
}

.sticky-spacer {
  height: 0;
  transition: height 0.3s ease;
}

.hometitle
{
	display: block;
}
/*
.jobtit
{
   max-width: 640px !important;
   width: 100%;
	margin-left: auto;
	margin-right: auto;
}
*/
.jobtit {
	display: flex;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

	.jobtit .row {
		margin-right: 0;
		margin-left: 0;
		flex: 0 0 auto;
	}

	.jobtit .col-4 {
		flex: 0 0 auto;
		width: auto;
		padding-left: 0px;
		max-width: 50%;
	}
.footer_mob
{
	display: none;
}
.book.fixed {
  position: fixed !important;
  top: 60px;
  right: calc((100vw - 960px) / 2); /* păstrează alinierea cu containerul central */
  width: var(--book-width);
  z-index: 1000;
	transition: top 0.3s ease; 
}
.gc-tags a:link, .gc-tags a:visited, .gc-tags a:active{
	text-decoration: none;
	font-weight: 600;
}
.titlemob
{
	display: none;
}
@media only screen and (max-width: 768px) {
	.photo_gal
	{
		width: 100%;
	}
	.photo_gal > div
	{
		width: 48%;
	}
	.max60
	{
		width: 100%;
		max-width: 100%;
	}
	.max60.pr30
	{
		padding-right: 0!important;
	}
		.book
	{
		position: inherit;
		max-width: 100%;
	}
	.photo_box
	{
		width: auto;
	}
	#chkDaysOfWeekHolder table td {
    padding: 0 20px 40px 0;
    display: inline-block;
}
.max70
	{
		max-width: 100%;
		padding-right: 0;
	}
}
@media only screen and (max-width: 600px) {
	.content
	{
		padding: 0 10px 20px 10px;
	}
	.col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 10px;
}
	.row.mb20, .row.mb30
	{
		margin-bottom: 0;
	}
	.col-3, .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 20px;
}
	.col-2
	{
		margin-bottom: 20px;
	}
	.gallery-container
	{
		height: auto;
		overflow-x: visible;
	}
	.photo_box
	{
		margin-left: auto;
		margin-right: auto;
	    width: 100%;
	}
	.photo_img
	{
		height: auto;
	}
.footer a:not(:last-child)::before
	{
   margin: 0 5px;
	}
	.fright, .fleft
	{
		float: none;
	}
	.cour
	{
		text-align: left;
	}
	h2.txtright
	{
		text-align: left;
	}

	.fleft.max60.mb30
	{
		margin-bottom: 20px;
	}
	.col-60, .col-40 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 20px;
}
	h2
	{
		font-size: 2.75em;
	}
	h3
	{
		font-size: 1.75em;
		line-height: 1em;
	}
	.gray_bord table, .gray_bord th, .gray_bord td 
	{
		padding-bottom: 0;
	}
	.gray_bord table tr
	{
		margin-bottom: 20px;
		display: block;
	}
	.user_cont
	{
		margin-right: 10px;
	}
	a.gray_bord:link, a.gray_bord:active, a.gray_bord:visited
	{
		padding: 10px;
	}

	.photo
	{
		display: block;
	}
	.photo_gal
	{
		width: 100%;
	}
	.photo_gal > div
	{
	width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
	height: 200px;
	}

	.d-flex.calendar
	{
		flex-wrap: wrap;
}

	.photo_box_l
	{
		margin-right: 0;
		width: 100%;
	}
	.arr{
	width:50px
}
	.sarr
	{
		width: 30px;
	}
	.sarr, .arr
	{
		position: absolute;
		right: 0;
		top:0;
	}
	table.nowrap tr
	{
		position: relative;
	}
	
	table.nowrap th, table.nowrap td
	{
		display: inline-block;
	}
	table.nowrap .col-3{
	    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
		
	}
	.gray_bord.p10.mb40 .d-flex-center
	{
		    flex-wrap: wrap;
	}
	.sure
	{
		font-size: 1.25em;
	}
	h5
	{
		font-size: 1.5em;
	}
	.menu_top .dropdown-content
	{
		right: 0;
	}

	.col-6.pr50
	{
		padding-right: 0!important;
	}
	.gig_item
	{
		display: block;
	}
	.gig_item .col-2{
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.gig_item .photo_box_s
	{
		width: 100%!important;
		max-width: 100%;
		font-size: 1em;
		margin-right: 0;
        margin-bottom: 10px;
	}
	.gig_item > div:last-child
	{
		width: 100%;
	}
	.pos_abs.gigtop
	{
		display: none;
	}
	.gigtop img
	{
		width: 80px;
	}
	.hometitle
	{
		display: none;
	}
	.button, input[type=button]
	{
		padding: 12px 30px 14px 30px;
	}
	.calendar > div
	{
		margin-bottom: 40px;
	}
.d-flex-wrap.mb10.pos_rel div
	{
	width: 100%;
		
	}
.photo-item
	{
		width: 100%;
	}
	.prof .row .col-2
	{
		margin-bottom: 0;
	}

	.jobtit
	{
	display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	}
	.jobtit .row
    {
	margin-right: 0;
    margin-left: 0;
    flex: 0 0 auto;
    }
	.jobtit .col-4
	{
		flex: 0 0 auto;
        width: auto;
        padding-left: 0px;
		max-width: 50%;
	}
	.footer_mob
	{
	display: block;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	width: 100%;
	height: 60px;
	bottom: 0;
    left: 0;
	  z-index: 9999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
	}
	 .footer_mob.visible {
    transform: translateY(0);
    opacity: 1;
    display: block;
  }

  .menu_top {
    transition: opacity 0.3s ease;
  }

  .menu_top.hidden {
    opacity: 0;
    pointer-events: none;
  }
	.menu_bottom i.fa-right-to-bracket
	{
		font-size: 0.75em;
	}
	.menu_bottom i
	{
		margin-right: 5px;
		color: #555;
	}
	.footer
	{
	 margin-bottom: 60px;
	}
	.search-floating
	{
	left: 0;
    right: 0;
    margin-right: 20px;
	}
	#header.sticky
	{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    width: 100%;
	}
	.menu_bottom
	{
		padding-top: 10px;
	}

	.titlemob
	{
	display: block;
    text-transform: uppercase;
    font-weight: 700;
	font-family: "Amatic SC", serif;
    font-size: 1.25em !important;
    line-height: 1.125em;
	margin-top: 14px;
	}
	.menu_top li, .menu_bottom li 
	{
		padding-left: 0;
	}
}
