:root {
	--primary-color1: #16547B;
	--primary-color1-darker: #0c2b3e;
	--primary-color2: #00958F;
	--primary-color2-darker: #004f4b;

	/* DEFAULT VALUES FOR AVAILABILITIES */
	--day-availability: 	#fdcc7c;
	--night-availability: 	#FFA500;
	--both-availability: 	#c27d00;
	--list-availability: 	#F3B894;

	/* SPS USERS VALUES FOR AVAILABILITIES */
	--day-availabilitySPS: 		#fdcc7c;
	--night-availabilitySPS: 	#FFA500;
	--both-availabilitySPS: 	#c27d00;
	--list-availabilitySPS: 	#F3B894;

	/* CAREGIVERS VALUES FOR AVAILABILITIES */
	--day-availabilityV: 	var(--primary-color2);
	--night-availabilityV: 	var(--primary-color2);
	--both-availabilityV: 	var(--primary-color2);
	--list-availabilityV: 	var(--primary-color2);
}

html {
	height: 100%;
}

body {
	height: 100%;
}

.no-left-padding {
	padding-left: 0 !important;
}

.dt-buttons {
	padding-right: 20px;
}

.justify-content-flex-end {
	justify-content: flex-end;
}
.justify-content-space-between {
	justify-content: space-between;
}

.d-flex {
	display: flex;
}

#calendarDispIndispo  .disabled, #calendarDispIndispoBis .disabled,
#calendarDispIndispo  .nightIndispo, #calendarDispIndispoBis .nightIndispo,
#calendarDispIndispo  .dayIndispo, #calendarDispIndispoBis .dayIndispo{
    background-color: #d9d9d9 !important;
    background-image :none !important;
	color: #343a40 !important;
	font-weight: bold;
	text-decoration: none !important;
}

.datepicker-days > .table-condensed {
	width: 100%;
}

select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container{
	width:100% !important;
}

button.multiselect{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#modalIndispoComment{
	overflow: auto;
}

#modalVacataireIndispos{
	overflow: auto;

}

.editable-input > textarea {
	width: 40em !important;
}

.padding-left{
	padding-left: 15px;
}

.padding-right{
	padding-right: 15px !important;
}

/*
[class*="col-"]
{
	
	   text-align: center; 
	  margin-top: 10px;
	  margin-bottom: 30px;
	
}*/

.help-block {
	color: red !important;
}
.right-column > div > .col-sm-6 {
	padding-right: 0 !important;
}

.vertical-divider > div[class^="col-"] {
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
	/*padding-bottom: 100px;*/
	/*margin-bottom: -100px;*/
	/*border-left: 1px solid rgb(193, 193, 193);*/
	/*border-right: 1px solid rgb(193, 193, 193);*/
}

.right-column {
	/*padding-bottom: 100px;*/
	/*margin-bottom: -100px;*/
	border-left: 1px solid rgb(193, 193, 193);
	/*border-right: 1px solid rgb(193, 193, 193);*/
}

.vertical-divider > div > h6,
.vertical-divider > div > h5,
.vertical-divider > div > h4,
.vertical-divider > div > h3 {
	text-align: center;
}


.vertical-divider div[class^="col-"]:first-child {
	border-left: none;
	padding-left: 0;
}

.vertical-divider div[class^="col-"]:last-child {
	border-right: none;
}


.popover{
	max-width: 100% !important; /* Max Width of the popover (depending on the container!) */
}

.btn-purple{
	background-color: rgb(102, 7, 180);
	border-color: rgb(86, 2, 155);
	color:white;
}

.btn.btn-purple:hover{
	background-color: rgb(86, 2, 155);
	border-color: rgb(60, 1, 105);
	color:white;
}

.selected-star{
	color: rgb(186, 186, 53);
}

.glyphicon-star, .glyphicon-star-empty, .glyphicon-thumbs-up, .glyphicon-thumbs-down{
	font-size: large;
}


.dt-body-center
{
	text-align: center;
}

.modal-body{
	overflow-y:auto !important;
}

.modal-backdrop{
	/*z-index: 999 !important;*/
	display: none;
}

.navbar {
	z-index: 998 !important;
	padding-right: 10px;
	padding-left: 10px;
}

#backgroundVac{
	z-index: -1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e9eaed !important;
	/*background-image:url("../images/bordeaux.jpg");
	background-repeat:no-repeat;
	background-position: top,center;
	background-size: cover;*/
	opacity: 1;
}


#background{
	z-index: -1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url("../images/bordeaux.jpg");
	background-repeat:no-repeat;
	background-position: top,center;
	background-size: cover;
	opacity: 0.2;
}

body.background {
	background-image:url("../images/bordeaux.jpg");
	background-repeat:no-repeat;
	background-position: top,center;
	background-size: cover;
	background-color: #e9eaed !important;
	filter: alpha(opacity=20);
}

body.backgroundVac {
	background-color: #e9eaed !important;
}

.foreground {
	/* Adding a white filter over the background */
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(239, 232, 232, 0.8);
	overflow-y: auto;
}

.container{
	max-width: 1900px;
	width:100%;
	padding-bottom : 15px;
}

footer.container{
	background-color: #337ab7;
	height : 90px;
	font-size : 20em;
}
/*
.top {
	background-color: #f6f6f6;
	border: 1px solid black;
	border-radius: 2px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
}
*/
.row{
	margin-right: -10px;
	margin-left: -10px;
	
}

nav {
	margin-top: 40px;
	margin-right: 40px;
	
}
ul{
	list-style-type: none;
}

