/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 14:13:57 */
body.tag.archive {
	display: block !important;
	background: #ffffff;
	padding: 0;
}
span.elementor-post-info__terms-list {
	color: white;
}
.elementor-post-info__terms-list a {
	display: inline-block !important;
	padding: 4px 16px; 
	border-radius: 16px;
	border: 1px solid #F1803A;
	background: #FEF2EB;
	font-size: 12px;
	font-weight: 600;
	color: #F1803A;
	margin: 4px 0px;
}
.elementor-post-info__terms-list a:hover {
	border: 1px solid #C1662E;
	background: #FCE6D8;
	color: #C1662E;
}

input {
	box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
	padding: 4px !important;
}
input[type=radio], input[type=radio]::before {
    border-radius: 50% !important;
}

div.wrapper {
 	margin: 0 auto;
	width: 100vw;
	padding: 24px 18px;
	display: flex;
	flex-flow: column wrap;
	gap: 18px;
}

div.note > p {
	margin: 0;
}

a.btn {
	color: #ffffff !important;
	border: 1px solid #0CB5AC;
	background-color: #0CB5AC;
}
a.btn:hover {
	border: 1px solid #0A918A;
	background-color: #0A918A;
	color: #E7F8F7;
}
a.btn.secondary {
	color: #0CB5AC !important;
}
a.btn.secondary:hover {
	background-color: #E7F8F7;
}

.modal-content input[type=text], 
.modal-content input[type=email], 
.modal-content input[type=password], 
.modal-content input[type=date], 
.modal-content input[type=number] {
	width: auto;
}

button.prev {
    color: #0e9594 !important;
    border: 1px solid #0e9594 !important;
    background-color: #ffffff !important;
}
button.prev:hover {
	background-color: #E7F8F7;
	color: #0e9594;
	border: 1px solid #0A918A;
}

.tab button {
    display: block;
    width: 50%;
    border-radius: 0 !important;
    border: 0;
    background: none !important;
    outline: none;
    cursor: pointer;
    padding: 16px 32px;
    transition: 0.3s;
    border-bottom: 1px solid #c3c3c3 !important;
    color: #555555 !important;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.tab button.active {
    border-bottom: 4px solid #0CB5AC !important;
}
.tabcontent form li {
	width: 100%;
}

ul.form-steps {
	margin: 16px 0;
}
.form-step {
	padding: 16px 0;
}

.schedule h4 {
	color: #ffffff !important;
	font-size: 16px !important;
	line-height: 20px !important;
}


.modal-content li ul.col-2 {
	display: flex;
	flex-flow: row wrap;
}
.modal-content li ul.col-2 li {
	width: 270px;
}
.modal-content li label {
	width: 100%;
	display: flex;
	gap: 16px;
}
.modal-content li.others label {
	flex-flow: row wrap;
}
.modal-content li.others input[type=text] {
	margin-left: 40px;
}
.tabcontent form li.existing_client {
	margin: 16px 0;
	padding: 8px 0 0;
	border-bottom: 1px dotted #5d7192;
	border-top: 1px dotted #5d7192;
	display: flex;
	flex-flow: row wrap;
	gap: 16px;
}
.tabcontent form li.existing_client p {
	margin: 0;
	font-weight: 600;
}
.tabcontent form li.existing_client label {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
}

#calendar > div.fc-header-toolbar {
  display: flex;
  flex-flow: column wrap;
}
#calendar > div.fc-header-toolbar > div:first-child {
  display: flex;
  padding: 8px 0;
}

@media only screen and (min-width: 768px) {
	body:not([class*=elementor-page-]) .site-main {
        max-width: 768px;
    }

	div.wrapper {
 		margin: 0 auto;
		width: 90vw;
		padding: 64px 32px;
	}

		body {
		font-size: 16px;
	}
	div.wrapper {
 		margin: 0 auto;
		width: 90vw;
		padding: 64px 32px;
	}
	button, .btn {
		padding: 12px 32px;
	}
	.dashboard .container {
		gap: 64px;
		flex-flow: row nowrap;
	}
	.dashboard .sidebar {
		width: 25%;
	}
	form.profile input[type=text],
	form.profile input[type=password] {
		width: 592px;
	}
	.modal-content {
		width: 640px;
	}
	div.actions {
		flex-flow: row wrap;
	}

	/** LOGIN/SIGNUP **/

	.tabcontent form ul {
		flex-flow: row wrap;
	}
	.tabcontent form li.existing_client,
	.tabcontent form li.terms,
	.tabcontent form li.idfile {
		width: 692px;
	}
	
	.tabcontent form li.existing_client label {
		width: 336px;
	}

	.tabcontent form li {
		width: 368px;
	}
	.tabcontent form input, 
	.tabcontent form select {
		width: 336px;
	}
	#calendar > div.fc-header-toolbar {
		flex-flow: row;
	}
}

@media only screen and (min-width: 1200px) {
	body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px;
    }
}


@media only screen and (min-width: 1350px) {
	body:not([class*=elementor-page-]) .site-main {
        max-width: 1350px;
    }


	/** LOGIN/SIGNUP **/
	.signup div.wrapper {
		flex-flow: row nowrap;
		gap: 32px;
	}
	.signup div.wrapper > img {
		display:inline;
		width: 40%;
	}
	.tabcontent form li {
		width: 330px;
	}
	.tabcontent form input, 
	.tabcontent form select {
		width: 298px;
	}
}



@media only screen and (min-width: 1600px) {
	div.wrapper {
		margin: 0 auto;
		width: 1504px;
		padding: 64px 0;
		gap: 24px;
	}

	/** LOGIN/SIGNUP **/
	.signup div.wrapper {
		gap: 64px;
	}
	.tabcontent {
		padding: 0 32px 32px;
	}
	.tabcontent form button {
		width: 336px;
	}
	.tabcontent form li {
		width: 368px;
	}
	.tabcontent form input, 
	.tabcontent form select {
		width: 336px;
	}


	/** DASHBOARDS **/	
	.dashboard .container {
		gap: 96px;
	}

	.dashboard .sidebar {
		width: 25%;
		padding: 32px;
	}
	.dashboard .main {
		width: 75%;
		gap: 64px;
	}


}