.loginMenu {
	border: 1px solid grey;
	border-radius: 10px;
	background-image: linear-gradient(#E5E5E5, #CFCFCF);
	/*height: 30px;*/
	padding: 5px;
	/*margin-top: 10px;*/
	/*margin-left: 10px;
	margin-right: 10px;*/
	background-color: #058592;
	font-size: 1.3em;
	overflow-wrap: break-word;

}

.menuCampagne {
	z-index: 1;
}

#headerVacMenu{
	margin:auto;
}

.menuSiteProfil{
	background-color:rgb(254, 254, 254);
	max-width: 100%;
	height: auto;
	text-align: center;
}
	
.menuSiteProfil li{
	
	padding-left : 0px;
	padding-right : 0px;
	display: inline;
	
}

.menuSiteProfil li a{
	background-color:rgb(254, 254, 254);
	padding-left : 0px;
	padding-right : 0px;
	text-align: center;
	font-size: 18px;
	font-family: 'Raleway';
}

.MenuSitePart2{
	margin-top: 5px;
}

.site-logo{
	max-width: 100%;
	height: auto;
}

.menuButton{
	display: block;
    text-align: center;
	padding: 16px;
	margin:0px;
	/*width: 212.5px;*/
	text-decoration: none;

	color:black;
	font-family: "Raleway";
	font-size: 18px;
	padding:0px;
	height: 43px;
	line-height: 20px;
}

.menuSiteProfil a:hover{
	text-decoration-color: rgb(51, 102, 153);
}
  
/*************************************************/
#feature{
	background-color: rgb(51, 102, 153);
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
font-family: "Raleway", arial, sans-serif;
/*max-width: 1090px;*/
font-size: 12px;
line-height: 22px;
margin-left:-15px;
margin-right:-15px;

}

.top_shadow{

	height: 10px;
	line-height: 10px;	
}

.bottom_shadow{

	height: 9px;
	line-height: 9px;
}

.inner{
	padding-top: 15px;
padding-bottom: 15px;
padding-left: 10px;

	
}

.inner h1{
	border-bottom-color: rgb(255, 255, 255);
	font-size: 42px;
	font-weight: 400;
	font-family: "Raleway";
	color:white;
}

/******************************************************/
/*
nav ul li a {
	color: black;
}



li:hover{
	border-color:#696969 #DCDCDC #DCDCDC #696969;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
	font-size: 1.2em;
	overflow-wrap: break-word;
}
*/
main{
	padding-top: 15px;
	margin-top: 20px;
}

.login input {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	/*height: 30px;*/
	/*box-shadow: -1px 3px 4px 1px;*/
	font-size: 0.8em;
	/*max-height: 25px;*/
}

.login button{
	color: black;
	margin-bottom: 10px;
}

main{
	margin-top: 50px;
}

.text{
	width: 80%;
	height: 65px;
	min-height: 450px;
	outline: none;
	border: 1px solid #f0f0f0;
}

.error{
	font-size: 0.8em;
	color: red;
}

.home{
	font-size: 0.9em;
	margin-top: -10px;
}

.obligatoire{
	color: red;
}

.message{
	margin-top:75px;
	text-align: center;
}

.table{
	background-color: rgb(216, 216, 216);
	border-radius: 5px;
}

.welcomeMessage{
	background-color: rgb(255, 255, 255);
	border: #bebebe solid 1px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #656565;
}

.backgroundForm{
	/*background-image: url("../images/vintage.jpg");*/
	background-color: white;
	border: solid 0 black;
	border-radius: 5px;
	padding-top: 5px;
	
}

img{
	padding-top: 3px;
}

.starter-template{
	padding-top: 60px;
}


.vac-starter-template{
	padding-top: 90px;

}

.welcome-page{
	padding-top: 20px;
}

#loader 
{
     display:none;
     position : fixed;
     z-index: 9999;
     background : LightGrey url(../pictures/loader.gif) 50% 50% no-repeat;
     opacity: 0.8;
     filter:alpha(opacity=80);
     top : 0px;
     left : 0px;
     height : 100%;
     width : 100%;
     cursor : wait;
}



#rgTable.th.dt-center, #rgTable.td.dt-center 
{
	text-align: center; 
}

th{
	background: white !important;
}

/*************************************************************************/
/*                      Specific Note Part                               */   
/*************************************************************************/
 

#noteContent
{
  display:none;
  position : fixed;
  bottom: 30px;
  width: 100%;
  
}

.noteInfo
{
  background-color: #474747;
  color:white;
}

/* prevent autocompletion to be hidden behind a modal frame */
.ui-autocomplete {
  z-index:2147483647!important;
}


/**************** Test footer *******************/
.no-gradient #footer, .has-gradient #footer {
	background-color: rgb(47,71,122);}
#footer {	color: #e5e5e5;	font-size: 12px;
}
#footer .widget a, #footer .widget a:visited{	color: #ffffff;}
#footer .widget a:active, #footer .widget a:hover{	color: rgb(51,102,153);}
#footer h3.widgettitle {	color: #ffffff;	font-size: 24px;
}
#footer_bottom {	background-color: transparent;}
#copyright {	color: #ffffff;	font-size: 14px;
}
#footer_menu a {
	font-size: 16px;
}
#footer_bottom a, #footer_bottom a:visited, #footer_bottom a:visited i {	color: #ffffff;}
#footer_bottom a:hover, #footer_bottom a:active, #footer_bottom a:active i {	color: rgb(51,102,153);}
.entry_frame, .divider, .divider_line, .commentlist li,.entry .entry_meta,#sidebar .widget li,#sidebar .widget_pages ul ul,#about_the_author .author_content, 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.product-thumbnail-wrap, .carousel_heading, .masonry_item,
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {	border-color: #eeeeee;}


.area-bg{
	position: relative;
}

.area-part{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	opacity: 0.5;
}

.area-form-part{
	position: absolute;
	top:0;
	left:15px;
	z-index: 1;
	opacity: 0.5;
}

.campagneComment .control-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.campagneComment .control-label button{
	margin-bottom: 10px;
}

.fullCampagneDate {
	display: flex;
	align-items: center;
}

.close {
	color: #fff;
	opacity: 1;
}

/* VACATION */

.bg-vacation {
	background-color: var(--primary-color1);
	color: white;
}

.btn-vacation:hover {
	background-color: var(--primary-color1);
	color: lightgray;
}

.btn-vacation {
	background-color: var(--primary-color1);
	color: white;
}

.panel-vacation > div{
	border: 2px solid var(--primary-color1);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.panel-vC > .panel-heading{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.panel-vacation > .panel-heading{
	background-color: var(--primary-color1);
	color: white;
}

#calendarDispIndispo .day-vacation, #calendarDispIndispoBis .day-vacation{
	background-color: var(--primary-color1) !important;
	background-image :none !important;
	color: white !important;
	font-weight: bold;
}

#calendarDispIndispo .night-vacation, #calendarDispIndispoBis .night-vacation{
	background-color: var(--primary-color1) !important;
	background-image :none !important;
	color: white !important;
	font-weight: bold;
}

.calendar-vacations {
	border: 1px solid var(--primary-color1);
}

/* INTERIM */

.bg-interim {
	background-color: var(--primary-color1);
	color: white;
}

.btn-interim {
	background-color: var(--primary-color1);
	color: white;
}

.btn-interim:hover {
	background-color: var(--primary-color1);
	color: white;
}

.btn-availability-action {
	background-color: var(--primary-color2);
	background-image: none;
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.12);
	font-weight: 600;
}

.btn-availability-action:hover,
.btn-availability-action:focus {
	background-color: var(--primary-color2);
	color: #ffffff;
}

.btn-unavailability-action {
	background-color: #d9d9d9;
	background-image: none;
	color: #343a40;
	border-color: rgba(0, 0, 0, 0.12);
	font-weight: 600;
}

.btn-unavailability-action:hover,
.btn-unavailability-action:focus {
	background-color: #d9d9d9;
	color: #343a40;
}

.btn-mission-action {
	background-color: var(--primary-color1);
	background-image: none;
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.12);
	font-weight: 600;
}

.btn-mission-action:hover,
.btn-mission-action:focus {
	background-color: var(--primary-color1);
	color: #ffffff;
}

#indispoTableBis tbody tr.ps-row-availability td {
	background-color: #ffffff !important;
	color: var(--primary-color2) !important;
}

#indispoTableBis tbody tr.ps-row-availability a {
	color: var(--primary-color2) !important;
}

#indispoTableBis tbody tr.ps-row-mission td {
	background-color: #ffffff !important;
	color: var(--primary-color1) !important;
}

#indispoTableBis tbody tr.ps-row-mission a {
	color: var(--primary-color1) !important;
}

#indispoTableBis tbody tr.ps-row-unavailability td {
	background-color: #d9d9d9 !important;
	color: #343a40 !important;
}

#indispoTableBis tbody tr.ps-row-unavailability a {
	color: #343a40 !important;
}

.panel-interim > div{
	border: 2px solid var(--primary-color1);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.panel-interim > .panel-heading{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.panel-interim > .panel-heading{
	background-color: var(--primary-color1);
	color: white;
}

.calendar-interim {
	border: 1px solid var(--primary-color1);
}

#calendarDispIndispo .day-interim,
#calendarDispIndispoBis .day-interim
{
	background-color: var(--primary-color1) !important;
	background-image :none !important;
	color: white !important;
	font-weight: bold;
}

#calendarDispIndispo .night-interim,
#calendarDispIndispoBis .night-interim
{
	background-color: var(--primary-color1) !important;
	background-image :none !important;
	color: white !important;
	font-weight: bold;
}

#availabilityEditPeriodCalendar .day-availability:not(.active),
#calendarDispIndispo .day-availability:not(.active),
#calendarDispIndispoBis .day-availability:not(.active)
{
	background-color: var(--day-availability) !important;
	background-image :none !important;
	color: #ffffff !important;
	font-weight: bold;
}

#availabilityEditPeriodCalendar .night-availability:not(.active),
#calendarDispIndispo .night-availability:not(.active),
#calendarDispIndispoBis .night-availability:not(.active)
{
	background-color: var(--night-availability) !important;
	background-image :none !important;
	color: #ffffff !important;
	font-weight: bold;
}

#availabilityEditPeriodCalendar .both-availability:not(.active),
#calendarDispIndispo .both-availability:not(.active),
#calendarDispIndispoBis .both-availability:not(.active)
{
	background-color: var(--both-availability) !important;
	background-image :none !important;
	color: #ffffff !important;
	font-weight: bold;
}

/* ---------------- */

.modal-header {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.right-column > .form-group {
	margin-left: 10px;
}

.calendar-interim .table-condensed,
.calendar-interim .datepicker,
.calendar-vacations .table-condensed,
.datepicker-inline,
.calendar-vacations .datepicker
{
	width: 100% !important;
}

.noHover{
	pointer-events: none !important;
}

.clickable{
	cursor: pointer;
}

.has-error .checkbox{
	color: black !important;
}

a[disabled] {
	pointer-events: none;
}

.bigger-cb
{
	/* Double-sized Checkboxes */
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	padding: 10px;
}

/* Chrome, Safari, Edge, Opera */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.no-arrows[type=number] {
	-moz-appearance: textfield;
}

.hoursSlip-td, .hoursSlip-td > input[type=number]{
	max-width: 60px !important;
}

/* Mise en page compacte pour les champs d'heures et de minutes du bordereau. */
.hoursSlip-time-cell {
	max-width: none !important;
	min-width: 150px;
}

.hoursSlip-time-editor {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	width: 100%;
	white-space: nowrap;
}

.hoursSlip-time-hours,
.hoursSlip-time-minutes {
	text-align: center;
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.hoursSlip-time-hours {
	width: 3.0em !important;
	min-width: 3.0em !important;
	max-width: 3.0em !important;
}

.hoursSlip-time-minutes {
	width: 2.6em !important;
	min-width: 2.6em !important;
	max-width: 2.6em !important;
}

.hoursSlip-time-unit {
	color: #6f7b89;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.red-border{
	border: red 2px solid !important;
}

th + .info, button + .info {
	background-color: #d9edf7 !important;
}
th + .warning, button + .warning {
	background-color: #fcf8e3 !important;
}

.caregiverPageContainer{
	background: white !important;
	margin-left: -15px !important;;
	margin-right: -15px !important;;
	padding: 15px !important;;
}

.page-header{
	margin-top: 5px !important;
	margin-bottom: 30px !important;
}

.input-group-prepend {
	background: white;
}

.two-part-btn {
	padding: 0;
	border: none;
}

.two-part-btn div:first-child {
	width: 50%;
	border-bottom-right-radius: unset;
	border-top-right-radius: unset;
	font-weight: bold;
}

.two-part-btn div:last-child {
	width: 50%;
	border-bottom-left-radius: unset;
	border-top-left-radius: unset;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.radio-label-vertical-wrapper {
	padding-bottom: 13px;
	position: relative;
	display: inline-block;
}

.radio-label-vertical-wrapper:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 30px;
	background: #efefef;
	position: absolute;
	bottom: 0;
}

.radio-label-vertical-wrapper label:not(.radio-label-vertical) {
	display: block;
	width: 100%;
}

.radio-label-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	text-align: center;
}

.radio-label-vertical input {
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -6px;
	display: block;
	cursor: pointer;
}

.disabled{
	background: lightgray;
}

.d-none{
	display: none;
}

body.ps-caregiver-body {
	min-height: 100vh;
	background: linear-gradient(135deg, #f5f9ff 0%, #ebf4fc 48%, #edf7f3 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #313c45;
}

body.ps-caregiver-body .ps-container {
	width: min(calc(100% - 2.5rem), 1200px);
}

body.ps-caregiver-body .ps-header {
	position: sticky;
	top: 0.75rem;
	z-index: 60;
	padding-top: 0.75rem;
}

body.ps-caregiver-body nav.ps-navigation {
	margin: 0;
}

body.ps-caregiver-body img,
body.ps-caregiver-body .ps-brand__logo,
body.ps-caregiver-body .ps-footer__logo {
	padding-top: 0;
}

body.ps-caregiver-body .ps-main-content {
	padding-bottom: 2rem;
	position: relative;
	z-index: 1;
}

body.ps-caregiver-body .ps-footer {
	padding: 1rem 0 2.5rem;
	margin-top: 2rem;
}

body.ps-caregiver-body .ps-footer__inner {
	width: min(calc(100% - 2.5rem), 1200px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

body.ps-caregiver-body .ps-footer__card {
	padding: 1.7rem;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(214, 225, 233, 0.9);
	border-radius: 30px;
	box-shadow: 0 10px 24px rgba(32, 41, 49, 0.08);
	backdrop-filter: blur(14px);
}

body.ps-caregiver-body .ps-footer__eyebrow {
	text-align: center;
}

body.ps-caregiver-body .ps-footer__card--logo {
	display: grid;
	place-items: center;
	padding: 0.8rem 0.9rem;
}

body.ps-caregiver-body .ps-footer__logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.ps-caregiver-body .ps-footer__logo {
	width: min(100%, clamp(260px, 24vw, 400px));
	max-height: 150px;
	object-fit: contain;
}

body.ps-caregiver-body .ps-contact-list,
body.ps-caregiver-body .footer-menu {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
	display: grid;
	gap: 0.85rem;
}

body.ps-caregiver-body .ps-contact-list li,
body.ps-caregiver-body .footer-menu li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

body.ps-caregiver-body .ps-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.2rem;
	justify-content: center;
}

body.ps-caregiver-body .ps-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 44px;
	padding: 0.8rem 1rem;
	background: rgba(244, 249, 253, 0.9);
	border: 1px solid #d6e1e9;
	border-radius: 999px;
	font-weight: 700;
}

body.ps-caregiver-body .ps-footer__bottom {
	width: min(calc(100% - 2.5rem), 1200px);
	margin: 1rem auto 0;
	text-align: center;
	color: #6a757f;
	font-size: 0.92rem;
}

body.ps-caregiver-body .ps-hero--page {
	padding: 2rem 0 1rem;
}

body.ps-caregiver-body .ps-caregiver-hero__grid {
	grid-template-columns: minmax(0, 1fr);
}

body.ps-caregiver-body .ps-caregiver-intro {
	margin: 0 0 1.35rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid rgba(51, 102, 153, 0.12);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 42px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body .ps-caregiver-intro__lead {
	margin: 0;
	color: #4d5d6c;
	font-size: 1.04rem;
	line-height: 1.7;
}

body.ps-caregiver-body .ps-caregiver-panel__lead,
body.ps-caregiver-body .ps-caregiver-card__header p {
	margin: 0;
	color: #4d5d6c;
	font-size: 1rem;
}

body.ps-caregiver-body .ps-status-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 1rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
}

body.ps-caregiver-body .ps-status-chip.is-success {
	background: rgba(0, 149, 143, 0.12);
	color: #0f746f;
}

body.ps-caregiver-body .ps-status-chip.is-warning {
	background: rgba(51, 102, 153, 0.12);
	color: #336699;
}

body.ps-caregiver-body .ps-caregiver-entry {
	padding: 0 0 1.4rem;
}

body.ps-caregiver-body .ps-caregiver-entry__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

body.ps-caregiver-body .ps-caregiver-entry__row > [class*="col-"] {
	margin-bottom: 1.2rem;
}

body.ps-caregiver-body .ps-caregiver-card {
	height: 100%;
	padding: 2rem;
}

body.ps-caregiver-body .ps-caregiver-card--side {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 253, 0.96));
}

body.ps-caregiver-body .ps-caregiver-card__header {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 1.6rem;
}

body.ps-caregiver-body .ps-caregiver-card__header h2 {
	margin: 0;
	color: #202931;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

body.ps-caregiver-body .ps-header__bar {
	width: min(calc(100% - 2.5rem), 1200px);
	margin: 0 auto;
	min-height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16.8px 21.6px;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
	background: rgba(255, 255, 255, 0.78) !important;
	border: 1px solid rgba(214, 225, 233, 0.9) !important;
	border-radius: 38px;
	box-shadow: 0 22px 65px rgba(51, 102, 153, 0.08) !important;
	backdrop-filter: blur(18px);
}

body.ps-caregiver-body .ps-navigation .menu {
	gap: 7.2px;
}

body.ps-caregiver-body .ps-navigation .menu > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10.4px 16px;
	color: #336699;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
	font-size: 15.36px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.65;
	text-align: center;
	border-radius: 999px;
	white-space: normal;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.ps-caregiver-body .ps-navigation .menu > li:not(.current-menu-item):not(.current-menu-ancestor) > a,
body.ps-caregiver-body .ps-navigation .menu > li:not(.current-menu-item):not(.current-menu-ancestor) > a:visited {
	color: #336699;
}

body.ps-caregiver-body .ps-navigation .menu > li > a:hover,
body.ps-caregiver-body .ps-navigation .menu > li > a:focus {
	color: #00958f;
	background: rgba(0, 149, 143, 0.08);
	transform: translateY(-1px);
}

body.ps-caregiver-body .ps-navigation .menu > li.current-menu-item > a,
body.ps-caregiver-body .ps-navigation .menu > li.current-menu-ancestor > a,
body.ps-caregiver-body .ps-navigation .menu > li.current-menu-item > a:visited,
body.ps-caregiver-body .ps-navigation .menu > li.current-menu-ancestor > a:visited {
	color: #00958f;
	background: rgba(0, 149, 143, 0.1);
	transform: translateY(-1px);
}

body.ps-caregiver-body .starter-template {
	padding-top: 1.75rem;
	position: relative;
}

body.ps-caregiver-body .starter-template > h1 {
	margin: 0 0 1.6rem;
	padding: 1.75rem 1.1rem 1.4rem;
	color: #202931;
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
	text-align: left;
}

body.ps-caregiver-body .ps-caregiver-form .form-group {
	margin-bottom: 1.15rem;
}

body.ps-caregiver-body .ps-caregiver-label {
	display: block;
	margin-bottom: 0.5rem;
	color: #336699;
	font-size: 0.92rem;
	font-weight: 700;
}

body.ps-caregiver-body .form-control,
body.ps-caregiver-body .select2-selection,
body.ps-caregiver-body .multiselect,
body.ps-caregiver-body textarea.form-control {
	min-height: 48px;
	border: 1px solid #d6e1e9;
	border-radius: 16px;
	box-shadow: none;
}

body.ps-caregiver-body textarea.form-control {
	min-height: 120px;
}

body.ps-caregiver-body .form-control:focus {
	border-color: #8bb7d4;
	box-shadow: 0 0 0 4px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body select.form-control {
	padding-right: 2.6rem;
	background-image:
		linear-gradient(45deg, transparent 50%, #336699 50%),
		linear-gradient(135deg, #336699 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(50% - 3px),
		calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	appearance: none;
}

body.ps-caregiver-body .btn-group,
body.ps-caregiver-body .btn-group > .multiselect {
	width: 100% !important;
}

body.ps-caregiver-body .btn-group > .multiselect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 0.7rem 1rem;
	border: 1px solid #d6e1e9;
	border-radius: 16px;
	background: #fff;
	color: #4d5d6c;
	font-weight: 500;
	box-shadow: none;
}

body.ps-caregiver-body .btn-group > .multiselect:hover,
body.ps-caregiver-body .btn-group.open > .multiselect,
body.ps-caregiver-body .btn-group > .multiselect:focus {
	border-color: #8bb7d4;
	background: #fff;
	color: #202931;
	box-shadow: 0 0 0 4px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body .btn-group.open {
	position: relative;
	z-index: 2001;
}

body.ps-caregiver-body .multiselect-container.dropdown-menu {
	width: 100%;
	margin-top: 0.45rem;
	padding: 0.6rem;
	border: 1px solid #d6e1e9;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(51, 102, 153, 0.12);
	z-index: 2000 !important;
}

body.ps-caregiver-body .multiselect-container.dropdown-menu > li > a {
	padding: 0.7rem 0.8rem;
	border-radius: 12px;
}

body.ps-caregiver-body .multiselect-container.dropdown-menu > li > a:hover,
body.ps-caregiver-body .multiselect-container.dropdown-menu > li.active > a,
body.ps-caregiver-body .multiselect-container.dropdown-menu > li.active > a:hover {
	background: rgba(0, 149, 143, 0.08);
	color: #00958f;
}

body.ps-caregiver-body .ps-caregiver-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.4rem;
}

body.ps-caregiver-body .ps-caregiver-form__actions .ps-button {
	min-height: 52px;
}

body.ps-caregiver-body .ps-panel__links {
	margin-top: 0;
}

body.ps-caregiver-body .ps-panel__links li {
	margin: 0;
}

body.ps-caregiver-body .ps-panel__links a {
	text-decoration: none;
}

body.ps-caregiver-body .ps-caregiver-subnav {
	margin-bottom: 1.2rem;
	padding: 0.8rem 1rem;
	position: relative;
	z-index: 20;
	overflow: visible;
}

body.ps-caregiver-body .ps-caregiver-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	overflow: visible;
}

body.ps-caregiver-body .ps-caregiver-tabs > li {
	float: none;
	position: relative;
}

body.ps-caregiver-body .ps-caregiver-tabs > li > a {
	min-height: 44px;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	color: #336699;
	font-weight: 700;
}

body.ps-caregiver-body .ps-caregiver-tabs > li.active > a,
body.ps-caregiver-body .ps-caregiver-tabs > li.active > a:focus,
body.ps-caregiver-body .ps-caregiver-tabs > li.active > a:hover,
body.ps-caregiver-body .ps-caregiver-tabs > li > a:hover,
body.ps-caregiver-body .ps-caregiver-tabs > li > a:focus {
	background: rgba(0, 149, 143, 0.1);
	color: #00958f;
}

body.ps-caregiver-body .ps-caregiver-tabs .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	min-width: 240px;
	margin-top: 0.5rem;
	padding: 0.6rem;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #d6e1e9;
	border-radius: 20px;
	box-shadow: 0 18px 42px rgba(51, 102, 153, 0.12);
}

body.ps-caregiver-body .ps-caregiver-tabs .dropdown-menu > li > a {
	padding: 0.85rem 1rem;
	border-radius: 14px;
}

body.ps-caregiver-body .ps-caregiver-tabs .dropdown-menu > li > a:hover,
body.ps-caregiver-body .ps-caregiver-tabs .dropdown-menu > li > a:focus {
	background: rgba(0, 149, 143, 0.08);
	color: #00958f;
}

body.ps-caregiver-body .ps-caregiver-tabs__logout {
	margin-left: auto;
}

body.ps-caregiver-body .ps-caregiver-logout {
	color: #9d4862 !important;
}

body.ps-caregiver-body .ps-caregiver-notice {
	margin-bottom: 1rem;
	border: 1px solid rgba(51, 102, 153, 0.16);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body .ps-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.4rem 2rem 2.8rem;
	text-align: center;
}

body.ps-caregiver-body .ps-empty-state__welcome {
	margin: 0;
	color: var(--primary-color2);
	font-size: 43.16px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

body.ps-caregiver-body .ps-empty-state__status {
	margin: 0.35rem 0 0;
	color: var(--primary-color1);
	font-size: 21.58px;
	font-weight: 700;
	line-height: 1.2;
}

body.ps-caregiver-body .is-disabled-link,
body.ps-caregiver-body .is-disabled-link:hover,
body.ps-caregiver-body .is-disabled-link:focus {
	color: #92a1af !important;
	pointer-events: none;
}

body.ps-caregiver-body .caregiverPageContainer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 1.35rem 1.35rem 1.6rem !important;
	border: 1px solid rgba(214, 225, 233, 0.9);
	border-radius: 32px;
	box-shadow: 0 22px 65px rgba(51, 102, 153, 0.08);
	background: rgba(255, 255, 255, 0.86) !important;
	background-clip: padding-box;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

body.ps-caregiver-body .caregiverPageContainer--flat {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	overflow: visible;
}

body.ps-caregiver-body .hours-slip-table {
	table-layout: auto;
	width: 100%;
}

body.ps-caregiver-body .hours-slip-table .hs-col-date,
body.ps-caregiver-body .hours-slip-table .hs-col-hour,
body.ps-caregiver-body .hours-slip-table .hs-col-service {
	white-space: nowrap;
	width: 1%;
}

body.ps-caregiver-body .hours-slip-table .hs-col-comment {
	min-width: 180px;
	max-width: 180px;
}

body.ps-caregiver-body .hours-slip-table .hs-col-comment textarea {
	width: 100%;
	min-width: 180px;
	max-width: 180px;
	resize: vertical;
}

body.ps-caregiver-body .hours-slip-table thead th {
	vertical-align: middle;
}

body.ps-caregiver-body .page-header {
	margin-top: 0 !important;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid #e6edf3;
}

body.ps-caregiver-body .backgroundForm {
	position: relative;
	padding: 1rem 1rem 1.25rem;
	border: 1px solid #edf3f7;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.9));
	background-clip: padding-box;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row {
	display: flex;
	align-items: stretch;
}

body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > label,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .control-label,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .text-right,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > label,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .control-label,
body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .text-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 48px;
	margin-bottom: 0;
}

body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm .form-check-label {
	min-height: auto;
	justify-content: flex-start;
}

body.ps-caregiver-body .backgroundForm h2 {
	margin-top: 0.2rem;
	margin-bottom: 1rem;
	color: #202931;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

body.ps-caregiver-body .backgroundForm hr {
	margin: 1.8rem 0;
	border-color: #e7eef5;
}

body.ps-caregiver-body .backgroundForm .panel.panel-primary {
	border: 1px solid #d6e1e9;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body .backgroundForm .panel-primary > .panel-heading {
	border: 0;
	padding: 0.95rem 1.1rem;
	background: linear-gradient(90deg, #336699 0%, #00958f 100%);
}

body.ps-caregiver-body .backgroundForm .panel-primary > .panel-heading .panel-title {
	font-weight: 700;
}

body.ps-caregiver-body .backgroundForm .panel-body {
	background: rgba(255, 255, 255, 0.96);
}

body.ps-caregiver-body .backgroundForm .checkbox-inline {
	margin-bottom: 0.45rem;
	font-weight: 500;
}

body.ps-caregiver-body .backgroundForm .btn-block {
	border-radius: 18px;
}

body.ps-caregiver-body .backgroundForm .btn-primary,
body.ps-caregiver-body .starter-template .btn-primary,
body.ps-caregiver-body .modal-footer .btn-primary {
	border: 0;
	background: linear-gradient(90deg, #336699 0%, #00958f 100%);
	box-shadow: 0 18px 34px rgba(51, 102, 153, 0.18);
}

body.ps-caregiver-body .backgroundForm .btn-primary:hover,
body.ps-caregiver-body .starter-template .btn-primary:hover,
body.ps-caregiver-body .modal-footer .btn-primary:hover,
body.ps-caregiver-body .backgroundForm .btn-primary:focus,
body.ps-caregiver-body .starter-template .btn-primary:focus,
body.ps-caregiver-body .modal-footer .btn-primary:focus {
	background: linear-gradient(90deg, #2d5b89 0%, #007e79 100%);
}

body.ps-caregiver-body .backgroundForm .btn,
body.ps-caregiver-body .starter-template .btn,
body.ps-caregiver-body .modal-footer .btn {
	min-height: 48px;
	padding: 0.8rem 1.2rem;
	font-weight: 700;
	border-radius: 16px;
}

body.ps-caregiver-body .ps-vacataire-add-page {
	padding-top: 0;
}

body.ps-caregiver-body .ps-vacataire-add-entry {
	padding-bottom: 2rem;
}

body.ps-caregiver-body .ps-vacataire-add-surface {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.ps-caregiver-body .ps-vacataire-add-page .backgroundForm {
	margin: 0;
	padding: 1.8rem 2rem 2rem;
	border: 1px solid rgba(214, 225, 233, 0.9);
	border-radius: 32px;
	box-shadow: 0 22px 65px rgba(51, 102, 153, 0.08);
	background: rgba(255, 255, 255, 0.96);
}

body.ps-caregiver-body .ps-vacataire-add-page .backgroundForm > h2:first-of-type {
	margin-top: 0;
	margin-bottom: 1.35rem;
	font-size: clamp(1.9rem, 3vw, 2.6rem);
}

body.ps-caregiver-body .ps-vacataire-add-page .backgroundForm hr {
	margin: 2rem 0;
}

body.ps-caregiver-body .ps-vacataire-add-page .backgroundForm .row[style*="padding: 15px"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.ps-caregiver-body .ps-vacataire-add-page .right-column {
	padding-left: 15px !important;
}

body.ps-caregiver-body .ps-vacataire-add-page label,
body.ps-caregiver-body .ps-vacataire-add-page .checkbox-inline {
	color: #336699;
	font-size: 0.92rem;
	font-weight: 700;
}

body.ps-caregiver-body .ps-vacataire-add-page .small.text-muted {
	color: #6b7b88 !important;
	font-size: 0.82rem;
	line-height: 1.55;
}

body.ps-caregiver-body .ps-vacataire-add-page a {
	color: #00958f;
	font-weight: 700;
}

body.ps-caregiver-body .ps-vacataire-add-page .g-recaptcha.form-group {
	margin-bottom: 1.35rem;
}

body.ps-caregiver-body .ps-vacataire-add-intro {
	margin-bottom: 1.15rem;
}

body.ps-caregiver-body .g-recaptcha {
	display: inline-block;
	margin-bottom: 1rem;
}

body.ps-caregiver-body .modal-content {
	border: 1px solid #d6e1e9;
	border-radius: 24px;
	box-shadow: 0 22px 65px rgba(51, 102, 153, 0.16);
}

body.ps-caregiver-body .modal-header {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	background: linear-gradient(135deg, #336699 0%, #00958f 100%);
}

body.ps-caregiver-body .modal-header .modal-title,
body.ps-caregiver-body .modal-header .close {
	color: #fff;
}

body.ps-caregiver-body .ps-password-hint {
	margin-top: 0.5rem;
}

body.ps-caregiver-body .ps-cookie-note {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	left: 1.25rem;
	width: auto;
	z-index: 40;
}

body.ps-caregiver-body .ps-cookie-note .alert {
	margin: 0 auto;
	max-width: 860px;
	border: 1px solid rgba(51, 102, 153, 0.16);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(51, 102, 153, 0.08);
}

body.ps-caregiver-body .ps-cookie-note .close {
	opacity: 1;
	color: var(--primary-color1);
	text-shadow: none;
	font-size: 28px;
	line-height: 1;
}

body.ps-caregiver-body .ps-caregiver-message {
	margin-bottom: 1rem;
}

body.ps-caregiver-body .ps-contact-list .ps-icon,
body.ps-caregiver-body .ps-social-links .ps-icon {
	width: 1.2rem;
	height: 1.2rem;
}

body.ps-caregiver-body .ps-contact-list .glyphicon {
	top: 0.1rem;
}

@media (max-width: 767px) {
	body.ps-caregiver-body .ps-header {
		position: relative;
		top: auto;
		padding-top: 0.45rem;
	}

	/* On mobile, keep the header in the normal flow so it does not cover the
	   first filters while the user scrolls. */
	body.ps-caregiver-body .ps-main-content {
		padding-top: 0.25rem;
	}

	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row {
		flex-wrap: wrap;
	}

	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > label,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .control-label,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .text-right,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > label,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .control-label,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .text-right,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .col-sm-4,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .row > .col-sm-6,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .col-sm-4,
	body.ps-caregiver-body .ps-vacataire-update-page .backgroundForm > .col-sm-6 > .form-group.row > .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: flex-start;
		min-height: auto;
		padding-top: 0;
	}
}

@media (max-width: 920px) {
	body.ps-caregiver-body .ps-caregiver-hero__grid {
		grid-template-columns: 1fr;
	}

	body.ps-caregiver-body .ps-footer__inner {
		grid-template-columns: 1fr;
	}

	body.ps-caregiver-body .ps-caregiver-tabs__logout {
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	body.ps-caregiver-body .ps-footer__inner,
	body.ps-caregiver-body .ps-footer__bottom {
		width: min(calc(100% - 1.4rem), 1200px);
	}

	body.ps-caregiver-body .ps-caregiver-card,
	body.ps-caregiver-body .ps-caregiver-intro,
	body.ps-caregiver-body .caregiverPageContainer,
	body.ps-caregiver-body .ps-footer__card {
		padding: 1.2rem !important;
		border-radius: 24px;
	}

	body.ps-caregiver-body .ps-footer__card--logo {
		padding: 0.85rem 0.8rem;
	}

	body.ps-caregiver-body .ps-footer__logo {
		width: min(100%, 210px);
		max-height: 105px;
	}

	body.ps-caregiver-body .starter-template > h1 {
		padding: 1.2rem 0.55rem 1rem;
		font-size: clamp(1.7rem, 8vw, 2.5rem);
	}

	body.ps-caregiver-body .ps-vacataire-add-surface,
	body.ps-caregiver-body .ps-vacataire-add-page .backgroundForm {
		padding: 1.3rem 1.2rem;
		border-radius: 24px;
	}

	body.ps-caregiver-body .ps-vacataire-add-page .right-column {
		padding-left: 15px !important;
	}

	body.ps-caregiver-body .ps-caregiver-form__actions,
	body.ps-caregiver-body .ps-caregiver-tabs {
		flex-direction: column;
		align-items: stretch;
	}

	body.ps-caregiver-body .ps-caregiver-form__actions .ps-button,
	body.ps-caregiver-body .ps-caregiver-tabs > li,
	body.ps-caregiver-body .ps-caregiver-tabs > li > a {
		width: 100%;
	}

	body.ps-caregiver-body .ps-cookie-note {
		right: 0.7rem;
		bottom: 0.7rem;
		left: 0.7rem;
	}
}

#dashboard {
	margin: 40px
}

#dashboard-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	margin: auto;
}

.dashboard-buttons {
	display: flex;
	flex-direction: column;
}

.dashboard-buttons button{
margin-bottom: 10px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading-modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('../images/ajax-loader.gif')
	50% 50%
	no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loading-modal {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
	display: block;
}

.bigFormControl td {
	padding: 8px 2px !important;
}

.bigFormControl input {
	text-align: right;
	padding: 0;
}

/* ------------------------------ */
/* HOURS SLIPS */
/* ------------------------------ */
.hs-sunday {
	background-color: #a7d9a7 !important;
}

.hs-public-holiday {
	background-color: #efba60 !important;
}

.v-align-middle {
	vertical-align: middle !important;
}

.select2-dropdown--below {
	z-index: 20000 !important;
}

/* ================================================================================================================== */
/* ================================================================================================================== */
/* CHAT GPT */
/* ================================================================================================================== */
/* ================================================================================================================== */

.d-none {
	display: none !important;
}

.d-flex {
	display: flex !important;
}

.p-0 {
	padding: 0 !important;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.chatGPT-container {
	z-index: 10000;

	position: fixed;
	bottom: 90px;
	right: 30px;
	flex-direction: column;

	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #8faadc;
	border-radius: .5rem;
}

.chatGPT-header {
	padding: 10px 20px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	font-weight: bold;
	font-size: 1.5rem;
	display: flex;
	justify-content: space-between;
}

.chatGPT-header button {
	background: none;
	border: none;
}

.chatGPT-body {
	flex: 1 1 auto !important;
	padding: 20px !important;
}

.btn i {
	margin-right: 5px;
	margin-top: 1px;
}

.chatGPT-API-key-input-group {
	width: 675px;
}

#chatGPTRequestModelForm table input,
#chatGPTRequestModelForm table select,
#chatGPTRequestModelForm table textarea
{
	width: 100%;
}

#chatGPTRequestModelForm table textarea {
	word-break: break-all;
}

#chatGPTRequestModelForm th {
	background-color: #494949 !important;
	color: white;
}

#chatGPTRequestModelForm input[type='checkbox'] {
	width:30px;
	height:30px;
}

#chatGPTRequestModelForm td,
#chatGPTRequestModelForm th {
	align-content: center;
}
